rpms/easystroke/F-10 easystroke-0.4.5-gcc.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 easystroke.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3

zarko pintar grof at fedoraproject.org
Wed Jun 3 20:35:23 UTC 2009


Author: grof

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

Modified Files:
	.cvsignore easystroke.spec import.log sources 
Added Files:
	easystroke-0.4.5-gcc.patch 
Log Message:


easystroke-0.4.5-gcc.patch:

--- NEW FILE easystroke-0.4.5-gcc.patch ---
--- easystroke-0.4.5/stroke.c.debug	2009-05-12 23:24:45.000000000 +0900
+++ easystroke-0.4.5/stroke.c	2009-06-03 21:35:15.000000000 +0900
@@ -156,7 +156,7 @@
 			int max_y = y;
 			int k = 0;
 
-			inline void step(int x2, int y2) {
+			void step(int x2, int y2) {
 				double dtx = a->p[x2].t - tx;
 				double dty = b->p[y2].t - ty;
 				if (dtx >= dty * 2.2 || dty >= dtx * 2.2 || dtx < EPS || dty < EPS)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	2 Jun 2009 06:23:05 -0000	1.2
+++ .cvsignore	3 Jun 2009 20:34:53 -0000	1.3
@@ -1 +1 @@
-easystroke-0.4.4.tar.gz
+easystroke-0.4.5.tar.gz


Index: easystroke.spec
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-10/easystroke.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- easystroke.spec	2 Jun 2009 06:23:05 -0000	1.1
+++ easystroke.spec	3 Jun 2009 20:34:53 -0000	1.2
@@ -1,12 +1,14 @@
 Name:           easystroke
-Version:        0.4.4
-Release:        3%{?dist}
+Version:        0.4.5
+Release:        1%{?dist}
 Summary:        Gesture-recognition application for X11
 
 Group:          User Interface/X Hardware Support
 License:        ISC
 URL:            http://easystroke.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/easystroke/%{name}-%{version}.tar.gz
+#Patch to compile with gcc 4.3.0
+Patch0:         easystroke-0.4.5-gcc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkmm24-devel
@@ -26,13 +28,14 @@ execute shell commands, hold down modifi
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc
 # Resolve debuginfo
 sed -i 's|install -Ds|install -D|' Makefile
 # Preserve timestamps:
 sed -i 's|install |install -p |' Makefile
 
 %build
-make  %{?_smp_mflags} DFLAGS="%{optflags}"
+make  %{?_smp_mflags} CXX="g++ %{optflags}" CC="gcc -std=c99 %{optflags}"
 
 
 %install
@@ -72,7 +75,11 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
-* Fri Jun 01 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.4-3
+* Wed Jun 03 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.5-1
+- new version
+- added gcc4.3.0 patch and resolve optflags 
+
+* Mon Jun 01 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.4-3
 - spec cleaning
 
 * Fri May 29 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.4-2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	2 Jun 2009 06:23:05 -0000	1.1
+++ import.log	3 Jun 2009 20:34:53 -0000	1.2
@@ -1 +1,2 @@
 easystroke-0_4_4-3_fc11:F-10:easystroke-0.4.4-3.fc11.src.rpm:1243923972
+easystroke-0_4_5-1_fc10:F-10:easystroke-0.4.5-1.fc10.src.rpm:1244061222


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 Jun 2009 06:23:05 -0000	1.2
+++ sources	3 Jun 2009 20:34:53 -0000	1.3
@@ -1 +1 @@
-82b359e2703740bf86c2402a269bb320  easystroke-0.4.4.tar.gz
+b08baf1f51d969d9ce55519977b3c466  easystroke-0.4.5.tar.gz




More information about the fedora-extras-commits mailing list