Author: adamg Date: Sat Jun 7 19:50:52 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 0.8.2 - ipv6 and colors bconds enabled by default - dropped dns_peer_info patch - some fixes from gentoo
---- Files affected: SPECS: rtorrent.spec (1.60.2.2 -> 1.60.2.3) ---- Diffs: ================================================================ Index: SPECS/rtorrent.spec diff -u SPECS/rtorrent.spec:1.60.2.2 SPECS/rtorrent.spec:1.60.2.3 --- SPECS/rtorrent.spec:1.60.2.2 Thu Feb 21 19:55:59 2008 +++ SPECS/rtorrent.spec Sat Jun 7 21:50:46 2008 @@ -1,23 +1,23 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with colors # with color version -%bcond_with ipv6 # with IPv6 support (default IPv4-only) -%bcond_with xmlrpc # build xmlrpc-c support +%bcond_with xmlrpc # build xmlrpc-c support (unstable!) +%bcond_without colors # without color support +%bcond_without ipv6 # without IPv6 support # Summary: rTorrent - a console-based BitTorrent client Summary(pl.UTF-8): rTorrent - konsolowy klient BitTorrenta Name: rtorrent -Version: 0.8.0 -Release: 2 +Version: 0.8.2 +Release: 1 License: GPL v2+ Group: Applications/Networking Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 6216be7ce5e3ead9dc115eaeea863694 -Patch0: %{name}-inttypes.patch +# Source0-md5: a2456182e1767e5aed7341dbbd058f60 +Patch0: %{name}-gcc43.patch +Patch1: %{name}-fix_start_stop_filter.patch Patch100: %{name}-colors.patch -Patch101: %{name}-dns_peer_info.patch -Patch102: %{name}-ssl-no-verify.patch +Patch101: %{name}-ssl-no-verify.patch URL: http://libtorrent.rakshasa.no/ BuildRequires: automake BuildRequires: curl-devel >= 7.12 @@ -45,11 +45,11 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %if %{with colors} %patch100 -p1 -#%patch101 -p1 %endif -%patch102 -p1 +%patch101 -p1 %build cp /usr/share/automake/config.sub . @@ -82,6 +82,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60.2.3 2008-06-07 19:50:46 adamg +- updated to 0.8.2 +- ipv6 and colors bconds enabled by default +- dropped dns_peer_info patch +- some fixes from gentoo + Revision 1.60.2.2 2008-02-21 18:55:59 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rtorrent.spec?r1=1.60.2.2&r2=1.60.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
