[libgpod/f14/master] Update libgpod to 0.7.95

Nathaniel McCallum npmccallum at fedoraproject.org
Thu Sep 30 14:27:35 UTC 2010


commit f6df7f8e7e8ce3eb1531371c820b16928a629771
Author: Nathaniel McCallum <nathaniel at natemccallum.com>
Date:   Thu Sep 30 10:27:38 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                                       |   12 ++--
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 119 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 402369b..b26b4d7 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -2,15 +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
-# Upstream patches
-Patch0: 0001-mono-fix-dll-name-in-dllmap.patch
-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
@@ -109,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
@@ -182,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