Update to 0.2.1

This commit is contained in:
Bastien Nocera 2012-10-03 11:56:03 +02:00 committed by Kalev Lember
parent 275bb5cb4b
commit 71966d74c0
3 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
/grilo-plugins-0.1.17.tar.xz
/grilo-plugins-0.1.18.tar.xz
/grilo-plugins-0.1.19.tar.xz
/grilo-plugins-0.2.0.tar.xz
/grilo-plugins-0.2.1.tar.xz

View File

@ -2,7 +2,7 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
@ -21,6 +21,7 @@ BuildRequires: libgdata-devel
BuildRequires: tracker-devel >= 0.9.0
BuildRequires: libquvi-devel
BuildRequires: gmime-devel
BuildRequires: libdmapsharing-devel
BuildRequires: gnome-common
BuildRequires: automake autoconf intltool libtool
@ -39,6 +40,7 @@ This package contains plugins to get information from theses sources:
- Filesystem
- Flickr
- Gravatar
- iTunes Music Sharing
- Jamendo
- Last.fm (for album arts)
- Local metadata (album arts and thumbnails)
@ -65,6 +67,7 @@ autoreconf -f
--disable-shoutcast \
--enable-apple-trailers \
--enable-bookmarks \
--enable-dmap \
--enable-filesystem \
--enable-flickr \
--enable-gravatar \
@ -98,6 +101,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
- Update to 0.2.1
* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
- update to 0.2.0

View File

@ -1 +1 @@
9a3bfc5295a20c0474ceb2473f2761e4 grilo-plugins-0.2.0.tar.xz
b896137d06324de59068300296b86ffb grilo-plugins-0.2.1.tar.xz