[python-lockfile/f13/master] * Tue Aug 03 2010 Silas Sewell <silas at sewell.ch> - 1:0.8-1 - Update to 0.8, increase epoch

Silas Sewell silas at fedoraproject.org
Tue Aug 3 11:40:29 UTC 2010


commit 26de40060db55d9bba43c15ef135ab52814dc15d
Author: Silas Sewell <silas at sewell.ch>
Date:   Tue Aug 3 07:40:16 2010 -0400

    * Tue Aug 03 2010 Silas Sewell <silas at sewell.ch> - 1:0.8-1
    - Update to 0.8, increase epoch

 .gitignore           |    1 +
 python-lockfile.spec |   15 +++++++++------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 802be34..25a1c54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lockfile-0.9.tar.gz
+lockfile-0.8.tar.gz
diff --git a/python-lockfile.spec b/python-lockfile.spec
index a3ad318..6844e54 100644
--- a/python-lockfile.spec
+++ b/python-lockfile.spec
@@ -3,8 +3,9 @@
 %define upstream_name lockfile
 
 Name:           python-%{upstream_name}
-Version:        0.9
+Version:        0.8
 Release:        1%{?dist}
+Epoch:          1
 Summary:        A platform-independent file locking module
 
 Group:          Development/Languages
@@ -35,20 +36,22 @@ Windows) system calls.
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-%check
-export PYTHONPATH="$( pwd ):$PYTHONPATH"
-%{__python} test/test_lockfile.py
-
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc ACKS LICENSE MANIFEST PKG-INFO README RELEASE-NOTES doc/
-%{python_sitelib}/%{upstream_name}
+%{python_sitelib}/%{upstream_name}.py*
 %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info
 
 %changelog
+* Tue Aug 03 2010 Silas Sewell <silas at sewell.ch> - 1:0.8-1
+- Update to 0.8, increase epoch
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Tue Jul 06 2010 Silas Sewell <silas at sewell.ch> - 0.9-1
 - Update to 0.9
 
diff --git a/sources b/sources
index 977f2ea..6d8e499 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0310a12fa5a5e866edb17e27ecd5464  lockfile-0.9.tar.gz
+2d515e19eb6f69d6ed711cbbafdec7ef  lockfile-0.8.tar.gz


More information about the scm-commits mailing list