Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freemarker for openSUSE:Factory 
checked in at 2023-09-11 21:22:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freemarker (Old)
 and      /work/SRC/openSUSE:Factory/.freemarker.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freemarker"

Mon Sep 11 21:22:09 2023 rev:7 rq:1110244 version:2.3.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/freemarker/freemarker.changes    2023-08-23 
14:58:38.878101032 +0200
+++ /work/SRC/openSUSE:Factory/.freemarker.new.1766/freemarker.changes  
2023-09-11 21:26:45.999179336 +0200
@@ -1,0 +2,8 @@
+Mon Sep 11 08:40:53 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Reproducible builds: avoid timestamps in generated manifest
+- Added patch:
+  * reproducible-javadoc.patch
+    + avoid hidden timestamps in javadoc
+
+-------------------------------------------------------------------

New:
----
  reproducible-javadoc.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freemarker.spec ++++++
--- /var/tmp/diff_new_pack.qYyBoa/_old  2023-09-11 21:26:47.579235663 +0200
+++ /var/tmp/diff_new_pack.qYyBoa/_new  2023-09-11 21:26:47.579235663 +0200
@@ -36,6 +36,7 @@
 # Fix compatibility with javacc 7
 Patch5:         javacc-7.patch
 Patch6:         no-doctype.patch
+Patch7:         reproducible-javadoc.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-logging
 BuildRequires:  apache-parent
@@ -92,6 +93,11 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+
+echo "-reproducible: true" >> osgi.bnd
+echo "-noextraheaders: true" >> osgi.bnd
+echo "-snapshot: SNAPSHOT" >> osgi.bnd
 
 # Use system ivy settings
 rm ivysettings.xml
@@ -118,7 +124,7 @@
 
 %build
 JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 \
-       ant -Divy.mode=local -Ddeps.available=true javacc jar javadoc maven-pom
+       %{ant} -Divy.mode=local -Ddeps.available=true javacc jar javadoc 
maven-pom
 
 mkdir build/manual
 for lang in en_US zh_CN; do

++++++ reproducible-javadoc.patch ++++++
--- freemarker-2.3.31/build.xml 2023-08-22 01:25:24.046989855 +0200
+++ freemarker-2.3.31/build.xml 2023-09-11 10:28:52.456873100 +0200
@@ -488,6 +488,7 @@
       charset="UTF-8"
       docencoding="UTF-8"
       locale="en_US"
+      additionalparam="-notimestamp"
     >
       <link href="http://docs.oracle.com/javase/8/docs/api/"/>
     </javadoc>

Reply via email to