rpms/libwvstreams/devel wvstreams-4.5.1-gcc44.patch, NONE, 1.1 libwvstreams.spec, 1.36, 1.37

Ondrej Vasik ovasik at fedoraproject.org
Fri Feb 27 13:46:57 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/libwvstreams/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12978

Modified Files:
	libwvstreams.spec 
Added Files:
	wvstreams-4.5.1-gcc44.patch 
Log Message:
fix build failure with gcc 4.4

wvstreams-4.5.1-gcc44.patch:

--- NEW FILE wvstreams-4.5.1-gcc44.patch ---
diff -urNp wvstreams-4.5.1-orig/include/wvdigest.h wvstreams-4.5.1/include/wvdigest.h
--- wvstreams-4.5.1-orig/include/wvdigest.h	2008-12-24 00:11:19.000000000 +0100
+++ wvstreams-4.5.1/include/wvdigest.h	2009-02-27 14:30:23.000000000 +0100
@@ -8,6 +8,7 @@
 #define __WVDIGEST_H
 
 #include "wvencoder.h"
+#include <stdint.h>
 
 struct env_md_st;
 struct env_md_ctx_st;


Index: libwvstreams.spec
===================================================================
RCS file: /cvs/extras/rpms/libwvstreams/devel/libwvstreams.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- libwvstreams.spec	25 Feb 2009 20:01:57 -0000	1.36
+++ libwvstreams.spec	27 Feb 2009 13:46:26 -0000	1.37
@@ -1,10 +1,11 @@
 Name: libwvstreams
 Version: 4.5.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: WvStreams is a network programming library written in C++
 Source: http://wvstreams.googlecode.com/files/wvstreams-%{version}.tar.gz
 Patch1: wvstreams-4.2.2-multilib.patch
 Patch2: wvstreams-4.5-noxplctarget.patch
+Patch3: wvstreams-4.5.1-gcc44.patch
 URL: http://alumnit.ca/wiki/index.php?page=WvStreams
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,6 +30,7 @@
 %setup -q -n wvstreams-%{version}
 %patch1 -p1 -b .multilib
 %patch2 -p1 -b .xplctarget
+%patch3 -p1 -b .gcc44
 
 %build
 #  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
@@ -80,6 +82,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Feb 27 2009 Ondrej Vasik <ovasik at redhat.com> - 4.5.1-5
+- fix rebuild failure with gcc 4.4
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.5.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list