rpms/wv2/devel wv2-gcc43.patch,NONE,1.1 wv2.spec,1.13,1.14

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Feb 22 14:54:04 UTC 2008


Author: awjb

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

Modified Files:
	wv2.spec 
Added Files:
	wv2-gcc43.patch 
Log Message:
- fix gcc43 build (#433999)


wv2-gcc43.patch:

--- NEW FILE wv2-gcc43.patch ---
--- src/styles.cpp.orig	2008-02-22 15:40:41.000000000 +0100
+++ src/styles.cpp	2008-02-22 15:41:05.000000000 +0100
@@ -24,6 +24,7 @@
 
 #include "wvlog.h"
 #include <algorithm>
+#include <string.h>
 
 namespace wvWare
 {


Index: wv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wv2/devel/wv2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wv2.spec	18 Feb 2008 20:58:40 -0000	1.13
+++ wv2.spec	22 Feb 2008 14:53:24 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           wv2
 Version:        0.2.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A library which allows access to Microsoft® Word files
 
 Group:          System Environment/Libraries
@@ -13,6 +13,8 @@
 Patch2:         wv2-0.2.2-no-extra-libs.patch
 # see bug #343451 
 Patch3:         wv2-fixmultilib.patch
+# fix gcc43 build
+Patch4:         wv2-gcc43.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -48,6 +50,7 @@
 %patch2 -p1 -b .extra_libs
 %patch3
 ./autogen.sh
+%patch4
 
 %build
 %configure --disable-warnings --disable-dependency-tracking
@@ -82,6 +85,9 @@
 %{_includedir}/wv2
 
 %changelog
+* Fri Feb 22 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 0.2.3-7
+- fix gcc43 build (#433999)
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.3-6
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list