[findbugs-bcel] Update to 6.0 snapshot for FindBugs 3.0.0

richardfearn richardfearn at fedoraproject.org
Tue Jul 8 06:43:15 UTC 2014


commit 9976e19e73baab8b3688f087321c801679a3655c
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Mon Jul 7 22:21:26 2014 +0100

    Update to 6.0 snapshot for FindBugs 3.0.0

 .gitignore         |    1 +
 findbugs-bcel.spec |   18 +++++++++++-------
 sources            |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d46c274..290da89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 bcel-5.2-src.tar.gz
 /bcel-20130910svn1521566.tgz
+/bcel-20140707svn1547656.tgz
diff --git a/findbugs-bcel.spec b/findbugs-bcel.spec
index 23edc82..524ce5f 100644
--- a/findbugs-bcel.spec
+++ b/findbugs-bcel.spec
@@ -1,10 +1,10 @@
-# This is a snapshot of the BCEL trunk for FindBugs 2.0.
+# This is a snapshot of the BCEL trunk for FindBugs 3.0.
 
-%global findbugsver 20130910svn1521566
+%global findbugsver 20140707svn1547656
 
 Name:           findbugs-bcel
-Version:        5.3
-Release:        0.7.%{findbugsver}%{?dist}
+Version:        6.0
+Release:        0.1.%{findbugsver}%{?dist}
 Summary:        Byte Code Engineering Library for FindBugs
 
 Group:          Development/Libraries
@@ -12,8 +12,8 @@ License:        ASL 2.0
 URL:            http://commons.apache.org/proper/commons-bcel/
 
 # This archive was created with:
-#   $ svn export http://svn.apache.org/repos/asf/commons/proper/bcel/trunk bcel-5.3
-#   $ tar -zcf bcel-20130910svn1521566.tgz bcel-5.3
+#   $ svn export http://svn.apache.org/repos/asf/commons/proper/bcel/trunk -r 1547656 bcel-6.0
+#   $ tar -zcf bcel-20140707svn1547656.tgz bcel-6.0
 Source0:        bcel-%{findbugsver}.tgz
 Source1:        http://search.maven.org/remotecontent?filepath=com/google/code/findbugs/bcel/2.0.2/bcel-2.0.2.pom
 
@@ -24,7 +24,7 @@ BuildArch:      noarch
 
 %description
 This is a snapshot of Apache's Byte Code Engineering Library (BCEL) for use
-with FindBugs 2.0.
+with FindBugs 3.0.
 
 %package javadoc
 Summary:        Javadoc for %{name}
@@ -37,6 +37,7 @@ Group:          Documentation
 %setup -q -n bcel-%{version}
 
 cp %{SOURCE1} pom.xml
+sed -i 's/2\.0\.2/3\.0\.0/g' pom.xml
 
 %build
 mkdir classes
@@ -72,6 +73,9 @@ ln -s findbugs-bcel-%{findbugsver} $RPM_BUILD_ROOT%{_javadocdir}/findbugs-bcel
 %{_javadocdir}/findbugs-bcel*
 
 %changelog
+* Mon Jul 07 2014 Richard Fearn <richardfearn at gmail.com> - 6.0-0.1.20140707svn1547656
+- Update to 6.0 snapshot for FindBugs 3.0.0
+
 * Tue Jun 10 2014 Richard Fearn <richardfearn at gmail.com> - 5.3-0.7.20130910svn1521566
 - Switch to .mfiles
 - Remove redundant %%defattr
diff --git a/sources b/sources
index c100bc9..7ae4504 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c64f7d5136353f9d1c9257b3a224806  bcel-20130910svn1521566.tgz
+f7674e24be47d77d5c48e9de99aa9166  bcel-20140707svn1547656.tgz


More information about the scm-commits mailing list