Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2016-03-07 13:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-12-09 
22:12:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2016-03-07 
13:30:00.000000000 +0100
@@ -1,0 +2,39 @@
+Sun Mar  6 08:33:14 UTC 2016 - mplus...@suse.com
+
+- Update to 1.20.0
+  * src/WinConsoleFile.cc: fix colour
+  * configure.ac: fix autoreconf error
+  * Don't inherit file descriptor to child process
+  * Update Russian version documentation
+  * Add "seeder" key to tellStatus RPC response
+  * WinTLS: Fix hang because of buffered received data
+  * Add --max-mmap-limit option
+  * mingw: Use SetFileValidData to make --file-allocation=falloc
+    work
+  * Retry with 504 status code
+  * Increase DHT transaction ID from 2 to 4 bytes to avoid conflict
+  * Update wslay
+  * Add --enable-werror option to configure to enable warning flags
+  * Don't modify user variables (e.g., CFLAGS, LIBS, etc)
+  * Improve error message when loading pkcs12 file failed
+  * Updated dependency and source url's
+  * Reduce delay in tracker request
+  * Disable IPv6 on non-async NameResolver if configuration wants
+  * Fix mysterious 1 second delay with async DNS
+  * Fix bug that UDP port was incorrectly used in UDP tracker 
+    announce request
+  * Refactor HttpRequest
+  * Send Want-Digest as per RFC 3230
+  * Try all found address set to bind sockets with 
+    --multiple-interface
+  * Replace sourceforge references with aria2.github.io
+  * Add system.listMethods RPC method
+  * Support content-range from non-compliant server
+  * Reduce UDP tracker request timeout
+  * Apply --retry-wait when retrying after 404
+- Spec file cleanup
+  * Dependencies updated
+  * Install localised manpages
+  * Simplify conditions
+
+-------------------------------------------------------------------

Old:
----
  aria2-1.19.3.tar.xz

New:
----
  aria2-1.20.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aria2.spec ++++++
--- /var/tmp/diff_new_pack.DJfhFV/_old  2016-03-07 13:30:01.000000000 +0100
+++ /var/tmp/diff_new_pack.DJfhFV/_new  2016-03-07 13:30:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aria2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,8 @@
 
 
 %define         somajor 0
-
-# The checks seem to need network connection
-%bcond_with make_check
-
 Name:           aria2
-Version:        1.19.3
+Version:        1.20.0
 Release:        0
 Summary:        Parallelizing Multi-Protocol Utility for Downloading Files
 License:        SUSE-GPL-2.0-with-openssl-exception
@@ -30,9 +26,11 @@
 Url:            http://aria2.sourceforge.net/
 Source0:        
https://github.com/tatsuhiro-t/aria2/releases/download/release-%{version}/aria2-%{version}.tar.xz
 Source1:        %{name}.changes
+BuildRequires:  bison
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libcares)
 BuildRequires:  pkgconfig(libssh2)
@@ -41,15 +39,7 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)
 Recommends:     %{name}-lang
-# aria2-bash-completion was split for last time in openSUSE 12.2
-Provides:       aria2-bash-completion = %{version}
-Obsoletes:      aria2-bash-completion < %{version}
-%if %{with make_check}
-BuildRequires:  pkgconfig(cppunit)
-%endif
-%if 0%{?suse_version} >= 1130
 Recommends:     ca-certificates
-%endif
 %if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(libuv)
 %endif
@@ -126,20 +116,16 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-# I guess this is the correct thing to do until bnc#737549 is fixed
-rm -rf %{buildroot}%{_mandir}/{ru,pt}/
 # Only installation instructions
 rm -rf %{buildroot}%{_defaultdocdir}/%{name}/bash_completion
 
 %find_lang aria2 --with-man
 
-%if %{with make_check}
-%check
-make %{?_smp_mflags} check
-%endif
+# Testsuite needs working network connection
+# %%check
+# make %{?_smp_mflags} check
 
 %post -n lib%{name}-%{somajor} -p /sbin/ldconfig
-
 %postun -n lib%{name}-%{somajor} -p /sbin/ldconfig
 
 %files
@@ -147,7 +133,9 @@
 %doc AUTHORS ChangeLog COPYING NEWS
 %{_bindir}/aria2c
 %config %{_sysconfdir}/bash_completion.d/aria2c
-%{_mandir}/man1/aria2c.1*
+%{_mandir}/man1/aria2c.1%{ext_man}
+%{_mandir}/pt/man1/aria2c.1%{ext_man}
+%{_mandir}/ru/man1/aria2c.1%{ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++++++ aria2-1.19.3.tar.xz -> aria2-1.20.0.tar.xz ++++++
++++ 258286 lines of diff (skipped)


Reply via email to