rpms/pwlib/devel pwlib-1.8.7-gcc41.patch, NONE, 1.1 pwlib.spec, 1.25, 1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 14 15:06:23 UTC 2005


Author: alexl

Update of /cvs/dist/rpms/pwlib/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8778

Modified Files:
	pwlib.spec 
Added Files:
	pwlib-1.8.7-gcc41.patch 
Log Message:
* Wed Dec 14 2005 Alexander Larsson <alexl at redhat.com> - 1.8.7-3
- Fixes for gcc 4.1




pwlib-1.8.7-gcc41.patch:
 include/ptclib/vxml.h      |    2 +-
 include/ptlib/pstring.h    |    1 +
 src/ptlib/unix/svcproc.cxx |    2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

--- NEW FILE pwlib-1.8.7-gcc41.patch ---
--- pwlib-1.8.7/include/ptlib/pstring.h.gcc41	2005-02-04 06:19:08.000000000 +0100
+++ pwlib-1.8.7/include/ptlib/pstring.h	2005-12-14 15:13:43.000000000 +0100
@@ -3182,5 +3182,6 @@
     int lastError;
 };
 
+PString psprintf(const char * cfmt, ...);
 
 // End Of File ///////////////////////////////////////////////////////////////
--- pwlib-1.8.7/include/ptclib/vxml.h.gcc41	2005-02-04 06:19:08.000000000 +0100
+++ pwlib-1.8.7/include/ptclib/vxml.h	2005-12-14 15:13:43.000000000 +0100
@@ -366,7 +366,7 @@
 
     virtual PString GetVar(const PString & str) const;
     virtual void SetVar(const PString & ostr, const PString & val);
-    virtual PString PVXMLSession::EvaluateExpr(const PString & oexpr);
+    virtual PString EvaluateExpr(const PString & oexpr);
 
     virtual BOOL RetreiveResource(const PURL & url, PString & contentType, PFilePath & fn, BOOL useCache = TRUE);
 
--- pwlib-1.8.7/src/ptlib/unix/svcproc.cxx.gcc41	2005-12-14 15:50:10.000000000 +0100
+++ pwlib-1.8.7/src/ptlib/unix/svcproc.cxx	2005-12-14 15:50:35.000000000 +0100
@@ -281,6 +281,8 @@
 
 #define new PNEW
 
+extern void PXSignalHandler(int sig);
+
 
 #define	MAX_LOG_LINE_LEN	1024
 


Index: pwlib.spec
===================================================================
RCS file: /cvs/dist/rpms/pwlib/devel/pwlib.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- pwlib.spec	9 Dec 2005 22:42:51 -0000	1.25
+++ pwlib.spec	14 Dec 2005 15:06:20 -0000	1.26
@@ -1,7 +1,7 @@
 Summary:	Portable Windows Libary
 Name:		pwlib
 Version:	1.8.7
-Release: 2.1
+Release: 3
 URL:		http://www.openh323.org/
 Source0:	http://www.seconix.com/pwlib-%{version}.tar.gz
 #We still need this for ppc64 it was not updated in 1.8.4
@@ -11,6 +11,7 @@
 BuildRoot: %{_tmppath}/%{name}-root
 Patch0:		pwlib-1.6.5-debuginfo.patch
 Patch1: 	pwlib-1.8.7-gcc4.patch
+Patch2: 	pwlib-1.8.7-gcc41.patch
 BuildPrereq:	expat  openssl-devel pkgconfig
 
 %ifnarch  s390 s390x
@@ -43,6 +44,7 @@
 %setup -q
 %patch0 -p1 -b .debuginfo
 %patch1 -p1 -b .gcc4
+%patch2 -p1 -b .gcc41
 cp -f %{SOURCE1} .
 
 %build
@@ -94,6 +96,9 @@
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Wed Dec 14 2005 Alexander Larsson <alexl at redhat.com> - 1.8.7-3
+- Fixes for gcc 4.1
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list