commit libdb-4_5 for openSUSE:Factory
Hello community, here is the log from the commit of package libdb-4_5 for openSUSE:Factory checked in at 2017-01-25 23:36:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old) and /work/SRC/openSUSE:Factory/.libdb-4_5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libdb-4_5" Changes: -------- --- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes 2014-01-30 11:28:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2017-01-25 23:36:48.340959469 +0100 @@ -1,0 +2,5 @@ +Wed Jan 25 03:41:31 UTC 2017 - bwiedemann@suse.com + +- Add reproducible.patch to allow for reproducible builds + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/libdb-4_5/libdb_java-4_5.changes 2013-06-20 15:18:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb_java-4_5.changes 2017-01-25 23:36:48.364955853 +0100 @@ -1,0 +2,5 @@ +Wed Jan 25 03:41:41 UTC 2017 - bwiedemann@suse.com + +- Add reproducible.patch to allow for reproducible builds + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdb-4_5.spec ++++++ --- /var/tmp/diff_new_pack.6xuRiH/_old 2017-01-25 23:36:49.080847996 +0100 +++ /var/tmp/diff_new_pack.6xuRiH/_new 2017-01-25 23:36:49.080847996 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdb-4_5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,9 +30,12 @@ Url: http://www.sleepycat.com Source: db-%{version}.tar.bz2 Source9: getpatches +Source1000: baselibs.conf Patch0: db-%{version}-rep.patch Patch1: db-%{version}-sequence.patch Patch2: db-%{version}.patch +# PATCH-FIX-TO-UPSTREAM +Patch3: reproducible.patch BuildRequires: autoconf BuildRequires: fdupes BuildRequires: gcc-c++ @@ -107,6 +110,7 @@ %patch0 %patch1 %patch2 +%patch3 -p1 cd .. tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version} ++++++ libdb_java-4_5.spec ++++++ --- /var/tmp/diff_new_pack.6xuRiH/_old 2017-01-25 23:36:49.112843176 +0100 +++ /var/tmp/diff_new_pack.6xuRiH/_new 2017-01-25 23:36:49.116842573 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdb_java-4_5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,8 @@ Patch0: db-%{version}-rep.patch Patch1: db-%{version}-sequence.patch Patch2: db-%{version}.patch +# PATCH-FIX-TO-UPSTREAM +Patch3: reproducible.patch BuildRequires: autoconf BuildRequires: gcc-c++ BuildRequires: java-sdk >= 1.5 @@ -64,6 +66,7 @@ %patch0 %patch1 %patch2 +%patch3 -p1 cd .. tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version} ++++++ reproducible.patch ++++++ Index: db-4.5.20/dist/RELEASE =================================================================== --- db-4.5.20.orig/dist/RELEASE +++ db-4.5.20/dist/RELEASE @@ -7,5 +7,5 @@ DB_VERSION="$DB_VERSION_MAJOR.$DB_VERSIO DB_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DB_VERSION_MAJOR $DB_VERSION_MINOR` -DB_RELEASE_DATE=`date "+%B %e, %Y"` +DB_RELEASE_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" "+%B %e, %Y"` DB_VERSION_STRING="Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)"
participants (1)
-
root@hilbertn.suse.de