From 79fbf8de55da433bdfdd24eca836a633b325c7ec Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Mon, 23 May 2011 04:42:13 +0530 Subject: [PATCH] New upstream release https://github.com/tatsuhiro-t/aria2/commit/f6625f8dc5557e77fcace9bedaf1815c5eaf763f#NEWS Drop defattr since it is set by default in recent rpm --- .gitignore | 1 + aria2.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4189f83..d79d05a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ aria2-1.10.0.tar.xz /aria2-1.10.8.tar.xz /aria2-1.10.9.tar.xz /aria2-1.11.1.tar.xz +/aria2-1.11.2.tar.xz diff --git a/aria2.spec b/aria2.spec index 9bd99ce..bc7c62d 100644 --- a/aria2.spec +++ b/aria2.spec @@ -1,7 +1,7 @@ %define binname aria2c Name: aria2 -Version: 1.11.1 +Version: 1.11.2 Release: 1%{?dist} Summary: High speed download utility with resuming and segmented downloading Group: Applications/Internet @@ -59,12 +59,15 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %files -f %{name}.lang -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html %{_bindir}/%{binname} %{_mandir}/man*/* %changelog +* Sun May 22 2011 Rahul Sundaram - 1.11.2-1 +- https://github.com/tatsuhiro-t/aria2/commit/f6625f8dc5557e77fcace9bedaf1815c5eaf763f#NEWS +- Drop defattr since it is set by default in recent rpm + * Sun Apr 10 2011 Rahul Sundaram - 1.11.1-1 - https://github.com/tatsuhiro-t/aria2/blob/8d8fb31a45f66a29c78911293a60a00ac4903795/NEWS diff --git a/sources b/sources index 1be87a3..4077aac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7da63651704738c251ffd5873f248899 aria2-1.11.1.tar.xz +7be0962b1b1ab03631d430c0c306ac09 aria2-1.11.2.tar.xz