diff --git a/.gitignore b/.gitignore index 6732b68..c0a8550 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /commons-cli-1.2-src.tar.gz +/commons-cli-1.3-src.tar.gz diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 80d7839..cb1e966 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.2 -Release: 13%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Command Line Interface Library for Java Group: Development/Libraries License: ASL 2.0 @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils BuildRequires: maven-local +BuildRequires: jacoco-maven-plugin Requires: java-headless >= 1:1.6.0 Requires: jpackage-utils @@ -43,12 +44,15 @@ This package contains the API documentation for %{name}. %mvn_install %files -f .mfiles -%doc LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt +%doc LICENSE.txt NOTICE.txt README.md RELEASE-NOTES.txt %files javadoc -f .mfiles-javadoc %doc LICENSE.txt NOTICE.txt %changelog +* Wed Jun 3 2015 Mikolaj Izdebski - 1.3-1 +- Update to upstream version 1.3 + * Sat Jun 07 2014 Fedora Release Engineering - 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 9a0ad54..3b5266b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee486a89570648bcca0a2a4a7e95fcaf commons-cli-1.2-src.tar.gz +0156b6f7197f7f205c20842979bd4ebe commons-cli-1.3-src.tar.gz