rpms/python-lockfile/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 python-lockfile.spec, 1.1, 1.2 sources, 1.2, 1.3

Silas Sewell silas at fedoraproject.org
Tue Jul 6 18:06:05 UTC 2010


Author: silas

Update of /cvs/pkgs/rpms/python-lockfile/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23101/devel

Modified Files:
	.cvsignore import.log python-lockfile.spec sources 
Log Message:
* Tue Jul 06 2010 Silas Sewell <silas at sewell.ch> - 0.9-1
- Update to 0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lockfile/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 Jul 2009 23:08:11 -0000	1.2
+++ .cvsignore	6 Jul 2010 18:06:04 -0000	1.3
@@ -1 +1 @@
-lockfile-0.8.tar.gz
+lockfile-0.9.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-lockfile/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	24 Jul 2009 23:08:11 -0000	1.1
+++ import.log	6 Jul 2010 18:06:05 -0000	1.2
@@ -1 +1,2 @@
 python-lockfile-0_8-1_fc12:HEAD:python-lockfile-0.8-1.fc12.src.rpm:1248476895
+python-lockfile-0_9-1_fc14:HEAD:python-lockfile-0.9-1.fc14.src.rpm:1278439528


Index: python-lockfile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lockfile/devel/python-lockfile.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-lockfile.spec	24 Jul 2009 23:08:11 -0000	1.1
+++ python-lockfile.spec	6 Jul 2010 18:06:05 -0000	1.2
@@ -3,14 +3,14 @@
 %define upstream_name lockfile
 
 Name:           python-%{upstream_name}
-Version:        0.8
+Version:        0.9
 Release:        1%{?dist}
 Summary:        A platform-independent file locking module
 
 Group:          Development/Languages
 License:        MIT
-URL:            http://pypi.python.org/pypi/%{upstream_name}
-Source0:        http://smontanaro.dyndns.org/python/%{upstream_name}-%{version}.tar.gz
+URL:            http://code.google.com/p/pylockfile
+Source0:        http://pylockfile.googlecode.com/files/%{upstream_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -35,15 +35,25 @@ 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}.py*
+%{python_sitelib}/%{upstream_name}
 %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info
 
 %changelog
+* Tue Jul 06 2010 Silas Sewell <silas at sewell.ch> - 0.9-1
+- Update to 0.9
+
+* Tue Jul 06 2010 Silas Sewell <silas at sewell.ch> - 0.8-2
+- Bump for EL6 build
+
 * Thu Jul 23 2009 Silas Sewell <silas at sewell.ch> - 0.8-1
-- Initial build.
+- Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lockfile/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 Jul 2009 23:08:11 -0000	1.2
+++ sources	6 Jul 2010 18:06:05 -0000	1.3
@@ -1 +1 @@
-2d515e19eb6f69d6ed711cbbafdec7ef  lockfile-0.8.tar.gz
+e0310a12fa5a5e866edb17e27ecd5464  lockfile-0.9.tar.gz



More information about the scm-commits mailing list