Hello community,

here is the log from the commit of package findbugs-bcel for openSUSE:Factory 
checked in at 2014-06-30 22:49:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findbugs-bcel (Old)
 and      /work/SRC/openSUSE:Factory/.findbugs-bcel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findbugs-bcel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/findbugs-bcel/findbugs-bcel.changes      
2013-10-04 07:20:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.findbugs-bcel.new/findbugs-bcel.changes 
2014-06-30 22:49:45.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 12:27:03 UTC 2014 - tchva...@suse.com
+
+- Fix build on SLE11 and cleanup with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ findbugs-bcel.spec ++++++
--- /var/tmp/diff_new_pack.vYMyoq/_old  2014-06-30 22:49:46.000000000 +0200
+++ /var/tmp/diff_new_pack.vYMyoq/_new  2014-06-30 22:49:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package findbugs-bcel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,12 @@
 
 
 %global findbugsver 1.3.8
-
 # This is a version of BCEL that has been modified by the findbugs team.  They
 # added some new functionality and also did some performance optimizations of
 # the base code.  I am not producing a new manual, since we already have a
 # bcel-manual package and the findbugs team did not patch the manual.  However,
 # the javadoc package is necessary to show the changes in the API created by
 # the findbug team's work.
-
 Name:           findbugs-bcel
 Version:        5.2
 Release:        0
@@ -37,13 +35,12 @@
 Source2:        findbugs-bcel.keyring
 # This patch is available in the findbugs release, in src/patches/bcel.diff.
 Source3:        bcel.diff
-
 BuildRequires:  gpg-offline
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 Requires:       java
 Requires:       javapackages-tools
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -65,13 +62,13 @@
 %prep
 %gpg_verify %{SOURCE1}
 %setup -q -n bcel-%{version}
-%{__patch} -p7 -s < %{SOURCE3}
+patch -p7 -s < %{SOURCE3}
 
 %build
 # 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 -encoding ISO8859-1
+xargs javac -g -d classes -source 1.5 -target 1.5 -encoding ISO8859-1
 cd classes
 jar cf findbugs-bcel-%{findbugsver}.jar org
 cd ..
@@ -81,7 +78,6 @@
   -classpath classes -source 1.5 -encoding ISO8859-1 -d javadoc 
 
 %install
-rm -rf %{buildroot}
 
 mkdir -p %{buildroot}%{_javadir}
 cp -p classes/findbugs-bcel-%{findbugsver}.jar %{buildroot}%{_javadir}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to