From f358ee6c9a4dc69655080d286bfd09f1bee2f859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Tue, 9 Aug 2005 12:45:25 +0000 Subject: [PATCH] - mime for mpeg and aac files fixed (#165323) --- file.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index 557b96a..706f745 100644 --- a/file.spec +++ b/file.spec @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.14 -Release: 3 +Release: 4 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -15,6 +15,7 @@ Patch5: file-4.13-fsdump.patch Patch6: file-4.13-quick.patch Patch7: file-4.14-magic_mime.patch Patch8: file-4.14-kill3ds.patch +Patch9: file-4.14-aac.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: zlib-devel @@ -37,6 +38,7 @@ useful utility. %patch6 -p1 -b .quick %patch7 -b .magic_mime %patch8 -p1 -b .kill3ds +%patch9 -p1 -b .acc iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_ mv doc/libmagic.man_ doc/libmagic.man @@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmagic.* %changelog +* Tue Aug 09 2005 Radek Vokal - 4.14-4 +- mime for mpeg and aac files fixed (#165323) + * Fri Aug 05 2005 Radek Vokal - 4.14-3 - mime for 3ds files removed, conflicts with text files (#165165)