diff --git a/xorg-x11-drv-vesa.spec b/xorg-x11-drv-vesa.spec index d2657cc..1a620d0 100644 --- a/xorg-x11-drv-vesa.spec +++ b/xorg-x11-drv-vesa.spec @@ -2,12 +2,10 @@ %define moduledir %(pkg-config xorg-server --variable=moduledir ) %define driverdir %{moduledir}/drivers -%define cvsdate xxxxxxx - Summary: Xorg X11 vesa video driver Name: xorg-x11-drv-vesa Version: 1.3.0 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2 License: MIT @@ -20,10 +18,9 @@ Patch0: vesa-1.2.1-randr-crash.patch Patch1: vesa-1.3.0-mode-heuristics.patch Patch2: vesa-1.3.0-range-hack.patch -BuildRequires: pkgconfig -BuildRequires: xorg-x11-server-sdk >= 1.1.0-1 +BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6 -Requires: xorg-x11-server-Xorg >= 1.1.0-1 +Requires: xorg-x11-server-Xorg >= 1.3.0.0-6 %description X.Org X11 vesa video driver. @@ -57,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/vesa.4* %changelog +* Mon Jun 18 2007 Adam Jackson 1.3.0-9 +- Update Requires and BuildRequires. + * Thu May 31 2007 Adam Jackson 1.3.0-8 - vesa-1.3.0-mode-heuristics.patch: Fix a typo that would crash on some cards. (#241491)