[jFormatString] Switch back to the version of jFormatString shipped with FindBugs 1.3.9

richardfearn richardfearn at fedoraproject.org
Sat Feb 23 15:41:42 UTC 2013


commit 55098506a46a44e16337e598e93ba4146ffd71fe
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Sat Feb 23 15:38:51 2013 +0000

    Switch back to the version of jFormatString shipped with FindBugs 1.3.9
    
    FindBugs 1.3.9 doesn't build against the newer version of jFormatString.

 .gitignore         |    1 -
 jFormatString.spec |   19 +++++--------------
 sources            |    1 -
 3 files changed, 5 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cc375b..b68e35c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 jFormatString-0.tar.bz2
-/jFormatString.jar
diff --git a/jFormatString.spec b/jFormatString.spec
index 0e1ece7..efcc741 100644
--- a/jFormatString.spec
+++ b/jFormatString.spec
@@ -1,12 +1,11 @@
 Name:           jFormatString
 Version:        0
-Release:        0.8.20111215svn%{?dist}
+Release:        0.9.20081016svn%{?dist}
 Summary:        Java format string compile-time checker
 
 Group:          Development/Libraries
 License:        GPLv2 with exceptions
-URL:            http://findbugs.sourceforge.net/
-
+URL:            https://jformatstring.dev.java.net/
 # There has been no official release yet.  This is a snapshot of the Subversion
 # repository as of 16 Oct 2008.  Use the following commands to generate the
 # tarball:
@@ -15,15 +14,10 @@ URL:            http://findbugs.sourceforge.net/
 #   (The password is "guest".)
 #   tar -cjvf jFormatString-0.tar.bz2 jformatstring
 Source0:        %{name}-%{version}.tar.bz2
-
 # This patch has not been sent upstream, since it is Fedora specific.  This
 # gives the build system the path to the appropriate junit jar.
 Patch0:         %{name}-build.patch
 
-# This is the jFormatString JAR file shipped with FindBugs 2.0.2:
-# http://code.google.com/p/findbugs/source/browse/trunk/findbugs/lib/jFormatString.jar
-Source1:        %{name}.jar
-
 BuildRequires:  ant, java-devel, java-javadoc, jpackage-utils, junit4
 Requires:       java, jpackage-utils
 
@@ -47,12 +41,6 @@ This package contains the API documentation for %{name}.
 %setup -q -n jformatstring
 %patch0 -p1
 
-# delete old source code
-find jFormatString/src -name "*.java" -print -delete
-
-# unpack new source code
-unzip %SOURCE1 -d jFormatString/src/java -x *.class META-INF/*
-
 %build
 # Build the JAR
 cd jFormatString
@@ -85,6 +73,9 @@ ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}*
 
 %changelog
+* Sat Feb 23 2013 Richard Fearn <richardfearn at gmail.com> - 0-0.9.20081016svn
+- Switch back to the version of jFormatString shipped with FindBugs 1.3.9
+
 * Sun Feb 10 2013 Richard Fearn <richardfearn at gmail.com> - 0-0.8.20111215svn
 - Update to version shipped with FindBugs 2.0.2
 
diff --git a/sources b/sources
index 565a684..fe20748 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
 0bd082f8d7000eeb5634fa7d63b34ee0  jFormatString-0.tar.bz2
-a54a527bb715d214c70193a37aa568f4  jFormatString.jar


More information about the scm-commits mailing list