From 6441789c6d6a6fe69fb1feded0d470aa46772d633f096904ff3314d17246a8a9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 24 Aug 2017 16:29:44 +0000 Subject: [PATCH] Accepting request 501673 from network:utilities - Update to new snapshot 0.9.6.g93 OBS-URL: https://build.opensuse.org/request/show/501673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtorrent?expand=0&rev=4 --- 0.9.6.tar.gz | 3 --- _service | 14 ++++++++++++++ rtorrent-0.9.6.g93.tar.xz | 3 +++ rtorrent.changes | 11 +++++++++++ rtorrent.spec | 19 ++++++++++--------- 5 files changed, 38 insertions(+), 12 deletions(-) delete mode 100644 0.9.6.tar.gz create mode 100644 _service create mode 100644 rtorrent-0.9.6.g93.tar.xz diff --git a/0.9.6.tar.gz b/0.9.6.tar.gz deleted file mode 100644 index 5581b09..0000000 --- a/0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf -size 226141 diff --git a/_service b/_service new file mode 100644 index 0000000..baaa615 --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git + git://github.com/rakshasa/rtorrent + master + 62cb5a4 + 0.9.6.g@TAG_OFFSET@ + + + *.tar + xz + + + diff --git a/rtorrent-0.9.6.g93.tar.xz b/rtorrent-0.9.6.g93.tar.xz new file mode 100644 index 0000000..0a84e25 --- /dev/null +++ b/rtorrent-0.9.6.g93.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fca89100e73311d04aafbfb206685a2aa8eaa5d103105aee0eddc6ac5d7291 +size 185504 diff --git a/rtorrent.changes b/rtorrent.changes index de33d4b..28a962a 100644 --- a/rtorrent.changes +++ b/rtorrent.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 6 13:31:29 UTC 2017 - jengelh@inai.de + +- Update to new snapshot 0.9.6.g93 + * IPv6 support + * add support for the XDG base dir spec for rtorrent.rc + * daemonization support + * maximum supported filesize now 512 GB +- Change from requiring libxmlrpc-c-devel to xmlrpc-c-devel + [boo#1042228] + ------------------------------------------------------------------- Sun Nov 15 11:05:42 UTC 2015 - mpluskal@suse.com diff --git a/rtorrent.spec b/rtorrent.spec index c667884..602ed56 100644 --- a/rtorrent.spec +++ b/rtorrent.spec @@ -1,7 +1,7 @@ # # spec file for package rtorrent # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,20 +16,20 @@ # +%if 0%{?suse_version} > 1320 +%bcond_without xmlrpc +%endif + Name: rtorrent -Version: 0.9.6 +Version: 0.9.6.g93 Release: 0 Summary: Console-based BitTorrent Client License: SUSE-GPL-2.0+-with-openssl-exception Group: Productivity/Networking/File-Sharing Url: http://github.com/rakshasa/rtorrent - -%if 0%{?suse_version} > 1320 -%bcond_without xmlrpc -%endif - #Git-Clone git://github.com/rakshasa/rtorrent -Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz +#Source: https://github.com/rakshasa/rtorrent/archive/%version.tar.gz +Source: %name-%version.tar.xz Source2: rtorrent.desktop # This manpage copied from the 0.9.2 tarball as it was missing in later versions Source3: rtorrent.1 @@ -37,7 +37,7 @@ Source4: rtorrent_syntax.vim Source5: rtorrent_ftdetect.vim BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with xmlrpc} -BuildRequires: libxmlrpc-c-devel +BuildRequires: xmlrpc-c-devel %endif BuildRequires: autoconf BuildRequires: automake @@ -48,6 +48,7 @@ BuildRequires: pkgconfig BuildRequires: update-desktop-files # not strictly needed. we only need it for the ownership of the vim data dir BuildRequires: vim +BuildRequires: xz BuildRequires: pkgconfig(cppunit) >= 1.9.6 BuildRequires: pkgconfig(libcurl) >= 7.15.4 BuildRequires: pkgconfig(libtorrent) >= 0.13.6