[rtorrent] * Tue Apr 03 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - organize patches

Ankur Sinha ankursinha at fedoraproject.org
Tue Apr 3 12:34:49 UTC 2012


commit 450c1ffb3b06453b8829bc80040cd30580baafaa
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Tue Apr 3 18:03:12 2012 +0530

    * Tue Apr 03 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org>
    - organize patches

 rtorrent-0.13.1-FTBFS-rtorrentrc.patch |   47 ++++++++++++++++++++++++++++++++
 rtorrent-0.8.6-fallocate.patch         |   12 --------
 rtorrent.libxmlrpcFTBFS.patch          |   37 -------------------------
 3 files changed, 47 insertions(+), 49 deletions(-)
---
diff --git a/rtorrent-0.13.1-FTBFS-rtorrentrc.patch b/rtorrent-0.13.1-FTBFS-rtorrentrc.patch
new file mode 100644
index 0000000..72e67d6
--- /dev/null
+++ b/rtorrent-0.13.1-FTBFS-rtorrentrc.patch
@@ -0,0 +1,47 @@
+diff -ur ../rtorrent-0.9.1.orig/doc/rtorrent.rc ./doc/rtorrent.rc
+--- ../rtorrent-0.9.1.orig/doc/rtorrent.rc	2012-01-19 15:48:01.000000000 +0530
++++ ./doc/rtorrent.rc	2012-04-03 17:32:05.466913418 +0530
+@@ -100,3 +100,9 @@
+ # before forcing. Overworked systems might need lower values to get a
+ # decent hash checking rate.
+ #hash_max_tries = 10
++
++# preallocate files; reduces defragmentation on filesystems that support this
++#   e.g. ext4, btrfs
++# DO NOT enable on ext3!
++# see http://libtorrent.rakshasa.no/ticket/460 for details
++# system.file_allocate.set = yes
+Only in ./doc: rtorrent.rc.orig
+diff -ur ../rtorrent-0.9.1.orig/src/Makefile.am ./src/Makefile.am
+--- ../rtorrent-0.9.1.orig/src/Makefile.am	2012-03-13 17:40:49.000000000 +0530
++++ ./src/Makefile.am	2012-04-03 17:35:41.705911356 +0530
+@@ -47,6 +47,7 @@
+ 	input/libsub_input.a \
+ 	rpc/libsub_rpc.a \
+ 	utils/libsub_utils.a \
++	-lxmlrpc -lxmlrpc_util \
+ 	@PTHREAD_LIBS@
+ 
+ rtorrent_SOURCES = \
+Only in ./src: Makefile.am.orig
+diff -ur ../rtorrent-0.9.1.orig/src/Makefile.in ./src/Makefile.in
+--- ../rtorrent-0.9.1.orig/src/Makefile.in	2012-04-02 13:47:53.000000000 +0530
++++ ./src/Makefile.in	2012-04-03 17:35:41.753911355 +0530
+@@ -185,7 +185,7 @@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+-LIBTOOL = @LIBTOOL@
++LIBTOOL = @LIBTOOL@ 
+ LIPO = @LIPO@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+@@ -324,6 +324,7 @@
+ 	input/libsub_input.a \
+ 	rpc/libsub_rpc.a \
+ 	utils/libsub_utils.a \
++	-lxmlrpc -lxmlrpc_util \
+ 	@PTHREAD_LIBS@
+ 
+ rtorrent_SOURCES = \
+Only in ./src: Makefile.in.orig


More information about the scm-commits mailing list