diff --git a/.gitignore b/.gitignore index 5db763c..fd62a04 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /grilo-plugins-0.2.7.tar.xz /grilo-plugins-0.2.8.tar.xz /grilo-plugins-0.2.9.tar.xz +/grilo-plugins-0.2.11.tar.xz diff --git a/grilo-plugins-0.2.9-tracker_version.patch b/grilo-plugins-0.2.9-tracker_version.patch deleted file mode 100644 index 4e8a9c2..0000000 --- a/grilo-plugins-0.2.9-tracker_version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- grilo-plugins-0.2.9/configure.ac 2013-08-25 14:20:34.000000000 -0700 -+++ grilo-plugins-0.2.9/configure.ac.new 2013-12-27 18:01:21.297513044 -0800 -@@ -144,7 +144,7 @@ - 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], [0.16]], -+m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15], [0.16], [0.17], [0.18]], - [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= 0.10.5], - [ trackerpkg="tracker-sparql-VERSION" ]) - ]) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 46660e9..d168ff4 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -2,19 +2,16 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: grilo-plugins -Version: 0.2.9 -Release: 3%{?dist} +Version: 0.2.11 +Release: 1%{?dist} Summary: Plugins for the Grilo framework Group: Applications/Multimedia 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 -# Trivial patch to support newer tracker, equivalent commits in -# git.gnome are dd5b447bf20 and 5145299309 -Patch0: grilo-plugins-0.2.9-tracker_version.patch -BuildRequires: grilo-devel >= 0.2.6 +BuildRequires: grilo-devel >= 0.2.8 BuildRequires: glib2-devel >= 2.26.0 BuildRequires: libgcrypt-devel BuildRequires: libxml2-devel @@ -29,10 +26,8 @@ BuildRequires: tracker-devel >= 0.9.0 BuildRequires: gmime-devel BuildRequires: libdmapsharing-devel BuildRequires: json-glib-devel -# Needed when running autoreconf for patch0, drop if not autoreconfing -BuildRequires: gnome-common -Requires: grilo >= 0.2.6 +Requires: grilo >= 0.2.8 Requires: gupnp >= 0.13.0 Requires: gupnp-av >= 0.5.0 @@ -59,12 +54,8 @@ This package contains plugins to get information from theses sources: %prep %setup -q -%patch0 -p1 %build -# needed for patch0 -autoreconf -i - %configure \ --disable-static \ --disable-fakemetadata \ @@ -104,10 +95,14 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/* %files -f grilo-plugins.lang %doc AUTHORS COPYING NEWS README +%doc %{_datadir}/help/C/examples/example-tmdb.c %{_libdir}/grilo-%{release_version}/*.so* %{_libdir}/grilo-%{release_version}/*.xml %changelog +* Wed Feb 19 2014 Kalev Lember - 0.2.11-1 +- Update to 0.2.11 + * Thu Dec 19 2013 Adam Williamson - 0.2.9-3 - patch to build against newer tracker, rebuild for tracker bump diff --git a/sources b/sources index 20a7009..711ccab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdf6d3d410526bcd2abdec28830175c4 grilo-plugins-0.2.9.tar.xz +57100a2b682c3e45ba14ca19f207b419 grilo-plugins-0.2.11.tar.xz