Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aria2 for openSUSE:Factory checked in at 2021-09-14 21:14:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aria2 (Old) and /work/SRC/openSUSE:Factory/.aria2.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aria2" Tue Sep 14 21:14:31 2021 rev:84 rq:918825 version:1.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aria2/aria2.changes 2019-10-08 19:59:12.411968108 +0200 +++ /work/SRC/openSUSE:Factory/.aria2.new.1899/aria2.changes 2021-09-14 21:14:47.656428859 +0200 @@ -1,0 +2,10 @@ +Mon Sep 13 20:16:12 UTC 2021 - Enrico Belleri <[email protected]> + +- Update to version 1.36.0 + * Update wslay + * Fix segfault when time_t is 64bit on 32bit arch + * Updates the make_bash_completion script to Python3 + * Prevent corrupt downloads after app and/or system crash + * Reset sessionDownloadLength and sessionUploadLength on download start + +------------------------------------------------------------------- Old: ---- aria2-1.35.0.tar.xz New: ---- aria2-1.36.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aria2.spec ++++++ --- /var/tmp/diff_new_pack.gLNwZY/_old 2021-09-14 21:14:48.192429385 +0200 +++ /var/tmp/diff_new_pack.gLNwZY/_new 2021-09-14 21:14:48.192429385 +0200 @@ -1,7 +1,7 @@ # # spec file for package aria2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,13 @@ %define somajor 0 Name: aria2 -Version: 1.35.0 +Version: 1.36.0 Release: 0 Summary: Parallelizing Multi-Protocol Utility for Downloading Files License: SUSE-GPL-2.0-with-openssl-exception URL: https://aria2.github.io Source0: https://github.com/aria2/aria2/releases/download/release-%{version}/%{name}-%{version}.tar.xz -BuildRequires: bison BuildRequires: gcc-c++ -BuildRequires: gmp-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(gnutls) @@ -38,6 +36,11 @@ BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(zlib) Recommends: ca-certificates +%if 0%{?suse_version} > 1500 +BuildRequires: pkgconfig(gmp) +%else +BuildRequires: gmp-devel +%endif %description aria2 is a utility for downloading files. It has a segmented ++++++ aria2-1.35.0.tar.xz -> aria2-1.36.0.tar.xz ++++++ ++++ 10345 lines of diff (skipped)
