From a1e1d7e835ca71f5512d3012a915878250f1f6104850f73340d67c65ce927d6f Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 14 May 2019 20:03:36 +0000 Subject: [PATCH] Accepting request 702966 from home:Fisiu:branches:devel:libraries:c_c++ - Update to 1.1.13: * fix sock_type_t python binding * tighten up various input validation checks * replace use of boost-endian with boost-predef, fix boo#1134615 * uTP performance fixes OBS-URL: https://build.opensuse.org/request/show/702966 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=119 --- libtorrent-rasterbar-1.1.11.tar.gz | 3 --- libtorrent-rasterbar-1.1.13.tar.gz | 3 +++ libtorrent-rasterbar.changes | 9 +++++++++ libtorrent-rasterbar.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 libtorrent-rasterbar-1.1.11.tar.gz create mode 100644 libtorrent-rasterbar-1.1.13.tar.gz diff --git a/libtorrent-rasterbar-1.1.11.tar.gz b/libtorrent-rasterbar-1.1.11.tar.gz deleted file mode 100644 index d25b769..0000000 --- a/libtorrent-rasterbar-1.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c23deba7fa279825642307587609d51c9935ac7606e0ef2f2d0ba10728b5847 -size 4044314 diff --git a/libtorrent-rasterbar-1.1.13.tar.gz b/libtorrent-rasterbar-1.1.13.tar.gz new file mode 100644 index 0000000..b44e4f5 --- /dev/null +++ b/libtorrent-rasterbar-1.1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30040719858e3c06634764e0c1778738eb42ecd0b45e814afa746329a948ead7 +size 3896007 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 41b1419..c1d8e38 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 14 18:32:35 UTC 2019 - Mariusz Fik + +- Update to 1.1.13: + * fix sock_type_t python binding + * tighten up various input validation checks + * replace use of boost-endian with boost-predef, fix boo#1134615 + * uTP performance fixes + ------------------------------------------------------------------- Thu Jan 24 10:16:08 UTC 2019 - Jan Engelhardt diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index c0a2ab1..e1d8c63 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -18,13 +18,13 @@ %define _name libtorrent %define sover 9 -%define _version 1_1_11 +%define _version 1_1_13 %bcond_without python2 %bcond_without python3 %bcond_with examples %bcond_with tests Name: libtorrent-rasterbar -Version: 1.1.11 +Version: 1.1.13 Release: 0 Summary: A C++ implementation of the BitTorrent protocol License: BSD-3-Clause