rpms/xorg-x11-drv-spaceorb/devel spaceorb-1.1.0-build-fix.patch, NONE, 1.1 xorg-x11-drv-spaceorb.spec, 1.15, 1.16

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Feb 22 19:09:54 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-spaceorb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv389

Modified Files:
	xorg-x11-drv-spaceorb.spec 
Added Files:
	spaceorb-1.1.0-build-fix.patch 
Log Message:
* Fri Feb 22 2008 Adam Jackson <ajax at redhat.com> 1.1.0-6
- spaceorb-1.1.0-build-fix.patch: Misc build fixes.


spaceorb-1.1.0-build-fix.patch:

--- NEW FILE spaceorb-1.1.0-build-fix.patch ---
diff -up xf86-input-spaceorb-1.1.0/src/spaceorb.c.jx xf86-input-spaceorb-1.1.0/src/spaceorb.c
--- xf86-input-spaceorb-1.1.0/src/spaceorb.c.jx	2006-04-07 14:07:39.000000000 -0400
+++ xf86-input-spaceorb-1.1.0/src/spaceorb.c	2008-02-22 14:07:56.000000000 -0500
@@ -231,7 +231,6 @@ SpaceorbPreInit(InputDriverPtr drv, IDev
         }
 	
 	priv->buffer = XisbNew (pInfo->fd, 200);
-	DBG (9, XisbTrace (priv->buffer, 1));
 
 	/* 
 	 * Verify the hardware is attached and functional


Index: xorg-x11-drv-spaceorb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-spaceorb/devel/xorg-x11-drv-spaceorb.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xorg-x11-drv-spaceorb.spec	20 Feb 2008 07:47:00 -0000	1.15
+++ xorg-x11-drv-spaceorb.spec	22 Feb 2008 19:09:03 -0000	1.16
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 spaceorb input driver
 Name:      xorg-x11-drv-spaceorb
 Version: 1.1.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -13,6 +13,8 @@
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
+Patch0: spaceorb-1.1.0-build-fix.patch
+
 ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
@@ -24,6 +26,7 @@
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1 -b .build
 
 %build
 %configure --disable-static
@@ -46,6 +49,9 @@
 %{driverdir}/spaceorb_drv.so
 
 %changelog
+* Fri Feb 22 2008 Adam Jackson <ajax at redhat.com> 1.1.0-6
+- spaceorb-1.1.0-build-fix.patch: Misc build fixes.
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1.0-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list