parent
7bd4fe8e65
commit
7e430fdc72
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ jna-3.2.7.tar.bz2
|
|||||||
/jna-5.10.0-clean.tar.xz
|
/jna-5.10.0-clean.tar.xz
|
||||||
/jna-5.11.0-clean.tar.xz
|
/jna-5.11.0-clean.tar.xz
|
||||||
/jna-5.12.1-clean.tar.xz
|
/jna-5.12.1-clean.tar.xz
|
||||||
|
/jna-5.13.0-clean.tar.xz
|
||||||
|
7
jna.spec
7
jna.spec
@ -2,8 +2,8 @@
|
|||||||
%bcond_without reflections
|
%bcond_without reflections
|
||||||
|
|
||||||
Name: jna
|
Name: jna
|
||||||
Version: 5.12.1
|
Version: 5.13.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure Java access to native libraries
|
Summary: Pure Java access to native libraries
|
||||||
# Most of code is dual-licensed under either LGPL 2.1+ only or Apache
|
# Most of code is dual-licensed under either LGPL 2.1+ only or Apache
|
||||||
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
|
||||||
@ -163,6 +163,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 16 2023 Zuzana Miklankova <zmiklank@redhat.com> - 5.13.0-1
|
||||||
|
- Rebase to version 5.13.0
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.1-2
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jna-5.12.1-clean.tar.xz) = 5a23178f7f87c3b42a53197cec0cc1c87ea9db30952642ae08cc824638565aae6b3a779c09aab87913855e7ca8819be61671c1cfeac857b10b811e8e7b065b6b
|
SHA512 (jna-5.13.0-clean.tar.xz) = fdff67802e3f07801a0db7ae4215b0a5954e4238b63d5c02ad4d0b1d84668dcd26c44412bb2b0e86376b71ad2284f1fbefe3370e28b6e7225d06b330fbee6129
|
||||||
|
Loading…
Reference in New Issue
Block a user