diff --git a/libXv.spec b/libXv.spec index 04c4199..30e36b4 100644 --- a/libXv.spec +++ b/libXv.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXv runtime library Name: libXv Version: 1.0.1 -Release: 1.2 +Release: 2 License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -23,6 +23,9 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} 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 %description devel @@ -79,6 +82,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Fri May 26 2006 Mike A. Harris 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 - 1.0.1-1.2 - bump again for double-long bug on ppc(64)