Update to 0.3.0

This commit is contained in:
Kalev Lember 2015-12-18 21:02:54 +01:00
parent 4fe8e469df
commit f821732219
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/grilo-plugins-0.2.14.tar.xz
/grilo-plugins-0.2.15.tar.xz
/grilo-plugins-0.2.16.tar.xz
/grilo-plugins-0.3.0.tar.xz

View File

@ -1,11 +1,11 @@
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
%global grilo_version 0.2.12
%global grilo_version 0.3.0
%global goa_version 3.17.91
Name: grilo-plugins
Version: 0.2.16
Version: 0.3.0
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
@ -114,9 +114,11 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%doc %{_datadir}/help/C/examples/example-tmdb.c
%{_datadir}/grilo-plugins/
%{_libdir}/grilo-%{release_version}/*.so*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 0.3.0-1
- Update to 0.3.0
* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 0.2.16-1
- Update to 0.2.16

View File

@ -1 +1 @@
62ecaad877b485a950259eef1ef38c18 grilo-plugins-0.2.16.tar.xz
670f0302a4b91c043a7c9f9222545fbe grilo-plugins-0.3.0.tar.xz