rpms/linuxwacom/F-9 linuxwacom-0.7.9.8-cleanup.patch, NONE, 1.1 linuxwacom.spec, 1.56, 1.57

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Apr 22 17:12:51 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/linuxwacom/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28115

Modified Files:
	linuxwacom.spec 
Added Files:
	linuxwacom-0.7.9.8-cleanup.patch 
Log Message:
* Tue Apr 22 2008 Adam Jackson <ajax at redhat.com> 0.7.9.8-6
- linuxwacom-0.7.9.8-cleanup.patch: Don't crash at exit. (#443201)


linuxwacom-0.7.9.8-cleanup.patch:

--- NEW FILE linuxwacom-0.7.9.8-cleanup.patch ---
--- linuxwacom-0.7.9-8.orig/src/xdrv/wcmConfig.c	2008-03-01 00:58:44.000000000 +0100
+++ linuxwacom-0.7.9-8/src/xdrv/wcmConfig.c	2008-04-22 09:21:08.000000000 +0200
@@ -348,8 +348,6 @@
     
 	DBG(1, priv->debugLevel, ErrorF("xf86WcmUninit\n"));
 
-	gWacomModule.DevProc(local->dev, DEVICE_OFF);
-
 	/* free pressure curve */
 	if (priv->pPressCurve)
 		xfree(priv->pPressCurve);


Index: linuxwacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/F-9/linuxwacom.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- linuxwacom.spec	10 Mar 2008 14:19:22 -0000	1.56
+++ linuxwacom.spec	22 Apr 2008 17:12:15 -0000	1.57
@@ -3,7 +3,7 @@
 # Upstream's versioning is goofy.  Note the mapping from tarname to version.
 Name:		linuxwacom
 Version:	0.7.9.8
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Wacom Drivers from Linux Wacom Project
 
 Group:		User Interface/X Hardware Support
@@ -15,6 +15,7 @@
 Patch1:		linuxwacom-0.7.6.3-delibcwrap.patch
 Patch3:		linuxwacom-0.7.8.3-sdk-me-harder.patch
 Patch4:		linuxwacom-0.7.9.7-fix_build.patch
+Patch5:		linuxwacom-0.7.9.8-cleanup.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	libX11-devel libXi-devel ncurses-devel
@@ -44,6 +45,7 @@
 #patch1 -p1 -b .delibcwrap
 %patch3 -p1 -b .sdk
 %patch4 -p1
+%patch5 -p1
 
 %build
 
@@ -105,6 +107,9 @@
 %{_libdir}/libwacomcfg*.so
 
 %changelog
+* Tue Apr 22 2008 Adam Jackson <ajax at redhat.com> 0.7.9.8-6
+- linuxwacom-0.7.9.8-cleanup.patch: Don't crash at exit. (#443201)
+
 * Mon Mar 10 2008 Adam Jackson <ajax at redhat.com> 0.7.9.8-5
 - Drop the no-stack-protector patch, it's way obsolete.
 




More information about the fedora-extras-commits mailing list