Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2017-09-13 22:18:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Wed Sep 13 22:18:55 2017 rev:62 rq:521766 version:1.9.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes    2017-06-10 
18:32:40.794584976 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes       2017-09-13 
22:18:56.543841114 +0200
@@ -1,0 +2,9 @@
+Wed Sep  6 17:49:21 UTC 2017 - [email protected]
+
+- Added patch:
+  * apache-ant-1.9.9-sourcetarget.patch
+    + Change java source and target versions to 1.6 to allow build
+      with jdk9
+- For non-boostrap builds require java-devel >= 1.6
+
+-------------------------------------------------------------------
ant-junit.changes: same change
ant.changes: same change

New:
----
  apache-ant-1.9.9-sourcetarget.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.s2hV6T/_old  2017-09-13 22:18:57.671682333 +0200
+++ /var/tmp/diff_new_pack.s2hV6T/_new  2017-09-13 22:18:57.675681771 +0200
@@ -43,6 +43,7 @@
 Patch1:         apache-ant-class-path-in-manifest.patch
 #PATCH-FIX-UPSTREAM -- https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
 Patch3:         reproducible.patch
+Patch4:         apache-ant-1.9.9-sourcetarget.patch
 %if %{with bootstrap}
 BuildRequires:  java-1_5_0-gcj-compat-devel
 #!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
@@ -50,7 +51,7 @@
 #!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
 #!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
 %else
-BuildRequires:  java-devel >= 1.5.0
+BuildRequires:  java-devel >= 1.6.0
 %endif
 BuildRequires:  antlr-bootstrap
 BuildRequires:  javapackages-tools
@@ -350,6 +351,9 @@
 %endif
 %patch1
 %patch3 -p1
+%if ! %{with bootstrap}
+%patch4 -p1
+%endif
 
 # clean jar files
 %{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm

ant-junit.spec: same change
++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.s2hV6T/_old  2017-09-13 22:18:57.719675577 +0200
+++ /var/tmp/diff_new_pack.s2hV6T/_new  2017-09-13 22:18:57.723675014 +0200
@@ -42,6 +42,7 @@
 Patch1:         apache-ant-class-path-in-manifest.patch
 #PATCH-FIX-UPSTREAM -- https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
 Patch3:         reproducible.patch
+Patch4:         apache-ant-1.9.9-sourcetarget.patch
 %if %{with bootstrap}
 BuildRequires:  java-1_5_0-gcj-compat-devel
 #!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
@@ -49,7 +50,7 @@
 #!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
 #!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
 %else
-BuildRequires:  java-devel >= 1.5.0
+BuildRequires:  java-devel >= 1.6.0
 %endif
 BuildRequires:  antlr-bootstrap
 BuildRequires:  javapackages-tools
@@ -349,6 +350,9 @@
 %endif
 %patch1
 %patch3 -p1
+%if ! %{with bootstrap}
+%patch4 -p1
+%endif
 
 # clean jar files
 %{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm

++++++ apache-ant-1.9.9-sourcetarget.patch ++++++
--- apache-ant-1.9.9/build.xml  2017-02-02 18:55:08.000000000 +0100
+++ apache-ant-1.9.9/build.xml  2017-09-06 19:42:13.917021125 +0200
@@ -104,8 +104,8 @@
   <property name="chmod.maxparallel" value="250"/>
   <property name="deprecation" value="false"/>
   <property name="optimize" value="true"/>
-  <property name="javac.target" value="1.5"/>
-  <property name="javac.source" value="1.5"/>
+  <property name="javac.target" value="1.6"/>
+  <property name="javac.source" value="1.6"/>
   <property name="junit.filtertrace" value="off"/>
   <property name="junit.summary" value="no"/>
   <property name="test.haltonfailure" value="false"/>


Reply via email to