From eac5cfe033ef1bf27a8b7a83be87a3e91bd00f4f403d137a331154d86c36333b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 18 Nov 2015 21:34:37 +0000 Subject: [PATCH] Accepting request 344465 from network:utilities - Enable xmlrpc on Tumbleweed (forwarded request 344464 from pluskalm) OBS-URL: https://build.opensuse.org/request/show/344465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtorrent?expand=0&rev=3 --- 0.9.6.tar.gz | 3 +++ rtorrent-0.9.4.tar.gz | 3 --- rtorrent.changes | 13 +++++++++++++ rtorrent.spec | 28 +++++++++++++++++----------- 4 files changed, 33 insertions(+), 14 deletions(-) create mode 100644 0.9.6.tar.gz delete mode 100644 rtorrent-0.9.4.tar.gz diff --git a/0.9.6.tar.gz b/0.9.6.tar.gz new file mode 100644 index 0000000..5581b09 --- /dev/null +++ b/0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf +size 226141 diff --git a/rtorrent-0.9.4.tar.gz b/rtorrent-0.9.4.tar.gz deleted file mode 100644 index 3f0b0be..0000000 --- a/rtorrent-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0a2c1ee613b68f37021beaf4e64a9252f91ed06f998c1e897897c354ce7e84 -size 601913 diff --git a/rtorrent.changes b/rtorrent.changes index cd7c1d2..de33d4b 100644 --- a/rtorrent.changes +++ b/rtorrent.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Nov 15 11:05:42 UTC 2015 - mpluskal@suse.com + +- Enable xmlrpc on Tumbleweed + +------------------------------------------------------------------- +Fri Nov 13 11:35:23 UTC 2015 - tampakrap@opensuse.org + +- Update to new upstream release 0.9.6 +* Added 'log.open_file_pid' and 'log.open_gz_file_pid' commands + that appends the pid automatically. +- Moved fully to github, change URL and Source accordingly + ------------------------------------------------------------------- Tue Aug 5 10:00:34 UTC 2014 - jengelh@inai.de diff --git a/rtorrent.spec b/rtorrent.spec index 2a5ce90..c667884 100644 --- a/rtorrent.spec +++ b/rtorrent.spec @@ -1,7 +1,7 @@ # # spec file for package rtorrent # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,35 +17,40 @@ Name: rtorrent -Version: 0.9.4 +Version: 0.9.6 Release: 0 Summary: Console-based BitTorrent Client License: SUSE-GPL-2.0+-with-openssl-exception Group: Productivity/Networking/File-Sharing -URL: http://libtorrent.rakshasa.no/ +Url: http://github.com/rakshasa/rtorrent -%bcond_with xmlrpc +%if 0%{?suse_version} > 1320 +%bcond_without xmlrpc +%endif -#Git-Clone: git://github.com/rakshasa/rtorrent -Source: http://libtorrent.rakshasa.no/downloads/%name-%version.tar.gz +#Git-Clone git://github.com/rakshasa/rtorrent +Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz Source2: rtorrent.desktop # This manpage copied from the 0.9.2 tarball as it was missing in later versions Source3: rtorrent.1 Source4: rtorrent_syntax.vim Source5: rtorrent_ftdetect.vim BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ %if %{with xmlrpc} BuildRequires: libxmlrpc-c-devel %endif +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(cppunit) >= 1.9.6 -BuildRequires: pkgconfig(libcurl) >= 7.15.4 -BuildRequires: pkgconfig(libtorrent) >= 0.13.4 # not strictly needed. we only need it for the ownership of the vim data dir BuildRequires: vim +BuildRequires: pkgconfig(cppunit) >= 1.9.6 +BuildRequires: pkgconfig(libcurl) >= 7.15.4 +BuildRequires: pkgconfig(libtorrent) >= 0.13.6 %description rTorrent is a console-based BitTorrent client. It aims to be a @@ -56,8 +61,8 @@ management. %package vim Summary: Vim syntax file for rTorrent's config file Group: Productivity/Text/Editors -Requires: vim BuildArch: noarch +Requires: vim Supplements: packageand(vim:%{name}) %{!?vim_data_dir:%global vim_data_dir %(readlink -f %_datadir/vim/current)} @@ -75,6 +80,7 @@ export CXXFLAGS="$CFLAGS" %if 0%{?suse_version} >= 1220 export CXXFLAGS="$CXXFLAGS -std=gnu++11" %endif +autoreconf -fiv %configure \ %if %{with xmlrpc} --with-xmlrpc-c="%_bindir/xmlrpc-c-config" \