[xorg-x11-drv-wacom/f18] wacom 0.16.1

Peter Hutterer whot at fedoraproject.org
Mon Aug 27 05:07:07 UTC 2012


commit c1cf6e041179aa41be30acae1da6a21069bea649
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Aug 27 15:11:19 2012 +1000

    wacom 0.16.1

 .gitignore                                         |    1 +
 0001-Add-Cintiq-22HD.patch                         |   38 ----
 ...-Log-debug-messages-in-signal-safe-manner.patch |   34 ---
 0001-Pre-allocate-the-tap-timer.patch              |   64 ------
 ...gnal-safe-logging-patches-where-necessary.patch |  221 --------------------
 sources                                            |    2 +-
 xorg-x11-drv-wacom.spec                            |   16 +-
 7 files changed, 7 insertions(+), 369 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0bc0172..91ad6d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ xf86-input-wacom-20101119.tar.bz2
 /xf86-input-wacom-0.14.0.tar.bz2
 /xf86-input-wacom-0.15.0.tar.bz2
 /xf86-input-wacom-0.16.0.tar.bz2
+/xf86-input-wacom-0.16.1.tar.bz2
diff --git a/sources b/sources
index 366c254..0b97ae9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeee2bd339c825a9b1215df6a2e5e50b  xf86-input-wacom-0.16.0.tar.bz2
+97bcab7f73e6f4dec8e1a9c038785044  xf86-input-wacom-0.16.1.tar.bz2
diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec
index 15d76bd..f624ec8 100644
--- a/xorg-x11-drv-wacom.spec
+++ b/xorg-x11-drv-wacom.spec
@@ -8,8 +8,8 @@
 
 Summary:    Xorg X11 wacom input driver
 Name:       xorg-x11-drv-wacom
-Version:    0.16.0
-Release:    6%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Version:    0.16.1
+Release:    1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 URL:        http://www.x.org
 License:    GPLv2+
 Group:      User Interface/X Hardware Support
@@ -23,11 +23,6 @@ Source0: http://prdownloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{versio
 %endif
 Source3: 70-wacom.rules
 
-Patch01: 0001-Add-Cintiq-22HD.patch
-Patch02: 0001-Use-signal-safe-logging-patches-where-necessary.patch
-Patch03: 0001-Log-debug-messages-in-signal-safe-manner.patch
-Patch04: 0001-Pre-allocate-the-tap-timer.patch
-
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
@@ -47,10 +42,6 @@ X.Org X11 wacom input driver for Wacom tablets.
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
-%patch01 -p1
-%patch02 -p1
-%patch03 -p1
-%patch04 -p1
 
 %build
 autoreconf --force -v --install || exit 1
@@ -107,6 +98,9 @@ X.Org X11 wacom input driver development files.
 %{_bindir}/isdv4-serial-debugger
 
 %changelog
+* Mon Aug 27 2012 Peter Hutterer <peter.hutterer at redhat.com> 0.16.1-1
+- wacom 0.16.1
+
 * Thu Aug 23 2012 Peter Hutterer <peter.hutterer at redhat.com> 0.16.0-6
 - Pre-allocate the tap timer to avoid malloc locks in SIGIO handler
 - Log in signal-safe manner


More information about the scm-commits mailing list