diff --git a/.gitignore b/.gitignore index 62c39ac..48772a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /args4j-2.0.16.tar.xz /args4j-site-2.0.23.tar.gz +/args4j-site-2.0.25.tar.gz diff --git a/args4j.spec b/args4j.spec index 850f5da..1b0f01d 100644 --- a/args4j.spec +++ b/args4j.spec @@ -3,8 +3,8 @@ Name: args4j %global tools_name %{name}-tools %global site_name %{name}-site -Version: 2.0.23 -Release: 2%{?dist} +Version: 2.0.25 +Release: 1%{?dist} Summary: Small Java lib that makes it easy to parse command line options/args in CUI apps License: MIT and BSD Group: Development/Libraries @@ -97,6 +97,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc %{_javadocdir}/%{name} %changelog +* Sat Aug 10 2013 Mat Booth - 2.0.25-1 +- Update to latest upstream, fixes #981339 + * Sat Aug 03 2013 Fedora Release Engineering - 2.0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 717a727..c11c8c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cc3de3c67b26afdbe4c8c23827b2463 args4j-site-2.0.23.tar.gz +829372851b46d7b4e1b47b0198ab2739 args4j-site-2.0.25.tar.gz