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-10-19 22:46:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old)
 and      /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "objectweb-asm"

Thu Oct 19 22:46:58 2023 rev:27 rq:1118283 version:9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes      
2023-04-05 21:36:20.702804752 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/objectweb-asm.changes    
2023-10-19 22:49:20.454831067 +0200
@@ -1,0 +2,15 @@
+Tue Oct 17 05:26:11 UTC 2023 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Upgrade to version 9.6
+  * new Opcodes.V22 constant for Java 22
+  * bug fixes
+    + 317991: Analyzer produces frames that have different locals
+      than those detected by JRE bytecode verifier
+    + 317995: Invalid stackmap generated when the instruction
+      stream has new instruction after invokespecial to <init>
+    + 317998: Analyzer can fail to catch thrown exceptions
+    + 318002: asm-analysis Frame allocates an array unnecessarily
+      inside executeInvokeInsn
+    + bug in CheckFrameAnalyzer with static methods
+
+-------------------------------------------------------------------

Old:
----
  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

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

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

Other differences:
------------------
++++++ objectweb-asm.spec ++++++
--- /var/tmp/diff_new_pack.FH3rjB/_old  2023-10-19 22:49:21.002850943 +0200
+++ /var/tmp/diff_new_pack.FH3rjB/_new  2023-10-19 22:49:21.002850943 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           objectweb-asm
-Version:        9.5
+Version:        9.6
 Release:        0
 Summary:        Java bytecode manipulation framework
 License:        BSD-3-Clause

++++++ asm-9.5.pom -> asm-9.6.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-9.5.pom        2023-04-05 
21:36:20.574804021 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/asm-9.6.pom      
2023-10-19 22:49:20.334826714 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm</artifactId>
-  <version>9.5</version>
+  <version>9.6</version>
   <name>asm</name>
   <description>ASM, a very small and fast Java bytecode manipulation 
framework</description>
   <url>http://asm.ow2.io/</url>

++++++ asm-analysis-9.5.pom -> asm-analysis-9.6.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-analysis-9.5.pom       
2023-04-05 21:36:20.582804067 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/asm-analysis-9.6.pom     
2023-10-19 22:49:20.342827004 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-analysis</artifactId>
-  <version>9.5</version>
+  <version>9.6</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,7 +71,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ asm-commons-9.5.pom -> asm-commons-9.6.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-commons-9.5.pom        
2023-04-05 21:36:20.594804135 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/asm-commons-9.6.pom      
2023-10-19 22:49:20.362827730 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-commons</artifactId>
-  <version>9.5</version>
+  <version>9.6</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,13 +71,13 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ asm-test-9.5.pom -> asm-test-9.6.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-test-9.5.pom   2023-04-05 
21:36:20.606804204 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/asm-test-9.6.pom 
2023-10-19 22:49:20.390828746 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-test</artifactId>
-  <version>9.5</version>
+  <version>9.6</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>

++++++ asm-tree-9.5.pom -> asm-tree-9.6.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-tree-9.5.pom   2023-04-05 
21:36:20.630804341 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/asm-tree-9.6.pom 
2023-10-19 22:49:20.398829036 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-tree</artifactId>
-  <version>9.5</version>
+  <version>9.6</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,7 +71,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

++++++ asm-util-9.5.pom -> asm-util-9.6.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-util-9.5.pom   2023-04-05 
21:36:20.658804500 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1945/asm-util-9.6.pom 
2023-10-19 22:49:20.402829180 +0200
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-util</artifactId>
-  <version>9.5</version>
+  <version>9.6</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,19 +71,19 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-analysis</artifactId>
-      <version>9.5</version>
+      <version>9.6</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

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

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

Reply via email to