Update to 1.7.2
This commit is contained in:
parent
28b6cac9d3
commit
e3b2e15fe8
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/gst-plugins-good-1.6.1.tar.xz
|
/gst-plugins-good-1.6.1.tar.xz
|
||||||
/gst-plugins-good-1.6.2.tar.xz
|
/gst-plugins-good-1.6.2.tar.xz
|
||||||
/gst-plugins-good-1.7.1.tar.xz
|
/gst-plugins-good-1.7.1.tar.xz
|
||||||
|
/gst-plugins-good-1.7.2.tar.xz
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
#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.7.1
|
Version: 1.7.2
|
||||||
Release: 3%{?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
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -268,6 +268,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
|
||||||
|
- Update to 1.7.2
|
||||||
|
|
||||||
* Fri Feb 05 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-3
|
* Fri Feb 05 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-3
|
||||||
- Append --disable-fatal-warnings to %%configure to prevent
|
- Append --disable-fatal-warnings to %%configure to prevent
|
||||||
building from aborting for negligible warnings (Fix F24FTBFS)
|
building from aborting for negligible warnings (Fix F24FTBFS)
|
||||||
|
Loading…
Reference in New Issue
Block a user