This commit is contained in:
Rahul Sundaram 2011-04-10 03:16:48 +05:30
parent 535fe80fa7
commit 0e4cf1091f
3 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ aria2-1.10.0.tar.xz
/aria2-1.10.6.tar.xz /aria2-1.10.6.tar.xz
/aria2-1.10.8.tar.xz /aria2-1.10.8.tar.xz
/aria2-1.10.9.tar.xz /aria2-1.10.9.tar.xz
/aria2-1.11.1.tar.xz

View file

@ -1,7 +1,7 @@
%define binname aria2c %define binname aria2c
Name: aria2 Name: aria2
Version: 1.10.9 Version: 1.11.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: High speed download utility with resuming and segmented downloading Summary: High speed download utility with resuming and segmented downloading
Group: Applications/Internet Group: Applications/Internet
@ -13,7 +13,6 @@ BuildRequires: c-ares-devel cppunit-devel
BuildRequires: gettext gnutls-devel BuildRequires: gettext gnutls-devel
BuildRequires: libgcrypt-devel libxml2-devel BuildRequires: libgcrypt-devel libxml2-devel
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
%description %description
aria2 is a download utility with resuming and segmented downloading. aria2 is a download utility with resuming and segmented downloading.
Supported protocols are HTTP/HTTPS/FTP/BitTorrent. It also supports Metalink Supported protocols are HTTP/HTTPS/FTP/BitTorrent. It also supports Metalink
@ -48,7 +47,6 @@ Currently it has following features:
--with-openssl \ --with-openssl \
--with-libz \ --with-libz \
--with-sqlite3 \ --with-sqlite3 \
--disable-dependency-tracking \
make %{?_smp_mflags} make %{?_smp_mflags}
@ -67,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.11.1-1
- https://github.com/tatsuhiro-t/aria2/blob/8d8fb31a45f66a29c78911293a60a00ac4903795/NEWS
* Tue Feb 22 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.10.9-1 * Tue Feb 22 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.10.9-1
- https://github.com/tatsuhiro-t/aria2/blob/6af3cd82b36190b12102bf3fbc5c07cc494627ad/NEWS - https://github.com/tatsuhiro-t/aria2/blob/6af3cd82b36190b12102bf3fbc5c07cc494627ad/NEWS

View file

@ -1 +1 @@
531b27fec0ec3ecae6f8afa2b6445e7e aria2-1.10.9.tar.xz 7da63651704738c251ffd5873f248899 aria2-1.11.1.tar.xz