packages: rtorrent/rtorrent-colors.patch, rtorrent/rtorrent.spec - 0.8.7
baggins
baggins at pld-linux.org
Wed Oct 27 12:30:20 CEST 2010
Author: baggins Date: Wed Oct 27 10:30:20 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- 0.8.7
---- Files affected:
packages/rtorrent:
rtorrent-colors.patch (1.18 -> 1.19) , rtorrent.spec (1.81 -> 1.82)
---- Diffs:
================================================================
Index: packages/rtorrent/rtorrent-colors.patch
diff -u packages/rtorrent/rtorrent-colors.patch:1.18 packages/rtorrent/rtorrent-colors.patch:1.19
--- packages/rtorrent/rtorrent-colors.patch:1.18 Wed Dec 19 10:13:50 2007
+++ packages/rtorrent/rtorrent-colors.patch Wed Oct 27 12:30:14 2010
@@ -125,9 +125,9 @@
char*
-print_download_title(char* first, char* last, core::Download* d) {
-- return print_buffer(first, last, " %s", d->download()->name().c_str());
+- return print_buffer(first, last, " %s", d->info()->name().c_str());
+print_download_title(char* first, char* last, core::Download* d, double ratio) {
-+ return print_buffer(first, last, " %-82s R: %5.2f", d->download()->name().c_str(), ratio);
++ return print_buffer(first, last, " %-82s R: %5.2f", d->info()->name().c_str(), ratio);
}
char*
@@ -137,13 +137,13 @@
- first = print_buffer(first, last, " [%c%c R: %4.2f",
+ first = print_buffer(first, last, " [%c%c",
- rpc::call_command_string("d.get_tied_to_file", rpc::make_target(d)).empty() ? ' ' : 'T',
-- rpc::call_command_value("d.get_ignore_commands", rpc::make_target(d)) == 0 ? ' ' : 'I',
-- (double)rpc::call_command_value("d.get_ratio", rpc::make_target(d)) / 1000.0);
-+ rpc::call_command_value("d.get_ignore_commands", rpc::make_target(d)) == 0 ? ' ' : 'I');
+ rpc::call_command_string("d.tied_to_file", rpc::make_target(d)).empty() ? ' ' : 'T',
+- rpc::call_command_value("d.ignore_commands", rpc::make_target(d)) == 0 ? ' ' : 'I',
+- (double)rpc::call_command_value("d.ratio", rpc::make_target(d)) / 1000.0);
++ rpc::call_command_value("d.ignore_commands", rpc::make_target(d)) == 0 ? ' ' : 'I');
if (d->priority() != 2)
- first = print_buffer(first, last, " %s]", rpc::call_command_string("d.get_priority_str", rpc::make_target(d)).c_str());
+ first = print_buffer(first, last, " %s]", rpc::call_command_string("d.priority_str", rpc::make_target(d)).c_str());
@@ -231,17 +230,18 @@
print_client_version(char* first, char* last, const torrent::ClientInfo& clientInfo) {
switch (torrent::ClientInfo::version_size(clientInfo.type())) {
================================================================
Index: packages/rtorrent/rtorrent.spec
diff -u packages/rtorrent/rtorrent.spec:1.81 packages/rtorrent/rtorrent.spec:1.82
--- packages/rtorrent/rtorrent.spec:1.81 Thu Apr 1 14:11:54 2010
+++ packages/rtorrent/rtorrent.spec Wed Oct 27 12:30:14 2010
@@ -11,12 +11,12 @@
Summary: rTorrent - a console-based BitTorrent client
Summary(pl.UTF-8): rTorrent - konsolowy klient BitTorrenta
Name: rtorrent
-Version: 0.8.6
-Release: 3
+Version: 0.8.7
+Release: 1
License: GPL v2+
Group: Applications/Networking
Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: b804c45c01c40312926bcea6b55bb084
+# Source0-md5: d78f00dcf741c01254de72c0d3836761
Patch0: %{name}-colors.patch
Patch1: %{name}-ssl-no-verify.patch
Patch2: %{name}-ip_filter.patch
@@ -91,6 +91,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.82 2010/10/27 10:30:14 baggins
+- 0.8.7
+
Revision 1.81 2010/04/01 12:11:54 shadzik
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rtorrent/rtorrent-colors.patch?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rtorrent/rtorrent.spec?r1=1.81&r2=1.82&f=u
More information about the pld-cvs-commit
mailing list