Hello community, here is the log from the commit of package aria2 for openSUSE:Factory checked in at 2014-01-13 10:52:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aria2 (Old) and /work/SRC/openSUSE:Factory/.aria2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aria2" Changes: -------- --- /work/SRC/openSUSE:Factory/aria2/aria2.changes 2013-11-04 07:04:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2014-01-13 10:52:36.000000000 +0100 @@ -1,0 +2,21 @@ +Sun Jan 05 21:28:38 UTC 2014 - [email protected] + +- update to 1.18.3: + * fix crash if unpause failed before assigning BtProgressInfoFile object + * fix bug that numOpenFile_ is not reduced when MultiDiskAdaptor is deleted; + this bug caused assertion error in RequestGroupMan::ensureMaxOpenFileLimit + +------------------------------------------------------------------- +Sat Jan 04 17:45:54 UTC 2014 - [email protected] + +- update to 1.18.2: + * fix crash when metaurl contains unsupported URI or text + * fix bad fork() return value handling + * use some colors in progress reports (where available) + * limit number of opened file globally with --bt-max-open-files option + * don't fail multiple concurrent dl same file if auto-file-renaming is + enabled +- add /etc/ssl/ca-bundle.pem as the CA bundle for aria2, and add a + recommends for ca-certificates + +------------------------------------------------------------------- Old: ---- aria2-1.18.1.tar.xz New: ---- aria2-1.18.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aria2.spec ++++++ --- /var/tmp/diff_new_pack.FmGg8N/_old 2014-01-13 10:52:37.000000000 +0100 +++ /var/tmp/diff_new_pack.FmGg8N/_new 2014-01-13 10:52:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package aria2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_with make_check Name: aria2 -Version: 1.18.1 +Version: 1.18.3 Release: 0 Summary: Parallelizing Multi-Protocol Utility for Downloading Files License: SUSE-GPL-2.0-with-openssl-exception @@ -39,9 +39,13 @@ %endif BuildRequires: gmp-devel BuildRequires: pkgconfig(nettle) -# aria2-bash-completion was splitted for last time in openSUSE 12.2 +# aria2-bash-completion was split for last time in openSUSE 12.2 Provides: aria2-bash-completion = %{version} Obsoletes: aria2-bash-completion < %{version} +%if 0%{?suse_version} >= 1130 +Requires: ca-certificates +Recommends: ca-certificates +%endif %description aria2 is a utility for downloading files. It has completely new design @@ -60,11 +64,16 @@ %build %configure --docdir=%{_defaultdocdir}/%{name}/ \ --with-bashcompletiondir=%{_sysconfdir}/bash_completion.d/ \ - --disable-silent-rules + --disable-silent-rules \ +%if 0%{?suse_version} >= 1130 + --with-ca-bundle=/etc/ssl/ca-bundle.pem +%endif + make %{?_smp_mflags} %install %make_install + # I guess this is the correct thing to do until bnc#737549 is fixed rm -rf %{buildroot}%{_mandir}/{ru,pt}/ # Only installation instructions ++++++ aria2-1.18.1.tar.xz -> aria2-1.18.3.tar.xz ++++++ ++++ 60434 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
