diff --git a/dump.spec b/dump.spec index 2688181..f6611cc 100644 --- a/dump.spec +++ b/dump.spec @@ -4,8 +4,8 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems. Name: dump -Version: 0.4b39 -Release: 3 +Version: 0.4b40 +Release: 1 License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net @@ -20,9 +20,6 @@ Requires: rmt Obsoletes: dump-static Provides: dump-static -Patch0: dump-%{version}-ea.patch.bz2 -Patch1: dump-%{version}-asize.patch - %description The dump package contains both dump and restore. Dump examines files in a filesystem, determines which ones need to be backed up, and @@ -46,8 +43,6 @@ restoring files from a backup), and tar (an archiving program). %prep %setup -q -%patch0 -p1 -b .ea -%patch1 -p1 -b .asize %build %configure %{myoptions} --enable-static --enable-rmt --enable-qfa @@ -100,6 +95,10 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.* %changelog +* Tue May 3 2005 Jindrich Novy 0.4b40-1 +- Updated to dump 0.4b40 +- Dropped .ea and .asize patches (applied upstream) + * Wed Mar 2 2005 Jindrich Novy 0.4b39-3 - Added patch to fix negative size problem with -s/-d options (#147710) - from Stelian Pop