rpms/file/F-10 file-4.26-erlang.patch,NONE,1.1 file.spec,1.82,1.83

Daniel Novotny dnovotny at fedoraproject.org
Wed Apr 29 10:19:50 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/file/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21508

Modified Files:
	file.spec 
Added Files:
	file-4.26-erlang.patch 
Log Message:

fix #498036


file-4.26-erlang.patch:

--- NEW FILE file-4.26-erlang.patch ---
diff -up file-4.26/magic/Magdir/erlang.tue file-5.00/magic/Magdir/erlang
--- file-4.26/magic/Magdir/erlang.tue	2009-04-29 09:38:45.000000000 +0200
+++ file-4.26/magic/Magdir/erlang	2009-04-29 09:40:58.000000000 +0200
@@ -12,7 +12,7 @@
 >8	string	BEAM		Erlang BEAM file
 
 # 4.2 version may have a copyright notice!
-4	string	Tue Jan 22 14:32:44 MET 1991	Erlang JAM file - version 4.2
-79	string	Tue Jan 22 14:32:44 MET 1991	Erlang JAM file - version 4.2
+4	string	Tue\ Jan\ 22\ 14:32:44\ MET\ 1991	Erlang JAM file - version 4.2
+79	string	Tue\ Jan\ 22\ 14:32:44\ MET\ 1991	Erlang JAM file - version 4.2
 
-4	string	1.0 Fri Feb 3 09:55:56 MET 1995	Erlang JAM file - version 4.3
+4	string	1.0\ Fri\ Feb\ 3\ 09:55:56\ MET\ 1995	Erlang JAM file - version 4.3


Index: file.spec
===================================================================
RCS file: /cvs/extras/rpms/file/F-10/file.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- file.spec	14 Jan 2009 14:41:27 -0000	1.82
+++ file.spec	29 Apr 2009 10:19:20 -0000	1.83
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 4.26
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -14,6 +14,7 @@ Patch0: file-4.21-pybuild.patch
 Patch1: file-4.26-devdrv.patch
 Patch2: file-4.26-mime-encoding.patch
 Patch3: file-4.26-jpeg2000.patch
+Patch4: file-4.26-erlang.patch
 
 Requires: file-libs = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -64,8 +65,10 @@ file(1) command.
 %patch1 -p1
 #fixes #465994
 %patch2 -p1
-# fixes #476655
+#fixes #476655
 %patch3 -p1
+#fixes #498036
+%patch4 -p1
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 touch -r doc/libmagic.man doc/libmagic.man_
@@ -139,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Apr 29 2009 Daniel Novotny <dnovotny at redhat.com> 4.26-5
+- fix #498036 - Erlang JAM file definition breaks detection of postscript files
+
 * Wed Jan 14 2009 Daniel Novotny <dnovotny at redhat.com> 4.26-4
 - fix #476655 detect JPEG-2000 Code Stream Bitmap
 




More information about the fedora-extras-commits mailing list