Update to upstream version 4.4.0
This commit is contained in:
parent
4f9dc9fb0b
commit
93f7fe35ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ jna-3.2.7.tar.bz2
|
||||
/jna-4.2.1-clean.tar.xz
|
||||
/jna-4.2.2-clean.tar.xz
|
||||
/jna-4.3.0-clean.tar.xz
|
||||
/jna-4.4.0-clean.tar.xz
|
||||
|
9
jna.spec
9
jna.spec
@ -1,6 +1,6 @@
|
||||
Name: jna
|
||||
Version: 4.3.0
|
||||
Release: 4%{?dist}
|
||||
Version: 4.4.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,
|
||||
@ -80,7 +80,7 @@ sed -i 's/\r//' LICENSE
|
||||
chmod -c 0644 LICENSE OTHERS CHANGES.md
|
||||
|
||||
sed s,'<include name="junit.jar"/>,&<include name="reflections.jar"/>,' -i build.xml
|
||||
build-jar-repository -s -p lib junit reflections
|
||||
build-jar-repository -s -p lib junit reflections ant
|
||||
|
||||
cp lib/native/aix-ppc64.jar lib/clover.jar
|
||||
|
||||
@ -131,6 +131,9 @@ cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 28 2017 Michael Simacek <msimacek@redhat.com> - 4.4.0-1
|
||||
- Update to upstream version 4.4.0
|
||||
|
||||
* Tue Feb 07 2017 Michael Simacek <msimacek@redhat.com> - 4.3.0-4
|
||||
- Use --allow-script-in-comments on all arches
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jna-4.3.0-clean.tar.xz) = 693d4056e98c40dbcf5af2ef170bcbc5127ef27b55cb96319ed81db3d2b65865a3c75f1f6da3b47ed6e44b17a092a6fc9a1ce68b81340c1f61409eeed38c4655
|
||||
SHA512 (jna-4.4.0-clean.tar.xz) = b3be08b309efc05c168901aab51358f1ad8c7feba7335745da685dc6afad3b5c12ba9d4198f139dbf9abe5d0bfa5947219edcbdf94d0350e6cb1ce4d40ae2570
|
||||
|
Loading…
Reference in New Issue
Block a user