From 4f9dc9fb0b67da7e5fc132152c2bd5e729e6d252 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Tue, 7 Feb 2017 10:26:05 +0100 Subject: [PATCH] Use --allow-script-in-comments on all arches --- jna.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jna.spec b/jna.spec index d66fa39..c2cb23c 100644 --- a/jna.spec +++ b/jna.spec @@ -1,6 +1,6 @@ Name: jna Version: 4.3.0 -Release: 3%{?dist} +Release: 4%{?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, @@ -69,10 +69,7 @@ cp %{SOURCE1} . %patch0 -p1 -b .build %patch1 -p1 -b .loadlib %patch2 -p1 -b .tests-headless -# openjdk on arm is older, so it doesn't have the check, nor the option to disable it -%ifnarch armv7hl %patch3 -p1 -%endif chmod -Rf a+rX,u+w,g-w,o-w . sed -i 's|@LIBDIR@|%{_libdir}/%{name}|' src/com/sun/jna/Native.java @@ -134,6 +131,9 @@ cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Tue Feb 07 2017 Michael Simacek - 4.3.0-4 +- Use --allow-script-in-comments on all arches + * Wed Feb 1 2017 Mikolaj Izdebski - 4.3.0-3 - Add missing build-requires on GCC