rpms/libwvstreams/devel libwvstreams-4.2.1-gcc41.patch, 1.3, 1.4 libwvstreams.spec, 1.22, 1.23 libwvstreams-3.69-redhat.patch, 1.1, NONE libwvstreams-3.70-openssl097.patch, 1.2, NONE libwvstreams-3.75.0-gcc34.patch, 1.1, NONE libwvstreams-3.75.0-gcc4.patch, 1.1, NONE libwvstreams-3.75.0-stringbuf.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 24 15:24:22 UTC 2007


Author: harald

Update of /cvs/dist/rpms/libwvstreams/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14850

Modified Files:
	libwvstreams-4.2.1-gcc41.patch libwvstreams.spec 
Removed Files:
	libwvstreams-3.69-redhat.patch 
	libwvstreams-3.70-openssl097.patch 
	libwvstreams-3.75.0-gcc34.patch libwvstreams-3.75.0-gcc4.patch 
	libwvstreams-3.75.0-stringbuf.patch 
Log Message:
- fixed code for new g++ version


libwvstreams-4.2.1-gcc41.patch:
 gnulib/argp.h        |    2 +-
 include/uniconfkey.h |    2 +-
 include/wvhttppool.h |    2 +-
 include/wvstring.h   |    2 +-
 include/wvvector.h   |    2 +-
 include/wvx509.h     |   10 +++++-----
 utils/wvhash.cc      |    2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

Index: libwvstreams-4.2.1-gcc41.patch
===================================================================
RCS file: /cvs/dist/rpms/libwvstreams/devel/libwvstreams-4.2.1-gcc41.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libwvstreams-4.2.1-gcc41.patch	24 May 2006 11:08:50 -0000	1.3
+++ libwvstreams-4.2.1-gcc41.patch	24 Jan 2007 15:24:15 -0000	1.4
@@ -80,3 +80,14 @@
  extern void __argp_usage (__const struct argp_state *__state);
  
  /* If appropriate, print the printf string FMT and following args, preceded
+--- wvstreams-4.2.2/include/wvvector.h.gcc5	2007-01-24 16:10:50.000000000 +0100
++++ wvstreams-4.2.2/include/wvvector.h	2007-01-24 16:14:47.000000000 +0100
+@@ -347,7 +347,7 @@
+     }
+ 
+     /** A simple iterator that walks through all elements in the list. */
+-    class Iter : public WvVector::IterBase
++    class Iter : public WvVectorBase::IterBase
+     {
+     public:
+ 	/** Binds the iterator to the specified vector. */


Index: libwvstreams.spec
===================================================================
RCS file: /cvs/dist/rpms/libwvstreams/devel/libwvstreams.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libwvstreams.spec	12 Jul 2006 06:59:14 -0000	1.22
+++ libwvstreams.spec	24 Jan 2007 15:24:15 -0000	1.23
@@ -1,6 +1,6 @@
 Name: libwvstreams
 Version: 4.2.2
-Release: 2.1
+Release: 3%{?dist}
 Summary: WvStreams is a network programming library written in C++.
 Source: http://open.nit.ca/download/wvstreams-%{version}.tar.gz
 Patch1: libwvstreams-3.70-gcc3.patch
@@ -52,7 +52,7 @@
 touch configure
 %configure --with-pam --with-openssl --without-fam --without-fftw --without-gdbm --without-pgg --without-tcl --without-swig --without-qt --without-speex --without-vorbis --with-xplc --disable-static
 
-make COPTS="$RPM_OPT_FLAGS -fPIC" CXXOPTS="$RPM_OPT_FLAGS -fPIC" VERBOSE=1
+make COPTS="$RPM_OPT_FLAGS -fPIC -fpermissive" CXXOPTS="$RPM_OPT_FLAGS -fPIC -fpermissive" VERBOSE=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -96,6 +96,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jan 24 2007 Harald Hoyer <harald at redhat.com> - 4.2.2-3
+- fixed code for new g++ version
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 4.2.2-2.1
 - rebuild
 


--- libwvstreams-3.69-redhat.patch DELETED ---


--- libwvstreams-3.70-openssl097.patch DELETED ---


--- libwvstreams-3.75.0-gcc34.patch DELETED ---


--- libwvstreams-3.75.0-gcc4.patch DELETED ---


--- libwvstreams-3.75.0-stringbuf.patch DELETED ---




More information about the fedora-cvs-commits mailing list