diff --git a/libtorrent-rasterbar-1.0.9.tar.gz b/libtorrent-rasterbar-1.0.9.tar.gz deleted file mode 100644 index 8306bc9..0000000 --- a/libtorrent-rasterbar-1.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6 -size 3292886 diff --git a/libtorrent-rasterbar-1.1.0.tar.gz b/libtorrent-rasterbar-1.1.0.tar.gz new file mode 100644 index 0000000..5ea8471 --- /dev/null +++ b/libtorrent-rasterbar-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2713df7da4aec5263ac11b6626ea966f368a5a8081103fd8f2f2ed97b5cd731d +size 3629123 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 9fd5b7d..ad8a87e 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -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 diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index 3680163..74c251c 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -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