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 2021-10-23 00:51:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old)
 and      /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "objectweb-asm"

Sat Oct 23 00:51:11 2021 rev:23 rq:926850 version:9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes      
2019-12-02 11:38:05.478457525 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/objectweb-asm.changes    
2021-10-23 00:51:53.537145593 +0200
@@ -1,0 +2,39 @@
+Wed Oct 20 19:54:36 UTC 2021 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade to version 9.2
+  * Up to JDK 18 support
+  * ClassReader.readStream() performance improvements
+  * Add some input validations in ClassReader
+  * Replace -debug flag in Printer with -nodebug (-debug continues
+    to work)
+  * new V15 constant
+  * experimental support for PermittedSubtypes and RecordComponent
+  * Javadoc fixes
+  * bug fixes
+    + 317942: ClassCheckAdaptor output represents reference arrays
+         as only their "root" component type
+    + 317921: Make Analyzer not require correct maxs or calculate
+         maxs fast
+    + 317922: InstructionAdapter shall throw consistent exceptions
+    + 317923: Incorrect documentation on ClassReader's use of
+         AnnotationVisitor
+    + 317929: ClassRemapper doesn't remap annotation values
+    + 317930: Can CheckClassAdapter.checkTypeRef throw a more
+         specific exception?
+    + 317931: Shall CheckMethodAdapter.Method.visitLabel throw
+         IllegalStateException?
+    + Tests that requires preview features should only run if the
+         preview features of the right JDK are enabled
+    + 317897: AdviceAdapter incorrectly emits onMethodEnter from a
+         try-catch block in a constructor
+    + 317900: Javadoc of ClassVisitor does not specify order of
+         visitRecordComponent
+    + 317904: Bug with constructors in AdviceAdapter
+    + 317910: Iterating over a InsnList with an iterator traverses
+         the list twice
+    + 317898: ASM 8 does not support writing of empty records
+    + 317896: Performance degradation when using dynamic constants
+         as a static paramet to another InDy/ConDy
+    + 317885: SKIP_DEBUG now skips MethodParameters attributes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ objectweb-asm.spec ++++++
--- /var/tmp/diff_new_pack.MvyRnj/_old  2021-10-23 00:51:54.089145837 +0200
+++ /var/tmp/diff_new_pack.MvyRnj/_new  2021-10-23 00:51:54.093145839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package objectweb-asm
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 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:        7.2
+Version:        9.2
 Release:        0
 Summary:        Java bytecode manipulation framework
 License:        BSD-3-Clause
@@ -26,12 +26,12 @@
 # ./generate-tarball.sh
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-%{version}-build.tar.xz
-Source2:        
http://repo1.maven.org/maven2/org/ow2/asm/asm/%{version}/asm-%{version}.pom
-Source3:        
http://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/%{version}/asm-analysis-%{version}.pom
-Source4:        
http://repo1.maven.org/maven2/org/ow2/asm/asm-commons/%{version}/asm-commons-%{version}.pom
-Source5:        
http://repo1.maven.org/maven2/org/ow2/asm/asm-test/%{version}/asm-test-%{version}.pom
-Source6:        
http://repo1.maven.org/maven2/org/ow2/asm/asm-tree/%{version}/asm-tree-%{version}.pom
-Source7:        
http://repo1.maven.org/maven2/org/ow2/asm/asm-util/%{version}/asm-util-%{version}.pom
+Source2:        
https://repo1.maven.org/maven2/org/ow2/asm/asm/%{version}/asm-%{version}.pom
+Source3:        
https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/%{version}/asm-analysis-%{version}.pom
+Source4:        
https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/%{version}/asm-commons-%{version}.pom
+Source5:        
https://repo1.maven.org/maven2/org/ow2/asm/asm-test/%{version}/asm-test-%{version}.pom
+Source6:        
https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/%{version}/asm-tree-%{version}.pom
+Source7:        
https://repo1.maven.org/maven2/org/ow2/asm/asm-util/%{version}/asm-util-%{version}.pom
 # We still want to create an "all" uberjar, so this is a custom pom to 
generate it
 # TODO: Fix other packages to no longer depend on "asm-all" so we can drop this
 Source9:        asm-all.pom

++++++ asm-7.2.pom -> asm-9.2.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-7.2.pom        2019-12-02 
11:38:05.270457481 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/asm-9.2.pom      
2021-10-23 00:51:53.393145529 +0200
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.ow2</groupId>
-    <artifactId>ow2</artifactId>
-    <version>1.5</version>
-  </parent>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm</artifactId>
-  <version>7.2</version>
+  <version>9.2</version>
   <name>asm</name>
   <description>ASM, a very small and fast Java bytecode manipulation 
framework</description>
   <url>http://asm.ow2.io/</url>
@@ -73,24 +67,9 @@
   <issueManagement>
     <url>https://gitlab.ow2.org/asm/asm/issues</url>
   </issueManagement>
-  <dependencies>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-test</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-params</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+  <parent>
+    <groupId>org.ow2</groupId>
+    <artifactId>ow2</artifactId>
+    <version>1.5</version>
+  </parent>
 </project>

++++++ asm-analysis-7.2.pom -> asm-analysis-9.2.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-analysis-7.2.pom       
2019-12-02 11:38:05.314457490 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/asm-analysis-9.2.pom     
2021-10-23 00:51:53.401145533 +0200
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.ow2</groupId>
-    <artifactId>ow2</artifactId>
-    <version>1.5</version>
-  </parent>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-analysis</artifactId>
-  <version>7.2</version>
+  <version>9.2</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>
@@ -77,26 +71,13 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-test</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-params</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
+  <parent>
+    <groupId>org.ow2</groupId>
+    <artifactId>ow2</artifactId>
+    <version>1.5</version>
+  </parent>
 </project>

++++++ asm-commons-7.2.pom -> asm-commons-9.2.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-commons-7.2.pom        
2019-12-02 11:38:05.358457500 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/asm-commons-9.2.pom      
2021-10-23 00:51:53.429145546 +0200
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.ow2</groupId>
-    <artifactId>ow2</artifactId>
-    <version>1.5</version>
-  </parent>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-commons</artifactId>
-  <version>7.2</version>
+  <version>9.2</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>
@@ -77,44 +71,25 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-analysis</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-util</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-test</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-params</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
+  <parent>
+    <groupId>org.ow2</groupId>
+    <artifactId>ow2</artifactId>
+    <version>1.5</version>
+  </parent>
 </project>

++++++ asm-test-7.2.pom -> asm-test-9.2.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-test-7.2.pom   2019-12-02 
11:38:05.374457503 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/asm-test-9.2.pom 
2021-10-23 00:51:53.437145549 +0200
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.ow2</groupId>
-    <artifactId>ow2</artifactId>
-    <version>1.5</version>
-  </parent>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-test</artifactId>
-  <version>7.2</version>
+  <version>9.2</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>
@@ -77,20 +71,19 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.3.2</version>
+      <version>5.7.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-params</artifactId>
-      <version>5.3.2</version>
+      <version>5.7.0</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-test</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
+  <parent>
+    <groupId>org.ow2</groupId>
+    <artifactId>ow2</artifactId>
+    <version>1.5</version>
+  </parent>
 </project>

++++++ asm-tree-7.2.pom -> asm-tree-9.2.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-tree-7.2.pom   2019-12-02 
11:38:05.398457507 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/asm-tree-9.2.pom 
2021-10-23 00:51:53.457145558 +0200
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.ow2</groupId>
-    <artifactId>ow2</artifactId>
-    <version>1.5</version>
-  </parent>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-tree</artifactId>
-  <version>7.2</version>
+  <version>9.2</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>
@@ -77,26 +71,13 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-test</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-params</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
+  <parent>
+    <groupId>org.ow2</groupId>
+    <artifactId>ow2</artifactId>
+    <version>1.5</version>
+  </parent>
 </project>

++++++ asm-util-7.2.pom -> asm-util-9.2.pom ++++++
--- /work/SRC/openSUSE:Factory/objectweb-asm/asm-util-7.2.pom   2019-12-02 
11:38:05.426457514 +0100
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1890/asm-util-9.2.pom 
2021-10-23 00:51:53.469145563 +0200
@@ -1,15 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.ow2</groupId>
-    <artifactId>ow2</artifactId>
-    <version>1.5</version>
-  </parent>
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-util</artifactId>
-  <version>7.2</version>
+  <version>9.2</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>
@@ -77,44 +71,25 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-tree</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-analysis</artifactId>
-      <version>7.2</version>
+      <version>9.2</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.janino</groupId>
-      <artifactId>janino</artifactId>
-      <version>3.0.11</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm-test</artifactId>
-      <version>7.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-params</artifactId>
-      <version>5.3.2</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
+  <parent>
+    <groupId>org.ow2</groupId>
+    <artifactId>ow2</artifactId>
+    <version>1.5</version>
+  </parent>
 </project>

++++++ generate-tarball.sh ++++++
--- /var/tmp/diff_new_pack.MvyRnj/_old  2021-10-23 00:51:54.189145882 +0200
+++ /var/tmp/diff_new_pack.MvyRnj/_new  2021-10-23 00:51:54.193145883 +0200
@@ -6,20 +6,23 @@
 gittag="ASM_${version//./_}"
 
 # RETRIEVE
-wget 
"https://gitlab.ow2.org/asm/asm/repository/${gittag}/archive.tar.gz#/${name}-${version}.tar.gz";
 -O "${name}-${version}.orig.tar.gz"
+wget "https://gitlab.ow2.org/asm/asm/-/archive/${gittag}/asm-${gittag}.tar.gz"; 
-O "${name}-${version}.orig.tar.gz"
 
 rm -rf tarball-tmp
 mkdir tarball-tmp
-cd tarball-tmp
-tar xf "../${name}-${version}.orig.tar.gz"
+pushd tarball-tmp
+tar -xzf "../${name}-${version}.orig.tar.gz"
 
 # Rename dir not to contain commit
-mv asm-${gittag}-* ${name}-${version}
+mv asm-${gittag} ${name}-${version}
 
 # CLEAN TARBALL
 # Remove all jar files
 find -name '*.jar' -delete
+# Remove all class files except those in asm-test, which are shipped alongside 
appropriately licensed source
+find */asm{,-analysis,-commons} -name '*.class' -delete
+rm -r */gradle
 
-tar cJf "../${name}-${version}.tar.xz" *
-cd ..
+tar -cJf "../${name}-${version}.tar.xz" *
+popd
 rm -r tarball-tmp "${name}-${version}.orig.tar.gz"

++++++ objectweb-asm-7.2-build.tar.xz -> objectweb-asm-9.2-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asm-analysis/build.xml new/asm-analysis/build.xml
--- old/asm-analysis/build.xml  2019-11-25 08:26:53.237830878 +0100
+++ new/asm-analysis/build.xml  2021-10-21 07:07:12.119604333 +0200
@@ -107,7 +107,7 @@
         <attribute name="Bundle-Vendor" value="${project.organization.name}"/>
         <attribute name="Bundle-Version" value="${bundle.version}"/>
         <attribute name="Export-Package" 
value="org.objectweb.asm.tree.analysis;uses:=&quot;org.objectweb.asm,org.objectweb.asm.tree&quot;;version=&quot;${project.version}&quot;"/>
-        <attribute name="Import-Package" 
value="org.objectweb.asm;version=&quot;[7.2,8)&quot;,org.objectweb.asm.tree;version=&quot;[7.2,8)&quot;"/>
+        <attribute name="Import-Package" 
value="org.objectweb.asm,org.objectweb.asm.tree"/>
         <attribute name="JavaPackages-ArtifactId" 
value="${project.artifactId}"/>
         <attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
         <attribute name="JavaPackages-Version" value="${project.version}"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asm-commons/build.xml new/asm-commons/build.xml
--- old/asm-commons/build.xml   2019-11-25 08:26:46.113792402 +0100
+++ new/asm-commons/build.xml   2021-10-21 07:07:01.559522902 +0200
@@ -108,7 +108,7 @@
         <attribute name="Bundle-Vendor" value="${project.organization.name}"/>
         <attribute name="Bundle-Version" value="${bundle.version}"/>
         <attribute name="Export-Package" 
value="org.objectweb.asm.commons;uses:=&quot;org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree&quot;;version=&quot;${project.version}&quot;"/>
-        <attribute name="Import-Package" 
value="org.objectweb.asm;version=&quot;[7.2,8)&quot;,org.objectweb.asm.signature;version=&quot;[7.2,8)&quot;,org.objectweb.asm.tree;version=&quot;[7.2,8)&quot;"/>
+        <attribute name="Import-Package" 
value="org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree"/>
         <attribute name="JavaPackages-ArtifactId" 
value="${project.artifactId}"/>
         <attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
         <attribute name="JavaPackages-Version" value="${project.version}"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asm-tree/build.xml new/asm-tree/build.xml
--- old/asm-tree/build.xml      2019-11-25 08:26:42.097770714 +0100
+++ new/asm-tree/build.xml      2021-10-21 07:06:54.691469945 +0200
@@ -106,7 +106,7 @@
         <attribute name="Bundle-Vendor" value="${project.organization.name}"/>
         <attribute name="Bundle-Version" value="${bundle.version}"/>
         <attribute name="Export-Package" 
value="org.objectweb.asm.tree;uses:=&quot;org.objectweb.asm&quot;;version=&quot;${project.version}&quot;"/>
-        <attribute name="Import-Package" 
value="org.objectweb.asm;version=&quot;[7.2,8)&quot;"/>
+        <attribute name="Import-Package" value="org.objectweb.asm"/>
         <attribute name="JavaPackages-ArtifactId" 
value="${project.artifactId}"/>
         <attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
         <attribute name="JavaPackages-Version" value="${project.version}"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/asm-util/build.xml new/asm-util/build.xml
--- old/asm-util/build.xml      2019-11-25 08:26:37.941748270 +0100
+++ new/asm-util/build.xml      2021-10-21 07:06:49.831432467 +0200
@@ -108,7 +108,7 @@
         <attribute name="Bundle-Vendor" value="${project.organization.name}"/>
         <attribute name="Bundle-Version" value="${bundle.version}"/>
         <attribute name="Export-Package" 
value="org.objectweb.asm.util;uses:=&quot;org.objectweb.asm,org.objectweb.asm.signature&quot;;version=&quot;${project.version}&quot;"/>
-        <attribute name="Import-Package" 
value="org.objectweb.asm;version=&quot;[7.2,8)&quot;,org.objectweb.asm.signature;version=&quot;[7.2,8)&quot;,org.objectweb.asm.tree;version=&quot;[7.2,8)&quot;,org.objectweb.asm.tree.analysis;version=&quot;[7.2,8)&quot;"/>
+        <attribute name="Import-Package" 
value="org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree,org.objectweb.asm.tree.analysis"/>
         <attribute name="JavaPackages-ArtifactId" 
value="${project.artifactId}"/>
         <attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
         <attribute name="JavaPackages-Version" value="${project.version}"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml      2019-11-25 08:25:52.453502616 +0100
+++ new/common.xml      2021-10-20 21:27:39.583601541 +0200
@@ -3,7 +3,7 @@
 <project name="common" basedir=".">
 
   <property file="build.properties"/>
-  <property name="project.version" value="7.2"/>
+  <property name="project.version" value="9.2"/>
   <property name="project.groupId" value="org.ow2.asm"/>
   
   <property name="project.organization.name" value="OW2"/>

++++++ objectweb-asm-7.2-build.tar.xz -> objectweb-asm-9.2.tar.xz ++++++
++++ 124892 lines of diff (skipped)

Reply via email to