Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2020-07-14 07:56:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Tue Jul 14 07:56:46 2020 rev:64 rq:820031 version:1.2.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2020-02-24 15:51:19.359327055 +0100
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.3060/libtorrent-rasterbar.changes
2020-07-14 07:59:02.265740708 +0200
@@ -1,0 +2,49 @@
+Fri Jul 10 04:42:21 UTC 2020 - [email protected]
+
+- Update to version 1.2.7
+ * add set_alert_fd in python binding, to supersede
+ set_alert_notify
+ * fix bug in part files > 2 GiB
+ * add function to clear the peer list for a torrent
+ * fix resume data functions to save/restore more torrent flags
+ * limit number of concurrent HTTP announces
+ * fix queue position for force_rechecking a torrent that is
+ not auto-managed
+ * improve rate-based choker documentation, and minor tweak
+ * undeprecate upnp_ignore_nonrouters (but refering to devices
+ on our subnet)
+ * increase default tracker timeout
+ * retry failed socks5 server connections
+ * allow UPnP lease duration to be changed after device
+ discovery
+ version 1.2.6:
+ * fix peer timeout logic
+ * simplify proxy handling. A proxy now overrides
+ listen_interfaces
+ * fix issues when configured to use a non-default choking
+ algorithm
+ * fix issue in reading resume data
+ * revert NXDOMAIN change from 1.2.4
+ * don't open any listen sockets if listen_interfaces is empty
+ or misconfigured
+ * fix bug in auto disk cache size logic
+ * fix issue with outgoing_interfaces setting, where bind()
+ would be called twice
+ * add build option to disable share-mode
+ * support validation of HTTPS trackers
+ * deprecate strict super seeding mode
+ * make UPnP port-mapping lease duration configurable
+ * deprecate the bittyrant choking algorithm
+ * add build option to disable streaming
+ version 1.2.5:
+ * announce port=1 instead of port=0, when there is no listen
+ port
+ * fix LSD over IPv6
+ * support TCP_NOTSENT_LOWAT
+ * fix correct interface binding of local service discovery
+ multicast
+ * fix issue with knowing which interfaces to announce to
+ trackers and DHT
+ * undeprecate settings_pack::dht_upload_rate_limit
+
+-------------------------------------------------------------------
Old:
----
libtorrent-rasterbar-1.2.4.tar.gz
New:
----
libtorrent-rasterbar-1.2.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.yhImrB/_old 2020-07-14 07:59:03.449744542 +0200
+++ /var/tmp/diff_new_pack.yhImrB/_new 2020-07-14 07:59:03.449744542 +0200
@@ -18,19 +18,21 @@
%define _name libtorrent
%define sover 10
-%define _version 1_2_4
+%define _version 1_2_7
%bcond_without python2
%bcond_without python3
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
-Version: 1.2.4
+Version: 1.2.7
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://libtorrent.org/
-Source:
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
+Source:
https://github.com/arvidn/%{_name}/releases/download/%{_name}_%{_version}/%{name}-%{version}.tar.gz
+# for directory ownership
+BuildRequires: cmake-full
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(openssl)
@@ -203,6 +205,7 @@
%endif
%files devel
+%{_datadir}/cmake/Modules/FindLibtorrentRasterbar.cmake
%{_includedir}/%{_name}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
++++++ libtorrent-rasterbar-1.2.4.tar.gz -> libtorrent-rasterbar-1.2.7.tar.gz
++++++
++++ 34730 lines of diff (skipped)