#3 Bump Java compiler source/target levels to 1.7
Merged 2 years ago by mizdebsk. Opened 2 years ago by mizdebsk.
rpms/ mizdebsk/jdom jdk17  into  rawhide

file modified
+5 -2
@@ -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 "*.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 @@ 

  %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

  

Port the package to be buildable with OpenJDK 17,
in preparation for making OpenJDK 17 default in Fedora 36.
More info: https://fedoraproject.org/wiki/Changes/Java17

Automated testing passed, the PR will be merged.

Pull-Request has been merged by mizdebsk

2 years ago
Metadata