forked from pool/byte-buddy
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
This commit is contained in:
parent
0cc872aa69
commit
028dbe38c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:282209749f87d421ff690070042bc9b03aa237c4bf36be08d9ea94ebab04d325
|
||||
size 2005312
|
3
byte-buddy-1.14.8.tar.gz
Normal file
3
byte-buddy-1.14.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82e7609b59470349e80479a1e3b1d63a422aa477e8fe26c0ad43587fde8e88df
|
||||
size 2008398
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 23:17:38 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- 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 <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user