Author: arekm Date: Sun May 6 08:41:35 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.9.2 but without colors patch
---- Files affected: packages/rtorrent: rtorrent.spec (1.103 -> 1.104) , rtorrent-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rtorrent/rtorrent.spec diff -u packages/rtorrent/rtorrent.spec:1.103 packages/rtorrent/rtorrent.spec:1.104 --- packages/rtorrent/rtorrent.spec:1.103 Fri Sep 2 20:14:23 2011 +++ packages/rtorrent/rtorrent.spec Sun May 6 10:41:30 2012 @@ -2,27 +2,28 @@ # TODO: # - ip_filter patch is broken (doesn't handle ipv6 addresses. Also causes # "rtorrent: CommandMap::insert(...) tried to insert an already existing key." error) +# - fix colors patch and revert bcond # # 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.8.9 -Release: 5 +Version: 0.9.2 +Release: 1 Epoch: 5 License: GPL v2+ Group: Applications/Networking Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 629247636cb1210663b52dadbd040a6c +# Source0-md5: 72c3e9ab859bda7cc8aa96c0b508b09f Patch0: %{name}-colors.patch Patch1: %{name}-ssl-no-verify.patch Patch2: %{name}-ip_filter.patch -Patch3: %{name}-ac.patch +Patch3: %{name}-build.patch URL: http://libtorrent.rakshasa.no/ BuildRequires: autoconf BuildRequires: automake @@ -31,7 +32,7 @@ BuildRequires: curl-devel >= 7.12 BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: libtorrent-devel = 1:0.12.9 +BuildRequires: libtorrent-devel = 1:0.13.2 BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: sqlite3-devel @@ -90,7 +91,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS README TODO doc/rtorrent.rc +%doc AUTHORS README doc/rtorrent.rc %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/rtorrent.1* @@ -100,6 +101,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2012/05/06 08:41:30 arekm +- up to 0.9.2 but without colors patch + Revision 1.103 2011/09/02 18:14:23 arekm - rel 5; hack in ac patch to detect xmlrpc components/libs ================================================================ Index: packages/rtorrent/rtorrent-build.patch diff -u /dev/null packages/rtorrent/rtorrent-build.patch:1.1 --- /dev/null Sun May 6 10:41:35 2012 +++ packages/rtorrent/rtorrent-build.patch Sun May 6 10:41:30 2012 @@ -0,0 +1,10 @@ +--- rtorrent-0.9.2/src/Makefile.am~ 2012-03-13 13:10:49.000000000 +0100 ++++ rtorrent-0.9.2/src/Makefile.am 2012-05-06 10:05:46.615662952 +0200 +@@ -47,6 +47,7 @@ + input/libsub_input.a \ + rpc/libsub_rpc.a \ + utils/libsub_utils.a \ ++ -lxmlrpc-c -lxmlrpc_util \ + @PTHREAD_LIBS@ + + rtorrent_SOURCES = \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/rtorrent/rtorrent.spec?r1=1.103&r2=1.104 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
