diff --git a/.gitignore b/.gitignore index 3bc4e55..be07a0c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /jcommander-1.30.tar.gz /jcommander-1.35.tar.gz /jcommander-1.45.tar.gz +/jcommander-1.47.tar.gz diff --git a/beust-jcommander.spec b/beust-jcommander.spec index ba681e8..f7e22f4 100644 --- a/beust-jcommander.spec +++ b/beust-jcommander.spec @@ -1,16 +1,14 @@ %global short_name jcommander Name: beust-%{short_name} -Version: 1.45 +Version: 1.47 Release: 1%{?dist} Summary: Java framework for parsing command line parameters License: ASL 2.0 -Group: Development/Libraries URL: http://jcommander.org/ Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: maven-local -BuildRequires: beust-jcommander %description JCommander is a very small Java framework that makes it trivial to @@ -18,7 +16,6 @@ parse command line parameters (with annotations). %package javadoc Summary: API documentation for %{name} -Group: Documentation %description javadoc This package contains the %{summary}. @@ -29,7 +26,7 @@ chmod -x license.txt %build %mvn_file : %{name} -%mvn_build -f +%mvn_build %install %mvn_install @@ -41,6 +38,10 @@ chmod -x license.txt %doc license.txt notice.md %changelog +* Wed Jan 28 2015 Michael Simacek - 1.47-1 +- Update to upstream version 1.47 +- Enable tests + * Mon Oct 13 2014 Mikolaj Izdebski - 1.45-1 - Update to upstream version 1.45 diff --git a/sources b/sources index dfa114f..84d8937 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51662165ffa00c3e2337fa5ee5ee729a jcommander-1.45.tar.gz +05cf07c77ae4230d8246c25a35ffa735 jcommander-1.47.tar.gz