Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory
checked in at Sun Oct 16 12:40:28 CEST 2011.



--------
--- openSUSE:Factory/aria2/aria2.changes        2011-09-23 01:51:58.000000000 
+0200
+++ /mounts/work_src_done/STABLE/aria2/aria2.changes    2011-10-15 
00:26:26.000000000 +0200
@@ -1,0 +2,35 @@
+Fri Oct 14 22:08:37 UTC 2011 - [email protected]
+
+- update to 1.13.0:
+  * fixes libgcrypt version check error
+  * now returns error response if RPC request parameter has wrong type
+  * on >= 12.1, aria2 uses libnettle and libgmp instead of libgcrypt
+  * added --piece-length option: sets a piece length for HTTP/FTP downloads; is
+    the boundary when aria2 splits a file; all splits occur at multiple of this
+    length; will be ignored in BitTorrent downloads and if Metalink file
+    contains piece hashes
+ * cleanup log message for binding server socket
+ * recognize tab as white space before option in -i list
+ * added geom parameter to --stream-piece-selector option: if 'geom' is given,
+   at the beginning aria2 selects piece which has minimum index like 'inorder',
+   but it exponentially increasingly keeps space from previously selected
+   piece; will reduce the number of establishing connection and at the same
+   time it will download the beginning part of the file first; useful to view
+   movie while downloading it
+ * added completedLength response key in aria2.getFiles RPC method
+ * added #checksum help tag.
+ * added --checksum and --checksum=TYPE=DIGEST option: sets checksum; TYPE is
+   hash type; supported hash type is listed in "Hash Algorithms" in "aria2c
+   -v"; DIGEST is hex digest; applies only to HTTP(S)/FTP downloads
+ * added --hash-check-only opiton: if true is given, after hash check using
+   --check-integrity option, abort download whether or not download is
+   complete; default is false
+ * added --download-result option: changes the way "Download Results" is 
formatted
+ * added --rpc-allow-origin-all option: adds Access-Control-Allow-Origin header
+   field with value '*' to the RPC response
+ * ignore --out option supplied in command-line if -i is used; can still use
+   out option in the text file specified in -i
+ * disable SSLv2 by default and optimize memory usage
+ * added libnettle and libgmp support
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  aria2-1.12.1.tar.bz2

New:
----
  aria2-1.13.0.tar.bz2

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

Other differences:
------------------
++++++ aria2.spec ++++++
--- /var/tmp/diff_new_pack.q9OezH/_old  2011-10-16 12:40:23.000000000 +0200
+++ /var/tmp/diff_new_pack.q9OezH/_new  2011-10-16 12:40:23.000000000 +0200
@@ -16,12 +16,16 @@
 #
 
 
-%if 0%{?_with_gnutls:1}
+%if 0%{?suse_version} > 0 && 0%{?suse_version} > 1140
+ %define with_nettle 1
+%else
+ %if 0%{?_with_gnutls:1}
  %define with_gnutls 1
  %undefine with_openssl
-%else
+ %else
  %define with_openssl 1
  %undefine with_gnutls
+ %endif
 %endif
 
 %if 0%{?suse_version} > 0 && 0%{?suse_version} >= 1020
@@ -37,7 +41,7 @@
 %endif
 
 Name:           aria2
-Version:        1.12.1
+Version:        1.13.0
 Release:        1
 Summary:        Parallelizing Multi-Protocol Utility for Downloading Files
 Source:         
http://prdownloads.sourceforge.net/aria2/aria2-%{version}.tar.bz2
@@ -49,6 +53,9 @@
 License:        GNU General Public License (GPL)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version:1}
+%if %{?with_nettle:1}0
+BuildRequires:  gmp-devel libnettle-devel
+%endif
 %if %{?with_gnutls:1}0
 BuildRequires:  libgcrypt-devel
 %if %suse_version > 1030
@@ -81,6 +88,7 @@
 %if 0%{?!suse_version:1} || 0%{?suse_version} >= 1020
 BuildRequires:  cppunit-devel
 %endif
+BuildRequires:  zlib-devel
 BuildRequires:  gettext gettext-devel intltool
 BuildRequires:  gcc-c++ glibc-devel libstdc++-devel make
 %if 0%{?suse_version} >= 1130

++++++ aria2-1.12.1.tar.bz2 -> aria2-1.13.0.tar.bz2 ++++++
++++ 65047 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to