update to 1.37.0

This commit is contained in:
Neil Hanlon 2024-01-08 14:07:33 -05:00 committed by Neil Hanlon
parent abb9f47ead
commit d8a48a9718
No known key found for this signature in database
GPG key ID: 705BC21EC3C70F34
3 changed files with 8 additions and 3 deletions

View file

@ -1,12 +1,12 @@
%define binname aria2c
Name: aria2
Version: 1.36.0
Version: 1.37.0
Release: 6%{?dist}
Summary: High speed download utility with resuming and segmented downloading
License: GPLv2+ with exceptions
URL: http://aria2.github.io/
Source0: https://github.com/tatsuhiro-t/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.xz
Source0: https://github.com/aria2/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.xz
BuildRequires: bison
BuildRequires: c-ares-devel
@ -79,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
%{_mandir}/*/man1/aria2c.1.gz
%changelog
* Mon Jan 08 2024 Neil Hanlon <neil@shrug.pw> - 1.37.0-1
- update to 1.37
- change URL to aria2 organization as it was moved from the prior org
* Sat Oct 28 2023 Neil Hanlon <neil@shrug.pw> - 1.36.0-6
- resolves crash due to undefined behavior in GZipEncoder (rhbz #2119478)