[grilo-plugins/f16] Update to 0.1.17

Bastien Nocera hadess at fedoraproject.org
Wed Sep 7 10:39:25 UTC 2011


commit c3d376266e879271c5317659d7fcd7b0f09fedca
Author: Bastien Nocera <hadess at hadess.net>
Date:   Wed Sep 7 11:39:12 2011 +0100

    Update to 0.1.17

 .gitignore                              |    1 +
 0001-youtube-Fix-ISO-C90-warnings.patch |  382 -------------------------------
 grilo-plugins.spec                      |   18 +-
 sources                                 |    2 +-
 4 files changed, 9 insertions(+), 394 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 fc06578..fa0cd7d 100644
--- a/grilo-plugins.spec
+++ b/grilo-plugins.spec
@@ -2,8 +2,8 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:		grilo-plugins
-Version:	0.1.16
-Release:	2%{?dist}
+Version:	0.1.17
+Release:	1%{?dist}
 Summary:	Plugins for the Grilo framework
 
 Group:		Applications/Multimedia
@@ -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,6 @@ 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
 
 autoreconf -f
 
@@ -79,8 +72,8 @@ autoreconf -f
 	--enable-podcasts		\
 	--enable-upnp			\
 	--enable-vimeo			\
-	--enable-youtube
-#	--enable-tracker		\
+	--enable-youtube		\
+	--enable-tracker
 
 make %{?_smp_mflags}
 
@@ -98,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
 %{_datadir}/grilo-%{release_version}/plugins/*.xml
 
 %changelog
+* Wed Sep 07 2011 Bastien Nocera <bnocera at redhat.com> 0.1.17-1
+- Update to 0.1.17
+
 * Thu Sep  1 2011 Matthias Clasen <mclasen at redhat.com> 0.1.16-2
 - Rebuild (momentarily disable tracker support, will come back soon)
 
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