Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jmdns for openSUSE:Factory checked 
in at 2022-03-22 21:36:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jmdns (Old)
 and      /work/SRC/openSUSE:Factory/.jmdns.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jmdns"

Tue Mar 22 21:36:46 2022 rev:2 rq:964032 version:3.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/jmdns/jmdns.changes      2022-01-20 
00:13:15.478623898 +0100
+++ /work/SRC/openSUSE:Factory/.jmdns.new.25692/jmdns.changes   2022-03-22 
21:36:47.704989697 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 17:06:48 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jmdns.spec ++++++
--- /var/tmp/diff_new_pack.bUIkbC/_old  2022-03-22 21:36:48.300990164 +0100
+++ /var/tmp/diff_new_pack.bUIkbC/_new  2022-03-22 21:36:48.304990168 +0100
@@ -24,6 +24,7 @@
 URL:            https://github.com/jmdns/jmdns
 Source0:        
https://github.com/jmdns/jmdns/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.slf4j:slf4j-api)
@@ -49,8 +50,11 @@
 
 %build
 # Tests are disabled because they try to use network
-%{mvn_build} -f -- -Dsource=6
-
+%{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