[checkstyle] Update to latest upstream (5.5).

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Dec 7 08:46:44 UTC 2011


commit 29a99d26057628657f3330302a930dfcef11d6e0
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Dec 7 10:43:55 2011 +0200

    Update to latest upstream (5.5).

 .gitignore      |    1 +
 checkstyle.spec |    8 +++++---
 sources         |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2616b87..5953a83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ checkstyle-src-4.1.tar.gz
 checkstyle-src-5.1.tar.gz
 /checkstyle-5.3-src.tar.gz
 /checkstyle-5.4-src.tar.gz
+checkstyle-5.5-src.tar.gz
diff --git a/checkstyle.spec b/checkstyle.spec
index d59a955..de6881c 100644
--- a/checkstyle.spec
+++ b/checkstyle.spec
@@ -29,7 +29,7 @@
 #
 
 Name:           checkstyle
-Version:        5.4
+Version:        5.5
 Release:        1%{?dist}
 Summary:        Java source code checker
 URL:            http://checkstyle.sourceforge.net/
@@ -47,7 +47,7 @@ Patch0:         0001-Remove-sonatype-parent.patch
 Patch1:         0002-Remove-linkcheck-plugin.patch
 
 BuildRequires:  java-devel >= 1:1.6.0
-BuildRequires:  maven2
+BuildRequires:  maven
 BuildRequires:  antlr-maven-plugin
 BuildRequires:  maven-antrun-plugin
 BuildRequires:  maven-compiler-plugin
@@ -184,7 +184,6 @@ fi
 %files
 %doc LICENSE LICENSE.apache20 README RIGHTS.antlr
 %doc checkstyle_checks.xml java.header sun_checks.xml suppressions.xml
-
 %{_mavenpomdir}/JPP-%{name}.pom
 %{_mavendepmapfragdir}/%{name}
 %{_javadir}/%{name}.jar
@@ -200,6 +199,9 @@ fi
 
 
 %changelog
+* Wed Dec 7 2011 Alexander Kurtakov <akurtako at redhat.com> 5.5-1
+- Update to latest upstream (5.5).
+
 * Wed Jul 20 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 5.4-1
 - Update to latest upstream (5.4)
 
diff --git a/sources b/sources
index 51e8b35..b807256 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eddecbd2c609d4857a88b03d9d9d2a6e  checkstyle-5.4-src.tar.gz
+29f896d8ff7c6eb3dcf1dd89d7b30a62  checkstyle-5.5-src.tar.gz


More information about the scm-commits mailing list