rpms/jrtplib/devel jrtplib-3.7.1-memcpy.patch, NONE, 1.1 jrtplib.spec, 1.5, 1.6

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Feb 27 15:53:38 UTC 2008


Author: jcollie

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

Modified Files:
	jrtplib.spec 
Added Files:
	jrtplib-3.7.1-memcpy.patch 
Log Message:
Get compilation with GCC 4.3 working.

jrtplib-3.7.1-memcpy.patch:

--- NEW FILE jrtplib-3.7.1-memcpy.patch ---
diff --git a/src/rtcpcompoundpacketbuilder.cpp b/src/rtcpcompoundpacketbuilder.cpp
index 8172007..bb4d120 100644
--- a/src/rtcpcompoundpacketbuilder.cpp
+++ b/src/rtcpcompoundpacketbuilder.cpp
@@ -30,6 +30,8 @@
 
 */
 
+#include <string.h>
+
 #include "rtcpcompoundpacketbuilder.h"
 #include "rtcpsrpacket.h"
 #include "rtcprrpacket.h"
diff --git a/src/rtppacket.cpp b/src/rtppacket.cpp
index b6d5fda..ecd8871 100644
--- a/src/rtppacket.cpp
+++ b/src/rtppacket.cpp
@@ -30,6 +30,8 @@
 
 */
 
+#include <string.h>
+
 #include "rtppacket.h"
 #include "rtpstructs.h"
 #include "rtpdefines.h"


Index: jrtplib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jrtplib/devel/jrtplib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jrtplib.spec	19 Feb 2008 06:02:33 -0000	1.5
+++ jrtplib.spec	27 Feb 2008 15:53:01 -0000	1.6
@@ -1,11 +1,12 @@
 Summary: JRTPLIB is an object-oriented RTP library written in C++
 Name: jrtplib
 Version: 3.7.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib
 Source0: http://research.edm.uhasselt.be/jori/jrtplib/jrtplib-%{version}.tar.bz2
+Patch0: jrtplib-3.7.1-memcpy.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: doxygen
@@ -28,7 +29,8 @@
 Development files for JThread
 
 %prep
-%setup -q
+%setup0 -q
+%patch0 -p1
 
 %build
 # Do not disable building of static libs as that will cause building of
@@ -65,6 +67,9 @@
 %{_libdir}/pkgconfig/jrtplib.pc
 
 %changelog
+* Wed Feb 27 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 3.7.1-4
+- Add patch to get compilation with GCC 4.3 working.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.7.1-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list