[stapler] Update to upstream version 1.223

Michal Srb msrb at fedoraproject.org
Fri Nov 29 06:11:45 UTC 2013


commit 2b7724a44f4783dde49969cdd65a79759f4fae69
Author: Michal Srb <msrb at redhat.com>
Date:   Fri Nov 29 07:10:03 2013 +0100

    Update to upstream version 1.223

 .gitignore   |    1 +
 sources      |    2 +-
 stapler.spec |   14 +++++++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50575f6..76c826c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /stapler-1.218-clean.tar.gz
 /stapler-1.221-clean.tar.gz
 /stapler-1.222-clean.tar.gz
+/stapler-1.223-clean.tar.gz
diff --git a/sources b/sources
index 0246b63..f52d3c8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt
-4f0e39a8d9df648e47429362adeae47b  stapler-1.222-clean.tar.gz
+421f7796b4e4126e7374c4e864170c15  stapler-1.223-clean.tar.gz
diff --git a/stapler.spec b/stapler.spec
index db06dfe..07f8c4b 100644
--- a/stapler.spec
+++ b/stapler.spec
@@ -1,5 +1,5 @@
 Name:           stapler
-Version:        1.222
+Version:        1.223
 Release:        1%{?dist}
 Summary:        Stapler Java web framework
 
@@ -112,7 +112,6 @@ cp %{SOURCE1} LICENSE
 
 # Missing org.jruby-rack:jruby-rack
 %pom_disable_module jruby
-
 # Missing org.zeroturnaround:jr-sdk
 %pom_disable_module jrebel
 
@@ -136,6 +135,8 @@ cp %{SOURCE1} LICENSE
 
 # Provided by JDK
 %pom_remove_dep :javax.annotation-api core
+# Unavailable
+%pom_remove_dep org.codehaus.mojo:extra-enforcer-rules
 
 # Annotations removed by patch1, we don't need this anymore
 %pom_remove_dep ":jellydoc-annotations" jelly
@@ -148,8 +149,12 @@ cp %{SOURCE1} LICENSE
 %pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-webdav']]"
 %pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-gitsite']]"
 
+# We don't need this
+%pom_remove_plugin :animal-sniffer-maven-plugin
+# No need for this plugin without org.codehaus.mojo:extra-enforcer-rules
+%pom_remove_plugin :maven-enforcer-plugin
+
 # We don't have these plugins
-%pom_remove_plugin :fix1600
 %pom_remove_plugin :maven-jellydoc-plugin
 
 # Replacement for unbundled classes
@@ -182,6 +187,9 @@ cp %{SOURCE1} LICENSE
 
 
 %changelog
+* Fri Nov 29 2013 Michal Srb <msrb at redhat.com> - 1.223-1
+- Update to upstream version 1.223
+
 * Wed Oct 30 2013 Michal Srb <msrb at redhat.com> - 1.222-1
 - Update to upstream version 1.222
 


More information about the scm-commits mailing list