From 668803d7a2bfa51a13d9f6431f24374a604d872c Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 5 Feb 2013 20:37:21 +0100 Subject: [PATCH] xorg-x11-drv-vesa: Update to 2.3.2. This is a major update to the latest stable version. Requires xorg-x11-server-devel >= 1.13.2 to be sure to compile for the new version of the x-server. --- xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm b/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm index eee113a7f..4215f03ee 100644 --- a/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm +++ b/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm @@ -4,7 +4,7 @@ ############################################################################### name = xorg-x11-drv-vesa -version = 2.3.0 +version = 2.3.2 release = 1 maintainer = Stefan Schantl @@ -17,23 +17,23 @@ description X.Org X11 vesa video driver. end -source_dl = http://ftp.x.org/pub/individual/driver/ -sources = xf86-video-vesa-%{version}.tar.bz2 +# Specify the X Server version to build for. +x11_server_ver = 1.13.2 -DIR_APP = $(DIR_SRC)/xf86-video-vesa-$(PKG_VER) +thisapp = xf86-video-vesa-%{version} + +source_dl = http://ftp.x.org/pub/individual/driver/ build requires libX11-devel - libpciaccess-devel + libpciaccess-devel >= 0.13.1 pkg-config xorg-x11-proto-devel - xorg-x11-server-devel + xorg-x11-server-devel >= %{x11_server_ver} xorg-x11-util-macros end - DIR_APP = %{DIR_SRC}/xf86-video-vesa-%{version} - CFLAGS += -Wl,-z,lazy configure_options += \ @@ -46,6 +46,9 @@ end packages package %{name} + requires + xorg-x11-server >= %{x11_server_ver} + end end package %{name}-debuginfo