Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2016-08-31 00:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
 and      /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtorrent-rasterbar"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes    
    2016-08-18 09:18:08.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2016-08-31 00:11:49.000000000 +0200
@@ -1,0 +2,47 @@
+Sun Aug 28 12:34:58 UTC 2016 - [email protected]
+
+- Update to version 1.1.1:
+  * Update puff.c for gzip inflation.
+  * Add dht_bootstrap_node a setting in settings_pack (and add
+    default).
+  * Make pad-file and symlink support conform to BEP47.
+  * Fix piece picker bug that could result in division by zero.
+  * Fix value of current_tracker when all tracker failed.
+  * Deprecate lt_trackers extension.
+  * Remove load_asnum_db and load_country_db from python bindings.
+  * Fix a crash in session::get_ip_filter when not having set one.
+  * Fix filename escaping when repairing torrents with broken web
+    seeds.
+  * fix a bug where file_completed_alert would not be posted unless
+    file_progress had been queries by the client.
+  * Move files one-by-one when moving storage for a torrent.
+  * Fix bug in python bindings of announce_entry.
+  * Fix a bug related to flag_merge_resume_http_seeds flag in
+    add_torrent_params.
+  * Fixed inverted priority of incoming piece suggestions.
+  * Optimise allow-fast logic.
+  * Fix an issue where FAST extension messages were not used during
+    handshake.
+  * Fix a crash on invalid input in http_parser.
+  * Upgrade to libtommath 1.0.
+  * Fix parsing of an IPv6 endpoint with invalid port character
+    separator.
+  * Add a limited support for new x.pe parameter from BEP 9.
+  * Fix dht stats counters that weren't being updated.
+  * Make sure add_torrent_alert is always posted before other
+    alerts for the torrent.
+  * Fix a peer-class leak when settings per-torrent rate limits.
+  * Add a new "preformatted" type to bencode entry variant type.
+  * Improve Socks5 support and test coverage.
+  * Fix set_settings in python bindings.
+  * Add missing alert categories in python bindings.
+  * Add dht_get_peers_reply_alert alert in python bindings.
+  * Fix updating the node id reported to peers after changing IPs.
+- Remove libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch: merged
+  upstream.
+- Remove libtorrent-rasterbar-1.1.0-remove-x86-only-flag.patch,
+  libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch,
+  libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch,
+  libtorrent-rasterbar-1.1.0-python-fixes.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
  libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
  libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
  libtorrent-rasterbar-1.1.0-python-fixes.patch
  libtorrent-rasterbar-1.1.0-remove-x86-only-flag.patch
  libtorrent-rasterbar-1.1.0.tar.gz

New:
----
  libtorrent-rasterbar-1.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.E4Ifni/_old  2016-08-31 00:11:50.000000000 +0200
+++ /var/tmp/diff_new_pack.E4Ifni/_new  2016-08-31 00:11:50.000000000 +0200
@@ -18,27 +18,17 @@
 
 %define _name   libtorrent
 %define sover   9
-%define _version 1_1
+%define _version 1_1_1
 %bcond_with examples
 %bcond_with tests
 Name:           libtorrent-rasterbar
-Version:        1.1.0
+Version:        1.1.1
 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 libtorrent-rasterbar-1.1.0-remove-x86-only-flag.patch -- 
Remove -msse4.2 flag (commit 680eddf).
-Patch0:         %{name}-1.1.0-remove-x86-only-flag.patch
-# PATCH-FIX-UPSTREAM libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch 
boo#978600 -- Fix crash in session::get_ip_filter when not having set one 
(commit 66e5994).
-Patch1:         %{name}-1.1.0-fix-get-ip-filter.patch
-# PATCH-FIX-UPSTREAM libtorrent-rasterbar-1.1.0-python-fixes.patch boo#988986 
-- Fixes for Python bindings (commits e4fd45e, 80710ab, f01ac8f, 42c6376, 
f05fad0).
-Patch2:         %{name}-1.1.0-python-fixes.patch
-# PATCH-FIX-UPSTREAM libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch 
boo#983228 -- Fix crash on invalid input in http_parser (commit 3624ce6).
-Patch3:         %{name}-1.1.0-fix-invalid-input-crash.patch
-# PATCH-FIX-UPSTREAM 
libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch -- Fix 
configure error on ppc64le (commit 487cb44).
-Patch4:         %{name}-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
 BuildRequires:  boost-devel >= 1.53
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -135,11 +125,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"


++++++ libtorrent-rasterbar-1.1.0.tar.gz -> libtorrent-rasterbar-1.1.1.tar.gz 
++++++
++++ 34392 lines of diff (skipped)


Reply via email to