[python-zc-lockfile] Latest upstream.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Feb 25 19:14:07 UTC 2013


commit abb3de25414df6bb691bdb7f9d7c588cd7276ba5
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Feb 25 14:13:58 2013 -0500

    Latest upstream.

 .gitignore              |    1 +
 python-zc-lockfile.spec |   16 ++++++----------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c40aaab..fd799a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zc.lockfile-1.0.0.tar.gz
+/zc.lockfile-1.1.0.zip
diff --git a/python-zc-lockfile.spec b/python-zc-lockfile.spec
index eee6878..8808e88 100644
--- a/python-zc-lockfile.spec
+++ b/python-zc-lockfile.spec
@@ -3,13 +3,13 @@
 %endif
 
 Name:           python-zc-lockfile
-Version:        1.0.0
-Release:        9%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Basic Inter-Process Locks
 Group:          Development/Languages
 License:        ZPLv2.1
 URL:            http://pypi.python.org/pypi/zc.lockfile/
-Source0:        http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -17,7 +17,6 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-zope-testing
 
-
 %description
 The zc.lockfile package provides a basic portable implementation of
 interprocess locks using lock files. The purpose if not specifically
@@ -27,29 +26,23 @@ mediate access to other files. For example, the ZODB file storage
 implementation uses file locks to mediate access to file-storage
 database files. The database files and lock file files are separate files.
 
-
 %prep
 %setup -q -n zc.lockfile-%{version}
 
-
 %build
 %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{python_sitelib}/zc/lockfile/*.txt
 
-
 %check
 %{__python} setup.py test
 
- 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc src/zc/lockfile/*.txt
@@ -60,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 25 2013 Ralph Bean <rbean at redhat.com> - 1.1.0-1
+- Latest upstream
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f5cfc37..0a2fc25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cf83766ef9935c33e240b0904c7a45e  zc.lockfile-1.0.0.tar.gz
+8e46b830417363501363bd09e1af1ecc  zc.lockfile-1.1.0.zip


More information about the scm-commits mailing list