From 288d8cd3ba0fa6a44855d5f5d5e87823a3f61e00 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Thu, 17 Mar 2016 15:35:57 +0100 Subject: [PATCH] - Update to 1.21.0 - Remove upstreamed patch --- .gitignore | 1 + aria2.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e46584b..160e525 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ aria2-1.10.0.tar.xz /aria2-1.19.0.tar.xz /aria2-1.19.3.tar.xz /aria2-1.20.0.tar.xz +/aria2-1.21.0.tar.xz diff --git a/aria2.spec b/aria2.spec index 530d356..72109f6 100644 --- a/aria2.spec +++ b/aria2.spec @@ -1,15 +1,13 @@ %define binname aria2c Name: aria2 -Version: 1.20.0 +Version: 1.21.0 Release: 1%{?dist} Summary: High speed download utility with resuming and segmented downloading Group: Applications/Internet License: GPLv2+ with exceptions URL: http://aria2.github.io/ Source0: https://github.com/tatsuhiro-t/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.xz -# Github PR #573 -Patch0: 0001-Add-support-for-using-gnutls-system-wide-crypto-poli.patch BuildRequires: bison BuildRequires: c-ares-devel cppunit-devel BuildRequires: gettext gnutls-devel @@ -17,7 +15,7 @@ BuildRequires: libgcrypt-devel libxml2-devel BuildRequires: sqlite-devel BuildRequires: gettext # INFO: temp. workaround will be removed once merged -BuildRequires: autoconf gettext-devel automake libtool +#BuildRequires: autoconf gettext-devel automake libtool %description @@ -42,10 +40,8 @@ Currently it has following features: %prep %setup -q -%patch0 -p1 %build -autoreconf -i %configure CXX="g++ -std=c++11" \ --enable-bittorrent \ --enable-metalink \ @@ -75,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %{_mandir}/*/man1/aria2c.1.gz %changelog +* Thu Mar 17 2016 Athmane Madjoudj 1.21.0-1 +- Update to 1.21.0 +- Remove upstreamed patch + * Tue Feb 16 2016 Athmane Madjoudj 1.20.0-1 - Update to 1.20.0 - Rebase Use system wide crypto policies patch diff --git a/sources b/sources index a3a4dc8..a38aeb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -633b9f5c7a6d2a4198174cf895b4a038 aria2-1.20.0.tar.xz +70479675494a9fd619c2317dad438442 aria2-1.21.0.tar.xz