From 4eff112bb5c48d154c2efb55600801398b0f6d63 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 3 May 2005 13:10:09 +0000 Subject: [PATCH] - update to dump 0.4b40 --- dump.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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