From 17b3db3b950fdaee2a25d8e53425882af3bc235b Mon Sep 17 00:00:00 2001 From: Martin Bacovsky Date: Aug 23 2006 16:14:07 +0000 Subject: - fix recognition of perl script with embed awk (#203610) --- diff --git a/file-4.17-bash.patch b/file-4.17-bash.patch index a8f2cd7..89eae91 100644 --- a/file-4.17-bash.patch +++ b/file-4.17-bash.patch @@ -5,7 +5,7 @@ 0 string/b #!\ /usr/bin/awk awk script text executable # update to distinguish from *.vcf files -0 regex BEGIN[[:space:]]*[{] awk script text -+0 regex [^'"]BEGIN[[:space:]]*[{] awk script text ++#0 regex [^'"]BEGIN[[:space:]]*[{] awk script text # AT&T Bell Labs' Plan 9 shell 0 string/b #!\ /bin/rc Plan 9 rc shell script text executable diff --git a/file.spec b/file.spec index 4be5341..3d8ef79 100644 --- a/file.spec +++ b/file.spec @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.17 -Release: 7 +Release: 8 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmagic.* %changelog +* Wed Aug 23 2006 Martin Bacovsky - 4.17-8 +- fix recognition of perl script with embed awk (#203610) + * Fri Aug 18 2006 Martin Bacovsky - 4.17-7 - fix recognition of bash script with embed awk (#202185)