rpms/qtgpsc/devel qtgpsc-0.2.3-gpsdclient.patch, NONE, 1.1 qtgpsc.spec, 1.3, 1.4

Kevin Kofler kkofler at fedoraproject.org
Thu Apr 2 03:33:28 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/qtgpsc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4799/devel

Modified Files:
	qtgpsc.spec 
Added Files:
	qtgpsc-0.2.3-gpsdclient.patch 
Log Message:
* Thu Apr 02 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.2.3-5
- Include "gpsdclient.h" so it actually builds with the new gpsd

qtgpsc-0.2.3-gpsdclient.patch:

--- NEW FILE qtgpsc-0.2.3-gpsdclient.patch ---
diff -ur qtgpsc-0.2.3/libgpsmm.h qtgpsc-0.2.3-gpsdclient/libgpsmm.h
--- qtgpsc-0.2.3/libgpsmm.h	2007-07-12 00:57:02.000000000 +0200
+++ qtgpsc-0.2.3-gpsdclient/libgpsmm.h	2009-04-02 05:30:08.000000000 +0200
@@ -12,6 +12,7 @@
 #include <sys/types.h>
 #include "gpsd_config.h"
 #include "gps.h" //the C library we are going to wrap
+#include "gpsdclient.h"
 
 class gpsmm {
     public:


Index: qtgpsc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qtgpsc/devel/qtgpsc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtgpsc.spec	29 Mar 2009 00:19:55 -0000	1.3
+++ qtgpsc.spec	2 Apr 2009 03:32:57 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           qtgpsc
 Version:        0.2.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A client for the gpsd GPS server
 
 Group:          Applications/Engineering
@@ -9,6 +9,7 @@
 Source0:        http://www.navlost.eu/survey/gpsd/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
+Patch0:         qtgpsc-0.2.3-gpsdclient.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt3-devel
@@ -25,6 +26,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gpsdclient
 
 
 %build
@@ -51,6 +53,9 @@
 
 
 %changelog
+* Thu Apr 02 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.2.3-5
+- Include "gpsdclient.h" so it actually builds with the new gpsd
+
 * Sun Mar 29 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.2.3-4
 - Rebuild for new gpsd
 




More information about the scm-commits mailing list