Script 'mail_helper' called by obssrc
Hello community,

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

Package is "maven-jar-plugin"

Tue Mar 22 19:40:47 2022 rev:5 rq:963948 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-jar-plugin/maven-jar-plugin.changes        
2019-11-28 13:50:59.150692207 +0100
+++ 
/work/SRC/openSUSE:Factory/.maven-jar-plugin.new.25692/maven-jar-plugin.changes 
    2022-03-22 19:40:51.463131294 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 13:18:12 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maven-jar-plugin.spec ++++++
--- /var/tmp/diff_new_pack.zws5cF/_old  2022-03-22 19:40:51.967131823 +0100
+++ /var/tmp/diff_new_pack.zws5cF/_new  2022-03-22 19:40:51.971131827 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package maven-jar-plugin
+# spec file
 #
-# 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
@@ -28,12 +28,13 @@
 Summary:        Maven JAR Plugin
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-URL:            http://maven.apache.org/plugins/maven-jar-plugin/
-Source0:        
http://repo2.maven.org/maven2/org/apache/maven/plugins/%{base_name}/%{version}/%{base_name}-%{version}-source-release.zip
+URL:            https://maven.apache.org/plugins/maven-jar-plugin/
+Source0:        
https://repo1.maven.org/maven2/org/apache/maven/plugins/%{base_name}/%{version}/%{base_name}-%{version}-source-release.zip
 Source1:        %{base_name}-build.xml
 Patch0:         %{base_name}-bootstrap-resources.patch
 Patch1:         01-allow-replacing-artifacts.patch
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  maven-archiver >= 3.5.0
 BuildRequires:  maven-file-management
@@ -109,7 +110,7 @@
 xmvn --batch-mode --offline \
        -Dmaven.test.skip=true -DmavenVersion=3.1.1 \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -Dmaven.compiler.release=7 \
+    -Dmaven.compiler.release=8 \
 %endif
        package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
 %endif


++++++ maven-jar-plugin-build.xml ++++++
--- /var/tmp/diff_new_pack.zws5cF/_old  2022-03-22 19:40:52.015131873 +0100
+++ /var/tmp/diff_new_pack.zws5cF/_new  2022-03-22 19:40:52.019131877 +0100
@@ -19,7 +19,7 @@
 
   <property name="spec.version" value="3.2"/>
 
-  <property name="compiler.source" value="1.6"/>
+  <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
   <property name="build.finalName" 
value="${project.artifactId}-${project.version}"/>

Reply via email to