Script 'mail_helper' called by obssrc
Hello community,

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

Package is "jersey"

Mon Sep 11 21:22:30 2023 rev:7 rq:1110272 version:2.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/jersey/jersey.changes    2022-03-22 
19:41:27.551169150 +0100
+++ /work/SRC/openSUSE:Factory/.jersey.new.1766/jersey.changes  2023-09-11 
21:27:06.915924998 +0200
@@ -1,0 +2,5 @@
+Mon Sep 11 10:35:32 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jersey.spec ++++++
--- /var/tmp/diff_new_pack.VvGo8d/_old  2023-09-11 21:27:08.299974339 +0200
+++ /var/tmp/diff_new_pack.VvGo8d/_new  2023-09-11 21:27:08.299974339 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jersey
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -306,16 +306,13 @@
 %{mvn_package} "org.glassfish.jersey.test-framework*:" test-framework
 
 %build
-%if %{without jp_minimal}
-# Build everything except examples, integration tests and distribution bundles
-%{mvn_build} -f -- -PsecurityOff -Dasm.version=6.2.1 
-Dmaven.test.failure.ignore=true \
-  -Dexamples.excluded -Dtests.excluded -Dbundles.excluded -Dsource=8
-%else
-# Additionally omit tests and testing framework for minimal builds
-%{mvn_build} -f -- -PsecurityOff -Dasm.version=6.2.1 
-Dmaven.test.failure.ignore=true \
-  -Dexamples.excluded -Dtests.excluded -Dbundles.excluded 
-Dtest-framework.excluded \
-  -Dsource=8
+%mvn_build -f -- \
+%if %{with jp_minimal}
+    -Dtest-framework.excluded \
 %endif
+    -PsecurityOff -Dasm.version=6.2.1 -Dmaven.test.failure.ignore=true \
+    -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date 
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
+    -Dexamples.excluded -Dtests.excluded -Dbundles.excluded -Dsource=8
 
 %install
 %mvn_install

Reply via email to