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
This commit is contained in:
Dominique Leuenberger 2019-07-31 12:31:12 +00:00 committed by Git OBS Bridge
parent a260aa011e
commit cf3b022945
5 changed files with 41 additions and 24 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/rakshasa/libtorrent</param>
<param name="revision">5cf1a5b2f97d0790c0471676fdfb7a41ab0a4bea</param>
<param name="parent-tag">47915136</param>
<param name="versionformat">0.13.6.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf56ad8af4a44e8917939f6a7a909e9c05c3b21cec3b8b05bc9064678ecb9f6e
size 277616

3
libtorrent-0.13.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983
size 834027

View File

@ -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 Mon Dec 11 23:12:52 UTC 2017 - jengelh@inai.de

View File

@ -16,19 +16,17 @@
# #
%define rtorrentvers 0.9.8
Name: libtorrent Name: libtorrent
%define lname libtorrent19 %define lname libtorrent21
Version: 0.13.6.g126 Version: 0.13.8
Release: 0 Release: 0
Summary: A BitTorrent library written in C++ Summary: A BitTorrent library written in C++
License: SUSE-GPL-2.0+-with-openssl-exception License: SUSE-GPL-2.0+-with-openssl-exception
Group: Productivity/Networking/File-Sharing Group: Productivity/Networking/File-Sharing
Url: http://github.com/rakshasa/libtorrent Url: http://github.com/rakshasa/libtorrent
#Git-Clone: git://github.com/rakshasa/libtorrent Source: https://github.com/rakshasa/rtorrent/releases/download/v%{rtorrentvers}/%{name}-%{version}.tar.gz
#Source: https://github.com/rakshasa/libtorrent/archive/%version.tar.gz
Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -37,7 +35,7 @@ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(openssl)
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz BuildRequires: gzip
BuildRequires: zlib-devel BuildRequires: zlib-devel
%description %description