[python-gflags] Update to 1.5.1

Silas Sewell silas at fedoraproject.org
Mon Jul 25 00:35:58 UTC 2011


commit a2306f852e0c10c634580118a9fa1536bf28a405
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Jul 24 20:35:25 2011 -0400

    Update to 1.5.1

 .gitignore         |    1 +
 python-gflags.spec |    8 ++++++--
 sources            |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 999efc6..5533e8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-gflags-1.4.tar.gz
+/python-gflags-1.5.1.tar.gz
diff --git a/python-gflags.spec b/python-gflags.spec
index e6a9bee..2790bf6 100644
--- a/python-gflags.spec
+++ b/python-gflags.spec
@@ -3,8 +3,8 @@
 %global upstream_name gflags
 
 Name:           python-%{upstream_name}
-Version:        1.4
-Release:        3%{?dist}
+Version:        1.5.1
+Release:        1%{?dist}
 Summary:        Commandline flags module for Python
 
 Group:          Development/Languages
@@ -52,10 +52,14 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{python_sitelib}/%{upstream_name}.py*
+%{python_sitelib}/%{upstream_name}_validators.py*
 %{python_sitelib}/python_gflags-%{version}-*egg-info
 %{_bindir}/gflags2man
 
 %changelog
+* Sun Jul 24 2011 Silas Sewell <silas at sewell.org> - 1.5.1-1
+- Update to 1.5.1
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b16510..df9ada4 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 f51da2027557c7247276de3f66dac12a  python-gflags-1.4.tar.gz
+467717cdcf65f11b3edd1cc99debb244  python-gflags-1.5.1.tar.gz


More information about the scm-commits mailing list