Update to 1.10.1

This commit is contained in:
Wim Taymans 2016-11-28 10:41:24 +01:00
parent c0498f54aa
commit f087786b62
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/gst-plugins-good-1.9.2.tar.xz
/gst-plugins-good-1.9.90.tar.xz
/gst-plugins-good-1.10.0.tar.xz
/gst-plugins-good-1.10.1.tar.xz

View File

@ -12,7 +12,7 @@
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
Name: gstreamer1-plugins-good
Version: 1.10.0
Version: 1.10.1
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer plugins with good code and licensing
@ -20,7 +20,7 @@ License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
%if 0%{?gitrel}
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-good
# git clone git://anogit.freedesktop.org/gstreamer/gst-plugins-good
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
Source0: gst-plugins-good-%{version}.tar.xz
%else
@ -269,6 +269,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
- Update to 1.10.1
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
- Update to 1.10.0

View File

@ -1 +1 @@
ace9fde726ac785661dda0edbc649d77 gst-plugins-good-1.10.0.tar.xz
7d24b1412d49fa7bab763b35f4640abd gst-plugins-good-1.10.1.tar.xz