Update to 0.2.7

This commit is contained in:
Kalev Lember 2013-05-18 14:32:08 +02:00
parent 8df9408240
commit 698127b18b
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/grilo-plugins-0.2.4.tar.xz
/grilo-plugins-0.2.5.tar.xz
/grilo-plugins-0.2.6.tar.xz
/grilo-plugins-0.2.7.tar.xz

View File

@ -2,8 +2,8 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins
Version: 0.2.6
Release: 2%{?dist}
Version: 0.2.7
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
Group: Applications/Multimedia
@ -11,7 +11,7 @@ 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
BuildRequires: grilo-devel >= 0.2.4
BuildRequires: grilo-devel >= 0.2.6
BuildRequires: glib2-devel >= 2.26.0
BuildRequires: libxml2-devel
BuildRequires: gupnp-devel >= 0.13.0
@ -24,7 +24,7 @@ BuildRequires: gmime-devel
BuildRequires: libdmapsharing-devel
BuildRequires: json-glib-devel
Requires: grilo >= 0.2.4
Requires: grilo >= 0.2.6
Requires: gupnp >= 0.13.0
Requires: gupnp-av >= 0.5.0
@ -97,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1
- Update to 0.2.7
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-2
- Use the find_lang --with-gnome macro for help files
- Drop the dep on yelp (#964421)

View File

@ -1 +1 @@
9504b53f6e35276b05ffb18a30d8ce39 grilo-plugins-0.2.6.tar.xz
3cf1c9e9382bb6bc49146d5c7da13642 grilo-plugins-0.2.7.tar.xz