From b92f3232fc7cf60281dbe08d2c1dfe0df29df4ec Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mar 04 2015 03:11:54 +0000 Subject: 1.10.0 --- diff --git a/.gitignore b/.gitignore index bb48521..142ff0e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /cliff-1.6.0.tar.gz /cliff-1.6.1.tar.gz /cliff-1.7.0.tar.gz +/cliff-1.10.0.tar.gz diff --git a/python-cliff.spec b/python-cliff.spec index d3f6238..a36c2e6 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -5,7 +5,7 @@ %global modname cliff Name: python-cliff -Version: 1.7.0 +Version: 1.10.0 Release: 1%{?dist} Summary: Command Line Interface Formulation Framework @@ -122,19 +122,25 @@ popd %files -%doc docs/ +%license LICENSE +%doc doc/ README.rst ChangeLog AUTHORS announce.rst CONTRIBUTING.rst %{python_sitelib}/%{modname} %{python_sitelib}/%{modname}-%{version}* %if 0%{?with_python3} %files -n python3-%{modname} -%doc docs/ +%license LICENSE +%doc doc/ README.rst ChangeLog AUTHORS announce.rst CONTRIBUTING.rst %{python3_sitelib}/%{modname} %{python3_sitelib}/%{modname}-%{version}-* %endif - %changelog +* Wed Mar 04 2015 Ralph Bean - 1.10.0-1 +- new version +- Update list of files packages under %%doc. +- Explicitly package the license file. + * Mon Sep 22 2014 Alan Pevec 1.7.0-1 - Update to upstream 1.7.0 diff --git a/sources b/sources index 12b7405..11ef2ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d76f9b73d70ba3874ac0de734a3185d cliff-1.7.0.tar.gz +8f3f67d57bf5a2541efeedcea1aa64ab cliff-1.10.0.tar.gz