]> git.pld-linux.org Git - packages/deluge.git/commitdiff
- fix build, release 4. auto/th/deluge-1_1_9-4
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 29 Aug 2009 09:22:43 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deluge-c++.patch -> 1.1
    deluge.spec -> 1.45

deluge-c++.patch [new file with mode: 0644]
deluge.spec

diff --git a/deluge-c++.patch b/deluge-c++.patch
new file mode 100644 (file)
index 0000000..cc95ec9
--- /dev/null
@@ -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>
index 5099e0cbf0661aad8eff3de64e280c0f16c00377..4f1c02b2f5479270ef024bfe412ab1a9215c5cb5 100644 (file)
@@ -2,11 +2,12 @@ Summary:      A Python BitTorrent client with support for UPnP and DHT
 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
@@ -46,6 +47,7 @@ zza routera praktycznie bez konfiguracji przekierowywania portów.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %ifarch %{x8664} ppc64 sparc64
This page took 0.048457 seconds and 4 git commands to generate.