Update to 0.2.2

This commit is contained in:
Bastien Nocera 2012-10-05 10:23:21 +02:00 committed by Kalev Lember
parent 71966d74c0
commit e8bdc80244
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/grilo-plugins-0.1.19.tar.xz
/grilo-plugins-0.2.0.tar.xz
/grilo-plugins-0.2.1.tar.xz
/grilo-plugins-0.2.2.tar.xz

View File

@ -2,7 +2,7 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins
Version: 0.2.1
Version: 0.2.2
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
@ -22,6 +22,7 @@ BuildRequires: tracker-devel >= 0.9.0
BuildRequires: libquvi-devel
BuildRequires: gmime-devel
BuildRequires: libdmapsharing-devel
BuildRequires: json-glib-devel
BuildRequires: gnome-common
BuildRequires: automake autoconf intltool libtool
@ -76,6 +77,7 @@ autoreconf -f
--enable-localmetadata \
--enable-metadata-store \
--enable-podcasts \
--enable-tmdb \
--enable-tracker \
--enable-upnp \
--enable-vimeo \
@ -101,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
- Update to 0.2.2
* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
- Update to 0.2.1

View File

@ -1 +1 @@
b896137d06324de59068300296b86ffb grilo-plugins-0.2.1.tar.xz
0fcd6a7e59cc24814a13f5b0da59cda2 grilo-plugins-0.2.2.tar.xz