From 028dbe38c0fea808a091f19ec13314665304add7f3337f8270a12eacaa57a573 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 18 Sep 2023 18:50:42 +0000 Subject: [PATCH] Accepting request 1111659 from home:urbic:branches:Java:packages - Update to v1.14.8 * Changes of v1.14.8 + Correctly read versions from class file that would use both bytes. + Fix Byte Buddy Gradle plugin for Gradle 8.3+. + Correct field and static method access on subtypes in MemberSubstitution. + Support APK 7.4+ versions in Byte Buddy Gradle for Android plugin. - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp OBS-URL: https://build.opensuse.org/request/show/1111659 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=7 --- byte-buddy-1.14.7.tar.gz | 3 --- byte-buddy-1.14.8.tar.gz | 3 +++ byte-buddy.changes | 14 ++++++++++++++ byte-buddy.spec | 8 +++++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 byte-buddy-1.14.7.tar.gz create mode 100644 byte-buddy-1.14.8.tar.gz diff --git a/byte-buddy-1.14.7.tar.gz b/byte-buddy-1.14.7.tar.gz deleted file mode 100644 index 69d1d00..0000000 --- a/byte-buddy-1.14.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:282209749f87d421ff690070042bc9b03aa237c4bf36be08d9ea94ebab04d325 -size 2005312 diff --git a/byte-buddy-1.14.8.tar.gz b/byte-buddy-1.14.8.tar.gz new file mode 100644 index 0000000..d108e97 --- /dev/null +++ b/byte-buddy-1.14.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e7609b59470349e80479a1e3b1d63a422aa477e8fe26c0ad43587fde8e88df +size 2008398 diff --git a/byte-buddy.changes b/byte-buddy.changes index 75cfef0..fda4c4e 100644 --- a/byte-buddy.changes +++ b/byte-buddy.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 14 23:17:38 UTC 2023 - Anton Shvetz + +- Update to v1.14.8 + * Changes of v1.14.8 + + Correctly read versions from class file that would use both + bytes. + + Fix Byte Buddy Gradle plugin for Gradle 8.3+. + + Correct field and static method access on subtypes in + MemberSubstitution. + + Support APK 7.4+ versions in Byte Buddy Gradle for Android + plugin. +- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp + ------------------------------------------------------------------- Thu Aug 31 07:35:26 UTC 2023 - Anton Shvetz diff --git a/byte-buddy.spec b/byte-buddy.spec index 048f5ef..9fad97d 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -23,7 +23,7 @@ %else %bcond_with bootstrap %endif -Version: 1.14.7 +Version: 1.14.8 Release: 0 Summary: Runtime code generation for the Java virtual machine License: Apache-2.0 @@ -106,7 +106,9 @@ API documentation for %{name}. %if %{with bootstrap} -j \ %endif - -- -Dsource=8 + -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ + -Dsource=8 %install %mvn_install @@ -116,7 +118,7 @@ API documentation for %{name}. %files -f .mfiles %license LICENSE NOTICE -%doc README.md +%doc {README,release-notes}.md %if %{without bootstrap} %files javadoc -f .mfiles-javadoc