rpms/python-daap/devel .cvsignore, 1.2, 1.3 python-daap.spec, 1.4, 1.5 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 19:45:20 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-daap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29970

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/devel/.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 19:44:49 -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/devel/python-daap.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-daap.spec	12 Feb 2008 05:08:28 -0000	1.4
+++ python-daap.spec	1 Aug 2008 19:44:49 -0000	1.5
@@ -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:        6%{?dist}
+Version:        0.7.1
+Release:        1%{?dist}
 Summary:        DAAP client implemented in Python
 
 Group:          Development/Languages
@@ -10,21 +10,15 @@
 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)
 
-%if 0%{?fedora} >= 8
 BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
 
 %description
 A DAAP client implemented in Python.
 
 %prep
 %setup -q -n PythonDaap-%{version}
-%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build
@@ -42,6 +36,11 @@
 %{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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-daap/devel/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 19:44:49 -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 fedora-extras-commits mailing list