diff --git a/.gitignore b/.gitignore index f85d226..8a81c67 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ ncdu-1.6.tar.gz +/ncdu-1.7.tar.gz diff --git a/ncdu.spec b/ncdu.spec index 95dc354..f1bedd5 100644 --- a/ncdu.spec +++ b/ncdu.spec @@ -1,13 +1,12 @@ Name: ncdu -Version: 1.6 -Release: 2%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: Text-based disk usage viewer Group: Applications/File License: MIT URL: http://dev.yorhel.nl/ncdu/ -Source0: http://dev.yorhel.nl/download/ncdu-1.6.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://dev.yorhel.nl/download/ncdu-1.7.tar.gz BuildRequires: ncurses-devel @@ -23,19 +22,18 @@ and provides a fast way to see what directories are using your disk space. make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{_mandir}/man1/ncdu.1.gz %doc AUTHORS COPYING ChangeLog TODO %{_bindir}/ncdu %changelog +* Sun Sep 04 2011 Richard Fearn - 1.7-1 +- update to new upstream version 1.7 +- remove unnecessary bits from spec + * Tue Feb 08 2011 Fedora Release Engineering - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index ee871f3..5f93f67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95d29cf64af2d8cf4b5005e6e3d60384 ncdu-1.6.tar.gz +172047c29d232724cc62e773e82e592a ncdu-1.7.tar.gz