[python-lockfile] Update to 0.9.1

Silas Sewell silas at fedoraproject.org
Sun Jul 24 23:43:07 UTC 2011


commit 5948a0f5dd722a73c71a4978a97a7170896d93bb
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Jul 24 19:42:05 2011 -0400

    Update to 0.9.1

 .gitignore           |    1 +
 python-lockfile.spec |    9 ++++++---
 sources              |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25a1c54..03af15f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lockfile-0.9.tar.gz
 lockfile-0.8.tar.gz
+/lockfile-0.9.1.tar.gz
diff --git a/python-lockfile.spec b/python-lockfile.spec
index f6dce8b..c076659 100644
--- a/python-lockfile.spec
+++ b/python-lockfile.spec
@@ -3,8 +3,8 @@
 %define upstream_name lockfile
 
 Name:           python-%{upstream_name}
-Version:        0.8
-Release:        2%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Epoch:          1
 Summary:        A platform-independent file locking module
 
@@ -42,10 +42,13 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc ACKS LICENSE MANIFEST PKG-INFO README RELEASE-NOTES doc/
-%{python_sitelib}/%{upstream_name}.py*
+%{python_sitelib}/%{upstream_name}
 %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info
 
 %changelog
+* Sun Jul 24 2011 Silas Sewell <silas at sewell.org> - 1:0.9.1-1
+- Update to 0.9.1
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6d8e499..1c9de0e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 2d515e19eb6f69d6ed711cbbafdec7ef  lockfile-0.8.tar.gz
+4e4c7ea4c4301500da5e7f3b51e01cfe  lockfile-0.9.1.tar.gz


More information about the scm-commits mailing list