commit asio for openSUSE:Factory
Hello community, here is the log from the commit of package asio for openSUSE:Factory checked in at Wed Apr 29 02:49:18 CEST 2009. -------- --- asio/asio.changes 2009-01-14 18:11:23.000000000 +0100 +++ asio/asio.changes 2009-04-29 01:37:17.531007000 +0200 @@ -1,0 +2,5 @@ +Wed Apr 29 01:37:10 CEST 2009 - ro@suse.de + +- fix build (add missing includes) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- asio-gcc43.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asio.spec ++++++ --- /var/tmp/diff_new_pack.K29532/_old 2009-04-29 02:48:10.000000000 +0200 +++ /var/tmp/diff_new_pack.K29532/_new 2009-04-29 02:48:10.000000000 +0200 @@ -21,9 +21,10 @@ Name: asio Version: 1.2.0 -Release: 1 +Release: 2 Url: http://asio.sourceforge.net/ Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2 +Patch0: asio-gcc43.patch License: BSD 3-Clause Group: Development/Libraries/C and C++ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,6 +64,7 @@ %prep %setup -q +%patch0 %build %configure @@ -84,6 +86,8 @@ %{_includedir}/asio.hpp %changelog +* Wed Apr 29 2009 ro@suse.de +- fix build (add missing includes) * Wed Jan 14 2009 hfiguiere@suse.de - Update to 1.2.0 * Support for UNIX domain sockets. @@ -107,5 +111,5 @@ * Mon Aug 11 2008 ro@suse.de - do not redefine debug_package - use nodebuginfo instead and set debuginfo to no in PDB -* Sat Apr 05 2008 hfiguiere@suse.de +* Sun Apr 06 2008 hfiguiere@suse.de - Initial checkin ++++++ asio-gcc43.patch ++++++ --- src/examples/buffers/reference_counted.cpp +++ src/examples/buffers/reference_counted.cpp @@ -12,6 +12,7 @@ #include <boost/bind.hpp> #include <boost/enable_shared_from_this.hpp> #include <boost/shared_ptr.hpp> +#include <iostream> #include <vector> using asio::ip::tcp; --- src/examples/nonblocking/third_party_lib.cpp +++ src/examples/nonblocking/third_party_lib.cpp @@ -13,6 +13,7 @@ #include <boost/bind.hpp> #include <boost/shared_ptr.hpp> #include <boost/enable_shared_from_this.hpp> +#include <iostream> using asio::ip::tcp; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de