rpms/vdccm/devel vdccm-gcc43.patch,NONE,1.1 vdccm.spec,1.4,1.5

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Feb 22 14:34:33 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/vdccm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18049

Modified Files:
	vdccm.spec 
Added Files:
	vdccm-gcc43.patch 
Log Message:
- fix gcc43 build (#433998)


vdccm-gcc43.patch:

--- NEW FILE vdccm-gcc43.patch ---
--- lib/tcpsocket.cpp.orig	2008-02-22 15:26:59.000000000 +0100
+++ lib/tcpsocket.cpp	2008-02-22 15:27:42.000000000 +0100
@@ -23,7 +23,7 @@
 #include "tcpsocket.h"
 #include <arpa/inet.h>
 #include <netdb.h>
-
+#include <string.h>
 
 using namespace std;
 


Index: vdccm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdccm/devel/vdccm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdccm.spec	18 Feb 2008 20:53:17 -0000	1.4
+++ vdccm.spec	22 Feb 2008 14:33:53 -0000	1.5
@@ -1,12 +1,13 @@
 Name:           vdccm
 Version:        0.10.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Serial connection daemon for Pocket PC devices
 
 Group:          Applications/Communications
 License:        MIT
 URL:            http://www.synce.org
 Source0:        http://download.sf.net/synce/vdccm-%{version}.tar.gz
+Patch0:        %{name}-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsynce-devel >= 0.10.0
@@ -14,7 +15,6 @@
 
 Requires:       synce-serial
 
-
 %description
 Vdccm is a daemon running as the user on the desktop machine, which
 the Pocket PC connects to.
@@ -33,6 +33,7 @@
 %prep
 %setup -q
 sed -i -e "/chown root/d" src/Makefile.in
+%patch0
 
 %build
 %configure --disable-static
@@ -66,6 +67,10 @@
 %defattr(-,root,root,-)
 
 %changelog
+* Fri Feb 22 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.10.1-3
+- fix gcc43 build (#433998)
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.10.1-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list