rpms/file/devel file-5.03-fonts-postscript.patch, NONE, 1.1 file.spec, 1.98, 1.99

Daniel Novotny dnovotny at fedoraproject.org
Tue Jun 16 09:35:44 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/file/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26089

Modified Files:
	file.spec 
Added Files:
	file-5.03-fonts-postscript.patch 
Log Message:

fix #505758, #505759, #505765 (postscript font issues)


file-5.03-fonts-postscript.patch:

--- NEW FILE file-5.03-fonts-postscript.patch ---
diff -up file-5.03/magic/Magdir/fonts.orig file-5.03/magic/Magdir/fonts
--- file-5.03/magic/Magdir/fonts.orig	2009-06-13 09:53:07.581775320 -0400
+++ file-5.03/magic/Magdir/fonts	2009-06-13 09:51:04.221775135 -0400
@@ -9,6 +9,8 @@
 0	string		%!PS-AdobeFont-1.	PostScript Type 1 font text
 >20	string		>\0			(%s)
 6	string		%!PS-AdobeFont-1.	PostScript Type 1 font program data
+6	string		%!FontType1	PostScript Type 1 font program data
+0	string		%!PS-Adobe-3.0\ Resource-Font	PostScript Type 1 font text
 
 # X11 font files in SNF (Server Natural Format) format
 0	belong		00000004		X11 SNF font data, MSB first
@@ -58,7 +60,7 @@
 0	string		ttcf		TrueType font collection data
 
 # Opentype font data from Avi Bercovich
-0	string		OTTO		OpenType font data 
+0	string		OTTO		OpenType font data
 
 # Gürkan Sengün <gurkan at linuks.mine.nu>, www.linuks.mine.nu 
 0	string		SplineFontDB:	Spline Font Database 


Index: file.spec
===================================================================
RCS file: /cvs/extras/rpms/file/devel/file.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -p -r1.98 -r1.99
--- file.spec	14 May 2009 09:58:30 -0000	1.98
+++ file.spec	16 Jun 2009 09:35:13 -0000	1.99
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 5.03
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -13,6 +13,7 @@ URL: http://www.darwinsys.com/file/
 Patch0: file-4.21-pybuild.patch
 Patch1: file-5.00-devdrv.patch
 Patch2: file-5.00-mdmp.patch
+Patch3: file-5.03-fonts-postscript.patch
 
 Requires: file-libs = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +64,8 @@ file(1) command.
 %patch1 -p1
 #fixes #485835
 %patch2 -p1
+#fixes #505758, #505759, #505765
+%patch3 -p1
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 touch -r doc/libmagic.man doc/libmagic.man_
@@ -137,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Jun 16 2009 Daniel Novotny <dnovotny at redhat.com> 5.03-3
+- added magic for three font issues (PostScript fonts)
+  (#505758, #505759, #505765)
+
 * Thu May 14 2009 Daniel Novotny <dnovotny at redhat.com> 5.03-2
 - fix #500739 - Disorganized magic* file locations in file-libs
 




More information about the fedora-extras-commits mailing list