rpms/python-daemon/EL-5 .cvsignore, 1.3, 1.4 import.log, 1.1, 1.2 python-daemon.spec, 1.3, 1.4 sources, 1.3, 1.4 version_info_fix.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Sat Jan 9 00:00:19 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-daemon/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8536/EL-5

Modified Files:
	.cvsignore import.log python-daemon.spec sources 
Removed Files:
	version_info_fix.patch 
Log Message:
* Wed Dec 23 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.5.2-1
- add missing BR: python-nose
- also add lockfile as R (bug #513546)
- update to 1.5.2

* Wed Dec 23 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.5.1-2
- add missing BR: minimock and lockfile -> testsuite works again
- remove patch, use sed instead




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-daemon/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	7 Oct 2009 19:27:27 -0000	1.3
+++ .cvsignore	9 Jan 2010 00:00:19 -0000	1.4
@@ -1 +1 @@
-python-daemon-1.5.1.tar.gz
+python-daemon-1.5.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-daemon/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	29 Jun 2009 05:36:49 -0000	1.1
+++ import.log	9 Jan 2010 00:00:19 -0000	1.2
@@ -1 +1,2 @@
 python-daemon-1_4_6-1_fc11:HEAD:python-daemon-1.4.6-1.fc11.src.rpm:1246253552
+python-daemon-1_5_2-1_fc13:EL-5:python-daemon-1.5.2-1.fc13.src.rpm:1262979551


Index: python-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-daemon/EL-5/python-daemon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-daemon.spec	7 Oct 2009 19:24:34 -0000	1.3
+++ python-daemon.spec	9 Jan 2010 00:00:19 -0000	1.4
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-daemon
-Version:        1.5.1
+Version:        1.5.2
 Release:        1%{?dist}
 Summary:        Library to implement a well-behaved Unix daemon process
 
@@ -10,11 +10,12 @@ Group:          Development/Languages
 License:        Python
 URL:            http://pypi.python.org/pypi/python-daemon/
 Source0:        http://pypi.python.org/packages/source/p/python-daemon/%{name}-%{version}.tar.gz
-Patch0:         version_info_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
+BuildRequires:  python-nose python-lockfile python-minimock
+Requires:       python-lockfile
 
 %description
 This library implements the well-behaved daemon specification of PEP 3143,
@@ -23,8 +24,7 @@ This library implements the well-behaved
 %prep
 %setup -q
 
-%patch0 -p1
-
+sed -i -e '/^#!\//, 1d' daemon/version/version_info.py
 
 
 %build
@@ -40,16 +40,25 @@ rm -fr %{buildroot}%{python_sitelib}/tes
 rm -rf %{buildroot}
 
 # Test suite requires minimock and lockfile
-#%check
-#PYTHONPATH=$(pwd) nosetest
+%check
+PYTHONPATH=$(pwd) nosetests
 
 %files
 %defattr(-,root,root,-)
-%doc TODO LICENSE.PSF-2
+%doc LICENSE.PSF-2
 %{python_sitelib}/daemon/
 %{python_sitelib}/python_daemon-%{version}-py%{pyver}.egg-info/
 
 %changelog
+* Wed Dec 23 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.5.2-1
+- add missing BR: python-nose
+- also add lockfile as R (bug #513546)
+- update to 1.5.2
+
+* Wed Dec 23 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.5.1-2
+- add missing BR: minimock and lockfile -> testsuite works again
+- remove patch, use sed instead
+
 * Wed Oct 07 2009 Luke Macken <lmacken at redhat.com> - 1.5.1-1
 - Update to 1.5.1
 - Remove conflicting files (#512760)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-daemon/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	7 Oct 2009 19:27:27 -0000	1.3
+++ sources	9 Jan 2010 00:00:19 -0000	1.4
@@ -1 +1 @@
-46abde3f848aaaed0df3b1fe938234f0  python-daemon-1.5.1.tar.gz
+3c876e2bef46171d4cccf4f74823a638  python-daemon-1.5.2.tar.gz


--- version_info_fix.patch DELETED ---




More information about the fedora-extras-commits mailing list