Update to 1.5.2

This commit is contained in:
Wim Taymans 2015-06-25 10:28:06 +02:00
parent d842fc0ad2
commit ec2f72fda7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/gst-plugins-good-1.4.4.tar.xz /gst-plugins-good-1.4.4.tar.xz
/gst-plugins-good-1.4.5.tar.xz /gst-plugins-good-1.4.5.tar.xz
/gst-plugins-good-1.5.1.tar.xz /gst-plugins-good-1.5.1.tar.xz
/gst-plugins-good-1.5.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.5.1 Version: 1.5.2
Release: 2%{?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+
@ -251,6 +251,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
- Update to 1.5.2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
757c2f1110961ef418d99482570d74fb gst-plugins-good-1.5.1.tar.xz 7d4afd01a460aec53404bdda6b535c5b gst-plugins-good-1.5.2.tar.xz