New upstream release

f6625f8dc5 (NEWS)
Drop defattr since it is set by default in recent rpm
This commit is contained in:
Rahul Sundaram 2011-05-23 04:42:13 +05:30
parent 0e4cf1091f
commit 79fbf8de55
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ aria2-1.10.0.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 /aria2-1.11.1.tar.xz
/aria2-1.11.2.tar.xz

View file

@ -1,7 +1,7 @@
%define binname aria2c %define binname aria2c
Name: aria2 Name: aria2
Version: 1.11.1 Version: 1.11.2
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
@ -59,12 +59,15 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html %doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html
%{_bindir}/%{binname} %{_bindir}/%{binname}
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Sun May 22 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 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 <sundaram@fedoraproject.org> - 1.11.1-1 * Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.11.1-1
- https://github.com/tatsuhiro-t/aria2/blob/8d8fb31a45f66a29c78911293a60a00ac4903795/NEWS - https://github.com/tatsuhiro-t/aria2/blob/8d8fb31a45f66a29c78911293a60a00ac4903795/NEWS

View file

@ -1 +1 @@
7da63651704738c251ffd5873f248899 aria2-1.11.1.tar.xz 7be0962b1b1ab03631d430c0c306ac09 aria2-1.11.2.tar.xz