[grilo-plugins] Update to 0.1.17

Bastien Nocera hadess at fedoraproject.org
Mon Oct 17 09:46:26 UTC 2011


commit b2f7665b31c6ae8c8f2d614b669b484e3c631b72
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Oct 17 10:46:25 2011 +0100

    Update to 0.1.17

 .gitignore                              |    1 +
 0001-youtube-Fix-ISO-C90-warnings.patch |  382 -------------------------------
 grilo-plugins.spec                      |   16 +-
 sources                                 |    2 +-
 4 files changed, 10 insertions(+), 391 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6e8d23..6ecab0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /grilo-plugins-0.1.15.tar.bz2
 /grilo-plugins-0.1.16.tar.xz
+/grilo-plugins-0.1.17.tar.xz
diff --git a/grilo-plugins.spec b/grilo-plugins.spec
index 22a03f3..f4a5c16 100644
--- a/grilo-plugins.spec
+++ b/grilo-plugins.spec
@@ -2,7 +2,7 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:		grilo-plugins
-Version:	0.1.16
+Version:	0.1.17
 Release:	1%{?dist}
 Summary:	Plugins for the Grilo framework
 
@@ -25,9 +25,6 @@ BuildRequires:	gmime-devel
 BuildRequires:	gnome-common
 BuildRequires:	automake autoconf intltool libtool
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=653975
-Patch0:		0001-youtube-Fix-ISO-C90-warnings.patch
-
 Requires:	grilo >= %{version}
 Requires:	gupnp >= 0.13.0
 Requires:	gupnp-av >= 0.5.0
@@ -55,10 +52,9 @@ This package contains plugins to get information from theses sources:
 
 %prep
 %setup -q
-%patch0 -p1 -b .libgdata-0.9
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=653937
-sed -i -e 's,gmime-2.4,gmime-2.6,g' configure.ac
+# https://bugzilla.gnome.org/show_bug.cgi?id=658448
+sed -i -e 's,tracker-sparql-0.11,tracker-sparql-0.12,g' configure.ac
 
 autoreconf -f
 
@@ -80,7 +76,8 @@ autoreconf -f
 	--enable-tracker		\
 	--enable-upnp			\
 	--enable-vimeo			\
-	--enable-youtube
+	--enable-youtube		\
+	--enable-tracker
 
 make %{?_smp_mflags}
 
@@ -98,6 +95,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
 %{_datadir}/grilo-%{release_version}/plugins/*.xml
 
 %changelog
+* Mon Oct 17 2011 Bastien Nocera <bnocera at redhat.com> 0.1.17-1
+- Update to 0.1.17
+
 * Mon Jul 04 2011 Bastien Nocera <bnocera at redhat.com> 0.1.16-1
 - Update to 0.1.16
 
diff --git a/sources b/sources
index 96d0d8a..bb43361 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18d61775e43172dd7d8270818cfe6480  grilo-plugins-0.1.16.tar.xz
+4553c823b3434a2b8187d1f95b5e61cc  grilo-plugins-0.1.17.tar.xz


More information about the scm-commits mailing list