SHA256
1
0
forked from pool/axel

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
This commit is contained in:
Sebastian Wagner 2022-01-18 20:41:05 +00:00 committed by Git OBS Bridge
parent 757c8aa75f
commit 8a7097db0b
4 changed files with 21 additions and 5 deletions

View File

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

3
axel-2.17.11.tar.xz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jan 18 20:23:24 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
- 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 <avindra@opensuse.org>

View File

@ -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