Rebased to version 5.6.0 (#1767170)
This commit is contained in:
parent
82a0a12331
commit
c402ef008b
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ jna-3.2.7.tar.bz2
|
||||
/jna-4.5.1-clean.tar.xz
|
||||
/jna-5.2.0-clean.tar.xz
|
||||
/jna-5.4.0-clean.tar.xz
|
||||
/jna-5.6.0-clean.tar.xz
|
||||
|
@ -17,7 +17,7 @@ index 835c02b..cecafd0 100644
|
||||
<arg value="-notimestamp"/>
|
||||
+ <arg value="--allow-script-in-comments"/>
|
||||
</javadoc>
|
||||
<jar jarfile="${platform-javadoc-jar}">
|
||||
<jar jarfile="${platform-javadoc-jar}" createUnicodeExtraFields="never" encoding="UTF-8">
|
||||
<fileset dir="${javadoc}" />
|
||||
--
|
||||
2.20.1
|
||||
|
7
jna.spec
7
jna.spec
@ -2,8 +2,8 @@
|
||||
%bcond_without reflections
|
||||
|
||||
Name: jna
|
||||
Version: 5.4.0
|
||||
Release: 7%{?dist}
|
||||
Version: 5.6.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,
|
||||
@ -146,6 +146,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 07 2021 Ondrej Dubaj <odubaj@redhat.com> - 5.6.0-1
|
||||
- Rebase to version 5.6.0
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jna-5.4.0-clean.tar.xz) = bcf01008965e83eb954a212bc58862c923e9c72b1486eebccbe000b6eeda356b4b5ee22a1190ec59bdd4d47249fdd0e1b6b2f9fe7cc1eb82a0fc50062f5b6b12
|
||||
SHA512 (jna-5.6.0-clean.tar.xz) = d39877a11cfd76a9c34a6c828dffd997d906c0c6251c5b4356393e563711317239ad104c1870509e137539aed1d27fec0616073ad6e5e5cc386b969cdaa3423a
|
||||
|
Loading…
Reference in New Issue
Block a user