From 298b33d1129196405464b2fc183e5ee7fc2d37cc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 26 Jul 2010 05:16:47 +0000 Subject: [PATCH] - wacom 0.10.8 (from git) --- .cvsignore | 2 +- sources | 2 +- xorg-x11-drv-wacom.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6142e1a..1c3199a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-input-wacom-20100705.tar.bz2 +xf86-input-wacom-20100726.tar.bz2 diff --git a/sources b/sources index cea48f8..2e22ed2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8adec8d1b3b2ead17707b704da8aed26 xf86-input-wacom-20100705.tar.bz2 +9c914904b0aaf6c9f8e22f7bcbb632bd xf86-input-wacom-20100726.tar.bz2 diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec index 80ec0e4..2b23963 100644 --- a/xorg-x11-drv-wacom.spec +++ b/xorg-x11-drv-wacom.spec @@ -3,12 +3,12 @@ %global driverdir %{moduledir}/input # Disable gitdate to build from a fixed release -%global gitdate 20100705 +%global gitdate 20100726 Summary: Xorg X11 wacom input driver Name: xorg-x11-drv-wacom -Version: 0.10.7 -Release: 4%{?gitdate:.%{gitdate}}%{?dist} +Version: 0.10.8 +Release: 1%{?gitdate:.%{gitdate}}%{?dist} URL: http://www.x.org License: GPLv2+ Group: User Interface/X Hardware Support @@ -93,8 +93,13 @@ X.Org X11 wacom input driver development files. %{_libdir}/pkgconfig/xorg-wacom.pc %{_includedir}/xorg/Xwacom.h %{_includedir}/xorg/wacom-properties.h +%{_includedir}/xorg/isdv4.h +%{_bindir}/isdv4-serial-debugger %changelog +* Mon Jul 26 2010 Peter Hutterer 0.10.8-1 +- wacom 0.10.8 (from git) + * Thu Jul 08 2010 Adam Jackson 0.10.7-4 - Install GPL in -devel too