Hello community, here is the log from the commit of package adaptx for openSUSE:Leap:15.2 checked in at 2020-02-17 17:35:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/adaptx (Old) and /work/SRC/openSUSE:Leap:15.2/.adaptx.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adaptx" Mon Feb 17 17:35:17 2020 rev:10 rq:774935 version:0.9.13 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/adaptx/adaptx.changes 2020-01-15 14:46:26.885253622 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.adaptx.new.26092/adaptx.changes 2020-02-17 17:35:53.960418484 +0100 @@ -1,0 +2,17 @@ +Tue Oct 1 10:06:34 UTC 2019 - Fridrich Strba <[email protected]> + +- Build against the new compatibility log4j12-mini package + +------------------------------------------------------------------- +Thu Dec 6 15:27:33 UTC 2018 - Fridrich Strba <[email protected]> + +- Don't require the removed xerces-j2-xml-apis, build against a + generic xml-apis provider in order to allow bootstrapping + +------------------------------------------------------------------- +Tue May 15 04:51:19 UTC 2018 - [email protected] + +- 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.XpIcBc/_old 2020-02-17 17:35:54.440419573 +0100 +++ /var/tmp/diff_new_pack.XpIcBc/_new 2020-02-17 17:35:54.444419582 +0100 @@ -1,7 +1,7 @@ # # spec file for package adaptx # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,21 +22,20 @@ 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: log4j12 BuildRequires: xerces-j2 -BuildRequires: xerces-j2-xml-apis -BuildRequires: xml-commons-apis -Requires: log4j +BuildRequires: xml-apis +Requires: log4j12 Requires: xerces-j2 -Requires: xml-commons-apis -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: xml-apis BuildArch: noarch %description @@ -69,10 +68,10 @@ %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 +export CLASSPATH=$(build-classpath xml-apis log4j12/log4j-12 xerces-j2) +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
