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 2022-04-22 21:55:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old) and /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "objectweb-asm" Fri Apr 22 21:55:01 2022 rev:25 rq:972176 version:9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes 2022-03-04 00:18:08.308291519 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/objectweb-asm.changes 2022-04-22 21:56:14.634942026 +0200 @@ -1,0 +2,14 @@ +Wed Apr 20 07:35:37 UTC 2022 - David Anes <[email protected]> + +- Upgrade to version 9.3 + * new Opcodes.V19 constant for Java 19 + * new size() method in ByteVector + * checkDataFlow option in CheckClassAdapter can now be used + without valid maxStack and maxLocals values + * new Maven BOM + * bug fixes + + 317949: fix javadoc errors + + remap invokedynamic field handles properly + + add missing left curly brace in ASMifier output of visitModule + +------------------------------------------------------------------- Old: ---- 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 New: ---- 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ objectweb-asm.spec ++++++ --- /var/tmp/diff_new_pack.QDe1Ya/_old 2022-04-22 21:56:15.210942683 +0200 +++ /var/tmp/diff_new_pack.QDe1Ya/_new 2022-04-22 21:56:15.222942696 +0200 @@ -17,7 +17,7 @@ Name: objectweb-asm -Version: 9.2 +Version: 9.3 Release: 0 Summary: Java bytecode manipulation framework License: BSD-3-Clause ++++++ asm-9.2.pom -> asm-9.3.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-9.2.pom 2021-10-23 00:51:53.393145529 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/asm-9.3.pom 2022-04-22 21:56:14.538941917 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>9.2</version> + <version>9.3</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.2.pom -> asm-analysis-9.3.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-analysis-9.2.pom 2021-10-23 00:51:53.401145533 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/asm-analysis-9.3.pom 2022-04-22 21:56:14.546941926 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> - <version>9.2</version> + <version>9.3</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.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-commons-9.2.pom -> asm-commons-9.3.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-commons-9.2.pom 2021-10-23 00:51:53.429145546 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/asm-commons-9.3.pom 2022-04-22 21:56:14.554941935 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> - <version>9.2</version> + <version>9.3</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,19 +71,19 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>9.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> - <version>9.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-test-9.2.pom -> asm-test-9.3.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-test-9.2.pom 2021-10-23 00:51:53.437145549 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/asm-test-9.3.pom 2022-04-22 21:56:14.566941949 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-test</artifactId> - <version>9.2</version> + <version>9.3</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,13 +71,13 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.7.0</version> + <version>5.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.7.0</version> + <version>5.8.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-tree-9.2.pom -> asm-tree-9.3.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-tree-9.2.pom 2021-10-23 00:51:53.457145558 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/asm-tree-9.3.pom 2022-04-22 21:56:14.574941958 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.2</version> + <version>9.3</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.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-util-9.2.pom -> asm-util-9.3.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-util-9.2.pom 2021-10-23 00:51:53.469145563 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1538/asm-util-9.3.pom 2022-04-22 21:56:14.582941967 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>9.2</version> + <version>9.3</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.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> - <version>9.2</version> + <version>9.3</version> <scope>compile</scope> </dependency> </dependencies> ++++++ objectweb-asm-9.2-build.tar.xz -> objectweb-asm-9.3-build.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/common.xml new/common.xml --- old/common.xml 2021-10-20 21:27:39.583601541 +0200 +++ new/common.xml 2022-04-20 09:14:37.000000000 +0200 @@ -3,7 +3,7 @@ <project name="common" basedir="."> <property file="build.properties"/> - <property name="project.version" value="9.2"/> + <property name="project.version" value="9.3"/> <property name="project.groupId" value="org.ow2.asm"/> <property name="project.organization.name" value="OW2"/> ++++++ objectweb-asm-9.2-build.tar.xz -> objectweb-asm-9.3.tar.xz ++++++ ++++ 135960 lines of diff (skipped)
