| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.4.2 * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81 * gitlab CI: add a basic build test * configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * Update .gitmodules for gitlab submodule * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish
- List baselibs.conf as source.
- Explicitly BuildRequire m4
- Update to version 0.4.1:
+ Xcb-proto should have never been required as xcb provides the
Atoms.
+ Do not distribute ewmh C source file as they are generated with
M4.
+ config: replace deprecated use of AC_OUTPUT with
AC_CONFIG_FILES.
+ config: use AC_CONFIG_HEADERS to create a config.h file.
+ make: implement the silent rules for m4 generated files.
+ make: compile the library with standard xorg warning flags.
+ Bump required xorg-macros version to >= 1.16.0.
- Drop pkgconfig(xcb-proto) BuildRequires: No longer needed.
- update to version 0.4.0; changes since 0.3.9:
+ Even though EWMH spec does not mandate window to be set, some
WM expect it to be set.
+ Check submodules before running autoconf.
- Use more robust make install call
- Update baselibs.conf after soname bump that lead to libxcb-ewmh1 being now libxcb-ewmh2.
- update to version 0.3.9 * Replacing c++ class keyword in interface header. * Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
- Initial package build.opensuse.org