From: Stefan Schantl Date: Tue, 5 Feb 2013 19:36:51 +0000 (+0100) Subject: xorg-x11-drv-mouse: Update to 1.8.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9103f8e5ad0a9072f750be5d4a930cb4815def2;p=ipfire-3.x.git xorg-x11-drv-mouse: Update to 1.8.1. 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. --- diff --git a/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm b/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm index 538fef207..38d9d5a13 100644 --- a/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm +++ b/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm @@ -4,8 +4,8 @@ ############################################################################### name = xorg-x11-drv-mouse -version = 1.5.0 -release = 2 +version = 1.8.1 +release = 1 maintainer = Stefan Schantl groups = X/Driver @@ -17,19 +17,21 @@ description X.Org X11 mouse input driver. end +# Specify the X Server version to build for. +x11_server_ver = 1.13.2 + +thisapp = xf86-input-mouse-%{version} + source_dl = http://ftp.x.org/pub/individual/driver/ -sources = xf86-input-mouse-%{version}.tar.bz2 build requires 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-input-mouse-%{version} - CFLAGS += -Wl,-z,lazy configure_options += \ @@ -42,6 +44,10 @@ end packages package %{name} + requires + xorg-x11-server >= %{x11_server_ver} + end + end package %{name}-debuginfo template DEBUGINFO