Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sac for openSUSE:Factory checked in at 2025-09-19 15:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sac (Old) and /work/SRC/openSUSE:Factory/.sac.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sac" Fri Sep 19 15:33:23 2025 rev:14 rq:1305651 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/sac/sac.changes 2024-09-25 21:53:08.039889294 +0200 +++ /work/SRC/openSUSE:Factory/.sac.new.27445/sac.changes 2025-09-19 15:33:28.107505960 +0200 @@ -1,0 +2,5 @@ +Thu Sep 18 06:10:42 UTC 2025 - Fridrich Strba <[email protected]> + +- Fix build with older JDKs where jar tool does not have long options + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sac.spec ++++++ --- /var/tmp/diff_new_pack.67PS3x/_old 2025-09-19 15:33:28.535523944 +0200 +++ /var/tmp/diff_new_pack.67PS3x/_new 2025-09-19 15:33:28.535523944 +0200 @@ -1,7 +1,7 @@ # # spec file for package sac # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,8 +65,10 @@ 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 --manifest=%{SOURCE2} --file=build/lib/sac.jar +%else + umf %{SOURCE2} build/lib/sac.jar +%endif install -d -m 0755 %{buildroot}%{_javadir} install -p -m 0644 ./build/lib/sac.jar %{buildroot}%{_javadir}/%{name}.jar
