Update to new upstream version 1.57

This commit is contained in:
Roman Vais 2016-09-30 11:33:54 +02:00
parent 2485c88344
commit ce982f61fc

View File

@ -1,14 +1,14 @@
%global short_name jcommander
Name: beust-%{short_name}
Version: 1.56
Version: 1.57
Release: 1%{?dist}
Summary: Java framework for parsing command line parameters
License: ASL 2.0
URL: http://jcommander.org/
BuildArch: noarch
Source0: https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
Source0: https://github.com/cbeust/%{short_name}/archive/%{version}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(com.beust:jcommander)
@ -28,7 +28,7 @@ Summary: API documentation for %{name}
This package contains the %{summary}.
%prep
%setup -q -n %{short_name}-%{short_name}-%{version}
%setup -q -n %{short_name}-%{version}
chmod -x license.txt
%build
@ -45,6 +45,11 @@ chmod -x license.txt
%doc license.txt notice.md
%changelog
* Fri Sep 30 2016 Roman Vais <rvais@redhat.com> - 1.57-1
- Update to upstream version 1.57
- Correct directory setup in prep section
- Change of tarball name in source url to correspond to upstream
* Tue Sep 27 2016 Roman Vais <rvais@redhat.com> - 1.56-1
- New version release.