diff --git a/gettext-runtime-mini.changes b/gettext-runtime-mini.changes index 82e4826..43fb6fe 100644 --- a/gettext-runtime-mini.changes +++ b/gettext-runtime-mini.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jul 1 16:45:19 UTC 2017 - dimstar@opensuse.org + +- Explicitly call autoreconf, as we have patches touching the build + system. Implicit calling automake/autoconf works only as long as + the version on the system is the same as was used to bootstrap + originally. + +------------------------------------------------------------------- +Fri May 5 14:46:50 UTC 2017 - bwiedemann@suse.com + +- Add msgfmt-remove-pot-creation-date.patch + to enable reproducible builds of packages using gettext-runtime + such as dfc, e2fsprogs and acl + ------------------------------------------------------------------- Sun Jun 19 15:42:15 UTC 2016 - astieger@suse.com diff --git a/gettext-runtime-mini.spec b/gettext-runtime-mini.spec index d70cebf..d2dc32e 100644 --- a/gettext-runtime-mini.spec +++ b/gettext-runtime-mini.spec @@ -1,5 +1,5 @@ # -# spec file for package gettext-runtime-mini +# spec file for package gettext-runtime # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -138,7 +138,7 @@ as well as project examples. %build # expect a couple "You should update your `aclocal.m4' by running aclocal." -#autoreconf -fiv +autoreconf -fiv #sh autogen.sh export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" diff --git a/gettext-runtime.changes b/gettext-runtime.changes index 7877ce1..43fb6fe 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jul 1 16:45:19 UTC 2017 - dimstar@opensuse.org + +- Explicitly call autoreconf, as we have patches touching the build + system. Implicit calling automake/autoconf works only as long as + the version on the system is the same as was used to bootstrap + originally. + ------------------------------------------------------------------- Fri May 5 14:46:50 UTC 2017 - bwiedemann@suse.com diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 0e16cda..719f4c8 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -138,7 +138,7 @@ as well as project examples. %build # expect a couple "You should update your `aclocal.m4' by running aclocal." -#autoreconf -fiv +autoreconf -fiv #sh autogen.sh export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint"