forked from pool/libtorrent-rasterbar
Accepting request 651995 from home:adamm:branches:devel:libraries:c_c++
- Update to version 1.1.11: * Fix move_storage with save_path with a trailing slash * Fix tracker announce issue, advertising port 0 in secondary IPv6 announce * Fix missing boost/noncopyable.hpp includes * Fix python binding for torrent_info::creation_date() - Changes since version 1.1.10: * Fix issue in udp_socket with unusual socket failure * Split progress_notification alert category into file-, piece- and block progress * utp close-reason fix * Exposed default add_torrent_params flags to python bindings * Fix redundant flushes of partfile metadata * Add option to ignore min-interval from trackers on force-reannounce * Raise default setting for active_limit * Fall back to copy+remove if rename_file fails * Improve handling of filesystems not supporting fallocate() * Force-Proxy no longer disables DHT * Improve connect-boost feature, to make new torrents quickly connect peers OBS-URL: https://build.opensuse.org/request/show/651995 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=114
This commit is contained in:
parent
f28d5409eb
commit
1070baeca9
3
libtorrent-rasterbar-1.1.11.tar.gz
Normal file
3
libtorrent-rasterbar-1.1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c23deba7fa279825642307587609d51c9935ac7606e0ef2f2d0ba10728b5847
|
||||||
|
size 4044314
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d57a0f5b159f58003c3031943463503f0d05ae3e428dd7c2383d1e35fb2c4e8c
|
|
||||||
size 3903742
|
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 26 11:26:19 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.1.11:
|
||||||
|
* Fix move_storage with save_path with a trailing slash
|
||||||
|
* Fix tracker announce issue, advertising port 0 in secondary
|
||||||
|
IPv6 announce
|
||||||
|
* Fix missing boost/noncopyable.hpp includes
|
||||||
|
* Fix python binding for torrent_info::creation_date()
|
||||||
|
|
||||||
|
- Changes since version 1.1.10:
|
||||||
|
* Fix issue in udp_socket with unusual socket failure
|
||||||
|
* Split progress_notification alert category into
|
||||||
|
file-, piece- and block progress
|
||||||
|
* utp close-reason fix
|
||||||
|
* Exposed default add_torrent_params flags to python bindings
|
||||||
|
* Fix redundant flushes of partfile metadata
|
||||||
|
* Add option to ignore min-interval from trackers on
|
||||||
|
force-reannounce
|
||||||
|
* Raise default setting for active_limit
|
||||||
|
* Fall back to copy+remove if rename_file fails
|
||||||
|
* Improve handling of filesystems not supporting fallocate()
|
||||||
|
* Force-Proxy no longer disables DHT
|
||||||
|
* Improve connect-boost feature, to make new torrents quickly
|
||||||
|
connect peers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 14 12:54:19 UTC 2018 - sor.alexei@meowr.ru
|
Fri Sep 14 12:54:19 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -12,19 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _name libtorrent
|
%define _name libtorrent
|
||||||
%define sover 9
|
%define sover 9
|
||||||
%define _version 1_1_9
|
%define _version 1_1_11
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%bcond_with examples
|
%bcond_with examples
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: libtorrent-rasterbar
|
Name: libtorrent-rasterbar
|
||||||
Version: 1.1.9
|
Version: 1.1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -237,7 +237,8 @@ make check %{?_smp_mflags} V=1 -C build-python3
|
|||||||
%files -n %{name}%{sover}
|
%files -n %{name}%{sover}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%{_libdir}/%{name}.so.%{sover}*
|
%{_libdir}/%{name}.so.%{sover}
|
||||||
|
%{_libdir}/%{name}.so.%{sover}.*
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
|
Loading…
x
Reference in New Issue
Block a user