rpms/fvwm/F-12 fvwm-2.5.30-more-mouse-buttons.patch, NONE, 1.1 fvwm.spec, 1.15, 1.16

Adam Goode agoode at fedoraproject.org
Mon Jul 12 19:30:19 UTC 2010


Author: agoode

Update of /cvs/pkgs/rpms/fvwm/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11262

Modified Files:
	fvwm.spec 
Added Files:
	fvwm-2.5.30-more-mouse-buttons.patch 
Log Message:
* Mon Jul 12 2010 Adam Goode <adam at spicenitz.org> - 2.5.30-2
- Increase number of mouse buttons (#548534)


fvwm-2.5.30-more-mouse-buttons.patch:
 defaults.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fvwm-2.5.30-more-mouse-buttons.patch ---
diff -ur fvwm-2.5.30~/libs/defaults.h fvwm-2.5.30/libs/defaults.h
--- fvwm-2.5.30~/libs/defaults.h	2009-08-02 10:58:46.000000000 -0400
+++ fvwm-2.5.30/libs/defaults.h	2010-07-12 15:22:18.964353164 -0400
@@ -25,7 +25,7 @@
 /* The "extended" buttons do not provide the full functionality because X has
  * no bit mask value for them.  Things like dragging windows don't work with
  * them. */
-#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS   9
+#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS   15
 #if NUMBER_OF_EXTENDED_MOUSE_BUTTONS > 31
 #error No more than 31 mouse buttons can be supported on 32 bit platforms
 #endif


Index: fvwm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fvwm/F-12/fvwm.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- fvwm.spec	11 Jul 2010 20:45:52 -0000	1.15
+++ fvwm.spec	12 Jul 2010 19:30:19 -0000	1.16
@@ -1,6 +1,6 @@
 Name:		fvwm
 Version:	2.5.30
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Highly configurable multiple virtual desktop window manager
 
 Group:		User Interface/X
@@ -14,6 +14,7 @@ Source2:	http://www.cl.cam.ac.uk/~pz215/
 Patch0:		fvwm-2.5.30-xdg-open.patch
 Patch1:		fvwm-2.5.30-mimeopen.patch
 Patch2:		fvwm-2.5.21-menu-generate.patch
+Patch3:		fvwm-2.5.30-more-mouse-buttons.patch
 
 BuildRequires:	gettext libX11-devel libXt-devel libXext-devel libXinerama-devel libXpm-devel
 BuildRequires:	libXft-devel libXrender-devel
@@ -45,6 +46,7 @@ and implement a virtual desktop.
 %patch0 -p1 -b .xdg-open
 %patch1 -p1 -b .mimeopen
 %patch2 -p1 -b .menu-generate
+%patch3 -p1 -b .more-mouse-buttons
 
 # Filter out false Perl provides
 cat << \EOF > %{name}-prov
@@ -108,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 12 2010 Adam Goode <adam at spicenitz.org> - 2.5.30-2
+- Increase number of mouse buttons (#548534)
+
 * Sun Jul 11 2010 Adam Goode <adam at spicenitz.org> - 2.5.30-1
 - New upstream release, many changes, see http://www.fvwm.org/news/
 



More information about the scm-commits mailing list