From 698127b18b58a5667831c71595c4b3c5217bd605 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Sat, 18 May 2013 14:32:08 +0200
Subject: [PATCH] Update to 0.2.7

---
 .gitignore         |  1 +
 grilo-plugins.spec | 11 +++++++----
 sources            |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4fc95aa..f4edb2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /grilo-plugins-0.2.4.tar.xz
 /grilo-plugins-0.2.5.tar.xz
 /grilo-plugins-0.2.6.tar.xz
+/grilo-plugins-0.2.7.tar.xz
diff --git a/grilo-plugins.spec b/grilo-plugins.spec
index 90d2d85..9038a89 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.2.6
-Release:	2%{?dist}
+Version:	0.2.7
+Release:	1%{?dist}
 Summary:	Plugins for the Grilo framework
 
 Group:		Applications/Multimedia
@@ -11,7 +11,7 @@ License:	LGPLv2+
 Url:		https://live.gnome.org/Grilo
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/%{release_version}/grilo-plugins-%{version}.tar.xz
 
-BuildRequires:	grilo-devel >= 0.2.4
+BuildRequires:	grilo-devel >= 0.2.6
 BuildRequires:	glib2-devel >= 2.26.0
 BuildRequires:	libxml2-devel
 BuildRequires:	gupnp-devel >= 0.13.0
@@ -24,7 +24,7 @@ BuildRequires:	gmime-devel
 BuildRequires:	libdmapsharing-devel
 BuildRequires:	json-glib-devel
 
-Requires:	grilo >= 0.2.4
+Requires:	grilo >= 0.2.6
 Requires:	gupnp >= 0.13.0
 Requires:	gupnp-av >= 0.5.0
 
@@ -97,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
 %{_libdir}/grilo-%{release_version}/*.xml
 
 %changelog
+* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1
+- Update to 0.2.7
+
 * Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-2
 - Use the find_lang --with-gnome macro for help files
 - Drop the dep on yelp (#964421)
diff --git a/sources b/sources
index 0da7679..4becdda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9504b53f6e35276b05ffb18a30d8ce39  grilo-plugins-0.2.6.tar.xz
+3cf1c9e9382bb6bc49146d5c7da13642  grilo-plugins-0.2.7.tar.xz