Hello community, here is the log from the commit of package wvstreams for openSUSE:Factory checked in at Tue Jun 7 09:20:20 CEST 2011.
-------- --- wvstreams/wvstreams.changes 2010-04-19 20:50:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/wvstreams/wvstreams.changes 2011-06-06 11:10:16.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 6 09:06:58 UTC 2011 - [email protected] + +- Fix build with new glibc. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- wvstreams-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wvstreams.spec ++++++ --- /var/tmp/diff_new_pack.8nm2Bu/_old 2011-06-07 09:19:51.000000000 +0200 +++ /var/tmp/diff_new_pack.8nm2Bu/_new 2011-06-07 09:19:51.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package wvstreams (Version 4.4.1) +# spec file for package wvstreams # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ BuildRequires: db-devel gcc-c++ openssl-devel pam-devel pkgconfig zlib-devel License: LGPLv2.1+ Version: 4.4.1 -Release: 63 +Release: 74 Summary: Network Programming Library in C++ Source0: http://open.nit.ca/download/%{name}-%{version}.tar.bz2 Patch0: set-empty.diff @@ -33,6 +33,7 @@ Patch5: wvstreams-wvmodem-iotcl.patch Patch8: wvstreams-gcc43.patch Patch9: wvstreams-openssl.patch +Patch10: wvstreams-headers.patch Group: Development/Libraries/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,6 +74,7 @@ %patch5 %patch8 %patch9 -p1 +%patch10 -p1 %build # This package failed when testing with -Wl,-as-needed being default. ++++++ wvstreams-headers.patch ++++++ Index: wvstreams-4.4.1/ipstreams/wvunixdgsocket.cc =================================================================== --- wvstreams-4.4.1.orig/ipstreams/wvunixdgsocket.cc +++ wvstreams-4.4.1/ipstreams/wvunixdgsocket.cc @@ -1,4 +1,5 @@ #include "wvunixdgsocket.h" +#include <sys/stat.h> WvUnixDGSocket::WvUnixDGSocket(WvStringParm filename, bool _server, int perms) : socketfile(filename) Index: wvstreams-4.4.1/streams/wvatomicfile.cc =================================================================== --- wvstreams-4.4.1.orig/streams/wvatomicfile.cc +++ wvstreams-4.4.1/streams/wvatomicfile.cc @@ -10,6 +10,8 @@ #include "wvatomicfile.h" #include "wvfileutils.h" #include "wvstrutils.h" +#include <sys/types.h> +#include <sys/stat.h> WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode) : tmp_file(WvString::null) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
