Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package test-interface for openSUSE:Factory 
checked in at 2024-09-30 15:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/test-interface (Old)
 and      /work/SRC/openSUSE:Factory/.test-interface.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "test-interface"

Mon Sep 30 15:39:48 2024 rev:4 rq:1204555 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/test-interface/test-interface.changes    
2024-09-24 17:35:16.634105198 +0200
+++ /work/SRC/openSUSE:Factory/.test-interface.new.29891/test-interface.changes 
2024-09-30 15:40:15.108648569 +0200
@@ -1,0 +2,5 @@
+Sun Sep 29 19:40:10 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Fix build after removal of the default %%{java_home} define
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ test-interface.spec ++++++
--- /var/tmp/diff_new_pack.fQG7f9/_old  2024-09-30 15:40:15.628670228 +0200
+++ /var/tmp/diff_new_pack.fQG7f9/_new  2024-09-30 15:40:15.628670228 +0200
@@ -49,7 +49,7 @@
 
 %build
 mkdir -p classes target/api
-%javac -source 8 -target 8 -d classes $(find src/main/java -name "*.java")
+javac -source 8 -target 8 -d classes $(find src/main/java -name "*.java")
 
 (
 cd classes
@@ -64,14 +64,14 @@
 Specification-Title: %{name}
 Specification-Version: %{version}
 EOF
-%jar \
+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
     --create --no-manifest --file=../target/%{name}.jar *
 )
 
-%{javadoc} -notimestamp -source 8 -d target/api \
+javadoc -notimestamp -source 8 -d target/api \
     -classpath $PWD/target/%{name}.jar $(find src/main/java -name "*.java")
 
 %install

Reply via email to