From 9d0542cc155175b95d2d0fb165269be61bc0232afbd43d63ffda029229265d11 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 29 Mar 2020 19:43:08 +0000 Subject: [PATCH] - update to version 2.17.7: - Buildsystem fixes - Fixed release date for man-pages on BSD - Explicitly close TCP sockets on SSL connections too - Fixed HTTP basic auth header generation - Changed the default progress report to "alternate output mode" - Improved English in README.md OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=21 --- axel-2.17.6.tar.xz | 3 --- axel-2.17.7.tar.xz | 3 +++ axel.changes | 11 +++++++++++ axel.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 axel-2.17.6.tar.xz create mode 100644 axel-2.17.7.tar.xz diff --git a/axel-2.17.6.tar.xz b/axel-2.17.6.tar.xz deleted file mode 100644 index 0dcf865..0000000 --- a/axel-2.17.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ab549021bdfca01ad5e8e95b706869dd30fe9ab1043da4cbb9dff89edc267d -size 202324 diff --git a/axel-2.17.7.tar.xz b/axel-2.17.7.tar.xz new file mode 100644 index 0000000..db9443c --- /dev/null +++ b/axel-2.17.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b700b299fc8a369352a4672560ba833335142a6bfd280d5ccdc66dc2fa6bff86 +size 202632 diff --git a/axel.changes b/axel.changes index eace6fa..cf92a29 100644 --- a/axel.changes +++ b/axel.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Mar 29 19:28:39 UTC 2020 - Sebastian Wagner + +- update to version 2.17.7: + - Buildsystem fixes + - Fixed release date for man-pages on BSD + - Explicitly close TCP sockets on SSL connections too + - Fixed HTTP basic auth header generation + - Changed the default progress report to "alternate output mode" + - Improved English in README.md + ------------------------------------------------------------------- Thu Oct 24 20:16:14 UTC 2019 - Sebastian Wagner diff --git a/axel.spec b/axel.spec index 845076e..ca33b42 100644 --- a/axel.spec +++ b/axel.spec @@ -1,7 +1,7 @@ # # spec file for package axel # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{!?license: %global license %doc} Name: axel -Version: 2.17.6 +Version: 2.17.7 Release: 0 Summary: Lightweight Download Accelerator License: GPL-2.0-or-later Group: Productivity/Networking/Other -Url: https://github.com/axel-download-accelerator/axel +URL: https://github.com/axel-download-accelerator/axel Source: https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(openssl)