rpms/fontforge/FC-5 fontforge-20061025-usFirstCharIndex.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 fontforge.spec, 1.18, 1.19

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Sat Nov 25 11:24:46 UTC 2006


Author: roozbeh

Update of /cvs/extras/rpms/fontforge/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3647

Modified Files:
	.cvsignore fontforge.spec 
Added Files:
	fontforge-20061025-usFirstCharIndex.patch 
Log Message:
* Sat Nov 25 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 20061025-1
- Update to 20061025
- Patch to correct usFirstCharIndex (George Williams)


fontforge-20061025-usFirstCharIndex.patch:

--- NEW FILE fontforge-20061025-usFirstCharIndex.patch ---
--- fontforge-20061025/fontforge/tottf.c.usFirstCharIndex	2006-10-05 07:29:12.000000000 +0330
+++ fontforge-20061025/fontforge/tottf.c	2006-11-25 13:59:52.000000000 +0330
@@ -3187,7 +3187,6 @@
 	os2->firstcharindex = 0xf000 + first;	/* This gets mapped to space */
 	os2->lastcharindex  = 0xf000 + last;
     } else {
-	if ( first>13 && format!=ff_otf && format!=ff_otfcid ) first = 13;	/* We give the font an extra char mapped to cr (13) */
 	os2->firstcharindex = first;
 	os2->lastcharindex = last;
 	OS2FigureCodePages(sf, os2->ulCodePage);


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fontforge/FC-5/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 Oct 2006 19:00:02 -0000	1.9
+++ .cvsignore	25 Nov 2006 11:24:16 -0000	1.10
@@ -1,2 +1,2 @@
-fontforge_full-20061019.tar.bz2
 fontforge_htdocs-20061014.tar.bz2
+fontforge_full-20061025.tar.bz2


Index: fontforge.spec
===================================================================
RCS file: /cvs/extras/rpms/fontforge/FC-5/fontforge.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- fontforge.spec	20 Oct 2006 19:00:02 -0000	1.18
+++ fontforge.spec	25 Nov 2006 11:24:16 -0000	1.19
@@ -2,7 +2,7 @@
 %define gettext_package FontForge
 
 Name:           fontforge
-Version:        20061019
+Version:        20061025
 Release:        1%{?dist}
 Summary:        Outline and bitmap font editor
 
@@ -12,6 +12,7 @@
 Source0:        http://dl.sf.net/fontforge/fontforge_full-%{version}.tar.bz2
 Source1:        fontforge.desktop
 Source2:        http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
+Patch1:         fontforge-20061025-usFirstCharIndex.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       htmlview
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1 -p1 -b .usFirstCharIndex
 
 mkdir htdocs
 tar xjf %{SOURCE2} -C htdocs
@@ -112,6 +114,10 @@
 
 
 %changelog
+* Sat Nov 25 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 20061025-1
+- Update to 20061025
+- Patch to correct usFirstCharIndex (George Williams)
+
 * Fri Oct 20 2006 Kevin Fenzi <kevin at tummy.com> - 20061019-1
 - Update to 20061019
 




More information about the fedora-extras-commits mailing list