[packages/rtorrent] - up to 0.9.7; colors patch disabled (needs update)

arekm arekm at pld-linux.org
Sat Sep 22 19:48:49 CEST 2018


commit 17f1b32a8e12c8f96d0ae3a5376af296d5f3c4af
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Sep 22 19:48:38 2018 +0200

    - up to 0.9.7; colors patch disabled (needs update)

 rtorrent-colors.patch | 12 ++++++------
 rtorrent.spec         | 10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/rtorrent.spec b/rtorrent.spec
index 7e74232..b1e9633 100644
--- a/rtorrent.spec
+++ b/rtorrent.spec
@@ -4,20 +4,20 @@
 #
 # Conditional build:
 %bcond_without	xmlrpc		# build xmlrpc-c support
-%bcond_without	colors		# without color version
+%bcond_with	colors		# without color version
 %bcond_without	ipv6		# without IPv6 support
 #
 Summary:	rTorrent - a console-based BitTorrent client
 Summary(pl.UTF-8):	rTorrent - konsolowy klient BitTorrenta
 Name:		rtorrent
 # keep stable line, see URL below
-Version:	0.9.6
+Version:	0.9.7
 Release:	1
 Epoch:		5
 License:	GPL v2+
 Group:		Applications/Networking
 Source0:	http://rtorrent.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5:	5e7550f74e382a6245412c615f45444d
+# Source0-md5:	284b833794ce3ab4ddc62cf1a20edeb1
 Source1:	rtorrent-tmux at .service
 Patch0:		%{name}-colors.patch
 Patch1:		%{name}-ssl-no-verify.patch
@@ -31,7 +31,7 @@ BuildRequires:	cppunit-devel >= 1.9.6
 BuildRequires:	curl-devel >= 7.15.4
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
-BuildRequires:	libtorrent-devel = 1:0.13.6
+BuildRequires:	libtorrent-devel = 1:0.13.7
 BuildRequires:	ncurses-devel
 BuildRequires:	pkgconfig
 BuildRequires:	sqlite3-devel
@@ -40,7 +40,7 @@ BuildRequires:	xmlrpc-c-server-devel >= 1.14.2
 %endif
 BuildRequires:	zlib-devel
 Requires:	curl-libs >= 7.15.4
-Requires:	libtorrent = 1:0.13.6
+Requires:	libtorrent = 1:0.13.7
 Suggests:	tmux
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
diff --git a/rtorrent-colors.patch b/rtorrent-colors.patch
index e701c2b..f001c9a 100644
--- a/rtorrent-colors.patch
+++ b/rtorrent-colors.patch
@@ -1,13 +1,13 @@
 --- rtorrent-0.6.1/src/display/canvas.cc.orig	2006-08-11 12:45:46.000000000 +0200
 +++ rtorrent-0.6.1/src/display/canvas.cc	2006-08-20 16:33:39.528724000 +0200
-@@ -88,6 +88,7 @@
-   nodelay(stdscr, TRUE);
-   keypad(stdscr, TRUE);
-   curs_set(0);
-+  start_color();
+@@ -116,6 +116,7 @@ Canvas::initialize() {
+     nodelay(stdscr, TRUE);
+     keypad(stdscr, TRUE);
+     curs_set(0);
++    start_color();
+   }
  }
  
- void
 --- rtorrent-0.6.1/src/display/window_download_statusbar.cc.orig	2006-08-04 23:53:27.000000000 +0200
 +++ rtorrent-0.6.1/src/display/window_download_statusbar.cc	2006-08-20 16:36:24.163013000 +0200
 @@ -86,6 +86,11 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rtorrent.git/commitdiff/17f1b32a8e12c8f96d0ae3a5376af296d5f3c4af



More information about the pld-cvs-commit mailing list