1
0
forked from pool/libtorrent

Compare commits

...

7 Commits

Author SHA256 Message Date
Ana Guerrero
0fa8d374d8 Accepting request 1234609 from filesharing
- Update to release 0.15.1

OBS-URL: https://build.opensuse.org/request/show/1234609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=16
2025-01-05 14:28:51 +00:00
OBS User unknown
116574443a [info=792e2f431d839380f2b4cd13938971b3eb4a39719c59d2c8df4ea3506c89379d]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=10
2025-01-02 11:56:19 +00:00
Ana Guerrero
a67b677818 Accepting request 1233462 from filesharing
- Update to release 0.15

OBS-URL: https://build.opensuse.org/request/show/1233462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=15
2024-12-29 10:56:23 +00:00
OBS User unknown
24c71c9067 [info=e72b545452c9b12dcfcd6ce0343a2e201dbaab4fcf352480915e1682e43a2644]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=9
2024-12-26 19:21:22 +00:00
Ana Guerrero
c297900b52 Accepting request 1204534 from filesharing
- Update to release 0.14.0

OBS-URL: https://build.opensuse.org/request/show/1204534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=14
2024-09-30 13:39:17 +00:00
OBS User unknown
6ca5649a8f [info=8c200077e9a1c7a5e2609b2599662d210a5d08fb7974ea2b86be966af2dff63a]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=8
2024-09-29 15:18:21 +00:00
ce97621e67 [info=8ac4eb2f719956e52c64c754330a56d5ef7128c6b534245f4e2f3f052b0bf7f9]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=7
2024-09-29 15:14:13 +00:00
6 changed files with 41 additions and 11 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1735818918
commit: 792e2f431d839380f2b4cd13938971b3eb4a39719c59d2c8df4ea3506c89379d
url: https://src.opensuse.org/jengelh/libtorrent
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:333da07e1c050f3804d47bb4e86fe989692e66139926ad3c193808176c4b51fb
size 256

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983
size 834027

BIN
libtorrent-0.15.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jan 2 11:53:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15.1
* Resolved a crash with Handshake buffer resizing
* Respect failure intervals for trackers
* Fix file truncation on resume with fallocate enabled
-------------------------------------------------------------------
Thu Dec 26 19:18:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.15
* Resolved a crash with Handshake buffer resizing.
* Respect failure intervals for trackers.
* Fix file truncation on resume with fallocate enabled.
-------------------------------------------------------------------
Sun Sep 29 12:10:54 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.14.0
* Significant performance improvements to improve throughput and
reduce CPU usage.
* A fix for a torrent client crash with the socket address object.
* Support for 33 Gbit/s throttles on ruTorrent.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 4 14:55:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Fri Sep 4 14:55:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libtorrent # spec file for package libtorrent
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# 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
@ -16,17 +16,16 @@
# #
%define rtorrentvers 0.9.8
Name: libtorrent Name: libtorrent
%define lname libtorrent21 %define lname libtorrent23
Version: 0.13.8 Version: 0.15.1
Release: 0 Release: 0
Summary: A BitTorrent library written in C++ Summary: A BitTorrent library written in C++
License: SUSE-GPL-2.0+-with-openssl-exception License: SUSE-GPL-2.0+-with-openssl-exception
Group: Productivity/Networking/File-Sharing Group: Productivity/Networking/File-Sharing
URL: https://github.com/rakshasa/libtorrent URL: https://github.com/rakshasa/libtorrent
Source: https://github.com/rakshasa/rtorrent/releases/download/v%rtorrentvers/%name-%version.tar.gz Source: https://github.com/rakshasa/rtorrent/releases/download/v%version/libtorrent-%version.tar.gz
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
@ -64,7 +63,7 @@ seed speeds than the official client on high-bandwidth links.
%build %build
export CFLAGS="%optflags -fno-strict-aliasing" export CFLAGS="%optflags -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"
export CXXFLAGS="$CXXFLAGS -std=gnu++11" export CXXFLAGS="$CXXFLAGS -std=gnu++14"
autoreconf -fiv autoreconf -fiv
%configure --enable-ipv6 --with-posix-fallocate %configure --enable-ipv6 --with-posix-fallocate
%make_build %make_build
@ -73,8 +72,7 @@ autoreconf -fiv
%make_install %make_install
find "%buildroot" -type f -name "*.la" -delete find "%buildroot" -type f -name "*.la" -delete
%post -n %lname -p /sbin/ldconfig %ldconfig_scriptlets -n %lname
%postun -n %lname -p /sbin/ldconfig
%files -n %lname %files -n %lname
%_libdir/libtorrent.so.* %_libdir/libtorrent.so.*