rpms/file/devel file-4.17-bash.patch,1.1,1.2 file.spec,1.54,1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 23 16:14:09 UTC 2006


Author: mbacovsk

Update of /cvs/dist/rpms/file/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15379

Modified Files:
	file-4.17-bash.patch file.spec 
Log Message:
* Wed Aug 23 2006 Martin Bacovsky <mbacovsky at redhat.com> - 4.17-8
- fix recognition of perl script with embed awk (#203610)


file-4.17-bash.patch:
 commands |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: file-4.17-bash.patch
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file-4.17-bash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-4.17-bash.patch	18 Aug 2006 07:04:17 -0000	1.1
+++ file-4.17-bash.patch	23 Aug 2006 16:14:07 -0000	1.2
@@ -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


Index: file.spec
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- file.spec	18 Aug 2006 07:04:17 -0000	1.54
+++ file.spec	23 Aug 2006 16:14:07 -0000	1.55
@@ -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 @@
 %{_libdir}/libmagic.*
 
 %changelog
+* Wed Aug 23 2006 Martin Bacovsky <mbacovsky at redhat.com> - 4.17-8
+- fix recognition of perl script with embed awk (#203610) 
+
 * Fri Aug 18 2006 Martin Bacovsky <mbacovsk at redhat.com> - 4.17-7
 - fix recognition of bash script with embed awk (#202185)
 




More information about the fedora-cvs-commits mailing list