Author: pluto Date: Sat Aug 29 09:22:48 2009 GMT Module: packages Tag: HEAD ---- Log message: - fix build, release 4.
---- Files affected: packages/deluge: deluge.spec (1.44 -> 1.45) , deluge-c++.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/deluge/deluge.spec diff -u packages/deluge/deluge.spec:1.44 packages/deluge/deluge.spec:1.45 --- packages/deluge/deluge.spec:1.44 Sat Aug 29 08:47:20 2009 +++ packages/deluge/deluge.spec Sat Aug 29 11:22:42 2009 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Klient BitTorrenta napisany w Pythonie ze wspraciem dla UPnP i DHT Name: deluge Version: 1.1.9 -Release: 3 +Release: 4 License: GPL v3 Group: X11/Applications/Networking Source0: http://download.deluge-torrent.org/source/%{name}-%{version}.tar.bz2 # Source0-md5: 38b9dbf255ed9620760d546dbb757882 +Patch0: %{name}-c++.patch URL: http://deluge-torrent.org/ BuildRequires: boost-devel >= 1.36.0 BuildRequires: boost-python-devel >= 1.36.0 @@ -47,6 +48,7 @@ %prep %setup -q +%patch0 -p1 %build %ifarch %{x8664} ppc64 sparc64 @@ -214,6 +216,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2009/08/29 09:22:42 pluto +- fix build, release 4. + Revision 1.44 2009/08/29 06:47:20 pluto - release 3 (rebuild with boost-1.40.0) ================================================================ Index: packages/deluge/deluge-c++.patch diff -u /dev/null packages/deluge/deluge-c++.patch:1.1 --- /dev/null Sat Aug 29 11:22:48 2009 +++ packages/deluge/deluge-c++.patch Sat Aug 29 11:22:43 2009 @@ -0,0 +1,10 @@ +--- deluge-1.1.9/libtorrent/include/libtorrent/storage.hpp.orig 2009-04-10 09:22:27.000000000 +0200 ++++ deluge-1.1.9/libtorrent/include/libtorrent/storage.hpp 2009-08-29 11:10:33.763400049 +0200 +@@ -40,6 +40,7 @@ + #pragma warning(push, 1) + #endif + ++#include <boost/function.hpp> + #include <boost/limits.hpp> + #include <boost/thread.hpp> + #include <boost/shared_ptr.hpp> ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/deluge/deluge.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
