1
0

Accepting request 861627 from home:alois:branches:devel:libraries:c_c++

- Update to version 2.0.2
  * add v1() and v2() functions to torrent_info
  * fix piece_layers() to work for single-piece files
  * fix python binding regression in session constructor flags
  * fix unaligned piece requests in mmap_storage
  * improve client_data_t ergonomics
  * fix issue with concurrent access to part files

OBS-URL: https://build.opensuse.org/request/show/861627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=145
This commit is contained in:
Luigi Baldoni 2021-01-08 12:06:04 +00:00 committed by Git OBS Bridge
parent c7841fbc95
commit 78a7a62023
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b39599bf602bf2f208f8f05bf2327576356a3c192175b3a4603262ede42ffd7
size 4247050

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3af22ea1b60e04a7cf357a3d770470ea5df15e968501782bd1414634a2b42cb7
size 4269533

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 8 11:42:20 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.0.2
* add v1() and v2() functions to torrent_info
* fix piece_layers() to work for single-piece files
* fix python binding regression in session constructor flags
* fix unaligned piece requests in mmap_storage
* improve client_data_t ergonomics
* fix issue with concurrent access to part files
-------------------------------------------------------------------
Sun Nov 15 14:05:31 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libtorrent-rasterbar
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
Version: 2.0.1
Version: 2.0.2
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause