Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hawtjni-runtime for openSUSE:Factory 
checked in at 2022-03-04 00:17:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawtjni-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.hawtjni-runtime.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hawtjni-runtime"

Fri Mar  4 00:17:31 2022 rev:7 rq:958687 version:1.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/hawtjni-runtime/hawtjni-runtime.changes  
2019-11-28 13:50:25.546704982 +0100
+++ 
/work/SRC/openSUSE:Factory/.hawtjni-runtime.new.1958/hawtjni-runtime.changes    
    2022-03-04 00:18:03.408290485 +0100
@@ -1,0 +2,6 @@
+Thu Mar  3 07:40:18 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Use in the path of hawtjni-generator the asm-all.jar that is not
+  modular. This solves some problems with ASM version mismatch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hawtjni-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.FH8Eq3/_old  2022-03-04 00:18:04.044290619 +0100
+++ /var/tmp/diff_new_pack.FH8Eq3/_new  2022-03-04 00:18:04.048290620 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawtjni-maven-plugin
 #
-# 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

++++++ hawtjni-runtime.spec ++++++
--- /var/tmp/diff_new_pack.FH8Eq3/_old  2022-03-04 00:18:04.088290628 +0100
+++ /var/tmp/diff_new_pack.FH8Eq3/_new  2022-03-04 00:18:04.092290629 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawtjni-runtime
 #
-# 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
@@ -84,13 +84,13 @@
 mkdir -p  hawtjni-generator/build/classes
 javac -d hawtjni-generator/build/classes \
   -source 6 -target 6 \
-  -cp $(build-classpath commons-cli commons-lang objectweb-asm/asm 
objectweb-asm/asm-commons xbean/xbean-finder 
xbean/xbean-asm-util):hawtjni-runtime.jar \
+  -cp $(build-classpath commons-cli commons-lang objectweb-asm/asm-all 
xbean/xbean-finder xbean/xbean-asm-util):hawtjni-runtime.jar \
   $(find hawtjni-generator/src/main/java/ -name *.java | xargs)
 jar cf hawtjni-generator.jar -C hawtjni-generator/build/classes .
 jar uf hawtjni-generator.jar -C hawtjni-generator/src/main/resources .
 mkdir -p hawtjni-runtime/build/apidoc
 javadoc -d hawtjni-runtime/build/apidoc -source 6 \
-  -classpath $(build-classpath commons-cli commons-lang objectweb-asm/asm 
objectweb-asm/asm-commons xbean/xbean-finder xbean/xbean-asm-util) \
+  -classpath $(build-classpath commons-cli commons-lang objectweb-asm/asm-all 
xbean/xbean-finder xbean/xbean-asm-util) \
   $(find hawtjni-runtime/src/main/java/ -name *.java && \
     find hawtjni-generator/src/main/java/ -name *.java| xargs)
 
@@ -113,7 +113,7 @@
 cp -pr  hawtjni-runtime/build/apidoc/* %{buildroot}%{_javadocdir}/hawtjni/
 %fdupes -s %{buildroot}%{_javadocdir}/hawtjni/
 
-%{jpackage_script org.fusesource.hawtjni.generator.HawtJNI "" "" 
commons-cli:commons-lang:objectweb-asm/asm:objectweb-asm/asm-commons:xbean/xbean-finder:xbean/xbean-asm-util:hawtjni/hawtjni-runtime:hawtjni/hawtjni-generator
 hawtjni-generator true}
+%{jpackage_script org.fusesource.hawtjni.generator.HawtJNI "" "" 
commons-cli:commons-lang:objectweb-asm/asm-all:xbean/xbean-finder:xbean/xbean-asm-util:hawtjni/hawtjni-runtime:hawtjni/hawtjni-generator
 hawtjni-generator true}
 
 %files -f .mfiles
 %license license.txt

Reply via email to