Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hawtjni-runtime for openSUSE:Factory 
checked in at 2022-03-24 22:57:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawtjni-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.hawtjni-runtime.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hawtjni-runtime"

Thu Mar 24 22:57:48 2022 rev:8 rq:964408 version:1.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/hawtjni-runtime/hawtjni-maven-plugin.changes     
2019-11-28 13:50:25.434705024 +0100
+++ 
/work/SRC/openSUSE:Factory/.hawtjni-runtime.new.1900/hawtjni-maven-plugin.changes
   2022-03-24 22:58:55.268303862 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 23:25:42 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
hawtjni-runtime.changes: same change

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

Other differences:
------------------
++++++ hawtjni-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.Xrelir/_old  2022-03-24 22:58:55.748304325 +0100
+++ /var/tmp/diff_new_pack.Xrelir/_new  2022-03-24 22:58:55.748304325 +0100
@@ -74,7 +74,7 @@
 %build
 %{mvn_build} -f \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -- -Dmaven.compiler.release=6
+       -- -Dmaven.compiler.release=8
 %endif
 
 %install

++++++ hawtjni-runtime.spec ++++++
--- /var/tmp/diff_new_pack.Xrelir/_old  2022-03-24 22:58:55.792304368 +0100
+++ /var/tmp/diff_new_pack.Xrelir/_new  2022-03-24 22:58:55.800304375 +0100
@@ -26,7 +26,7 @@
 BuildRequires:  apache-commons-cli
 BuildRequires:  apache-commons-lang
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  objectweb-asm >= 5
 BuildRequires:  xbean
@@ -78,18 +78,18 @@
 
 %build
 mkdir -p hawtjni-runtime/build/classes
-javac -d hawtjni-runtime/build/classes -source 6 -target 6 \
+javac -d hawtjni-runtime/build/classes -source 8 -target 8 \
   $(find hawtjni-runtime/src/main/java/ -name *.java | xargs)
 jar cf hawtjni-runtime.jar -C hawtjni-runtime/build/classes .
 mkdir -p  hawtjni-generator/build/classes
 javac -d hawtjni-generator/build/classes \
-  -source 6 -target 6 \
+  -source 8 -target 8 \
   -cp $(build-classpath commons-cli commons-lang objectweb-asm/asm-all 
xbean/xbean-finder xbean/xbean-asm-util):hawtjni-runtime.jar \
   $(find hawtjni-generator/src/main/java/ -name *.java | xargs)
 jar cf hawtjni-generator.jar -C hawtjni-generator/build/classes .
 jar uf hawtjni-generator.jar -C hawtjni-generator/src/main/resources .
 mkdir -p hawtjni-runtime/build/apidoc
-javadoc -d hawtjni-runtime/build/apidoc -source 6 \
+javadoc -d hawtjni-runtime/build/apidoc -source 8 \
   -classpath $(build-classpath commons-cli commons-lang objectweb-asm/asm-all 
xbean/xbean-finder xbean/xbean-asm-util) \
   $(find hawtjni-runtime/src/main/java/ -name *.java && \
     find hawtjni-generator/src/main/java/ -name *.java| xargs)

Reply via email to