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
This commit is contained in:
parent
57abe8f3bd
commit
680eef342e
@ -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
|
Sun Jun 19 15:42:15 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -138,7 +138,7 @@ as well as project examples.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
#autoreconf -fiv
|
autoreconf -fiv
|
||||||
#sh autogen.sh
|
#sh autogen.sh
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
|
@ -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
|
Fri May 5 14:46:50 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ as well as project examples.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
#autoreconf -fiv
|
autoreconf -fiv
|
||||||
#sh autogen.sh
|
#sh autogen.sh
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
|
Loading…
Reference in New Issue
Block a user