From 08616b45d1e9fcf3e353bcbef7ddfa44f7e074f3 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 16 Oct 2009 20:18:56 +0000 Subject: [PATCH] - This is the 2.0 release. It is awesome and adds XML output in order to support automated validation of CD images. --- .cvsignore | 2 +- dumpet.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c20d843..e1a2d07 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -dumpet-1.1.tar.bz2 clog +dumpet-2.0.tar.bz2 diff --git a/dumpet.spec b/dumpet.spec index 12b4c85..ee40930 100644 --- a/dumpet.spec +++ b/dumpet.spec @@ -1,12 +1,12 @@ Name: dumpet -Version: 1.1 +Version: 2.0 Release: 1%{?dist} Summary: A tool to dump and debug bootable CD images License: GPLv2+ Group: Development/Tools URL: https://fedorahosted.org/dumpet/ Source0: https://fedorahosted.org/releases/d/u/dumpet/dumpet-%{version}.tar.bz2 -BuildRequires: popt-devel +BuildRequires: popt-devel pkgconfig libxml2-devel %description DumpET is a utility to aid in the debugging of bootable CD-ROM images. @@ -31,6 +31,10 @@ rm -rf %{buildroot} %{_bindir}/dumpet %changelog +* 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. + * Mon Oct 05 2009 Peter Jones - 1.1-1 - Update to dumpet-1.1, which treats CFLAGS reasonably. diff --git a/sources b/sources index ba901bf..c941557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3507a205a462c23af45def062b38e003 dumpet-1.1.tar.bz2 +1a93059322246f935d421a3db4a54742 dumpet-2.0.tar.bz2