From 680eef342e43c3bb422cf51ed6c36edc44e6eac78611f6c5ef1ec608022098db Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Mon, 3 Jul 2017 11:49:03 +0000 Subject: [PATCH] Accepting request 507551 from home:dimstar:Factory Needed as there is automake 1.15.1 on the way to TW OBS-URL: https://build.opensuse.org/request/show/507551 OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=132 --- gettext-runtime-mini.changes | 15 +++++++++++++++ gettext-runtime-mini.spec | 4 ++-- gettext-runtime.changes | 8 ++++++++ gettext-runtime.spec | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) 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"