Script 'mail_helper' called by obssrc
Hello community,

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

Package is "stax2-api"

Thu Mar 24 22:57:22 2022 rev:3 rq:964359 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/stax2-api/stax2-api.changes      2019-11-26 
16:58:54.288116880 +0100
+++ /work/SRC/openSUSE:Factory/.stax2-api.new.1900/stax2-api.changes    
2022-03-24 22:57:43.364234449 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 19:00:28 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stax2-api.spec ++++++
--- /var/tmp/diff_new_pack.0DJEpz/_old  2022-03-24 22:57:44.620235661 +0100
+++ /var/tmp/diff_new_pack.0DJEpz/_new  2022-03-24 22:57:44.624235665 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stax2-api
 #
-# 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
@@ -25,6 +25,7 @@
 URL:            http://wiki.fasterxml.com/WoodstoxStax2
 Source0:        
https://github.com/FasterXML/%{name}/archive/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  maven-local
 BuildRequires:  mvn(com.fasterxml:oss-parent:pom:)
 BuildRequires:  mvn(javax.xml.stream:stax-api)
@@ -51,15 +52,15 @@
 
 %pom_xpath_remove pom:Import-Package
 
-%pom_remove_plugin :maven-javadoc-plugin
+# %pom_remove_plugin :maven-javadoc-plugin
 
 %build
-
 %{mvn_file} :%{name} %{name}
-%{mvn_build} -f \
+%{mvn_build} -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