Update to 0.2.3

And drop the tracker-sparql-0.14 configure.ac sed hack, which is no
longer needed with this version.
This commit is contained in:
Kalev Lember 2012-11-13 23:15:22 +01:00
parent e8bdc80244
commit 7c1b9865cc
3 changed files with 6 additions and 9 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/grilo-plugins-0.2.0.tar.xz
/grilo-plugins-0.2.1.tar.xz
/grilo-plugins-0.2.2.tar.xz
/grilo-plugins-0.2.3.tar.xz

View File

@ -2,7 +2,7 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
@ -24,9 +24,6 @@ BuildRequires: gmime-devel
BuildRequires: libdmapsharing-devel
BuildRequires: json-glib-devel
BuildRequires: gnome-common
BuildRequires: automake autoconf intltool libtool
Requires: grilo >= %{version}
Requires: gupnp >= 0.13.0
Requires: gupnp-av >= 0.5.0
@ -56,10 +53,6 @@ This package contains plugins to get information from theses sources:
%prep
%setup -q
# https://bugzilla.gnome.org/show_bug.cgi?id=658448
sed -i -e 's,tracker-sparql-0.11,tracker-sparql-0.14,g' configure.ac
autoreconf -f
%build
%configure \
@ -103,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> 0.2.3-1
- Update to 0.2.3
* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
- Update to 0.2.2

View File

@ -1 +1 @@
0fcd6a7e59cc24814a13f5b0da59cda2 grilo-plugins-0.2.2.tar.xz
2321e47a53f5fa2242fa5221e013a297 grilo-plugins-0.2.3.tar.xz