Browse Source

upgrading package: jna 5.4.0 -> 5.5.0

master
parent
commit
2995cb6324
  1. 14
      jna/jna.patch
  2. 4
      jna/jna.spec

14
jna/jna.patch

@ -1,18 +1,18 @@
Index: build.xml
--- build.xml.orig 2017-09-13 22:12:57.000000000 +0200
+++ build.xml 2017-09-30 00:32:13.930868000 +0200
@@ -387,7 +387,7 @@
--- build.xml.orig 2019-10-30 19:26:04.146178000 +0100
+++ build.xml 2019-10-30 19:26:45.815281000 +0100
@@ -408,7 +408,7 @@
<!-- Bundle native components with primary jar to facilitate
easy distribution to common platforms.
-->
- <jar jarfile="${build}/${jar}" duplicate="preserve">
+ <jar jarfile="${build}/${jar}" duplicate="add" update="true">
- <jar jarfile="${build}/${jar}" duplicate="preserve" createUnicodeExtraFields="never" encoding="UTF-8">
+ <jar jarfile="${build}/${jar}" duplicate="add" update="true" createUnicodeExtraFields="never" encoding="UTF-8">
<manifest>
<attribute name="Main-Class" value="com.sun.jna.Native"/>
<attribute name="Manifest-Version" value="1.0"/>
Index: native/Makefile
--- native/Makefile.orig 2017-09-13 22:12:57.000000000 +0200
+++ native/Makefile 2017-09-30 00:35:51.211560000 +0200
--- native/Makefile.orig 2019-10-30 17:41:18.000000000 +0100
+++ native/Makefile 2019-10-30 19:26:04.146488000 +0100
@@ -81,7 +81,7 @@
LIBSFX=.so
ARSFX=.a

4
jna/jna.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Language
License: LGPL/Apache
Version: 5.4.0
Release: 20190720
Version: 5.5.0
Release: 20191030
# list of sources
Source0: https://github.com/java-native-access/jna/archive/%{version}.tar.gz

Loading…
Cancel
Save