diff --git a/.gitignore b/.gitignore index e1a2d07..15abccf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ clog -dumpet-2.0.tar.bz2 +dumpet-2.1.tar.bz2 diff --git a/dumpet.spec b/dumpet.spec index 9a886fb..2c753f7 100644 --- a/dumpet.spec +++ b/dumpet.spec @@ -1,5 +1,5 @@ Name: dumpet -Version: 2.0 +Version: 2.1 Release: 1%{?dist} Summary: A tool to dump and debug bootable CD images License: GPLv2+ @@ -28,9 +28,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README TODO COPYING +%attr(644,root,root) %{_mandir}/man1/dumpet.1* %{_bindir}/dumpet %changelog +* Wed Aug 25 2010 Peter Jones - 2.1-1 +- Minor fixes (cjwatson) +- Add a man page (cjwatson) + * Fri Oct 16 2009 Peter Jones - 2.0-1 - This is the 2.0 release. It is awesome and adds XML output in order to support automated validation of CD images. diff --git a/sources b/sources index c941557..6b36d4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a93059322246f935d421a3db4a54742 dumpet-2.0.tar.bz2 +e55338e7e7163aa4a592a8f1a565f14a dumpet-2.1.tar.bz2