From 7c1b9865cce1cdd41b27c2fd0f11331e8259a223 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 13 Nov 2012 23:15:22 +0100 Subject: [PATCH] Update to 0.2.3 And drop the tracker-sparql-0.14 configure.ac sed hack, which is no longer needed with this version. --- .gitignore | 1 + grilo-plugins.spec | 12 ++++-------- sources | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b7598af..8a3ce0a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /grilo-plugins-0.2.0.tar.xz /grilo-plugins-0.2.1.tar.xz /grilo-plugins-0.2.2.tar.xz +/grilo-plugins-0.2.3.tar.xz diff --git a/grilo-plugins.spec b/grilo-plugins.spec index cae11e4..ad13bbf 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.2.2 +Version: 0.2.3 Release: 1%{?dist} Summary: Plugins for the Grilo framework @@ -24,9 +24,6 @@ BuildRequires: gmime-devel BuildRequires: libdmapsharing-devel BuildRequires: json-glib-devel -BuildRequires: gnome-common -BuildRequires: automake autoconf intltool libtool - Requires: grilo >= %{version} Requires: gupnp >= 0.13.0 Requires: gupnp-av >= 0.5.0 @@ -56,10 +53,6 @@ This package contains plugins to get information from theses sources: %prep %setup -q -# https://bugzilla.gnome.org/show_bug.cgi?id=658448 -sed -i -e 's,tracker-sparql-0.11,tracker-sparql-0.14,g' configure.ac - -autoreconf -f %build %configure \ @@ -103,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/grilo-%{release_version}/*.xml %changelog +* Tue Nov 13 2012 Kalev Lember 0.2.3-1 +- Update to 0.2.3 + * Fri Oct 05 2012 Bastien Nocera 0.2.2-1 - Update to 0.2.2 diff --git a/sources b/sources index 5b3c132..351b0b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fcd6a7e59cc24814a13f5b0da59cda2 grilo-plugins-0.2.2.tar.xz +2321e47a53f5fa2242fa5221e013a297 grilo-plugins-0.2.3.tar.xz