Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2018-01-06 18:49:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Sat Jan 6 18:49:07 2018 rev:53 rq:561732 version:1.1.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2017-12-31 19:32:27.789204670 +0100
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
2018-01-06 18:49:10.759259489 +0100
@@ -1,0 +2,19 @@
+Thu Jan 4 08:08:44 UTC 2018 - [email protected]
+
+- Update to version 1.1.6:
+ * Deprecate save_encryption_settings (they are part of the normal settings).
+ * Add getters for peer_class_filter and peer_class_type_filter.
+ * Make torrent_handler::set_priority() to use peer_classes.
+ * Fix support for boost-1.66 (requires C++11).
+ * Fix i2p support.
+ * Fix loading resume data when in seed mode.
+ * Fix part-file creation race condition.
+ * Fix issue with initializing settings on session construction.
+ * Fix issue with receiving interested before metadata.
+ * Fix IPv6 tracker announce issue.
+ * Restore path sanitization behavior of ":".
+ * Fix listen socket issue when disabling "force_proxy" mode.
+ * Fix full allocation failure on APFS.
+- Remove fix-build-against-boost-1.66.patch: fixed upstream.
+
+-------------------------------------------------------------------
Old:
----
fix-build-against-boost-1.66.patch
libtorrent-rasterbar-1.1.5.tar.gz
New:
----
libtorrent-rasterbar-1.1.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.OYqaQO/_old 2018-01-06 18:49:11.887206785 +0100
+++ /var/tmp/diff_new_pack.OYqaQO/_new 2018-01-06 18:49:11.887206785 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libtorrent-rasterbar
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,17 @@
%define _name libtorrent
%define sover 9
-%define _version 1_1_5
+%define _version 1_1_6
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
-Version: 1.1.5
+Version: 1.1.6
Release: 0
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://libtorrent.org/
Source:
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-build-against-boost-1.66.patch -- fix build with
latest boost in Factory
-Patch: fix-build-against-boost-1.66.patch
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: python-devel
@@ -139,7 +137,6 @@
%prep
%setup -q
-%patch -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
++++++ libtorrent-rasterbar-1.1.5.tar.gz -> libtorrent-rasterbar-1.1.6.tar.gz
++++++
++++ 12751 lines of diff (skipped)