Update to 0.2.8

This commit is contained in:
Kalev Lember 2013-05-25 13:18:41 +02:00
parent 6e55fafc9d
commit 6a0fd5b782
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/grilo-plugins-0.2.5.tar.xz /grilo-plugins-0.2.5.tar.xz
/grilo-plugins-0.2.6.tar.xz /grilo-plugins-0.2.6.tar.xz
/grilo-plugins-0.2.7.tar.xz /grilo-plugins-0.2.7.tar.xz
/grilo-plugins-0.2.8.tar.xz

View File

@ -2,7 +2,7 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}') %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins Name: grilo-plugins
Version: 0.2.7 Version: 0.2.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Plugins for the Grilo framework Summary: Plugins for the Grilo framework
@ -98,6 +98,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/grilo-%{release_version}/*.xml %{_libdir}/grilo-%{release_version}/*.xml
%changelog %changelog
* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.8-1
- Update to 0.2.8
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1 * Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1
- Update to 0.2.7 - Update to 0.2.7

View File

@ -1 +1 @@
3cf1c9e9382bb6bc49146d5c7da13642 grilo-plugins-0.2.7.tar.xz bc286a99a98d70df634ecf6192dd3f55 grilo-plugins-0.2.8.tar.xz