diff --git a/byte-buddy-1.14.10.tar.gz b/byte-buddy-1.14.10.tar.gz new file mode 100644 index 0000000..e85361e --- /dev/null +++ b/byte-buddy-1.14.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacb20a7a1eab916f68836da135770e1e5451b8db6de5541ca8909dd0129bc52 +size 2014326 diff --git a/byte-buddy-1.14.9.tar.gz b/byte-buddy-1.14.9.tar.gz deleted file mode 100644 index 1f71e22..0000000 --- a/byte-buddy-1.14.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ac82dbb3a7cfce927b7ad151c62e963e2f17f212b4ed54450bc32f21eaea484 -size 2012982 diff --git a/byte-buddy.changes b/byte-buddy.changes index 91e1013..2ed4ad8 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 20 23:21:57 UTC 2023 - Anton Shvetz + +- Update to v1.14.10 + * Changes of v1.14.10 + + Add lazy facade to default TypePool in AgentBuilder to avoid + parsing of types ignored by name. + + Avoid module info classes in Android plugin. + ------------------------------------------------------------------- Tue Oct 17 05:32:59 UTC 2023 - Anton Shvetz diff --git a/byte-buddy.spec b/byte-buddy.spec index 6cf43f4..3c58dd1 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -16,15 +16,14 @@ # -%global base_name byte-buddy -Name: %{base_name} -Version: 1.14.9 +Name: byte-buddy +Version: 1.14.10 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0 Group: Development/Libraries/Java URL: https://bytebuddy.net/ -Source0: https://github.com/raphw/%{base_name}/archive/refs/tags/%{base_name}-%{version}.tar.gz +Source0: https://github.com/raphw/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: jurand BuildRequires: maven-local @@ -43,8 +42,8 @@ BuildRequires: mvn(org.eclipse.aether:aether-util) BuildRequires: mvn(org.ow2.asm:asm) BuildRequires: mvn(org.ow2.asm:asm-commons) BuildRequires: mvn(org.sonatype.plexus:plexus-build-api) -Conflicts: %{base_name}-bootstrap -Obsoletes: %{base_name}-bootstrap +Conflicts: %{name}-bootstrap +Obsoletes: %{name}-bootstrap BuildArch: noarch %description @@ -67,7 +66,7 @@ API documentation for %{name}. %endif %prep -%setup -q -n %{base_name}-%{base_name}-%{version} +%setup -q -n %{name}-%{name}-%{version} # Don't ship android or benchmark modules %pom_disable_module byte-buddy-android