Hello community, here is the log from the commit of package log4j for openSUSE:Factory checked in at 2018-01-13 21:34:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/log4j (Old) and /work/SRC/openSUSE:Factory/.log4j.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "log4j" Sat Jan 13 21:34:46 2018 rev:21 rq:563328 version:1.2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/log4j/log4j-mini.changes 2017-09-13 22:28:24.795842194 +0200 +++ /work/SRC/openSUSE:Factory/.log4j.new/log4j-mini.changes 2018-01-13 21:34:52.925777787 +0100 @@ -1,0 +2,6 @@ +Wed Jan 10 13:45:44 UTC 2018 - [email protected] + +- Add log4j-reproducible.patch to drop javadoc timestamps to make + package builds more reproducible (boo#1047218) + +------------------------------------------------------------------- log4j.changes: same change New: ---- log4j-reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ log4j-mini.spec ++++++ --- /var/tmp/diff_new_pack.eet7Py/_old 2018-01-13 21:34:54.005727225 +0100 +++ /var/tmp/diff_new_pack.eet7Py/_new 2018-01-13 21:34:54.009727038 +0100 @@ -43,6 +43,8 @@ Patch0: %{real}-logfactor5-userdir.patch Patch1: %{real}-javadoc-xlink.patch Patch2: %{real}-mx4j-tools.patch +# PATCH-FIX-OPENSUSE -- Drop javadoc timestamp +Patch3: %{real}-reproducible.patch BuildRequires: ant BuildRequires: java-devel BuildRequires: javapackages-tools @@ -97,6 +99,7 @@ %patch0 %patch1 %patch2 +%patch3 -p1 sed -i 's/\r//g' LICENSE NOTICE src/site/resources/css/*.css log4j.spec: same change ++++++ log4j-reproducible.patch ++++++ Author: Bernhard M. Wiedemann <bwiedemann suse de> Date: 2018-01-10 Drop javadoc timestamp to make package build more reproducible Index: apache-log4j-1.2.17/build.xml =================================================================== --- apache-log4j-1.2.17.orig/build.xml +++ apache-log4j-1.2.17/build.xml @@ -516,6 +516,7 @@ limitations under the License. -->' bottom="Copyright 2000-2007 Apache Software Foundation."> + <arg value="-notimestamp" /> <link href="${jdk.javadoc}"/> <classpath refid="compile.classpath"/>
