- Added "Requires: libXext-devel" to libXv-devel subpackage, to avoid all

packages that depend on libXv-devel from having to manually specify
    that dependency themselves, as it is required by Xv. (#192167)
This commit is contained in:
mharris 2006-05-26 15:43:09 +00:00
parent dca228d95e
commit 533b358729

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXv runtime library Summary: X.Org X11 libXv runtime library
Name: libXv Name: libXv
Version: 1.0.1 Version: 1.0.1
Release: 1.2 Release: 2
License: MIT/X11 License: MIT/X11
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.x.org URL: http://www.x.org
@ -23,6 +23,9 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
# NOTE: libXext-devel dependency added to fix bug #192167
Requires: libXext-devel
Obsoletes: XFree86-devel, xorg-x11-devel Obsoletes: XFree86-devel, xorg-x11-devel
%description devel %description devel
@ -79,6 +82,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3x* %{_mandir}/man3/*.3x*
%changelog %changelog
* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
- Added "Requires: libXext-devel" to libXv-devel subpackage, to avoid all
packages that depend on libXv-devel from having to manually specify that
dependency themselves, as it is required by Xv. (#192167)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
- bump again for double-long bug on ppc(64) - bump again for double-long bug on ppc(64)