Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-enforcer for openSUSE:Factory 
checked in at 2022-03-22 19:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-enforcer (Old)
 and      /work/SRC/openSUSE:Factory/.maven-enforcer.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-enforcer"

Tue Mar 22 19:40:44 2022 rev:3 rq:963942 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-enforcer/maven-enforcer.changes    
2019-11-26 16:59:26.172106352 +0100
+++ /work/SRC/openSUSE:Factory/.maven-enforcer.new.25692/maven-enforcer.changes 
2022-03-22 19:40:47.747127396 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 13:03:03 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-enforcer.spec ++++++
--- /var/tmp/diff_new_pack.B4gWBO/_old  2022-03-22 19:40:48.219127891 +0100
+++ /var/tmp/diff_new_pack.B4gWBO/_new  2022-03-22 19:40:48.223127895 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-enforcer
 #
-# 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
@@ -22,13 +22,14 @@
 Summary:        A build rule execution framework
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-URL:            http://maven.apache.org/enforcer
-Source0:        
http://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer/%{version}/enforcer-%{version}-source-release.zip
+URL:            https://maven.apache.org/enforcer
+Source0:        
https://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer/%{version}/enforcer-%{version}-source-release.zip
 # TODO forward upstream
 # https://issues.apache.org/jira/browse/MENFORCER-267
 Patch0:         0001-Port-to-Maven-3-API.patch
 Patch1:         0002-Port-to-artifact-transfer-0.11.0.patch
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  unzip
 BuildRequires:  mvn(com.google.code.findbugs:jsr305)
@@ -101,10 +102,11 @@
     -i enforcer-{api,rules}/pom.xml
 
 %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