Rebase to version 5.11.0
This commit is contained in:
parent
c525459233
commit
797ad810a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ jna-3.2.7.tar.bz2
|
||||
/jna-5.6.0-clean.tar.xz
|
||||
/jna-5.9.0-clean.tar.xz
|
||||
/jna-5.10.0-clean.tar.xz
|
||||
/jna-5.11.0-clean.tar.xz
|
||||
|
7
jna.spec
7
jna.spec
@ -2,8 +2,8 @@
|
||||
%bcond_without reflections
|
||||
|
||||
Name: jna
|
||||
Version: 5.10.0
|
||||
Release: 3%{?dist}
|
||||
Version: 5.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure Java access to native libraries
|
||||
# Most of code is dual-licensed under either LGPL 2.1+ only or Apache
|
||||
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
||||
@ -156,6 +156,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2022 Zuzana Miklankova <zmiklank@redhat.com> - 5.11.0-1
|
||||
- Rebase to version 5.11.0
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 5.10.0-3
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jna-5.10.0-clean.tar.xz) = 47743e2e714f3bc9ef8a8ebfbe4abb3a926095979cf5c7b155a245bd896e0206656a6358d0c9f6bd7886c345ab2aa002d8102870ce7520a2c326ce720b935f75
|
||||
SHA512 (jna-5.11.0-clean.tar.xz) = 7567750293424d9da352a3a2989fd4a4f19fcf29062eac18c6fd08b68bd916d1d4555f7631506714d7c6e5f84dd973e87ffd71d8187871a273cf2e80f95fc9d3
|
||||
|
Loading…
Reference in New Issue
Block a user