Hello community,
here is the log from the commit of package gettext-runtime for openSUSE:Factory
checked in at 2018-10-22 11:01:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
and /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gettext-runtime"
Mon Oct 22 11:01:16 2018 rev:77 rq:640592 version:0.19.8.1
Changes:
--------
gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes
2018-06-03 12:28:27.189217886 +0200
+++
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2018-10-22 11:01:22.896376793 +0200
@@ -1,0 +2,12 @@
+Sat Oct 6 19:29:11 UTC 2018 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible.patch to override build date (boo#1047218)
+
+-------------------------------------------------------------------
+Wed Sep 19 08:24:19 UTC 2018 - Dr. Werner Fink <[email protected]>
+
+- Add patch msgfmt-reset-msg-length-after-remove.patch
+ which does reset the length of message string after a line
+ has been removed (boo#1106843)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes
2018-10-01 09:02:15.744056721 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes
2018-10-22 11:01:26.260373854 +0200
@@ -1,0 +2,5 @@
+Sat Oct 6 19:29:11 UTC 2018 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible.patch to override build date (boo#1047218)
+
+-------------------------------------------------------------------
New:
----
reproducible.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
gettext-java.spec: same change
++++++ gettext-runtime-mini.spec ++++++
--- /var/tmp/diff_new_pack.boVzjl/_old 2018-10-22 11:01:27.772372533 +0200
+++ /var/tmp/diff_new_pack.boVzjl/_new 2018-10-22 11:01:27.772372533 +0200
@@ -77,6 +77,7 @@
Patch11: boo941629-unnessary-rpath-on-standard-path.patch
# PATCH-FIX-SUSE Bug boo#1106843
Patch12: msgfmt-reset-msg-length-after-remove.patch
+Patch13: reproducible.patch
%description
This package contains the intl library as well as tools that ease the
@@ -142,6 +143,7 @@
%patch10 -p1
%patch11 -p1
%patch12 -p0
+%patch13 -p1
%build
# expect a couple "You should update your `aclocal.m4' by running aclocal."
gettext-runtime.spec: same change
++++++ reproducible.patch ++++++
merged upstream <https://savannah.gnu.org/bugs/?54367>
Index: gettext-0.19.8.1/gettext-runtime/man/help2man
===================================================================
--- gettext-0.19.8.1.orig/gettext-runtime/man/help2man
+++ gettext-0.19.8.1/gettext-runtime/man/help2man
@@ -179,7 +179,7 @@ my ($help_text, $version_text) = map {
or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
} qw(help version);
-my $date = strftime "%B %Y", localtime;
+my $date = strftime "%B %Y", gmtime($ENV{SOURCE_DATE_EPOCH} || time);
(my $program = $ARGV[0]) =~ s!.*/!!;
my $package = $program;
my $version;
Index: gettext-0.19.8.1/gettext-tools/man/help2man
===================================================================
--- gettext-0.19.8.1.orig/gettext-tools/man/help2man
+++ gettext-0.19.8.1/gettext-tools/man/help2man
@@ -179,7 +179,7 @@ my ($help_text, $version_text) = map {
or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
} qw(help version);
-my $date = strftime "%B %Y", localtime;
+my $date = strftime "%B %Y", gmtime($ENV{SOURCE_DATE_EPOCH} || time);
(my $program = $ARGV[0]) =~ s!.*/!!;
my $package = $program;
my $version;