Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
0249b8736e |
6
_service
6
_service
@@ -2,11 +2,11 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.ow2.org/asm/asm.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="match-tag">ASM_*</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">ASM_(\d+)_(\d+)</param>
|
<param name="versionrewrite-pattern">ASM_(\d+)_(\d+)_(\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1.\2</param>
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||||
<param name="exclude">**/*.jar</param>
|
<param name="exclude">**/*.jar</param>
|
||||||
<param name="exclude">asm{,-analysis,-commons}/**/*.class</param>
|
<param name="exclude">asm{,-analysis,-commons}/**/*.class</param>
|
||||||
<param name="exclude">gradle</param>
|
<param name="exclude">gradle</param>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<name>asm</name>
|
<name>asm</name>
|
||||||
<description>ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-analysis</artifactId>
|
<artifactId>asm-analysis</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<name>asm-analysis</name>
|
<name>asm-analysis</name>
|
||||||
<description>Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-commons</artifactId>
|
<artifactId>asm-commons</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<name>asm-commons</name>
|
<name>asm-commons</name>
|
||||||
<description>Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@@ -71,13 +71,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-test</artifactId>
|
<artifactId>asm-test</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<name>asm-test</name>
|
<name>asm-test</name>
|
||||||
<description>Utilities for testing ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Utilities for testing ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<name>asm-tree</name>
|
<name>asm-tree</name>
|
||||||
<description>Tree API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Tree API of ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-util</artifactId>
|
<artifactId>asm-util</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<name>asm-util</name>
|
<name>asm-util</name>
|
||||||
<description>Utilities for ASM, a very small and fast Java bytecode manipulation framework</description>
|
<description>Utilities for ASM, a very small and fast Java bytecode manipulation framework</description>
|
||||||
<url>http://asm.ow2.io/</url>
|
<url>http://asm.ow2.io/</url>
|
||||||
@@ -71,19 +71,19 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-tree</artifactId>
|
<artifactId>asm-tree</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm-analysis</artifactId>
|
<artifactId>asm-analysis</artifactId>
|
||||||
<version>9.9</version>
|
<version>9.9.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
BIN
objectweb-asm-9.9.1.tar.xz
LFS
Normal file
BIN
objectweb-asm-9.9.1.tar.xz
LFS
Normal file
Binary file not shown.
BIN
objectweb-asm-9.9.tar.xz
LFS
BIN
objectweb-asm-9.9.tar.xz
LFS
Binary file not shown.
BIN
objectweb-asm-build.tar.xz
LFS
BIN
objectweb-asm-build.tar.xz
LFS
Binary file not shown.
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 17 06:40:09 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 9.9.1
|
||||||
|
* bug fixes
|
||||||
|
+ 318036: OutOfMemoryError when reading invalid class
|
||||||
|
+ 318037: Version ranges too wide on Import-Package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 23 07:42:15 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
Thu Oct 23 07:42:15 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define __requires_exclude java-headless
|
%define __requires_exclude java-headless
|
||||||
Name: objectweb-asm
|
Name: objectweb-asm
|
||||||
Version: 9.9
|
Version: 9.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java bytecode manipulation framework
|
Summary: Java bytecode manipulation framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user