diff --git a/.gitignore b/.gitignore index 0061419..1972f34 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ scrub-2.2.tar.bz2 +/scrub-2.4.tar.bz2 diff --git a/scrub.spec b/scrub.spec index 159d9a0..8b8838d 100644 --- a/scrub.spec +++ b/scrub.spec @@ -1,5 +1,5 @@ Name: scrub -Version: 2.2 +Version: 2.4 Release: 1%{?dist} Summary: Disk scrubbing program License: GPLv2+ @@ -28,11 +28,15 @@ make DESTDIR=%{buildroot} install %files %defattr(-,root,root) -%doc NEWS ChangeLog DISCLAIMER COPYING +%doc DISCLAIMER COPYING +%doc README ChangeLog %{_bindir}/scrub %{_mandir}/man1/scrub.1* %changelog +* Thu Nov 4 2010 Tom "spot" Callaway - 2.4-1 +- update to 2.4 + * Tue Jun 29 2010 Tom "spot" Callaway - 2.2-1 - update to 2.2, new url, source location diff --git a/sources b/sources index 2924dc5..b4c07df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1796abff2cd82243fcd8c757e37c9299 scrub-2.2.tar.bz2 +653b9698a7e62fd0c22704e1d6a3469c scrub-2.4.tar.bz2