Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xml-commons-apis for 
openSUSE:Factory checked in at 2024-09-22 11:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xml-commons-apis (Old)
 and      /work/SRC/openSUSE:Factory/.xml-commons-apis.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xml-commons-apis"

Sun Sep 22 11:05:22 2024 rev:6 rq:1202038 version:1.4.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/xml-commons-apis/xml-commons-apis.changes        
2024-02-23 16:40:38.705148755 +0100
+++ 
/work/SRC/openSUSE:Factory/.xml-commons-apis.new.29891/xml-commons-apis.changes 
    2024-09-22 11:05:23.591048397 +0200
@@ -1,0 +2,5 @@
+Thu Sep 19 15:03:31 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Use SOURCE_DATE_EPOCH for reproducible builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xml-commons-apis.spec ++++++
--- /var/tmp/diff_new_pack.hHGtm0/_old  2024-09-22 11:05:24.187073014 +0200
+++ /var/tmp/diff_new_pack.hHGtm0/_new  2024-09-22 11:05:24.191073179 +0200
@@ -87,8 +87,16 @@
 ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadoc
 
 # inject OSGi manifests
-jar ufm build/xml-apis.jar %{SOURCE1}
-jar ufm build/xml-apis-ext.jar %{SOURCE2}
+jar \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
+    --date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} 
+%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
+%endif
+    --update --file=build/xml-apis.jar --manifest=%{SOURCE1}
+jar \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
+    --date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} 
+%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
+%endif
+    --update --file=build/xml-apis-ext.jar --manifest=%{SOURCE2}
 
 %install
 # jar

Reply via email to