Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package json-lib for openSUSE:Factory 
checked in at 2022-03-21 20:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/json-lib (Old)
 and      /work/SRC/openSUSE:Factory/.json-lib.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "json-lib"

Mon Mar 21 20:13:16 2022 rev:5 rq:963735 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/json-lib/json-lib.changes        2022-02-23 
19:07:05.203289477 +0100
+++ /work/SRC/openSUSE:Factory/.json-lib.new.25692/json-lib.changes     
2022-03-21 20:13:35.368533203 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 08:45:00 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Do not depend on the old asm3
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ json-lib.spec ++++++
--- /var/tmp/diff_new_pack.RkSGdy/_old  2022-03-21 20:13:35.928533744 +0100
+++ /var/tmp/diff_new_pack.RkSGdy/_new  2022-03-21 20:13:35.940533756 +0100
@@ -33,7 +33,6 @@
 BuildRequires:  java-devel
 BuildRequires:  maven-local
 BuildRequires:  mvn(antlr:antlr)
-BuildRequires:  mvn(asm:asm)
 BuildRequires:  mvn(commons-beanutils:commons-beanutils)
 BuildRequires:  mvn(commons-cli:commons-cli)
 BuildRequires:  mvn(commons-collections:commons-collections)
@@ -43,10 +42,10 @@
 BuildRequires:  mvn(log4j:log4j)
 BuildRequires:  mvn(net.sf.ezmorph:ezmorph)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
-BuildRequires:  mvn(org.apache:apache:pom:)
 BuildRequires:  mvn(org.codehaus.groovy:groovy-all:1.8)
 BuildRequires:  mvn(org.codehaus.groovy:groovy:1.8)
 BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
+BuildRequires:  mvn(org.ow2.asm:asm)
 BuildRequires:  mvn(org.slf4j:slf4j-nop)
 BuildRequires:  mvn(oro:oro)
 BuildRequires:  mvn(xom:xom)
@@ -99,6 +98,7 @@
 %pom_remove_dep :commons-httpclient
 
 %pom_change_dep org.codehaus.groovy:: org.codehaus.groovy::1.8
+%pom_change_dep asm: org.ow2.asm:
 
 # Remove the -SNAPSHOT postfix
 %pom_xpath_set pom:project/pom:version "2.4-jenkins-3" 
jenkins-%{name}-%{version}/pom.xml
@@ -115,17 +115,19 @@
 
 %build
 %{mvn_file} : %{name}
-%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 \
+%{mvn_build} -f -- \
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -Dmaven.compiler.release=6
+       -Dmaven.compiler.release=8 \
 %endif
+    -Dproject.build.sourceEncoding=UTF-8
 
 # build Jenkins JSON lib
 pushd jenkins-%{name}-%{version}
-%{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
+    -Dproject.build.sourceEncoding=UTF-8
 
 popd
 

Reply via email to