diff --git a/jna.spec b/jna.spec index d7612df..24c494d 100644 --- a/jna.spec +++ b/jna.spec @@ -3,7 +3,7 @@ Name: jna Version: 5.4.0 -Release: 4%{?dist} +Release: 5%{?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, @@ -158,6 +158,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/ %changelog +* Fri Jul 10 2020 Jiri Vanek - 5.4.0-5 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Thu Jul 09 2020 Mat Booth - 5.4.0-4 - Fix conditional build without reflections