rpms/farsight/devel farsight-0.1.25-gcc43.patch, NONE, 1.1 farsight.spec, 1.20, 1.21

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Mar 17 01:25:21 UTC 2008


Author: bpepple

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

Modified Files:
	farsight.spec 
Added Files:
	farsight-0.1.25-gcc43.patch 
Log Message:
* Sun Mar 16 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.1.25-4
- Add patch to fix build w/ gcc-4.3.


farsight-0.1.25-gcc43.patch:

--- NEW FILE farsight-0.1.25-gcc43.patch ---
diff -ur farsight-0.1.25.OLD/farsight/transmitters/libjingle/jingle_c.cpp farsight-0.1.25/farsight/transmitters/libjingle/jingle_c.cpp
--- farsight-0.1.25.OLD/farsight/transmitters/libjingle/jingle_c.cpp	2008-03-16 21:09:11.000000000 -0400
+++ farsight-0.1.25/farsight/transmitters/libjingle/jingle_c.cpp	2008-03-16 21:11:27.000000000 -0400
@@ -29,6 +29,7 @@
 #include <talk/base/physicalsocketserver.h>
 #include <talk/base/socketaddress.h>
 #include <talk/p2p/client/socketclient.h>
+#include <string.h>
 
 class SignalListener1 : public sigslot::has_slots<>
 {


Index: farsight.spec
===================================================================
RCS file: /cvs/pkgs/rpms/farsight/devel/farsight.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- farsight.spec	18 Feb 2008 21:30:11 -0000	1.20
+++ farsight.spec	17 Mar 2008 01:24:41 -0000	1.21
@@ -1,12 +1,13 @@
 Name:		farsight
 Version:	0.1.25
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A audio/video conferencing framework
 
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://farsight.freedesktop.org/wiki/
 Source0:	http://farsight.freedesktop.org/releases/farsight/farsight-%{version}.tar.gz
+Patch0:		%{name}-%{version}-gcc43.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gstreamer-devel
@@ -47,7 +48,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .gcc43
 
 %build
 %configure --disable-static		\
@@ -100,6 +101,9 @@
 
 
 %changelog
+* Sun Mar 16 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.1.25-4
+- Add patch to fix build w/ gcc-4.3.
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.1.25-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list