diff --git a/byte-buddy-1.14.15.tar.gz b/byte-buddy-1.14.15.tar.gz deleted file mode 100644 index e0bc52f..0000000 --- a/byte-buddy-1.14.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6025d99ceac27350a29bed335b0c3a4063daf6b7886d696c7731d49612f54ff7 -size 2025638 diff --git a/byte-buddy-1.14.16.tar.gz b/byte-buddy-1.14.16.tar.gz new file mode 100644 index 0000000..12e42b3 --- /dev/null +++ b/byte-buddy-1.14.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d68ca92345230ab8cbf8a07ac75088087af6239787e09aad1be3815cf6b1d1 +size 2026205 diff --git a/byte-buddy.changes b/byte-buddy.changes index 2babb35..e13ac88 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 23 05:28:12 UTC 2024 - Anton Shvetz + +- Update to v1.14.16 + * Changes of v1.14.16 + + Update ASM and introduce support for Java 23. + ------------------------------------------------------------------- Tue May 21 10:58:11 UTC 2024 - Fridrich Strba diff --git a/byte-buddy.spec b/byte-buddy.spec index fd6f28e..5935e91 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -17,7 +17,7 @@ Name: byte-buddy -Version: 1.14.15 +Version: 1.14.16 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0 @@ -39,7 +39,7 @@ BuildRequires: mvn(org.apache.maven:maven-core) BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.eclipse.aether:aether-api) BuildRequires: mvn(org.eclipse.aether:aether-util) -BuildRequires: mvn(org.ow2.asm:asm) +BuildRequires: mvn(org.ow2.asm:asm) >= 9.7 BuildRequires: mvn(org.ow2.asm:asm-commons) BuildRequires: mvn(org.sonatype.plexus:plexus-build-api) BuildArch: noarch