rpms/farsight/devel farsight-0.1.26-gcc43.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 farsight.spec, 1.21, 1.22 sources, 1.11, 1.12 farsight-0.1.25-gcc43.patch, 1.1, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Fri Mar 28 01:08:08 UTC 2008


Author: bpepple

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

Modified Files:
	.cvsignore farsight.spec sources 
Added Files:
	farsight-0.1.26-gcc43.patch 
Removed Files:
	farsight-0.1.25-gcc43.patch 
Log Message:
* Thu Mar 27 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.1.26-1
- Update to 0.1.26.


farsight-0.1.26-gcc43.patch:

--- NEW FILE farsight-0.1.26-gcc43.patch ---
diff -ur farsight-0.1.26.OLD/farsight/transmitters/libjingle/jingle_c.cpp farsight-0.1.26/farsight/transmitters/libjingle/jingle_c.cpp
--- farsight-0.1.26.OLD/farsight/transmitters/libjingle/jingle_c.cpp	2008-03-27 20:49:18.000000000 -0400
+++ farsight-0.1.26/farsight/transmitters/libjingle/jingle_c.cpp	2008-03-27 20:50:04.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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/farsight/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	16 Sep 2007 18:25:10 -0000	1.11
+++ .cvsignore	28 Mar 2008 01:07:28 -0000	1.12
@@ -1 +1 @@
-farsight-0.1.25.tar.gz
+farsight-0.1.26.tar.gz


Index: farsight.spec
===================================================================
RCS file: /cvs/pkgs/rpms/farsight/devel/farsight.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- farsight.spec	17 Mar 2008 01:24:41 -0000	1.21
+++ farsight.spec	28 Mar 2008 01:07:28 -0000	1.22
@@ -1,6 +1,6 @@
 Name:		farsight
-Version:	0.1.25
-Release:	4%{?dist}
+Version:	0.1.26
+Release:	1%{?dist}
 Summary:	A audio/video conferencing framework
 
 Group:		System Environment/Libraries
@@ -52,14 +52,14 @@
 
 %build
 %configure --disable-static		\
-	--disable-sequence-diagrams	\
-	--disable-sofia-sip		\
-	--disable-gnet			\
-	--disable-msnwebcam		\
-	--disable-yahoowebcam		\
-	--enable-gtk-doc		\
-	--enable-jingle-p2p		\
-	--enable-rtp
+	   --disable-sequence-diagrams	\
+	   --disable-sofia-sip		\
+	   --disable-gnet		\
+	   --disable-msnwebcam		\
+	   --disable-yahoowebcam	\
+	   --enable-jingle-p2p		\
+	   --enable-rtp			\
+	   --enable-gtk-doc
 
 make %{?_smp_mflags}
 
@@ -87,8 +87,8 @@
 %config(noreplace) %{_sysconfdir}/%{name}/gstelements.conf
 %config(noreplace) %{_sysconfdir}/%{name}/gstcodecs.conf
 %{_libdir}/*.so.*
-%dir %{_libdir}/%{name}-0.1-2
-%{_libdir}/%{name}-0.1-2/*.so
+%dir %{_libdir}/%{name}-0.1-3
+%{_libdir}/%{name}-0.1-3/*.so
 
 
 %files devel
@@ -99,8 +99,10 @@
 %{_datadir}/gtk-doc/html/%{name}
 
 
-
 %changelog
+* Thu Mar 27 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.1.26-1
+- Update to 0.1.26.
+
 * Sun Mar 16 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.1.25-4
 - Add patch to fix build w/ gcc-4.3.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/farsight/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	16 Sep 2007 18:25:10 -0000	1.11
+++ sources	28 Mar 2008 01:07:28 -0000	1.12
@@ -1 +1 @@
-3023e5013e612c7debc5763e14c78123  farsight-0.1.25.tar.gz
+488cf0216084752e0228b9c7afff41fc  farsight-0.1.26.tar.gz


--- farsight-0.1.25-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list