From 58e25ca9c52f70c0c11a87ef937189741052cf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 8 Jan 2022 11:12:08 +0100 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 --- jna.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jna.spec b/jna.spec index 2887424..85af3ae 100644 --- a/jna.spec +++ b/jna.spec @@ -3,7 +3,7 @@ Name: jna Version: 5.9.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, @@ -156,6 +156,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/ %changelog +* Sat Jan 08 2022 Miro HronĨok - 5.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 + * Wed Dec 1 2021 Zuzana Miklankova - 5.9.0-3 - Support openjdk-17 with dropping 1.6 compatibility