Script 'mail_helper' called by obssrc
Hello community,

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

Package is "paranamer"

Wed Mar 23 20:18:36 2022 rev:2 rq:964202 version:2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/paranamer/paranamer.changes      2019-12-10 
22:41:25.929831176 +0100
+++ /work/SRC/openSUSE:Factory/.paranamer.new.25692/paranamer.changes   
2022-03-23 20:20:28.822534113 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 09:30:36 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ paranamer.spec ++++++
--- /var/tmp/diff_new_pack.wIJRCR/_old  2022-03-23 20:20:29.206534329 +0100
+++ /var/tmp/diff_new_pack.wIJRCR/_new  2022-03-23 20:20:29.214534335 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paranamer
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -26,6 +26,7 @@
 Source0:        %{url}/archive/%{githash}/%{name}-%{githash}.tar.gz
 Patch0:         0001-Port-to-current-qdox.patch
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(com.thoughtworks.qdox:qdox)
 BuildRequires:  mvn(javax.inject:javax.inject)
@@ -112,10 +113,11 @@
 
 %build
 
-%{mvn_build} -sf \
+%{mvn_build} -sf -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -- -Dmaven.compiler.release=6
+    -Dmaven.compiler.release=8 \
 %endif
+    -Dsource=8
 
 %install
 %mvn_install

Reply via email to