From 992b4076f4709f7ba44f98c301a9f62477fb219881ac4d8dcb90e7837c054733 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 3 Sep 2020 14:15:57 +0000 Subject: [PATCH] Accepting request 831692 from home:alois:branches:devel:libraries:c_c++ - Update to version 1.2.10 * fix regression in python binding for move_storage() * fix issue with loading invalid torrents with only 0-sized files * fix to avoid large stack allocations OBS-URL: https://build.opensuse.org/request/show/831692 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=134 --- libtorrent-rasterbar-1.2.10.tar.gz | 3 +++ libtorrent-rasterbar-1.2.9.tar.gz | 3 --- libtorrent-rasterbar.changes | 9 +++++++++ libtorrent-rasterbar.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 libtorrent-rasterbar-1.2.10.tar.gz delete mode 100644 libtorrent-rasterbar-1.2.9.tar.gz diff --git a/libtorrent-rasterbar-1.2.10.tar.gz b/libtorrent-rasterbar-1.2.10.tar.gz new file mode 100644 index 0000000..09734d7 --- /dev/null +++ b/libtorrent-rasterbar-1.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dd30bdc3926587c4241f4068d8e39628a6c1f9f6cf53195f0e9bc90017befb +size 4128498 diff --git a/libtorrent-rasterbar-1.2.9.tar.gz b/libtorrent-rasterbar-1.2.9.tar.gz deleted file mode 100644 index dbd2d47..0000000 --- a/libtorrent-rasterbar-1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c986225a1c2d9eb23c5b1ac0692d83208b721a05c968102a17ee3fde01bd709 -size 4128035 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 59ba22b..ba00dca 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 3 13:49:19 UTC 2020 - Luigi Baldoni + +- Update to version 1.2.10 + * fix regression in python binding for move_storage() + * fix issue with loading invalid torrents with only 0-sized + files + * fix to avoid large stack allocations + ------------------------------------------------------------------- Fri Aug 21 06:20:48 UTC 2020 - Luigi Baldoni diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index c0fc965..309342d 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -23,7 +23,7 @@ %bcond_with examples %bcond_with tests Name: libtorrent-rasterbar -Version: 1.2.9 +Version: 1.2.10 Release: 0 Summary: A C++ implementation of the BitTorrent protocol License: BSD-3-Clause