Update to 1.9.2

This commit is contained in:
Wim Taymans 2016-09-01 13:15:33 +02:00
parent ea22521355
commit aae2e864c2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/gst-plugins-base-1.8.1.tar.xz
/gst-plugins-base-1.8.2.tar.xz
/gst-plugins-base-1.9.1.tar.xz
/gst-plugins-base-1.9.2.tar.xz

View File

@ -5,8 +5,8 @@
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
Name: gstreamer1-plugins-base
Version: 1.9.1
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
Version: 1.9.2
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer streaming media framework base plugins
License: LGPLv2+
@ -424,6 +424,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
%changelog
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
- Update to 1.9.2
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
- Fix build on big-endian

View File

@ -1 +1 @@
c56c1175082406c1497a98acce96acff gst-plugins-base-1.9.1.tar.xz
2a6c2262f662968f19b1ddd40d2e824e gst-plugins-base-1.9.2.tar.xz