[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/shared-mime-info/devel shared-mime-info-0.16-fonts.patch, NONE, 1.1 shared-mime-info.spec, 1.21, 1.22



Author: mclasen

Update of /cvs/dist/rpms/shared-mime-info/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9526

Modified Files:
	shared-mime-info.spec 
Added Files:
	shared-mime-info-0.16-fonts.patch 
Log Message:
Fix type 1 font recognition


shared-mime-info-0.16-fonts.patch:
 freedesktop.org.xml.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE shared-mime-info-0.16-fonts.patch ---
--- shared-mime-info-0.16/freedesktop.org.xml.in.fonts	2005-10-03 10:38:24.548260000 -0400
+++ shared-mime-info-0.16/freedesktop.org.xml.in	2005-10-03 10:42:12.108474000 -0400
@@ -640,7 +640,7 @@
   </mime-type>
   <mime-type type="application/x-font-type1">
     <_comment>font</_comment>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="LWFN" offset="0"/>
       <match type="string" value="LWFN" offset="65"/>
       <match type="string" value="%!PS-AdobeFont-1." offset="0"/>


Index: shared-mime-info.spec
===================================================================
RCS file: /cvs/dist/rpms/shared-mime-info/devel/shared-mime-info.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- shared-mime-info.spec	17 Jun 2005 04:49:00 -0000	1.21
+++ shared-mime-info.spec	3 Oct 2005 14:49:57 -0000	1.22
@@ -1,13 +1,15 @@
 Summary: Shared MIME information database
 Name: shared-mime-info
 Version: 0.16
-Release: 4
+Release: 5
 License: GPL
 Group: System Environment/Libraries
 URL: http://freedesktop.org/Software/shared-mime-info
 Source0: %{name}-%{version}.tar.gz
 Source1: defaults.list
 Patch0: shared-mime-info-0.16-cisco-vpn.patch
+# still need to file a freedestop.org bug for this
+Patch1: shared-mime-info-0.16-fonts.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:  libxml2-devel
 BuildRequires:  glib2-devel
@@ -26,6 +28,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .cisco-vpn
+%patch1 -p1 -b .fonts
 
 %build
 
@@ -59,6 +62,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Mon Oct  3 2005 Matthias Clasen <mclasen redhat com> - 0.16-5
+- Make sure Type1 fonts are recognized as such (#160909)
+
 * Fri Jun 17 2005 David Zeuthen <davidz redhat com> - 0.16-4
 - Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]