[python-lockfile] * 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:24:09 UTC 2010


commit ff8056cbe385614049d807d946079e075ca7390d
Author: Silas Sewell <silas at sewell.ch>
Date:   Tue Aug 3 07:23:54 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 |   14 +++++++-------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 8 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 4005590..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
-Release:        2%{?dist}
+Version:        0.8
+Release:        1%{?dist}
+Epoch:          1
 Summary:        A platform-independent file locking module
 
 Group:          Development/Languages
@@ -35,20 +36,19 @@ 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
 
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