Update to 0.2.5
This commit is contained in:
parent
23e5e871dd
commit
f9a277e850
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
grilo.spec
11
grilo.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user