[grilo-plugins/rpm: 32/32] Update RPM spec file



commit b7a9a638fe84e3256c514d6f2c04593a6c2e2183
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Feb 10 19:25:21 2011 +0100

    Update RPM spec file
    
    Add changes from 0.1.9.

 grilo-plugins.spec.in |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/grilo-plugins.spec.in b/grilo-plugins.spec.in
index 49c5380..bcaaf35 100644
--- a/grilo-plugins.spec.in
+++ b/grilo-plugins.spec.in
@@ -8,7 +8,7 @@ License:        LGPLv2+
 Source0:        grilo-plugins-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  grilo-devel >= 0.1.8
+BuildRequires:  grilo-devel >= @VERSION@
 BuildRequires:  gnome-common
 BuildRequires:  glib2-devel
 BuildRequires:  libxml2-devel
@@ -18,7 +18,7 @@ BuildRequires:  sqlite-devel
 BuildRequires:  libgdata-devel
 BuildRequires:  tracker-devel >= 0.9.0
 
-Requires:       grilo >= 0.1.8
+Requires:       grilo >= @VERSION@
 Requires:       gupnp >= 0.13.0
 Requires:       gupnp-av >= 0.5.0
 Requires:       tracker >= 0.9.0
@@ -35,6 +35,7 @@ Flickr
 Gravatar
 Jamendo
 Last.fm (for album arts)
+Local metadata (album arts and thumbnails)
 Metadata Store
 Podcasts
 Shoutcast
@@ -56,6 +57,7 @@ Youtube
         --enable-gravatar               \
 	--enable-jamendo		\
 	--enable-lastfm-albumart	\
+        --enable-localmetadata          \
         --enable-metadata-store         \
 	--enable-podcasts		\
 	--enable-shoutcast		\
@@ -86,6 +88,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/grilo-0.1/plugins/*.xml
 
 %changelog
+* Thu Feb 10 2011 Juan A. Suarez Romero <jasuarez igalia com> - 0.1.9-1
+- General: implemented NULL-text search (search all)
+- Bookmarks plugin: fixed saving/loading content from database, added content-changed notification
+- Filesystem plugin: added cancellation support, added content-changed notification
+- Flickr plugin: fixed Makefile.am
+- Local metadata plugin: new plugin that provides covers and thumbnails from local filesystem
+- Podcasts plugin: fixed search, added content-changed notification
+- Tracker plugin: several fixes and improvements
+- UPnP plugin: fixed warning, added content-changed notification
+
 * Thu Jan 27 2011 Juan A. Suarez Romero <jasuarez igalia com> - 0.1.8-1
 - General: use the new GrlConfig rework
 - Filesystem plugin: implemented search() function



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]