Update to 1.8.1

This commit is contained in:
Wim Taymans 2016-04-21 13:09:51 +02:00
parent 7df7374de8
commit a90a9fd87a
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/gst-plugins-good-1.7.90.tar.xz /gst-plugins-good-1.7.90.tar.xz
/gst-plugins-good-1.7.91.tar.xz /gst-plugins-good-1.7.91.tar.xz
/gst-plugins-good-1.8.0.tar.xz /gst-plugins-good-1.8.0.tar.xz
/gst-plugins-good-1.8.1.tar.xz

View File

@ -12,7 +12,7 @@
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5}) #global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
Name: gstreamer1-plugins-good Name: gstreamer1-plugins-good
Version: 1.8.0 Version: 1.8.1
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist} Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer plugins with good code and licensing Summary: GStreamer plugins with good code and licensing
@ -268,6 +268,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
- Update to 1.8.1
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1 * Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
- Update to 1.8.0 - Update to 1.8.0

View File

@ -1 +1 @@
91ed4649c7c2e43a61f731d144f6f6d0 gst-plugins-good-1.8.0.tar.xz 3eabe7277681b9bef8a64c312de03d47 gst-plugins-good-1.8.1.tar.xz