diff --git a/libtorrent-rasterbar-0.16.17.tar.gz b/libtorrent-rasterbar-0.16.17.tar.gz deleted file mode 100644 index 5b0579d..0000000 --- a/libtorrent-rasterbar-0.16.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 -size 3018881 diff --git a/libtorrent-rasterbar-0.16.19.tar.gz b/libtorrent-rasterbar-0.16.19.tar.gz new file mode 100644 index 0000000..6bacefa --- /dev/null +++ b/libtorrent-rasterbar-0.16.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982 +size 3030253 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 3f665b2..2afe19e 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 19 19:04:57 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.16.19 + * python binding build fix for boost-1.57.0 + * add --enable-export-all option to configure script, to export + all symbols from libtorrent + * python bindings fixes + * handle overlong utf-8 sequences + * fix bug in error handling in protocol encryption +- Remove obsolete conditional macros + ------------------------------------------------------------------- Tue Jul 1 18:13:14 UTC 2014 - fisiu@opensuse.org diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index 35b4563..bc2b88b 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -1,7 +1,7 @@ # # spec file for package libtorrent-rasterbar # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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 Name: libtorrent-rasterbar -Version: 0.16.17 +Version: 0.16.19 Release: 0 Summary: Libtorrent is a C++ implementation of the BitTorrent protocol License: BSD-3-Clause @@ -36,17 +36,15 @@ BuildRequires: libGeoIP-devel BuildRequires: openssl-devel BuildRequires: pkg-config BuildRequires: python-devel -%if 0%{?suse_version} > 01201 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(zlib) -%else -BuildRequires: pkgconfig -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client. +libtorrent is a C++ library that aims to be a good alternative to all the other +bittorrent implementations around. It is a library and not a full featured client, +although it comes with a working example client. The main goals of libtorrent are: * to be cpu efficient @@ -60,7 +58,9 @@ Summary: Libtorrent is a C++ implementation of the BitTorrent protocol Group: System/Libraries %description -n %{name}%{_soname} -libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client. +libtorrent is a C++ library that aims to be a good alternative to all the other +bittorrent implementations around. It is a library and not a full featured client, +although it comes with a working example client. The main goals of libtorrent are: * to be cpu efficient @@ -92,12 +92,8 @@ Requires: %{name}%{_soname} = %{version} Requires: boost-devel >= 1.36 Requires: gcc-c++ Requires: libGeoIP-devel -%if 0%{?suse_version} > 01201 Requires: pkgconfig(openssl) Requires: pkgconfig(zlib) -%else -Requires: pkgconfig -%endif %description devel libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.