Add required version for vpx-devel. (#862157)

This commit is contained in:
Brian Pepple 2012-10-02 09:08:10 -04:00
parent b5f9c5cd6d
commit 3a5fe3128b

View File

@ -9,7 +9,7 @@
Name: gstreamer1-plugins-good Name: gstreamer1-plugins-good
Version: 1.0.0 Version: 1.0.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: GStreamer plugins with good code and licensing Summary: GStreamer plugins with good code and licensing
License: LGPLv2+ License: LGPLv2+
@ -31,7 +31,7 @@ BuildRequires: speex-devel
BuildRequires: taglib-devel BuildRequires: taglib-devel
BuildRequires: wavpack-devel BuildRequires: wavpack-devel
BuildRequires: libv4l-devel BuildRequires: libv4l-devel
BuildRequires: libvpx-devel BuildRequires: libvpx-devel >= 1.1.0
%ifnarch s390 s390x %ifnarch s390 s390x
BuildRequires: libavc1394-devel BuildRequires: libavc1394-devel
@ -199,6 +199,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Tue Oct 2 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-3
- Add required version for vpx-devel. (#862157)
* Mon Oct 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2 * Mon Oct 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
- Enable verbose build - Enable verbose build