[python-cliff] 1.10.0

Ralph Bean ralph at fedoraproject.org
Wed Mar 4 03:12:06 UTC 2015


commit b92f3232fc7cf60281dbe08d2c1dfe0df29df4ec
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Mar 3 22:11:54 2015 -0500

    1.10.0

 .gitignore        |  1 +
 python-cliff.spec | 14 ++++++++++----
 sources           |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
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 <rbean at redhat.com> - 1.10.0-1
+- new version
+- Update list of files packages under %%doc.
+- Explicitly package the license file.
+
 * Mon Sep 22 2014 Alan Pevec <alan.pevec at redhat.com> 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


More information about the scm-commits mailing list