rpms/python-daap/F-8 .cvsignore, 1.2, 1.3 python-daap.spec, 1.3, 1.4 sources, 1.2, 1.3 python-daap-0.7-64bit.patch, 1.1, NONE

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Aug 1 20:42:42 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-daap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7325

Modified Files:
	.cvsignore python-daap.spec sources 
Removed Files:
	python-daap-0.7-64bit.patch 
Log Message:
* Fri Aug  1 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.1-1
- Update to 0.7.1
- Drop cruft for compatibility with Fedora <= 7
- Drop upstreamed patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-daap/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Mar 2007 03:02:05 -0000	1.2
+++ .cvsignore	1 Aug 2008 20:42:12 -0000	1.3
@@ -1 +1 @@
-PythonDaap-0.7.tar.gz
+PythonDaap-0.7.1.tar.gz


Index: python-daap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-daap/F-8/python-daap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-daap.spec	29 Aug 2007 14:29:36 -0000	1.3
+++ python-daap.spec	1 Aug 2008 20:42:12 -0000	1.4
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-daap
-Version:        0.7
-Release:        5%{?dist}
+Version:        0.7.1
+Release:        1%{?dist}
 Summary:        DAAP client implemented in Python
 
 Group:          Development/Languages
@@ -10,24 +10,22 @@
 License:        LGPLv2+
 URL:            http://jerakeen.org/code/PythonDaap/
 Source0:        http://jerakeen.org/files/PythonDaap-%{version}.tar.gz
-Patch0:         python-daap-0.7-64bit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel
+BuildRequires: python-setuptools-devel
 
 %description
 A DAAP client implemented in Python.
 
 %prep
 %setup -q -n PythonDaap-%{version}
-%patch0 -p1
 
 %build
-CFLAGS="%{optflags}" %{__python} setup.py build
+CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
  
 %clean
 rm -rf %{buildroot}
@@ -38,6 +36,15 @@
 %{python_sitearch}/*
 
 %changelog
+* Fri Aug  1 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.1-1
+- Update to 0.7.1
+- Drop cruft for compatibility with Fedora <= 7
+- Drop upstreamed patch
+
+* Mon Feb 11 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7-6
+- Rebuild for GCC 4.3
+- Build egg files.
+
 * Wed Aug 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7-5
 - Update license tag.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-daap/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Mar 2007 03:02:05 -0000	1.2
+++ sources	1 Aug 2008 20:42:12 -0000	1.3
@@ -1 +1 @@
-b131fc69fda9636cf9f5b3eb50aacfe8  PythonDaap-0.7.tar.gz
+b3db3d60b0ee83f5f23101d2c3bb99e0  PythonDaap-0.7.1.tar.gz


--- python-daap-0.7-64bit.patch DELETED ---




More information about the scm-commits mailing list