diff --git a/.gitignore b/.gitignore index 3d35a65..4bb15bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /click-1.1.tar.gz /click-1.1-tests.tgz +/click-2.0.tar.gz +/click-2.0-tests.tgz diff --git a/python-click.spec b/python-click.spec index 72d1c78..f88377e 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,8 +3,8 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 1.1 -Release: 3%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities License: BSD @@ -99,6 +99,9 @@ popd %changelog +* Thu Jun 12 2014 Robert Kuska - 2.0-1 +- Update to 2.0 + * Fri Jun 06 2014 Robert Kuska - 1.1-3 - Make click own its folder - Use pythonX_version macros from devel package diff --git a/sources b/sources index e651c0d..b9e7d03 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -33b9da7e95512dbf658cdba31cdb8a2e click-1.1-tests.tgz -cb5a9b715bfffe7a297d107829978f45 click-1.1.tar.gz +259ebb6fcf28a72df2104db8f5a22962 click-2.0.tar.gz +ce5918a6374fb5c2496e5a8d9988d2f1 click-2.0-tests.tgz