rpms/linuxwacom/F-12 linuxwacom-0.8.2.2-wacdump-penpartner.patch, NONE, 1.1 linuxwacom.spec, 1.83, 1.84

Peter Hutterer whot at fedoraproject.org
Tue Nov 24 06:52:47 UTC 2009


Author: whot

Update of /cvs/pkgs/rpms/linuxwacom/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24238

Modified Files:
	linuxwacom.spec 
Added Files:
	linuxwacom-0.8.2.2-wacdump-penpartner.patch 
Log Message:
* Tue Nov 24 2009 Peter Hutterer <peter.hutterer at redhat.com> 0.8.2.2-16
- linuxwacom-0.8.2.2-wacdump-penpartner.patch: teach wacdump about the
  PenPartner CT-0045R00a (#538097)


linuxwacom-0.8.2.2-wacdump-penpartner.patch:
 wacserial.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE linuxwacom-0.8.2.2-wacdump-penpartner.patch ---
diff -up linuxwacom-0.8.2-2/src/util/wacserial.c~ linuxwacom-0.8.2-2/src/util/wacserial.c
--- linuxwacom-0.8.2-2/src/util/wacserial.c~	2009-11-17 10:36:49.707209491 +0000
+++ linuxwacom-0.8.2-2/src/util/wacserial.c	2009-11-17 11:13:57.657209189 +0000
@@ -247,6 +247,7 @@ static void SerialTrace(SERIALTABLET* pS
 	static SERIALSUBTYPE xPenPartner[] =
 	{
 		WACOM_SUBTYPE("CT-0405-R", "Wacom PenPartner", 1),
+		WACOM_SUBTYPE("CT-0045R00", "Wacom PenPartner", 1),
 		{ NULL }
 	};
 


Index: linuxwacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/F-12/linuxwacom.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- linuxwacom.spec	23 Nov 2009 06:38:11 -0000	1.83
+++ linuxwacom.spec	24 Nov 2009 06:52:46 -0000	1.84
@@ -3,7 +3,7 @@
 # Upstream's versioning is goofy.  Note the mapping from tarname to version.
 Name:		linuxwacom
 Version:	0.8.2.2
-Release:	15%{?dist}
+Release:	16%{?dist}
 Summary:	Wacom Drivers from Linux Wacom Project
 
 Group:		User Interface/X Hardware Support
@@ -41,6 +41,8 @@ Patch11:	linuxwacom-0.8.2.2-xorg17-build
 Patch12:	linuxwacom-8.2.2.2-xorg17-nokeysending.patch
 Patch13:	linuxwacom-8.2.2.2-buttonnumber.patch
 
+# RH#538097
+Patch14:        linuxwacom-0.8.2.2-wacdump-penpartner.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	libX11-devel libXi-devel ncurses-devel
@@ -80,6 +82,7 @@ compiling applications for manipulating 
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 
@@ -142,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libwacomcfg*.so
 
 %changelog
+* Tue Nov 24 2009 Peter Hutterer <peter.hutterer at redhat.com> 0.8.2.2-16
+- linuxwacom-0.8.2.2-wacdump-penpartner.patch: teach wacdump about the
+  PenPartner CT-0045R00a (#538097)
+
 * Mon Nov 23 2009 Peter Hutterer <peter.hutterer at redhat.com> 0.8.2.2-15
 - linuxwacom-0.8.2.2-intuos4-support-backport.patch: add two hunks to
   include the new files in the Makefiles (#539582)




More information about the fedora-extras-commits mailing list