1
0

Accepting request 507791 from Base:System

Needed as there is automake 1.15.1 on the way to TW (forwarded request 507551 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/507791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2017-07-05 21:46:59 +00:00 committed by Git OBS Bridge
commit 21007d8231
4 changed files with 26 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"