forked from pool/byte-buddy
Accepting request 1176195 from Java:packages
1.14.16 OBS-URL: https://build.opensuse.org/request/show/1176195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=3
This commit is contained in:
commit
f72acea72e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6025d99ceac27350a29bed335b0c3a4063daf6b7886d696c7731d49612f54ff7
|
||||
size 2025638
|
BIN
byte-buddy-1.14.16.tar.gz
(Stored with Git LFS)
Normal file
BIN
byte-buddy-1.14.16.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 05:28:12 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- 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 <fstrba@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user