diff --git a/.cvsignore b/.cvsignore index 08a6a2a..c11f015 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PythonDaap-0.7.tar.gz +PythonDaap-0.7.1.tar.gz diff --git a/python-daap-0.7-64bit.patch b/python-daap-0.7-64bit.patch deleted file mode 100644 index 471caf6..0000000 --- a/python-daap-0.7-64bit.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- PythonDaap-0.7/md5.h~ 2007-04-03 12:52:45.000000000 +0200 -+++ PythonDaap-0.7/md5.h 2007-04-03 12:52:45.000000000 +0200 -@@ -18,18 +18,15 @@ - - #define HIGHFIRST - --#ifdef __i386__ -+#if defined __i386__ || defined __x86_64__ - #undef HIGHFIRST - #endif - --/* On machines where "long" is 64 bits, we need to declare -+/* Always define uint32 as "int", as "int" is 32 bits everywhere were as -+ on 64 bits machines "long" is 64 bits, we need to declare - uint32 as something guaranteed to be 32 bits. */ - --#ifdef __alpha - typedef unsigned int uint32; --#else --typedef unsigned long uint32; --#endif - - struct MD5Context { - uint32 buf[4]; diff --git a/python-daap.spec b/python-daap.spec index 3edf78a..ba9e6bd 100644 --- a/python-daap.spec +++ b/python-daap.spec @@ -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 @@ Group: Development/Languages 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 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Aug 1 2008 Jeffrey C. Ollie - 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 - 0.7-6 - Rebuild for GCC 4.3 - Build egg files. diff --git a/sources b/sources index 261d7da..a5a8738 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b131fc69fda9636cf9f5b3eb50aacfe8 PythonDaap-0.7.tar.gz +b3db3d60b0ee83f5f23101d2c3bb99e0 PythonDaap-0.7.1.tar.gz