From 38390969cf639e40673a6a3408cca6eb2b84f9fa15dcfe722d494d1177fe58f9 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 18 Jan 2022 20:41:05 +0000 Subject: [PATCH] Accepting request 947297 from home:1Antoine1:branches:network:utilities - Update to 2.17.11: * Fixed a deadlock in conn_info * Fixed build on FreeBSD (workaround for hidden typedefs) * Added SPDX license information * Improved reporting of HTTP status codes * Source-code simplifications * Buildsystem improvements + Check intmax_t >= int64_t on Mac OS X + Improved output when pkg-config is unavailable * Implemented percentage output mode for piping * Fixed typos * Added Turkish Translation OBS-URL: https://build.opensuse.org/request/show/947297 OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=29 --- axel-2.17.10.tar.xz | 3 --- axel-2.17.11.tar.xz | 3 +++ axel.changes | 16 ++++++++++++++++ axel.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 axel-2.17.10.tar.xz create mode 100644 axel-2.17.11.tar.xz diff --git a/axel-2.17.10.tar.xz b/axel-2.17.10.tar.xz deleted file mode 100644 index 635c889..0000000 --- a/axel-2.17.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46eb4f10a11c4e50320ae6a034ef03ffe59dc11c3c6542a9867a3e4dc0c4b44e -size 274648 diff --git a/axel-2.17.11.tar.xz b/axel-2.17.11.tar.xz new file mode 100644 index 0000000..33716ce --- /dev/null +++ b/axel-2.17.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580b2c18692482fd7f1e2b2819159484311ffc50f6d18924dceb80fd41d4ccf9 +size 279964 diff --git a/axel.changes b/axel.changes index 7365ffd..1974719 100644 --- a/axel.changes +++ b/axel.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 18 20:23:24 UTC 2022 - Antoine Belvire + +- Update to 2.17.11: + * Fixed a deadlock in conn_info + * Fixed build on FreeBSD (workaround for hidden typedefs) + * Added SPDX license information + * Improved reporting of HTTP status codes + * Source-code simplifications + * Buildsystem improvements + + Check intmax_t >= int64_t on Mac OS X + + Improved output when pkg-config is unavailable + * Implemented percentage output mode for piping + * Fixed typos + * Added Turkish Translation + ------------------------------------------------------------------- Sun Nov 22 21:03:33 UTC 2020 - Avindra Goolcharan diff --git a/axel.spec b/axel.spec index d9da894..8f0087c 100644 --- a/axel.spec +++ b/axel.spec @@ -1,7 +1,7 @@ # # spec file for package axel # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{!?license: %global license %doc} %{!?make_build: %global make_build make %{?_smp_mflags}} Name: axel -Version: 2.17.10 +Version: 2.17.11 Release: 0 Summary: Lightweight Download Accelerator License: GPL-2.0-or-later