From cf3b022945639e1c415ec49b8c552736d001065985bd38c471fc758ae2fc38db Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 Jul 2019 12:31:12 +0000 Subject: [PATCH] Accepting request 719868 from filesharing Aaargh, this new interface lacks a lot of functionaility.... Awfull. OBS-URL: https://build.opensuse.org/request/show/719868 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=12 --- _service | 14 -------------- libtorrent-0.13.6.g126.tar.xz | 3 --- libtorrent-0.13.8.tar.gz | 3 +++ libtorrent.changes | 33 +++++++++++++++++++++++++++++++++ libtorrent.spec | 12 +++++------- 5 files changed, 41 insertions(+), 24 deletions(-) delete mode 100644 _service delete mode 100644 libtorrent-0.13.6.g126.tar.xz create mode 100644 libtorrent-0.13.8.tar.gz diff --git a/_service b/_service deleted file mode 100644 index b3c1a8e..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - git://github.com/rakshasa/libtorrent - 5cf1a5b2f97d0790c0471676fdfb7a41ab0a4bea - 47915136 - 0.13.6.g@TAG_OFFSET@ - - - *.tar - xz - - - diff --git a/libtorrent-0.13.6.g126.tar.xz b/libtorrent-0.13.6.g126.tar.xz deleted file mode 100644 index 84dde66..0000000 --- a/libtorrent-0.13.6.g126.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf56ad8af4a44e8917939f6a7a909e9c05c3b21cec3b8b05bc9064678ecb9f6e -size 277616 diff --git a/libtorrent-0.13.8.tar.gz b/libtorrent-0.13.8.tar.gz new file mode 100644 index 0000000..3f6df1d --- /dev/null +++ b/libtorrent-0.13.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983 +size 834027 diff --git a/libtorrent.changes b/libtorrent.changes index 1dd4048..6f2c1bf 100644 --- a/libtorrent.changes +++ b/libtorrent.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Jul 24 17:52:33 UTC 2019 - hiwatari.seiji@gmail.com + +- Update to 0.13.8 + * Close log files when reusing a name. (pyroscope) + * Increased max timeout for tracker requests. + * Set max piece size 512mb. + * Switch to C++11 MRT RNG for random bytes. (lps-rocks) + * Added support for openssl 1.1. + * Fix honoring throttle.min_peers* settings in rtorrent. (chros) + * Improved failed tracker bencode parsing. (chros) + * Added example rtorrent.rc. (g0tmi1k) + * Added a temporary name filter. (Toff) + * Added 'log.close' command. + * Added 'd.tracker_announce.force' command. + * Added 'event.system.startup_done/shutdown' commands/events. (chros) + * Added 'd.custom.if_z' command. (pyroscope) + * Added 'd.multicall.filtered' command. (pyroscope) + * Added 'event.view.hide/show' commands. (pyroscope) + +- Update to 0.13.7 + * Fixed ip filter memory usage. (sallyswiss/chros73) + * Add space to fmt str in log_gz_file_write. (pastly) + * Fix compilation issue with gcc v6.x and empty CXXFLAGS. (chros73) + * Fix BEP7 compatibility with IPv6 trackers and IPv4 peers. + * Include SCGI/XMLRPC example in rtorrent.rc. (ss23) + * Handle SIGHUP like SIGINT. (pyroscope) + * Fix Throttle args. (chros73) + * Fix missing ranlib - not defined but used. (duraki) + * Fix no // are at start of expanded paths. (pyroscope) + * Fix ncurses header include. (theirix) + * Fix segfault when viewing a magnet download in the leeching view. (slingamn) + ------------------------------------------------------------------- Mon Dec 11 23:12:52 UTC 2017 - jengelh@inai.de diff --git a/libtorrent.spec b/libtorrent.spec index 0fa21e6..c3c977a 100644 --- a/libtorrent.spec +++ b/libtorrent.spec @@ -16,19 +16,17 @@ # - +%define rtorrentvers 0.9.8 Name: libtorrent -%define lname libtorrent19 -Version: 0.13.6.g126 +%define lname libtorrent21 +Version: 0.13.8 Release: 0 Summary: A BitTorrent library written in C++ License: SUSE-GPL-2.0+-with-openssl-exception Group: Productivity/Networking/File-Sharing Url: http://github.com/rakshasa/libtorrent -#Git-Clone: git://github.com/rakshasa/libtorrent -#Source: https://github.com/rakshasa/libtorrent/archive/%version.tar.gz -Source: %name-%version.tar.xz +Source: https://github.com/rakshasa/rtorrent/releases/download/v%{rtorrentvers}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -37,7 +35,7 @@ BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig(openssl) BuildRequires: pkg-config -BuildRequires: xz +BuildRequires: gzip BuildRequires: zlib-devel %description