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 2025-12-18 18:29:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old) and /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "objectweb-asm" Thu Dec 18 18:29:09 2025 rev:32 rq:1323292 version:9.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes 2025-10-27 14:38:55.432568522 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/objectweb-asm.changes 2025-12-18 18:29:13.756012366 +0100 @@ -1,0 +2,8 @@ +Wed Dec 17 06:40:09 UTC 2025 - Fridrich Strba <[email protected]> + +- Upgrade to version 9.9.1 + * bug fixes + + 318036: OutOfMemoryError when reading invalid class + + 318037: Version ranges too wide on Import-Package + +------------------------------------------------------------------- Old: ---- asm-9.9.pom asm-analysis-9.9.pom asm-commons-9.9.pom asm-test-9.9.pom asm-tree-9.9.pom asm-util-9.9.pom objectweb-asm-9.9.tar.xz New: ---- asm-9.9.1.pom asm-analysis-9.9.1.pom asm-commons-9.9.1.pom asm-test-9.9.1.pom asm-tree-9.9.1.pom asm-util-9.9.1.pom objectweb-asm-9.9.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ objectweb-asm.spec ++++++ --- /var/tmp/diff_new_pack.sNMt8x/_old 2025-12-18 18:29:14.716052685 +0100 +++ /var/tmp/diff_new_pack.sNMt8x/_new 2025-12-18 18:29:14.716052685 +0100 @@ -18,7 +18,7 @@ %define __requires_exclude java-headless Name: objectweb-asm -Version: 9.9 +Version: 9.9.1 Release: 0 Summary: Java bytecode manipulation framework License: BSD-3-Clause ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.sNMt8x/_old 2025-12-18 18:29:14.752054197 +0100 +++ /var/tmp/diff_new_pack.sNMt8x/_new 2025-12-18 18:29:14.756054365 +0100 @@ -1,6 +1,6 @@ -mtime: 1761205479 -commit: ad06c407e9883334a1129d77dd38c950a6dca846ea8dacfac54281b1e7d3fe31 +mtime: 1765954581 +commit: 0249b8736efff672dcff76aa65d557e2c6dbfdf8601b52434115fa71f653f1a7 url: https://src.opensuse.org/java-packages/objectweb-asm.git -revision: ad06c407e9883334a1129d77dd38c950a6dca846ea8dacfac54281b1e7d3fe31 +revision: 0249b8736efff672dcff76aa65d557e2c6dbfdf8601b52434115fa71f653f1a7 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.sNMt8x/_old 2025-12-18 18:29:14.776055205 +0100 +++ /var/tmp/diff_new_pack.sNMt8x/_new 2025-12-18 18:29:14.780055373 +0100 @@ -2,11 +2,11 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://gitlab.ow2.org/asm/asm.git</param> - <param name="revision">ASM_9_9</param> + <param name="revision">ASM_9_9_1</param> <param name="match-tag">ASM_*</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="versionrewrite-pattern">ASM_(\d+)_(\d+)</param> - <param name="versionrewrite-replacement">\1.\2</param> + <param name="versionrewrite-pattern">ASM_(\d+)_(\d+)_(\d+)</param> + <param name="versionrewrite-replacement">\1.\2.\3</param> <param name="exclude">**/*.jar</param> <param name="exclude">asm{,-analysis,-commons}/**/*.class</param> <param name="exclude">gradle</param> ++++++ asm-9.9.pom -> asm-9.9.1.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-9.9.pom 2025-10-27 14:38:54.300520722 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/asm-9.9.1.pom 2025-12-18 18:29:13.323994221 +0100 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>9.9</version> + <version>9.9.1</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.9.pom -> asm-analysis-9.9.1.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-analysis-9.9.pom 2025-10-27 14:38:54.380524100 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/asm-analysis-9.9.1.pom 2025-12-18 18:29:13.339994894 +0100 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> - <version>9.9</version> + <version>9.9.1</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.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-commons-9.9.pom -> asm-commons-9.9.1.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-commons-9.9.pom 2025-10-27 14:38:54.488528661 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/asm-commons-9.9.1.pom 2025-12-18 18:29:13.359995734 +0100 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> - <version>9.9</version> + <version>9.9.1</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.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-test-9.9.pom -> asm-test-9.9.1.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-test-9.9.pom 2025-10-27 14:38:54.616534065 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/asm-test-9.9.1.pom 2025-12-18 18:29:13.371996238 +0100 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-test</artifactId> - <version>9.9</version> + <version>9.9.1</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.9.pom -> asm-tree-9.9.1.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-tree-9.9.pom 2025-10-27 14:38:54.720538457 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/asm-tree-9.9.1.pom 2025-12-18 18:29:13.399997413 +0100 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.9</version> + <version>9.9.1</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.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> </dependencies> ++++++ asm-util-9.9.pom -> asm-util-9.9.1.pom ++++++ --- /work/SRC/openSUSE:Factory/objectweb-asm/asm-util-9.9.pom 2025-10-27 14:38:54.880545214 +0100 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new.1928/asm-util-9.9.1.pom 2025-12-18 18:29:13.411997917 +0100 @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>9.9</version> + <version>9.9.1</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.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> - <version>9.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> - <version>9.9</version> + <version>9.9.1</version> <scope>compile</scope> </dependency> </dependencies> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-12-17 07:57:23.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ objectweb-asm-9.9.tar.xz -> objectweb-asm-9.9.1.tar.xz ++++++ ++++ 1752 lines of diff (skipped) ++++++ objectweb-asm-build.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/asm/build.xml new/asm/build.xml --- old/asm/build.xml 2024-05-15 11:01:02.502863247 +0200 +++ new/asm/build.xml 2025-12-17 07:36:45.714531327 +0100 @@ -43,7 +43,8 @@ debug="true" optimize="false" deprecation="true" - release="${compiler.release}" + source="${compiler.source}" + target="${compiler.target}" verbose="false" fork="false"> <src> 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 2024-05-15 11:00:18.335891507 +0200 +++ new/asm-commons/build.xml 2025-12-17 07:38:31.283418779 +0100 @@ -47,7 +47,8 @@ debug="true" optimize="false" deprecation="true" - release="${compiler.release}" + source="${compiler.source}" + target="${compiler.target}" verbose="false" fork="false"> <src> 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 2024-05-15 10:59:30.222225849 +0200 +++ new/asm-util/build.xml 2025-12-17 07:37:43.354941766 +0100 @@ -47,7 +47,8 @@ debug="true" optimize="false" deprecation="true" - release="${compiler.release}" + source="${compiler.source}" + target="${compiler.target}" verbose="false" fork="false"> <src> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/common.xml new/common.xml --- old/common.xml 2025-10-23 09:39:19.190234107 +0200 +++ new/common.xml 2025-12-17 07:27:25.549841437 +0100 @@ -3,7 +3,7 @@ <project name="common" basedir="."> <property file="build.properties"/> - <property name="project.version" value="9.9"/> + <property name="project.version" value="9.9.1"/> <property name="project.groupId" value="org.ow2.asm"/> <property name="project.organization.name" value="OW2"/> @@ -14,6 +14,6 @@ <property name="compiler.source" value="1.${compiler.release}"/> <property name="compiler.target" value="${compiler.source}"/> - <property name="bundle.version" value="${project.version}.0"/> + <property name="bundle.version" value="${project.version}"/> </project>
