Script 'mail_helper' called by obssrc
Hello community,

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

Package is "javaewah"

Thu Mar 24 22:57:53 2022 rev:2 rq:964415 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/javaewah/javaewah.changes        2019-11-04 
17:15:05.244817578 +0100
+++ /work/SRC/openSUSE:Factory/.javaewah.new.1900/javaewah.changes      
2022-03-24 22:59:27.288334773 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 12:24:33 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ javaewah.spec ++++++
--- /var/tmp/diff_new_pack.Dq8qOM/_old  2022-03-24 22:59:27.808335275 +0100
+++ /var/tmp/diff_new_pack.Dq8qOM/_new  2022-03-24 22:59:27.812335279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package javaewah
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 URL:            https://github.com/lemire/javaewah
 Source0:        
https://github.com/lemire/javaewah/archive/JavaEWAH-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
@@ -62,7 +63,11 @@
 %pom_xpath_inject "pom:project/pom:properties" "<argLine/>"
 
 %build
-%{mvn_build} -f
+%{mvn_build} -f -- \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -Dmaven.compiler.release=8 \
+%endif
+    -Dsource=8
 
 %install
 %mvn_install

Reply via email to