Update to 0.2.7
This commit is contained in:
parent
8df9408240
commit
698127b18b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user