rpms/lesstif/FC-6 lesstif-0.95.0-scroll.patch, NONE, 1.1 lesstif.spec, 1.5, 1.6

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Jan 2 22:38:35 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/lesstif/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19021

Modified Files:
	lesstif.spec 
Added Files:
	lesstif-0.95.0-scroll.patch 
Log Message:
* Tue Jan  2 2007 Gilboa Davara <gilboad AT gmail.com> 0.95.0-13
- Fix invalid mouse scroll wheel bind (fix #221055)


lesstif-0.95.0-scroll.patch:

--- NEW FILE lesstif-0.95.0-scroll.patch ---
--- lesstif-0.95.0/lib/Xm-2.1/Transltns.old	2006-12-31 18:28:29.000000000 +0200
+++ lesstif-0.95.0/lib/Xm-2.1/Transltns.c	2006-12-31 18:29:12.000000000 +0200
@@ -670,8 +670,8 @@
     /* Scroll wheel */
     "\nShift<Btn4Down>:		page-left()"
     "\nShift<Btn5Down>:		page-right()"
-    "\n<Btn5Down>:		scroll-one-line-up()"
-    "\n<Btn4Down>:		scroll-one-line-down()"
+    "\n<Btn4Down>:		scroll-one-line-up()"
+    "\n<Btn5Down>:		scroll-one-line-down()"
 #endif
     ;
 


Index: lesstif.spec
===================================================================
RCS file: /cvs/extras/rpms/lesstif/FC-6/lesstif.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lesstif.spec	1 Jan 2007 17:30:56 -0000	1.5
+++ lesstif.spec	2 Jan 2007 22:38:05 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: OSF/Motif(R) library clone
 Name: lesstif
 Version: 0.95.0
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2
@@ -16,6 +16,7 @@
 Patch3: lesstif-0.95.0-64bitcleanups.patch
 Patch4: lesstif-0.95.0-c++fix.patch
 Patch5: http://ftp.debian.org/debian/pool/main/l/lesstif2/lesstif2_0.94.4-2.diff.gz
+Patch6: lesstif-0.95.0-scroll.patch
 
 Url: http://www.lesstif.org/
 
@@ -97,6 +98,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # those substitutions are not usefull, since the symbols are defined
 # in the Makefile, but it is clearer like that
@@ -214,6 +216,9 @@
 %{_datadir}/X11/config/*
 
 %changelog
+* Tue Jan  2 2007 Gilboa Davara <gilboad AT gmail.com> 0.95.0-13
+- Fix invalid mouse scroll wheel bind (fix #221055)
+
 * Mon Jan  1 2007 Patrice Dumas <pertusus at free.fr> 0.95.0-12
 - Obsolete openmotif versions provided in older fedora core releases to allow
   easier upgrades. Fixes #221083. But may hurt third party packages of 




More information about the scm-commits mailing list