Update to 2.0
This commit is contained in:
parent
853d56737a
commit
bac56856a7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
/click-1.1.tar.gz
|
/click-1.1.tar.gz
|
||||||
/click-1.1-tests.tgz
|
/click-1.1-tests.tgz
|
||||||
|
/click-2.0.tar.gz
|
||||||
|
/click-2.0-tests.tgz
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.1
|
Version: 2.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple wrapper around optparse for powerful command line utilities
|
Summary: A simple wrapper around optparse for powerful command line utilities
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -99,6 +99,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2014 Robert Kuska <rkuska@redhat.com> - 2.0-1
|
||||||
|
- Update to 2.0
|
||||||
|
|
||||||
* Fri Jun 06 2014 Robert Kuska <rkuska@redhat.com> - 1.1-3
|
* Fri Jun 06 2014 Robert Kuska <rkuska@redhat.com> - 1.1-3
|
||||||
- Make click own its folder
|
- Make click own its folder
|
||||||
- Use pythonX_version macros from devel package
|
- Use pythonX_version macros from devel package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user