Script 'mail_helper' called by obssrc
Hello community,

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

Package is "signpost-core"

Thu Mar 24 22:58:07 2022 rev:3 rq:964432 version:1.2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/signpost-core/signpost-core.changes      
2019-11-26 16:56:35.616162669 +0100
+++ /work/SRC/openSUSE:Factory/.signpost-core.new.1900/signpost-core.changes    
2022-03-24 23:00:10.340376333 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 19:05:18 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ signpost-core.spec ++++++
--- /var/tmp/diff_new_pack.2HWba2/_old  2022-03-24 23:00:10.804376782 +0100
+++ /var/tmp/diff_new_pack.2HWba2/_new  2022-03-24 23:00:10.812376789 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package signpost-core
 #
-# 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:        
https://github.com/mttkay/signpost/archive/%{githash}/signpost-%{githash}.tar.gz
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(commons-codec:commons-codec)
 BuildRequires:  mvn(org.apache.httpcomponents:httpclient)
@@ -79,10 +80,11 @@
 %{mvn_file} :signpost-commonshttp4 signpost-commonshttp4
 
 %build
-%{mvn_build} -s -f \
+%{mvn_build} -s -f -- \
 %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