Update to 1.7.2

This commit is contained in:
Wim Taymans 2016-02-19 16:46:29 +01:00
parent 28b6cac9d3
commit e3b2e15fe8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
28ba312fbf7153525206ee141dbfb10c gst-plugins-good-1.7.1.tar.xz 06261a23f5097749e4714c3e8bc9b0ca gst-plugins-good-1.7.2.tar.xz