Hello community,

here is the log from the commit of package findbugs for openSUSE:Factory 
checked in at 2018-07-07 22:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findbugs (Old)
 and      /work/SRC/openSUSE:Factory/.findbugs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findbugs"

Sat Jul  7 22:00:13 2018 rev:26 rq:620790 version:1.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/findbugs/findbugs.changes        2017-10-17 
01:51:11.478163472 +0200
+++ /work/SRC/openSUSE:Factory/.findbugs.new/findbugs.changes   2018-07-07 
22:00:34.531152102 +0200
@@ -1,0 +2,17 @@
+Wed Jun 13 15:47:23 UTC 2018 - fst...@suse.com
+
+- Depend on asm3 instead of objectweb-asm, since the binaries are
+  equivalent
+- Modified patches:
+  * findbugs-jar-filenames.patch
+  * findbugs-remove-classpath.patch
+    + replace objectweb-asm with asm3 directories
+
+-------------------------------------------------------------------
+Thu May 17 05:53:11 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * findbugs-1.3.9-jdk9.patch
+    + Build with java source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ findbugs.spec ++++++
--- /var/tmp/diff_new_pack.xxgDhD/_old  2018-07-07 22:00:37.459148394 +0200
+++ /var/tmp/diff_new_pack.xxgDhD/_new  2018-07-07 22:00:37.459148394 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package findbugs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 Version:        1.3.9
 Release:        0
 Summary:        Bug Pattern Detector for Java
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Java
 Url:            http://findbugs.sourceforge.net/
 Source0:        
http://download.sourceforge.net/findbugs/findbugs-%{version}-source-suse.tar.bz2
@@ -59,13 +59,14 @@
 Patch6:         findbugs-1.3.9-jdk9.patch
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  ant-junit
+BuildRequires:  asm3
 BuildRequires:  desktop-file-utils
 BuildRequires:  dom4j
 BuildRequires:  fdupes
 BuildRequires:  findbugs-bcel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  jakarta-commons-lang >= 2.4
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jaxen
@@ -73,16 +74,15 @@
 BuildRequires:  jdepend
 BuildRequires:  jsr-305
 BuildRequires:  junit
-BuildRequires:  objectweb-asm >= 3.0
 BuildRequires:  update-desktop-files
+Requires:       asm3
 Requires:       dom4j
 Requires:       findbugs-bcel
 Requires:       jakarta-commons-lang >= 2.4
-Requires:       java >= 1.6.0
+Requires:       java >= 1.8
 Requires:       jaxen
 Requires:       jcip-annotations
 Requires:       jsr-305
-Requires:       objectweb-asm >= 3.0
 BuildArch:      noarch
 %if %without bundled_jformatstring
 BuildRequires:  jformatstring

++++++ findbugs-1.3.9-jdk9.patch ++++++
--- /var/tmp/diff_new_pack.xxgDhD/_old  2018-07-07 22:00:37.511148329 +0200
+++ /var/tmp/diff_new_pack.xxgDhD/_new  2018-07-07 22:00:37.511148329 +0200
@@ -6,8 +6,8 @@
                                                destdir="${classes.dir}"
 -                                              source="1.5"
 -                                              target="1.5"
-+                                              source="1.6"
-+                                              target="1.6"
++                                              source="8"
++                                              target="8"
                                                  includeantruntime="false"
                                                encoding="ISO-8859-1"
                                                deprecation="off"
@@ -17,8 +17,8 @@
                                destdir="${junitclasses.dir}"
 -                              source="1.5"
 -                              target="1.5"
-+                              source="1.6"
-+                              target="1.6"
++                              source="8"
++                              target="8"
                                  includeantruntime="false"
                                  encoding="ISO-8859-1"
                                deprecation="off"
@@ -28,8 +28,8 @@
                                destdir="${classes.dir}"
 -                              source="1.5"
 -                              target="1.5"
-+                              source="1.6"
-+                              target="1.6"
++                              source="8"
++                              target="8"
                                  includeantruntime="false"
                                  encoding="ISO-8859-1"
                                debug="on"
@@ -39,8 +39,8 @@
                        destdir="${classes.dir}"
 -                      source="1.5"
 -                      target="1.5"
-+                      source="1.6"
-+                      target="1.6"
++                      source="8"
++                      target="8"
                          includeantruntime="false"
                        encoding="ISO-8859-1"
                        deprecation="off"
@@ -49,7 +49,7 @@
         <mkdir dir="${apiDoc.dir}"/>
        <javadoc access="protected" 
 -       author="true" 
-+       author="true" source="1.6"
++       author="true" source="8"
            packagenames="*"
          destdir="${apiDoc.dir}" 
          doctitle="FindBugs API Documentation" 




++++++ findbugs-ant ++++++
--- /var/tmp/diff_new_pack.xxgDhD/_old  2018-07-07 22:00:37.539148294 +0200
+++ /var/tmp/diff_new_pack.xxgDhD/_new  2018-07-07 22:00:37.539148294 +0200
@@ -1,3 +1,3 @@
 findbugs ant/ant-findbugs commons-lang dom4j findbugs-bcel jaxen
-jcip-annotations jFormatString jsr-305 junit4 objectweb-asm/asm
-objectweb-asm/asm-commons objectweb-asm/asm-tree
+jcip-annotations jFormatString jsr-305 junit4 asm3/asm
+asm3/asm-commons asm3/asm-tree

++++++ findbugs-jar-filenames.patch ++++++
--- /var/tmp/diff_new_pack.xxgDhD/_old  2018-07-07 22:00:37.547148283 +0200
+++ /var/tmp/diff_new_pack.xxgDhD/_new  2018-07-07 22:00:37.551148278 +0200
@@ -8,10 +8,13 @@
 -              <pathelement location="${systemjar.dir}/dom4j-1.6.1.jar"/>
 +              <pathelement location="${systemjar.dir}/dom4j.jar"/>
                <pathelement location="${systemjar.dir}/junit4.jar"/>
-               <pathelement location="${systemjar.dir}/objectweb-asm/asm.jar"/>
-               <pathelement 
location="${systemjar.dir}/objectweb-asm/asm-commons.jar"/>
-               <pathelement 
location="${systemjar.dir}/objectweb-asm/asm-tree.jar"/>
+-              <pathelement location="${systemjar.dir}/objectweb-asm/asm.jar"/>
+-              <pathelement 
location="${systemjar.dir}/objectweb-asm/asm-commons.jar"/>
+-              <pathelement 
location="${systemjar.dir}/objectweb-asm/asm-tree.jar"/>
 -              <pathelement location="${systemjar.dir}/jaxen-1.1.1.jar"/>      
        
++              <pathelement location="${systemjar.dir}/asm3/asm.jar"/>
++              <pathelement location="${systemjar.dir}/asm3/asm-commons.jar"/>
++              <pathelement location="${systemjar.dir}/asm3/asm-tree.jar"/>
 +              <pathelement location="${systemjar.dir}/jaxen.jar"/>            
                <pathelement location="${systemjar.dir}/jsr-305.jar"/>
                <pathelement location="${systemjar.dir}/jFormatString.jar"/>
@@ -36,4 +39,4 @@
  Manifest-Version: 1.0
  Main-Class: edu.umd.cs.findbugs.LaunchAppropriateUI
 -Class-Path: findbugs-bcel.jar dom4j-1.6.1.jar jaxen-1.1.1.jar 
objectweb-asm/asm.jar objectweb-asm/asm-tree.jar objectweb-asm/asm-commons.jar 
jsr-305.jar jFormatString.jar commons-lang.jar
-+Class-Path: findbugs-bcel.jar dom4j.jar jaxen.jar objectweb-asm/asm.jar 
objectweb-asm/asm-tree.jar objectweb-asm/asm-commons.jar jsr-305.jar 
jFormatString.jar commons-lang.jar
++Class-Path: findbugs-bcel.jar dom4j.jar jaxen.jar asm3/asm.jar 
asm3/asm-tree.jar asm3/asm-commons.jar jsr-305.jar jFormatString.jar 
commons-lang.jar

++++++ findbugs-remove-classpath.patch ++++++
--- /var/tmp/diff_new_pack.xxgDhD/_old  2018-07-07 22:00:37.555148273 +0200
+++ /var/tmp/diff_new_pack.xxgDhD/_new  2018-07-07 22:00:37.555148273 +0200
@@ -7,7 +7,7 @@
        fb_appjar=\${fb_appjar:-"/usr/share/java/findbugs.jar"}\n\
 +      \n\
 +      fb_classpath=\$(build-classpath findbugs findbugs-bcel dom4j jaxen \\\n\
-+      \tobjectweb-asm/asm objectweb-asm/asm-tree objectweb-asm/asm-commons 
\\\n\
++      \tasm3/asm asm3/asm-tree asm3/asm-commons \\\n\
 +      \tjsr-305 jFormatString commons-lang)\n\
 +      \n\
        set -f\n\


Reply via email to