diff --git a/.gitignore b/.gitignore index c0a8550..4f2b90e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /commons-cli-1.2-src.tar.gz /commons-cli-1.3-src.tar.gz +/commons-cli-1.3.1-src.tar.gz diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 04226b7..ac2a9fd 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -1,8 +1,8 @@ %global short_name commons-cli Name: apache-%{short_name} -Version: 1.3 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Command Line Interface Library for Java Group: Development/Libraries License: ASL 2.0 @@ -50,6 +50,9 @@ This package contains the API documentation for %{name}. %doc LICENSE.txt NOTICE.txt %changelog +* Wed Jun 17 2015 Michal Srb - 1.3.1-1 +- Update to upstream version 1.3.1 + * Wed Jun 17 2015 Fedora Release Engineering - 1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3b5266b..59870f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0156b6f7197f7f205c20842979bd4ebe commons-cli-1.3-src.tar.gz +21d9d9117d048cee4897efe7a4a0b867 commons-cli-1.3.1-src.tar.gz