[args4j] Update to upstream version 2.0.28

Michal Srb msrb at fedoraproject.org
Mon May 12 13:43:20 UTC 2014


commit cc60395f7384adec481986a822c7e3642bcdbc8b
Author: Michal Srb <msrb at redhat.com>
Date:   Mon May 12 15:42:54 2014 +0200

    Update to upstream version 2.0.28

 .gitignore                 |    1 +
 0001-Port-to-JSR-269.patch |  438 --------------------------------------------
 args4j.spec                |    9 +-
 sources                    |    2 +-
 4 files changed, 6 insertions(+), 444 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51ad53f..310dec6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /args4j-site-2.0.25.tar.gz
 /args4j-site-2.0.26.tar.gz
 /args4j-site-2.0.27.tar.gz
+/args4j-site-2.0.28.tar.gz
diff --git a/args4j.spec b/args4j.spec
index 109ffa7..ab8202d 100644
--- a/args4j.spec
+++ b/args4j.spec
@@ -1,13 +1,11 @@
 Name:           args4j
-Version:        2.0.27
+Version:        2.0.28
 Release:        1%{?dist}
 Summary:        Java command line arguments parser
 License:        MIT
 URL:            http://args4j.kohsuke.org/
 Source0:        https://github.com/kohsuke/%{name}/archive/%{name}-site-%{version}.tar.gz
 
-Patch0:         0001-Port-to-JSR-269.patch
-
 BuildArch:      noarch
 
 BuildRequires:  maven-local
@@ -40,8 +38,6 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q -n %{name}-%{name}-site-%{version}
 
-%patch0 -p1
-
 # removing classpath addition
 sed -i 's/<addClasspath>true/<addClasspath>false/g' %{name}-tools/pom.xml
 
@@ -78,6 +74,9 @@ find -name '*.jar' -exec rm -f '{}' \;
 %doc %{name}/LICENSE.txt
 
 %changelog
+* Mon May 12 2014 Michal Srb <msrb at redhat.com> - 2.0.28-1
+- Update to upstream version 2.0.28
+
 * Wed May 07 2014 Michal Srb <msrb at redhat.com> - 2.0.27-1
 - Update to upstream version 2.0.27
 
diff --git a/sources b/sources
index 40016d8..f438a07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a1ad13486dade7991cf784b130bd284  args4j-site-2.0.27.tar.gz
+abce5179271e337ce518497624877ee3  args4j-site-2.0.28.tar.gz


More information about the scm-commits mailing list