forked from pool/libtorrent-rasterbar
Accepting request 390080 from home:susnux:branches:devel:libraries:c_c++
Update to 1.1.0 OBS-URL: https://build.opensuse.org/request/show/390080 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=53
This commit is contained in:
parent
c3c20f0427
commit
24eb90593b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6
|
||||
size 3292886
|
3
libtorrent-rasterbar-1.1.0.tar.gz
Normal file
3
libtorrent-rasterbar-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2713df7da4aec5263ac11b6626ea966f368a5a8081103fd8f2f2ed97b5cd731d
|
||||
size 3629123
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 21:18:50 UTC 2016 - rpm@fthiessen.de
|
||||
|
||||
- Update to 1.1.0:
|
||||
* fix duplicate ACK issue in uTP
|
||||
* experimental support for BEP 38, "mutable torrents"
|
||||
* replaced lazy_bdecode with a new bdecoder that's a lot more efficient
|
||||
* General speed improvements.
|
||||
* support SSL over uTP connections
|
||||
* Removed built-in GeoIP support (this functionality is orthogonal to libtorrent)
|
||||
* General better multithreading support.
|
||||
* Added support for hashing pieces in multiple threads
|
||||
* Fix division by zero in super-seeding logic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 4 07:46:25 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define _name libtorrent
|
||||
%define sover 8
|
||||
%define _version 1_0_9
|
||||
%define sover 9
|
||||
%define _version 1_1
|
||||
%bcond_with examples
|
||||
Name: libtorrent-rasterbar
|
||||
Version: 1.0.9
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
||||
License: BSD-3-Clause
|
||||
@ -34,6 +34,10 @@ BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(geoip)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
# For quadmath.h we need gcc-fortran on openSUSE < Factory (<= 42.1)
|
||||
%if 0%{?suse_version} <=1320
|
||||
BuildRequires: gcc-fortran
|
||||
%endif
|
||||
|
||||
%description
|
||||
libtorrent-rasterbar is a C++ library that aims to be a good
|
||||
|
Loading…
x
Reference in New Issue
Block a user