[libgpod] Update to 0.8.2 Drop upstreamed patches Prevent python-gpod from advertising _gpod.so in its Provide

chkr chkr at fedoraproject.org
Tue Jul 26 19:56:29 UTC 2011


commit 99167f6c19215c7f8d7e20b52ae39077d7b09831
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Tue Jul 26 15:56:10 2011 -0400

    Update to 0.8.2
    Drop upstreamed patches
    Prevent python-gpod from advertising _gpod.so in its Provides

 .gitignore                                         |    1 +
 0001-add-hashAB-support-via-external-module.patch  |  464 --------------------
 ...s_cuid-mhsd-type-9-and-also-write-it-back.patch |  209 ---------
 0003-write-empty-mhsd-of-type-10.patch             |   67 ---
 libgpod-0.8.0-x86-32.patch                         |  146 ------
 libgpod.spec                                       |   26 +-
 sources                                            |    2 +-
 7 files changed, 14 insertions(+), 901 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b60e5e..7cd688a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libgpod-*/
 /libgpod-0.7.95.tar.gz
 /libgpod-0.8.0.tar.gz
+/libgpod-0.8.2.tar.bz2
diff --git a/libgpod.spec b/libgpod.spec
index 8ba1342..e541d18 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -1,5 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
+# python-gpod should not advertise _gpod.so in its Provides
+%define __provides_exclude_from %{python_sitearch}/.*\.so$
+
 %ifarch %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
 %global with_mono 1
 %else
@@ -8,18 +11,12 @@
 
 Summary: Library to access the contents of an iPod
 Name: libgpod
-Version: 0.8.0
-Release: 12%{?dist}
+Version: 0.8.2
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtkpod.org/libgpod.html
-Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
-# http://sourceforge.net/tracker/index.php?func=detail&aid=3059994&group_id=67873&atid=519273
-Patch0: libgpod-0.8.0-x86-32.patch
-# From http://gtkpod.git.sourceforge.net/git/gitweb.cgi?p=gtkpod/libgpod;a=summary
-Patch1: 0001-add-hashAB-support-via-external-module.patch
-Patch2: 0002-read-genius_cuid-mhsd-type-9-and-also-write-it-back.patch
-Patch3: 0003-write-empty-mhsd-of-type-10.patch
+Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2
 BuildRequires: automake libtool
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -124,11 +121,7 @@ libgpod-sharp.
 
 %prep
 %setup -q
-%patch0 -p1 -b .x86-32
-%patch1 -p1 -b .hashAB
-%patch2 -p1 -b .genius
-%patch3 -p1 -b .mhsd
-autoreconf -f
+#autoreconf -f
 
 # remove execute perms on the python examples as they'll be installed in %%doc
 chmod -x bindings/python/examples/*.py
@@ -221,6 +214,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Jul 25 2011 Christian Krause <chkr at fedoraproject.org> - 0.8.2-1
+- Update to 0.8.2
+- Drop upstreamed patches
+- Prevent python-gpod from advertising _gpod.so in its Provides
+
 * Mon Jul 18 2011 Rex Dieter <rdieter at fedoraproject.org> 0.8.0-12
 - libgpod-0.8.0-10.fc16 grew a mono-core dependency (#722976)
 
diff --git a/sources b/sources
index 071738d..7832c47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6660f74cc53293dcc847407aa5f672ce  libgpod-0.8.0.tar.gz
+ff0fd875fa08f2a6a49dec57ce3367ab  libgpod-0.8.2.tar.bz2


More information about the scm-commits mailing list