Bump Java compiler source/target levels to 1.7
This commit is contained in:
parent
a8da544035
commit
8a9a9b07a4
@ -32,7 +32,7 @@
|
||||
|
||||
Name: jdom
|
||||
Version: 1.1.3
|
||||
Release: 27%{?dist}
|
||||
Release: 28%{?dist}
|
||||
Summary: Java alternative to DOM and SAX
|
||||
License: Saxpath
|
||||
URL: http://www.jdom.org/
|
||||
@ -88,7 +88,7 @@ find . -name "*.jar" -exec rm -f {} \;
|
||||
find . -name "*.class" -exec rm -f {} \;
|
||||
|
||||
%build
|
||||
%ant -Dcompile.source=1.6 -Dcompile.target=1.6 -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link
|
||||
%ant -Dcompile.source=1.7 -Dcompile.target=1.7 -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link
|
||||
|
||||
%install
|
||||
%mvn_file : %{name}
|
||||
@ -112,6 +112,9 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-28
|
||||
- Bump Java compiler source/target levels to 1.7
|
||||
|
||||
* Thu Jul 22 2021 Nicolas Lécureuil <neoclust@mageia.org> - 1.1.3-27
|
||||
- Add P100: Fixes CVE-2021-33813
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user