Hello community, here is the log from the commit of package gnome-common for openSUSE:Factory checked in at 2014-11-14 09:18:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-common (Old) and /work/SRC/openSUSE:Factory/.gnome-common.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-common" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-common/gnome-common.changes 2014-09-30 19:40:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-common.new/gnome-common.changes 2014-11-14 09:18:35.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Nov 5 12:53:08 UTC 2014 - [email protected] + +- Add autoconf-archive Requires: the files ax_check_enable_debug.m4 + and ax_code_coverage.m4 are now shipped by ac-archive and from + a GNOME perspective, those two files are mandatory to be present + for a bootstrap. +- Remove ax_check_enable_debug.m4 and ax_code_coverage.m4 from + gnome-common installation. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-common.spec ++++++ --- /var/tmp/diff_new_pack.iMqZ1W/_old 2014-11-14 09:18:36.000000000 +0100 +++ /var/tmp/diff_new_pack.iMqZ1W/_new 2014-11-14 09:18:36.000000000 +0100 @@ -26,6 +26,8 @@ Source: http://download.gnome.org/sources/gnome-common/3.14/%{name}-%{version}.tar.xz BuildRequires: pkg-config Requires: autoconf +# we need autoconf-archive >= 2014.10.15, as this is when ax_check_enable_debug.m4 and ax_code_coverage.m4 became part of it. +Requires: autoconf-archive >= 2014.10.15 Requires: automake Requires: gettext-tools # Avoiding pkgconfig()-style because we want glib-gettextize @@ -51,6 +53,8 @@ %install %make_install +# the files ax_check_enable_debug.m4 and ax_code_coverage.m4 live in autoconf-archive +rm %{buildroot}%{_datadir}/aclocal/{ax_check_enable_debug,ax_code_coverage}.m4 %clean rm -rf %{buildroot} @@ -64,8 +68,6 @@ %{_datadir}/aclocal/gnome-code-coverage.m4 %{_datadir}/aclocal/gnome-common.m4 %{_datadir}/aclocal/gnome-compiler-flags.m4 -%{_datadir}/aclocal/ax_check_enable_debug.m4 -%{_datadir}/aclocal/ax_code_coverage.m4 %{_datadir}/gnome-common/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
