rpms/easystroke/F-12 easystroke-0.5.2-timeout.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 easystroke.spec, 1.5, 1.6 import.log, 1.4, 1.5 sources, 1.5, 1.6

zarko pintar grof at fedoraproject.org
Thu Jan 14 11:09:19 UTC 2010


Author: grof

Update of /cvs/pkgs/rpms/easystroke/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6884/F-12

Modified Files:
	.cvsignore easystroke.spec import.log sources 
Added Files:
	easystroke-0.5.2-timeout.patch 
Log Message:


easystroke-0.5.2-timeout.patch:
 main.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE easystroke-0.5.2-timeout.patch ---
--- me-tv-1.0.0/src/me-tv.ui
+++ me-tv-1.0.0/src/me-tv.ui

--- easystroke-0.5.2/main-orig.cc	2010-01-02 17:37:03.000000000 +0100
+++ easystroke-0.5.2/main.cc		2010-01-14 11:27:08.760455955 +0100
@@ -491,7 +491,7 @@
 		}
 public:
 	static Handler *create(RStroke s, RTriple e, guint b1, guint b2, RPreStroke replay) {
-		if (stroke_action)
+		if (stroke_action && s)
 			return new AdvancedStrokeActionHandler(s, e);
 		else
 			return new AdvancedHandler(s, e, b1, b2, replay);


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	9 Sep 2009 10:23:04 -0000	1.5
+++ .cvsignore	14 Jan 2010 11:09:19 -0000	1.6
@@ -1 +1 @@
-easystroke-0.4.9.tar.gz
+easystroke-0.5.2.tar.gz


Index: easystroke.spec
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-12/easystroke.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- easystroke.spec	9 Sep 2009 10:23:04 -0000	1.5
+++ easystroke.spec	14 Jan 2010 11:09:19 -0000	1.6
@@ -1,5 +1,5 @@
 Name:           easystroke
-Version:        0.4.9
+Version:        0.5.2
 Release:        1%{?dist}
 Summary:        Gesture-recognition application for X11
 
@@ -7,7 +7,8 @@ Group:          User Interface/X Hardwar
 License:        ISC
 URL:            http://easystroke.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/easystroke/%{name}-%{version}.tar.gz
-
+# Don't try to record timeouts if timeout gestures are disabled
+Patch0:         easystroke-0.5.2-timeout.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkmm24-devel
@@ -17,6 +18,8 @@ BuildRequires:  libXtst-devel
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
+BuildRequires:  xorg-x11-server-devel >= 1.0.1
+BuildRequires:  xorg-x11-server-sdk >= 1.4.99.1
 
 %description
 Easystroke is a gesture-recognition application for X11. Gestures or strokes 
@@ -27,6 +30,7 @@ execute shell commands, hold down modifi
 
 %prep
 %setup -q
+%patch0 -p1 -b .timeout
 # Resolve debuginfo
 sed -i 's|install -Ds|install -D|' Makefile
 # Preserve timestamps:
@@ -73,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Jan 13 2010 Zarko Pintar <zarko.pintar at gmail.com> - 0.5.2-1
+- new version for XServer 1.7 and up
+
 * Wed Sep 09 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.9-1
 - new version
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-12/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	9 Sep 2009 10:23:04 -0000	1.4
+++ import.log	14 Jan 2010 11:09:19 -0000	1.5
@@ -2,3 +2,4 @@ easystroke-0_4_4-3_fc11:HEAD:easystroke-
 easystroke-0_4_5-1_fc10:HEAD:easystroke-0.4.5-1.fc10.src.rpm:1244061035
 easystroke-0_4_6-1_fc11:HEAD:easystroke-0.4.6-1.fc11.src.rpm:1246256369
 easystroke-0_4_9-1_fc11:HEAD:easystroke-0.4.9-1.fc11.src.rpm:1252491935
+easystroke-0_5_2-1_fc12:F-12:easystroke-0.5.2-1.fc12.src.rpm:1263467545


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	9 Sep 2009 10:23:04 -0000	1.5
+++ sources	14 Jan 2010 11:09:19 -0000	1.6
@@ -1 +1 @@
-4d95a69a29a7fb57468044df4570e665  easystroke-0.4.9.tar.gz
+3412ae807b6fa5c5fadfa8c24b6915d4  easystroke-0.5.2.tar.gz



More information about the scm-commits mailing list