Update to 0.2.5

This commit is contained in:
Kalev Lember 2013-03-20 19:50:48 +01:00
parent 23e5e871dd
commit f9a277e850
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/grilo-0.2.2.tar.xz
/grilo-0.2.3.tar.xz
/grilo-0.2.4.tar.xz
/grilo-0.2.5.tar.xz

View File

@ -2,8 +2,8 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo
Version: 0.2.4
Release: 2%{?dist}
Version: 0.2.5
Release: 1%{?dist}
Summary: Content discovery framework
Group: Applications/Multimedia
@ -57,8 +57,8 @@ This package contains the Vala language bindings.
%prep
%setup -q
# Fix vala detection for version 0.16
sed -i.vala 's/libvala-0.14/libvala-0.16/g' configure*
# Fix vala detection for version 0.20
sed -i.vala 's/libvala-0.18/libvala-0.20/g' configure*
%build
%configure \
@ -112,6 +112,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
%{_datadir}/vala/vapi/*
%changelog
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.5-1
- Update to 0.2.5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
bad59e9e408b00149481902d54bfecb5 grilo-0.2.4.tar.xz
20b36e0471f7c40b04ea5e9e13920d47 grilo-0.2.5.tar.xz