[libgpod] Update libgpod to 0.7.95

Nathaniel McCallum npmccallum at fedoraproject.org
Thu Sep 30 14:07:48 UTC 2010


commit efb6c39d1c21f856e9a4ec86e4c49c8d7016fbc4
Author: Nathaniel McCallum <nathaniel at natemccallum.com>
Date:   Thu Sep 30 10:07:51 2010 -0400

    Update libgpod to 0.7.95

 .gitignore                                         |    1 +
 0001-mono-fix-dll-name-in-dllmap.patch             |   50 ----------------
 ...for-creation-of-blank-playlist-on-80GB-ip.patch |   61 --------------------
 libgpod.spec                                       |   13 ++---
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 120 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bd73d5..c867821 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 *.tar.gz
 /.build*.log
 /libgpod-*/
+/libgpod-0.7.95.tar.gz
diff --git a/libgpod.spec b/libgpod.spec
index 61687f2..b26b4d7 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -2,16 +2,12 @@
 
 Summary: Library to access the contents of an iPod
 Name: libgpod
-Version: 0.7.94
+Version: 0.7.95
 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://gtkpod.git.sourceforge.net/git/gitweb.cgi?p=gtkpod/libgpod;a=commitdiff;h=d82d8c8
-Patch0: 0001-mono-fix-dll-name-in-dllmap.patch
-# http://gtkpod.git.sourceforge.net/git/gitweb.cgi?p=gtkpod/libgpod;a=commitdiff;h=ed82695
-Patch1: 0002-Revert-Fix-for-creation-of-blank-playlist-on-80GB-ip.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: docbook-style-xsl
 BuildRequires: glib2-devel
@@ -110,8 +106,6 @@ libgpod-sharp.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 # remove execute perms on the python examples as they'll be installed in %%doc
 chmod -x bindings/python/examples/*.py
@@ -183,8 +177,11 @@ rm -rf %{buildroot}
 %defattr(-, root, root, 0755)
 %{_libdir}/pkgconfig/%{name}-sharp.pc
 
-
 %changelog
+* Wed Sep 29 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 0.7.95-1
+- Update to 0.7.95
+- Drop upstreamed patches
+
 * Sat Sep 04 2010 Todd Zullinger <tmz at pobox.com> - 0.7.94-1
 - Update to 0.7.94
 - Add mono subpackage (#630181)
diff --git a/sources b/sources
index cceacda..c127867 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc9802ca6356b3ac5e152afb90a121d6  libgpod-0.7.94.tar.gz
+8a761f678677a425436107cbd87aecf3  libgpod-0.7.95.tar.gz


More information about the scm-commits mailing list