From 0388411e3736eecea5e226617fb948665668b4b4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 20 Mar 2013 20:07:22 +0100 Subject: [PATCH] Update to 0.2.6 --- .gitignore | 1 + grilo-plugins.spec | 15 +++++---------- sources | 2 +- tracker-0.16.patch | 12 ------------ 4 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 tracker-0.16.patch diff --git a/.gitignore b/.gitignore index 00ac471..4fc95aa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /grilo-plugins-0.2.3.tar.xz /grilo-plugins-0.2.4.tar.xz /grilo-plugins-0.2.5.tar.xz +/grilo-plugins-0.2.6.tar.xz diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 7acf3ec..2665422 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.5 -Release: 3%{?dist} +Version: 0.2.6 +Release: 1%{?dist} Summary: Plugins for the Grilo framework Group: Applications/Multimedia @@ -11,9 +11,6 @@ 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 -# fix build with tracker 0.16 -Patch0: tracker-0.16.patch - BuildRequires: grilo-devel >= 0.2.4 BuildRequires: glib2-devel >= 2.26.0 BuildRequires: libxml2-devel @@ -26,8 +23,6 @@ BuildRequires: libquvi-devel BuildRequires: gmime-devel BuildRequires: libdmapsharing-devel BuildRequires: json-glib-devel -BuildRequires: automake autoconf libtool -BuildRequires: gnome-common Requires: grilo >= 0.2.4 Requires: gupnp >= 0.13.0 @@ -59,9 +54,6 @@ This package contains plugins to get information from theses sources: %prep %setup -q -%patch0 -p1 - -autoreconf -i -f %build @@ -109,6 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/* %{_datadir}/gnome/help/grilo-plugins/C/legal.xml %changelog +* Wed Mar 20 2013 Kalev Lember - 0.2.6-1 +- Update to 0.2.6 + * Mon Jan 28 2013 Matthias Clasen - 0.2.5-3 - Fix build against newer tracker diff --git a/sources b/sources index c5c0c67..0da7679 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a73f0f022c0a2d1f6c7f44de98df38dc grilo-plugins-0.2.5.tar.xz +9504b53f6e35276b05ffb18a30d8ce39 grilo-plugins-0.2.6.tar.xz diff --git a/tracker-0.16.patch b/tracker-0.16.patch deleted file mode 100644 index 1349b78..0000000 --- a/tracker-0.16.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up grilo-plugins-0.2.5/configure.ac.tracker grilo-plugins-0.2.5/configure.ac ---- grilo-plugins-0.2.5/configure.ac.tracker 2013-01-28 18:32:02.940645549 -0500 -+++ grilo-plugins-0.2.5/configure.ac 2013-01-28 18:32:16.703645057 -0500 -@@ -140,7 +140,7 @@ PKG_CHECK_MODULES(GMIME, gmime-2.6, - HAVE_GMIME=no)]) - # Search available Tracker version - trackerpkg="tracker-sparql-0.10" --m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15]], -+m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15], [0.16]], - [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= 0.10.5], - [ trackerpkg="tracker-sparql-VERSION" ]) - ])