From 849efe8ce9d0135216f7fbc6b6eed4a703933d50 Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Apr 20 2009 08:11:35 +0000 Subject: fix previous patch --- diff --git a/file-5.00-mdmp.patch b/file-5.00-mdmp.patch index eda0979..f8f318c 100644 --- a/file-5.00-mdmp.patch +++ b/file-5.00-mdmp.patch @@ -7,4 +7,4 @@ diff -up file-5.00/magic/Magdir/misctools.mdmp file-5.00/magic/Magdir/misctools 0 search/80 .lo\ -\ a\ libtool\ object\ file libtool object file + +# From: Daniel Novotny -+0 string MDMP\x93\xA7 MDUMP crash report data ++0 string MDMP\x93\xA7 MDMP crash report data diff --git a/file.spec b/file.spec index b848258..84b4426 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 5.00 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -148,6 +148,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Apr 20 2009 Daniel Novotny 5.00-7 +- fix previous patch: + the name of the format is a bit different (MDUMP -> MDMP) + * Fri Apr 17 2009 Daniel Novotny 5.00-6 - fix #485835 (MDUMP files)