Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2018-07-24 17:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Tue Jul 24 17:29:58 2018 rev:68 rq:620740 version:1.9.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes    2018-02-25 
11:35:03.738521684 +0100
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes       2018-07-24 
17:30:04.783887194 +0200
@@ -1,0 +2,14 @@
+Tue May 15 05:02:22 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Modified patch:
+  * apache-ant-1.9.9-sourcetarget.patch
+    - Build with source/target 8
+
+-------------------------------------------------------------------
+Fri Feb 23 10:24:31 UTC 2018 - ec...@opensuse.org
+
+- fix build error for Leap 42.3
+
+-------------------------------------------------------------------
ant-junit.changes: same change
--- /work/SRC/openSUSE:Factory/ant/ant.changes  2018-02-25 11:35:03.938514422 
+0100
+++ /work/SRC/openSUSE:Factory/.ant.new/ant.changes     2018-07-24 
17:30:05.759888428 +0200
@@ -1,0 +2,9 @@
+Tue May 15 05:02:22 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Modified patch:
+  * apache-ant-1.9.9-sourcetarget.patch
+    - Build with source/target 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.0LSJUO/_old  2018-07-24 17:30:06.863889825 +0200
+++ /var/tmp/diff_new_pack.0LSJUO/_new  2018-07-24 17:30:06.867889830 +0200
@@ -43,7 +43,7 @@
 Patch6:         reproducible-build-date.patch
 Patch7:         ant-python3.patch
 BuildRequires:  antlr-bootstrap
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
@@ -67,7 +67,7 @@
 BuildRequires:  strip-nondeterminism
 %endif
 %if %{with bootstrap}
-Requires:       java-devel >= 1.6
+Requires:       java-devel >= 1.8
 Requires:       javapackages-tools
 Requires:       jaxp_parser_impl
 Requires:       xml-commons-apis
@@ -381,7 +381,7 @@
 %if %{with bootstrap}
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 export JAVA_HOME="%{java_home}"
-export BOOTJAVAC_OPTS="-source 1.6 -target 1.6"
+export BOOTJAVAC_OPTS="-source 8 -target 8"
 sh -x ./build.sh --noconfig jars
 
 %endif
@@ -531,6 +531,8 @@
                                                  -a ! -name tagdiff.xsl \
                                                  -print -delete
 %endif
+# remove *.orig
+rm -rf %{buildroot}/usr/bin/ant.orig
 
 %if %{with bootstrap}
 %files

ant-junit.spec: same change
++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.0LSJUO/_old  2018-07-24 17:30:06.907889881 +0200
+++ /var/tmp/diff_new_pack.0LSJUO/_new  2018-07-24 17:30:06.907889881 +0200
@@ -42,7 +42,7 @@
 Patch6:         reproducible-build-date.patch
 Patch7:         ant-python3.patch
 BuildRequires:  antlr-bootstrap
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
@@ -66,7 +66,7 @@
 BuildRequires:  strip-nondeterminism
 %endif
 %if %{with bootstrap}
-Requires:       java-devel >= 1.6
+Requires:       java-devel >= 1.8
 Requires:       javapackages-tools
 Requires:       jaxp_parser_impl
 Requires:       xml-commons-apis
@@ -380,7 +380,7 @@
 %if %{with bootstrap}
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 export JAVA_HOME="%{java_home}"
-export BOOTJAVAC_OPTS="-source 1.6 -target 1.6"
+export BOOTJAVAC_OPTS="-source 8 -target 8"
 sh -x ./build.sh --noconfig jars
 
 %endif


++++++ apache-ant-1.9.9-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.0LSJUO/_old  2018-07-24 17:30:07.003890002 +0200
+++ /var/tmp/diff_new_pack.0LSJUO/_new  2018-07-24 17:30:07.007890007 +0200
@@ -6,8 +6,8 @@
    <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="javac.target" value="8"/>
++  <property name="javac.source" value="8"/>
    <property name="junit.filtertrace" value="off"/>
    <property name="junit.summary" value="no"/>
    <property name="test.haltonfailure" value="false"/>


Reply via email to