rpms/xorg-x11-drv-vmmouse/devel abi.patch, NONE, 1.1 xorg-x11-drv-vmmouse.spec, 1.29, 1.30

Adam Jackson ajax at fedoraproject.org
Thu Aug 27 18:28:07 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-vmmouse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9987

Modified Files:
	xorg-x11-drv-vmmouse.spec 
Added Files:
	abi.patch 
Log Message:
* Thu Aug 27 2009 Adam Jackson <ajax at redhat.com> 12.6.5-2
- abi.patch: Re-add. (#518589)


abi.patch:
 vmmouse.c |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE abi.patch ---
diff -up xf86-input-vmmouse-12.6.5/src/vmmouse.c.jx xf86-input-vmmouse-12.6.5/src/vmmouse.c
--- xf86-input-vmmouse-12.6.5/src/vmmouse.c.jx	2009-08-06 13:23:09.000000000 -0400
+++ xf86-input-vmmouse-12.6.5/src/vmmouse.c	2009-08-27 14:26:54.000000000 -0400
@@ -1175,8 +1175,6 @@ VMMousePlug(pointer	module,
 {
    static Bool Initialised = FALSE;
 
-   xf86LoaderReqSymLists(reqSymbols, NULL);
-
    if (!Initialised)
       Initialised = TRUE;
 


Index: xorg-x11-drv-vmmouse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vmmouse/devel/xorg-x11-drv-vmmouse.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- xorg-x11-drv-vmmouse.spec	6 Aug 2009 23:44:19 -0000	1.29
+++ xorg-x11-drv-vmmouse.spec	27 Aug 2009 18:28:06 -0000	1.30
@@ -5,13 +5,14 @@
 Summary:    Xorg X11 vmmouse input driver
 Name:	    xorg-x11-drv-vmmouse
 Version:    12.6.5
-Release:    1%{?dist}
+Release:    2%{?dist}
 URL:	    http://www.x.org
 License:    MIT
 Group:	    User Interface/X Hardware Support
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Patch0:	    abi.patch
 
 # Yes, this is not the same as vmware.  Yes, this is intentional.
 ExclusiveArch: %{ix86} x86_64
@@ -25,6 +26,7 @@ X.Org X11 vmmouse input driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1 -b .abi
 
 %build
 %configure --disable-static --with-hal-callouts-dir=%{_bindir}
@@ -51,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
 
 %changelog
+* Thu Aug 27 2009 Adam Jackson <ajax at redhat.com> 12.6.5-2
+- abi.patch: Re-add. (#518589)
+
 * Fri Aug 07 2009 Peter Hutterer <peter.hutterer at redhat.com> 12.6.5-1
 - vmmouse 12.6.5
 - vmmouse-12.6.4-abi.patch: Drop.




More information about the scm-commits mailing list