From 1070baeca9bbeb5979efa57d23ee866de5607ce82496a20f64d67165bd17fe2a Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 26 Nov 2018 12:28:57 +0000 Subject: [PATCH] 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 --- libtorrent-rasterbar-1.1.11.tar.gz | 3 +++ libtorrent-rasterbar-1.1.9.tar.gz | 3 --- libtorrent-rasterbar.changes | 26 ++++++++++++++++++++++++++ libtorrent-rasterbar.spec | 9 +++++---- 4 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 libtorrent-rasterbar-1.1.11.tar.gz delete mode 100644 libtorrent-rasterbar-1.1.9.tar.gz diff --git a/libtorrent-rasterbar-1.1.11.tar.gz b/libtorrent-rasterbar-1.1.11.tar.gz new file mode 100644 index 0000000..d25b769 --- /dev/null +++ b/libtorrent-rasterbar-1.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c23deba7fa279825642307587609d51c9935ac7606e0ef2f2d0ba10728b5847 +size 4044314 diff --git a/libtorrent-rasterbar-1.1.9.tar.gz b/libtorrent-rasterbar-1.1.9.tar.gz deleted file mode 100644 index ede6042..0000000 --- a/libtorrent-rasterbar-1.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d57a0f5b159f58003c3031943463503f0d05ae3e428dd7c2383d1e35fb2c4e8c -size 3903742 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 157543d..3d20a6a 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -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 diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index 5836e1a..df58663 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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 sover 9 -%define _version 1_1_9 +%define _version 1_1_11 %bcond_without python3 %bcond_without python2 %bcond_with examples %bcond_with tests Name: libtorrent-rasterbar -Version: 1.1.9 +Version: 1.1.11 Release: 0 Summary: Libtorrent is a C++ implementation of the BitTorrent protocol License: BSD-3-Clause @@ -237,7 +237,8 @@ make check %{?_smp_mflags} V=1 -C build-python3 %files -n %{name}%{sover} %license COPYING %doc AUTHORS ChangeLog -%{_libdir}/%{name}.so.%{sover}* +%{_libdir}/%{name}.so.%{sover} +%{_libdir}/%{name}.so.%{sover}.* %if %{with python2} %if 0%{?suse_version} >= 1500