Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2013-09-13 14:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-11 
09:24:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2013-09-13 
14:44:10.000000000 +0200
@@ -1,0 +2,29 @@
+Wed Sep 11 16:47:49 UTC 2013 - reddw...@opensuse.org
+
+- Update to 1.18.0
+  * Use AM subdir-objects
+  * AM_SILENT_RULES([yes]) with backwards-compatiblity
+  * Fix automake-1.14 am_aux_dir
+  * Require external gettext for --enable-nls
+  * Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr
+  * Make the configure check for C++11 compiler mandatory
+  * Always build doc/manual-src
+  * Implement a simple resource lock (threading)
+  * Check for sphinx-build during configure
+  * Add --with-disk-cache configure option
+  * Change defaults: Enable 16M disk cache by default.
+  * Always save control file if --force-save is given
+  * Set log level DEBUG for unittests
+  * Check that C++ compiler supports override keyword
+  * Use AX_CXX_COMPILE_STDCXX_11 macro to detect C++0x/C++11 support in
+    compiler
+  * Require -std=c++11 and use std::shared_ptr instead of SharedHandle
+  * Join URI on redirect
+  * Send HAVE message to the peer which the piece is downloaded from
+  * Improvements to --follow-torrent=false documentation.
+  * SessionSerializer: Truly unique URIs
+  * Make getOption RPC method return option for stopped downloads
+  * SessionSerializer: Save spent URIs as well as remaining ones
+- Remove support for end of life openSUSE versions (<= 12.1)
+
+-------------------------------------------------------------------

Old:
----
  aria2-1.17.1.tar.xz

New:
----
  aria2-1.18.0.tar.xz

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

Other differences:
------------------
++++++ aria2.spec ++++++
--- /var/tmp/diff_new_pack.HGjDen/_old  2013-09-13 14:44:11.000000000 +0200
+++ /var/tmp/diff_new_pack.HGjDen/_new  2013-09-13 14:44:11.000000000 +0200
@@ -20,7 +20,7 @@
 %bcond_with make_check
 
 Name:           aria2
-Version:        1.17.1
+Version:        1.18.0
 Release:        0
 Summary:        Parallelizing Multi-Protocol Utility for Downloading Files
 License:        SUSE-GPL-2.0-with-openssl-exception
@@ -37,17 +37,8 @@
 %if %{with make_check}
 BuildRequires:  pkgconfig(cppunit)
 %endif
-# nettle wasn't available until openSUSE 12.1
-%if 0%{?suse_version} >= 1210
 BuildRequires:  gmp-devel
 BuildRequires:  pkgconfig(nettle)
-%else
-BuildRequires:  libgcrypt-devel
-%endif
-# In >= 12.2 try to avoid a rebuild when xz is modified
-%if 0%{?suse_version} < 1220
-BuildRequires:  xz
-%endif
 # aria2-bash-completion was splitted for last time in openSUSE 12.2
 Provides:       aria2-bash-completion = %{version}
 Obsoletes:      aria2-bash-completion < %{version}
@@ -67,13 +58,9 @@
 %setup -q
 
 %build
-# gnutls < 3.0.20 doesn't provide gnutls_certificate_set_x509_system_trust()
-# so we use with-ca-bundle in < 12.2
 %configure --docdir=%{_defaultdocdir}/%{name}/ \
-%if 0%{?suse_version} < 1220
-           --with-ca-bundle=%{_sysconfdir}/ssl/ca-bundle.pem \
-%endif
-           --with-bashcompletiondir=%{_sysconfdir}/bash_completion.d/
+           --with-bashcompletiondir=%{_sysconfdir}/bash_completion.d/ \
+           --disable-silent-rules
 make %{?_smp_mflags}
 
 %install

++++++ aria2-1.17.1.tar.xz -> aria2-1.18.0.tar.xz ++++++
++++ 200216 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to