Update to 1.10.1
This commit is contained in:
parent
c0498f54aa
commit
f087786b62
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
|||||||
/gst-plugins-good-1.9.2.tar.xz
|
/gst-plugins-good-1.9.2.tar.xz
|
||||||
/gst-plugins-good-1.9.90.tar.xz
|
/gst-plugins-good-1.9.90.tar.xz
|
||||||
/gst-plugins-good-1.10.0.tar.xz
|
/gst-plugins-good-1.10.0.tar.xz
|
||||||
|
/gst-plugins-good-1.10.1.tar.xz
|
||||||
|
@ -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.10.0
|
Version: 1.10.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
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ License: LGPLv2+
|
|||||||
URL: http://gstreamer.freedesktop.org/
|
URL: http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
%if 0%{?gitrel}
|
%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
|
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
|
||||||
Source0: gst-plugins-good-%{version}.tar.xz
|
Source0: gst-plugins-good-%{version}.tar.xz
|
||||||
%else
|
%else
|
||||||
@ -269,6 +269,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
|
||||||
- Update to 1.10.0
|
- Update to 1.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user