Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package objectweb-asm for openSUSE:Factory 
checked in at 2023-04-05 21:29:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old)
 and      /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "objectweb-asm"

Wed Apr  5 21:29:01 2023 rev:26 rq:1077583 version:9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes      
2022-04-22 21:56:14.634942026 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/objectweb-asm.changes   
2023-04-05 21:36:20.702804752 +0200
@@ -1,0 +2,28 @@
+Sun Apr  2 18:13:50 UTC 2023 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Upgrade to version 9.5
+  * new Opcodes.V21 constant for Java 21
+  * new readBytecodeInstructionOffset hook in ClassReader
+  * more detailed exception messages
+  * Javadoc improvements and fixes
+  * bug fixes
+    + 317989: Silent removal of zero-valued entries from the
+      line-number table
+
+-------------------------------------------------------------------
+Sun Jan 29 01:33:32 UTC 2023 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Upgrade to version 9.4
+  * new Opcodes.V20 constant for Java 20
+  * more checks in CheckClassAdapter
+  * Javadoc improvements and fixes
+  * module-info classes can be built without Gradle and Bnd
+  * parent POM updated to org.ow2:ow2:1.5.1
+  * bug fixes
+    + 317977: CheckClassAdapter is no longer transparent for MAXLOCALS
+    + 317981: Add public getDelegate method to all visitor classes
+    + Analyzer does not compute optimal maxLocals for static methods
+    + Fix SignatureWriter when a generic type has a depth over 30
+    + Skip remap inner class name if not changed in Remapper
+
+-------------------------------------------------------------------

Old:
----
  asm-9.3.pom
  asm-analysis-9.3.pom
  asm-commons-9.3.pom
  asm-test-9.3.pom
  asm-tree-9.3.pom
  asm-util-9.3.pom
  objectweb-asm-9.3-build.tar.xz
  objectweb-asm-9.3.tar.xz

New:
----
  asm-9.5.pom
  asm-analysis-9.5.pom
  asm-commons-9.5.pom
  asm-test-9.5.pom
  asm-tree-9.5.pom
  asm-util-9.5.pom
  objectweb-asm-9.5-build.tar.xz
  objectweb-asm-9.5.tar.xz

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

Other differences:
------------------
++++++ objectweb-asm.spec ++++++
--- /var/tmp/diff_new_pack.ZLACJi/_old  2023-04-05 21:36:21.314808245 +0200
+++ /var/tmp/diff_new_pack.ZLACJi/_new  2023-04-05 21:36:21.322808290 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package objectweb-asm
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           objectweb-asm
-Version:        9.3
+Version:        9.5
 Release:        0
 Summary:        Java bytecode manipulation framework
 License:        BSD-3-Clause
@@ -103,7 +103,7 @@
 done
 
 %build
-%ant \
+%ant -Dproject.version=%{version} \
     package javadoc
 
 %install

++++++ asm-9.3.pom -> asm-9.5.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-9.3.pom        2022-04-22 
21:56:14.538941917 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/asm-9.5.pom     
2023-04-05 21:36:20.574804021 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm</artifactId>
-  <version>9.3</version>
+  <version>9.5</version>
   <name>asm</name>
   <description>ASM, a very small and fast Java bytecode manipulation 
framework</description>
   <url>http://asm.ow2.io/</url>
@@ -70,6 +70,6 @@
   <parent>
     <groupId>org.ow2</groupId>
     <artifactId>ow2</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
   </parent>
 </project>

++++++ asm-analysis-9.3.pom -> asm-analysis-9.5.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-analysis-9.3.pom       
2022-04-22 21:56:14.546941926 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/asm-analysis-9.5.pom    
2023-04-05 21:36:20.582804067 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-analysis</artifactId>
-  <version>9.3</version>
+  <version>9.5</version>
   <name>asm-analysis</name>
   <description>Static code analysis API of ASM, a very small and fast Java 
bytecode manipulation framework</description>
   <url>http://asm.ow2.io/</url>
@@ -71,13 +71,13 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
   <parent>
     <groupId>org.ow2</groupId>
     <artifactId>ow2</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
   </parent>
 </project>

++++++ asm-commons-9.3.pom -> asm-commons-9.5.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-commons-9.3.pom        
2022-04-22 21:56:14.554941935 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/asm-commons-9.5.pom     
2023-04-05 21:36:20.594804135 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-commons</artifactId>
-  <version>9.3</version>
+  <version>9.5</version>
   <name>asm-commons</name>
   <description>Usefull class adapters based on ASM, a very small and fast Java 
bytecode manipulation framework</description>
   <url>http://asm.ow2.io/</url>
@@ -71,25 +71,19 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>9.3</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-analysis</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
   <parent>
     <groupId>org.ow2</groupId>
     <artifactId>ow2</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
   </parent>
 </project>

++++++ asm-test-9.3.pom -> asm-test-9.5.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-test-9.3.pom   2022-04-22 
21:56:14.566941949 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/asm-test-9.5.pom        
2023-04-05 21:36:20.606804204 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-test</artifactId>
-  <version>9.3</version>
+  <version>9.5</version>
   <name>asm-test</name>
   <description>Utilities for testing ASM, a very small and fast Java bytecode 
manipulation framework</description>
   <url>http://asm.ow2.io/</url>
@@ -71,19 +71,19 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.8.2</version>
+      <version>5.9.1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-params</artifactId>
-      <version>5.8.2</version>
+      <version>5.9.1</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
   <parent>
     <groupId>org.ow2</groupId>
     <artifactId>ow2</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
   </parent>
 </project>

++++++ asm-tree-9.3.pom -> asm-tree-9.5.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-tree-9.3.pom   2022-04-22 
21:56:14.574941958 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/asm-tree-9.5.pom        
2023-04-05 21:36:20.630804341 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-tree</artifactId>
-  <version>9.3</version>
+  <version>9.5</version>
   <name>asm-tree</name>
   <description>Tree API of ASM, a very small and fast Java bytecode 
manipulation framework</description>
   <url>http://asm.ow2.io/</url>
@@ -71,13 +71,13 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
   <parent>
     <groupId>org.ow2</groupId>
     <artifactId>ow2</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
   </parent>
 </project>

++++++ asm-util-9.3.pom -> asm-util-9.5.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-util-9.3.pom   2022-04-22 
21:56:14.582941967 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.19717/asm-util-9.5.pom        
2023-04-05 21:36:20.658804500 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-util</artifactId>
-  <version>9.3</version>
+  <version>9.5</version>
   <name>asm-util</name>
   <description>Utilities for ASM, a very small and fast Java bytecode 
manipulation framework</description>
   <url>http://asm.ow2.io/</url>
@@ -71,25 +71,25 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-analysis</artifactId>
-      <version>9.3</version>
+      <version>9.5</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
   <parent>
     <groupId>org.ow2</groupId>
     <artifactId>ow2</artifactId>
-    <version>1.5</version>
+    <version>1.5.1</version>
   </parent>
 </project>

++++++ objectweb-asm-9.3-build.tar.xz -> objectweb-asm-9.5-build.tar.xz ++++++
++++ no output (probably identical)

++++++ objectweb-asm-9.3-build.tar.xz -> objectweb-asm-9.5.tar.xz ++++++
++++ 141360 lines of diff (skipped)

Reply via email to