Hello community,

here is the log from the commit of package adaptx for openSUSE:Factory checked 
in at 2017-05-22 10:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adaptx (Old)
 and      /work/SRC/openSUSE:Factory/.adaptx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adaptx"

Mon May 22 10:47:23 2017 rev:21 rq:496669 version:0.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/adaptx/adaptx.changes    2014-12-05 
21:05:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.adaptx.new/adaptx.changes       2017-05-22 
10:48:35.767504794 +0200
@@ -1,0 +2,5 @@
+Fri May 19 11:39:08 UTC 2017 - tchva...@suse.com
+
+- Do not require the builddeps, only the tools we really use
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adaptx.spec ++++++
--- /var/tmp/diff_new_pack.nNc92f/_old  2017-05-22 10:48:36.539396000 +0200
+++ /var/tmp/diff_new_pack.nNc92f/_new  2017-05-22 10:48:36.543395436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adaptx
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -33,8 +33,6 @@
 BuildRequires:  xerces-j2
 BuildRequires:  xerces-j2-xml-apis
 BuildRequires:  xml-commons-apis
-Requires:       ant >= 1.6
-Requires:       javapackages-tools
 Requires:       log4j
 Requires:       xerces-j2
 Requires:       xml-commons-apis
@@ -71,11 +69,10 @@
 
 %build
 perl -p -i -e 's|classic|modern|' src/build.xml
-#export CLASSPATH=$(build-classpath js log4j xerces-j2 xml-commons-apis)
 export CLASSPATH=$(build-classpath xml-commons-apis log4j xerces-j2 
xerces-j2-xml-apis)
-ant -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 -buildfile 
src/build.xml jar javadoc
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 -buildfile 
src/build.xml jar javadoc
 CLASSPATH=$CLASSPATH:dist/adaptx_%{version}.jar
-ant -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 -buildfile 
src/build.xml doc
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 -buildfile 
src/build.xml doc
 
 %install
 # jar


Reply via email to