Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2012-04-12 09:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aria2 (Old)
 and      /work/SRC/openSUSE:Factory/.aria2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aria2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aria2/aria2.changes      2012-03-22 
12:31:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2012-04-12 
09:18:31.000000000 +0200
@@ -1,0 +2,31 @@
+Mon Apr  9 12:15:39 UTC 2012 - [email protected]
+
+- Update to version 1.15.0:
+  + Use CreateProcessW instead of CreateProcessA in MinGW build.
+    This means filename is now passed as wchar string, not UTF-8
+    encoded char string.
+  + Check with pkg-config only: c-ares, openssl, sqlite3 and zlib.
+  + Fixed compile error with i686-w64-mingw32 and
+    x86_64-w64-mingw32 cross compilers.
+  + Get the home directory of the effective user ID using
+    getpwuid() if $HOME is not defined.
+  + Don't use locale dependent toupper and tolower.
+  + Rewritten TLS hostname check based on RFC 6125 for both GNUTLS
+    and OpenSSL builds.
+  + Added --bt-remove-unselected-file option.  Removes the
+    unselected files when download is completed in BitTorrent. To
+    select files, use --select-file option. If it is not used, all
+    files are assumed to be selected. Please use this option with
+    care because it will actually remove files from your disk.
+    This option is default to false.
+  + Fixed compile error on Open Solaris. Fixes bug#3497518
+  + Added JSON-RPC over WebSocket.
+  + Fixed assertion failure if Chunked encoding along with
+    Content-Length is used.
+  + Fixed clang and gcc-4.7 warning and errors.
+  + Fixed the bug that aria2 cannot read line longer than 4096
+    bytes from the file specified by --input-file option
+    (sf#3495336).
+- Drop aria2-1.14.2-gcc47.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  aria2-1.14.2-gcc47.patch
  aria2-1.14.2.tar.bz2

New:
----
  aria2-1.15.0.tar.bz2

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

Other differences:
------------------
++++++ aria2.spec ++++++
--- /var/tmp/diff_new_pack.rXg9hS/_old  2012-04-12 09:18:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rXg9hS/_new  2012-04-12 09:18:32.000000000 +0200
@@ -41,7 +41,7 @@
 %endif
 
 Name:           aria2
-Version:        1.14.2
+Version:        1.15.0
 Release:        0
 Summary:        Parallelizing Multi-Protocol Utility for Downloading Files
 License:        SUSE-GPL-2.0+-with-openssl-exception
@@ -50,8 +50,6 @@
 Patch1:         aria2-cares-static.patch
 Patch2:         aria2-cares-lib64.patch
 Patch4:         aria2-atoi.patch
-# PATCH-FIX-UPSTREAM aria2-1.14.2-gcc47.patch -- fix for gcc 4.7 building issue
-Patch5:         aria2-1.14.2-gcc47.patch
 Url:            http://sourceforge.net/projects/aria2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version:1}
@@ -91,14 +89,14 @@
 %if 0%{?!suse_version:1} || 0%{?suse_version} >= 1020
 BuildRequires:  cppunit-devel
 %endif
-BuildRequires:  zlib-devel
+BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  gettext-devel
-BuildRequires:  intltool
-BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
+BuildRequires:  intltool
 BuildRequires:  libstdc++-devel
 BuildRequires:  make
+BuildRequires:  zlib-devel
 %if 0%{?suse_version} >= 1130
 BuildRequires:  libcares-devel
 %endif #cares
@@ -109,12 +107,12 @@
 BuildRequires:  sqlite3-devel
 %endif #suse_version
 %endif #with_sqlite
-BuildRequires:  bison
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bash
+BuildRequires:  bison
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  bash
 Provides:       aria2c = %{version}-%{release}
 %if %with_bashcomp
 # Not actually required for build, but makes the build fail if
@@ -155,7 +153,6 @@
 %endif #%_lib==lib64
 %endif #cares
 %patch4
-%patch5
 
 %build
 export CFLAGS="%{optflags} -DPIC -fPIC"

++++++ aria2-1.14.2.tar.bz2 -> aria2-1.15.0.tar.bz2 ++++++
++++ 115999 lines of diff (skipped)

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

Reply via email to