rpms/easystroke/F-13 easystroke-0.5.3-fix-indirect-link.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 easystroke.spec, 1.7, 1.8 sources, 1.6, 1.7

Tom Callaway spot at fedoraproject.org
Wed Mar 17 19:09:20 UTC 2010


Author: spot

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

Modified Files:
	.cvsignore easystroke.spec sources 
Added Files:
	easystroke-0.5.3-fix-indirect-link.patch 
Log Message:
update to 0.5.3, fix compile failure

easystroke-0.5.3-fix-indirect-link.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE easystroke-0.5.3-fix-indirect-link.patch ---
diff -up easystroke-0.5.3/Makefile.DSO easystroke-0.5.3/Makefile
--- easystroke-0.5.3/Makefile.DSO	2010-03-17 14:57:31.086864062 -0400
+++ easystroke-0.5.3/Makefile	2010-03-17 14:57:36.817848822 -0400
@@ -25,7 +25,7 @@ STROKEFLAGS  = -Wall -std=c99 $(DFLAGS)
 CXXFLAGS = -Wall $(DFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" `pkg-config gtkmm-2.4 dbus-glib-1 --cflags`
 LDFLAGS  = $(DFLAGS)
 
-LIBS     = $(DFLAGS) -lboost_serialization-mt -lXtst `pkg-config gtkmm-2.4 dbus-glib-1 --libs`
+LIBS     = $(DFLAGS) -lboost_serialization-mt -lX11 -lXext -lXi -lXfixes -lXtst `pkg-config gtkmm-2.4 dbus-glib-1 --libs`
 
 BINARY   = easystroke
 ICON     = easystroke.svg


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	14 Jan 2010 11:07:31 -0000	1.6
+++ .cvsignore	17 Mar 2010 19:09:19 -0000	1.7
@@ -1 +1 @@
-easystroke-0.5.2.tar.gz
+easystroke-0.5.3.tar.gz


Index: easystroke.spec
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-13/easystroke.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- easystroke.spec	21 Jan 2010 19:18:48 -0000	1.7
+++ easystroke.spec	17 Mar 2010 19:09:20 -0000	1.8
@@ -1,14 +1,13 @@
 Name:           easystroke
-Version:        0.5.2
-Release:        2%{?dist}
+Version:        0.5.3
+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
-# Don't try to record timeouts if timeout gestures are disabled
-Patch0:         easystroke-0.5.2-timeout.patch 
+Patch0:         easystroke-0.5.3-fix-indirect-link.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkmm24-devel
@@ -30,7 +29,9 @@ execute shell commands, hold down modifi
 
 %prep
 %setup -q
-%patch0 -p1 -b .timeout
+# Fix indirect linking issue
+%patch0 -p1 -b .DSO
+
 # Resolve debuginfo
 sed -i 's|install -Ds|install -D|' Makefile
 # Preserve timestamps:
@@ -77,6 +78,11 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Mar 17 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.5.3-1
+- update to 0.5.3
+- drop timing patch (upstreamed)
+- add patch to fix indirect linking issue
+
 * Fri Jan 22 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.2-2
 - Rebuild for Boost soname bump
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	14 Jan 2010 11:07:31 -0000	1.6
+++ sources	17 Mar 2010 19:09:20 -0000	1.7
@@ -1 +1 @@
-3412ae807b6fa5c5fadfa8c24b6915d4  easystroke-0.5.2.tar.gz
+fadc1741e1db845da2cd0128e525520a  easystroke-0.5.3.tar.gz



More information about the scm-commits mailing list