Hello community,

here is the log from the commit of package findbugs-bcel for openSUSE:Factory 
checked in at 2017-09-14 21:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findbugs-bcel (Old)
 and      /work/SRC/openSUSE:Factory/.findbugs-bcel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findbugs-bcel"

Thu Sep 14 21:17:19 2017 rev:6 rq:526038 version:5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/findbugs-bcel/findbugs-bcel.changes      
2015-04-02 16:00:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.findbugs-bcel.new/findbugs-bcel.changes 
2017-09-14 21:17:55.799652792 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 08:02:43 UTC 2017 - fst...@suse.com
+
+- Specify java source and target level 1.6 in order to allow
+  building with jdk9
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ findbugs-bcel.spec ++++++
--- /var/tmp/diff_new_pack.d7vlwe/_old  2017-09-14 21:18:03.594555691 +0200
+++ /var/tmp/diff_new_pack.d7vlwe/_new  2017-09-14 21:18:03.598555127 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package findbugs-bcel
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -66,14 +66,14 @@
 # The ant and maven builds both try to download unneeded jars
 mkdir classes
 find src/java -type f -name '*.java' | \
-xargs javac -g -d classes -source 1.5 -target 1.5 -encoding ISO8859-1
+xargs javac -g -d classes -source 1.6 -target 1.6 -encoding ISO8859-1
 cd classes
 jar cf findbugs-bcel-%{findbugsver}.jar org
 cd ..
 
 mkdir javadoc
 find src/java -type f -name '*.java' | xargs javadoc -sourcepath src/java \
-  -classpath classes -source 1.5 -encoding ISO8859-1 -d javadoc
+  -classpath classes -source 1.6 -encoding ISO8859-1 -d javadoc
 
 %install
 



Reply via email to