forked from pool/libtorrent-rasterbar
Accepting request 286867 from home:posophe:branches:devel:libraries:c_c++
Update OBS-URL: https://build.opensuse.org/request/show/286867 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=39
This commit is contained in:
parent
673bbf4555
commit
d708990127
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0
|
|
||||||
size 3018881
|
|
3
libtorrent-rasterbar-0.16.19.tar.gz
Normal file
3
libtorrent-rasterbar-0.16.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982
|
||||||
|
size 3030253
|
@ -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
|
Tue Jul 1 18:13:14 UTC 2014 - fisiu@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtorrent-rasterbar
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%bcond_with examples
|
%bcond_with examples
|
||||||
|
|
||||||
Name: libtorrent-rasterbar
|
Name: libtorrent-rasterbar
|
||||||
Version: 0.16.17
|
Version: 0.16.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -36,17 +36,15 @@ BuildRequires: libGeoIP-devel
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version} > 01201
|
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(python)
|
BuildRequires: pkgconfig(python)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%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:
|
The main goals of libtorrent are:
|
||||||
* to be cpu efficient
|
* to be cpu efficient
|
||||||
@ -60,7 +58,9 @@ Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}%{_soname}
|
%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:
|
The main goals of libtorrent are:
|
||||||
* to be cpu efficient
|
* to be cpu efficient
|
||||||
@ -92,12 +92,8 @@ Requires: %{name}%{_soname} = %{version}
|
|||||||
Requires: boost-devel >= 1.36
|
Requires: boost-devel >= 1.36
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
Requires: libGeoIP-devel
|
Requires: libGeoIP-devel
|
||||||
%if 0%{?suse_version} > 01201
|
|
||||||
Requires: pkgconfig(openssl)
|
Requires: pkgconfig(openssl)
|
||||||
Requires: pkgconfig(zlib)
|
Requires: pkgconfig(zlib)
|
||||||
%else
|
|
||||||
Requires: pkgconfig
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description devel
|
%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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user