From 8c200077e9a1c7a5e2609b2599662d210a5d08fb7974ea2b86be966af2dff63a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 29 Sep 2024 17:17:56 +0200 Subject: [PATCH] libtorrent 0.14.0 --- libtorrent-0.13.8.tar.gz | 3 --- libtorrent-0.14.0.tar.gz | 3 +++ libtorrent.changes | 9 +++++++++ libtorrent.spec | 13 ++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 libtorrent-0.13.8.tar.gz create mode 100644 libtorrent-0.14.0.tar.gz diff --git a/libtorrent-0.13.8.tar.gz b/libtorrent-0.13.8.tar.gz deleted file mode 100644 index 3f6df1d..0000000 --- a/libtorrent-0.13.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983 -size 834027 diff --git a/libtorrent-0.14.0.tar.gz b/libtorrent-0.14.0.tar.gz new file mode 100644 index 0000000..a1bee08 --- /dev/null +++ b/libtorrent-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b816da5807c7b3455a1a48aae8dacf0f4ef75b1a4372c758948710066fd3ec +size 809617 diff --git a/libtorrent.changes b/libtorrent.changes index 3cf955c..70bd2b5 100644 --- a/libtorrent.changes +++ b/libtorrent.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Sep 29 12:10:54 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/libtorrent.spec b/libtorrent.spec index c2e03e4..09888da 100644 --- a/libtorrent.spec +++ b/libtorrent.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define rtorrentvers 0.9.8 +%define rtorrentvers 0.10.0 Name: libtorrent -%define lname libtorrent21 -Version: 0.13.8 +%define lname libtorrent22 +Version: 0.14.0 Release: 0 Summary: A BitTorrent library written in C++ License: SUSE-GPL-2.0+-with-openssl-exception @@ -64,7 +64,7 @@ seed speeds than the official client on high-bandwidth links. %build export CFLAGS="%optflags -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" -export CXXFLAGS="$CXXFLAGS -std=gnu++11" +export CXXFLAGS="$CXXFLAGS -std=gnu++14" autoreconf -fiv %configure --enable-ipv6 --with-posix-fallocate %make_build @@ -73,8 +73,7 @@ autoreconf -fiv %make_install find "%buildroot" -type f -name "*.la" -delete -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n %lname %_libdir/libtorrent.so.*