Hello community,

here is the log from the commit of package adaptx for openSUSE:Factory checked 
in at 2018-07-07 21:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adaptx (Old)
 and      /work/SRC/openSUSE:Factory/.adaptx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adaptx"

Sat Jul  7 21:57:55 2018 rev:23 rq:620738 version:0.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/adaptx/adaptx.changes    2017-09-14 
21:18:56.923049977 +0200
+++ /work/SRC/openSUSE:Factory/.adaptx.new/adaptx.changes       2018-07-07 
21:57:56.979351790 +0200
@@ -1,0 +2,6 @@
+Tue May 15 04:51:19 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adaptx.spec ++++++
--- /var/tmp/diff_new_pack.Mxo2Gs/_old  2018-07-07 21:57:57.667350918 +0200
+++ /var/tmp/diff_new_pack.Mxo2Gs/_new  2018-07-07 21:57:57.671350912 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adaptx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,13 @@
 Summary:        XSLT Processor Written in Java
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
-Url:            http://castor.exolab.org/
+URL:            http://castor.exolab.org/
 Source0:        %{name}-%{version}-src.tar.bz2
 # svn export http://svn.codehaus.org/castor/adaptx
 Patch0:         %{name}-%{version}-xsl.patch
 Patch1:         %{name}-%{version}-icedtea-build.patch
 BuildRequires:  ant >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  log4j
 BuildRequires:  xerces-j2
@@ -36,7 +37,6 @@
 Requires:       log4j
 Requires:       xerces-j2
 Requires:       xml-commons-apis
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -70,9 +70,9 @@
 %build
 perl -p -i -e 's|classic|modern|' src/build.xml
 export CLASSPATH=$(build-classpath xml-commons-apis log4j xerces-j2 
xerces-j2-xml-apis)
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 -buildfile 
src/build.xml jar javadoc
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 -buildfile 
src/build.xml jar javadoc
 CLASSPATH=$CLASSPATH:dist/adaptx_%{version}.jar
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 -buildfile 
src/build.xml doc
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 -buildfile 
src/build.xml doc
 
 %install
 # jar


Reply via email to