Rebuilt for JDK-11

This commit is contained in:
Jiri 2020-07-10 23:51:59 +02:00
parent 156787d9e5
commit e213c10b52

View File

@ -30,7 +30,7 @@
Name: jdom
Version: 1.1.3
Release: 21%{?dist}
Release: 22%{?dist}
Epoch: 0
Summary: Java alternative to DOM and SAX
License: Saxpath
@ -105,6 +105,9 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}
%license LICENSE.txt
%changelog
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:1.1.3-22
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Thu Jun 25 2020 Alexander Kurtakov <akurtako@redhat.com> 0:1.1.3-21
- Fix compilation with Java 11.