This commit is contained in:
parent
3cc54754de
commit
9d9021c5ab
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 29 18:56:15 CET 2008 - mfabian@suse.de
|
||||||
|
|
||||||
|
- bnc#433591: make "Lohit Oriya" the default font for Oriya. See
|
||||||
|
also:
|
||||||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=461155
|
||||||
|
- change /usr/share/doc/fontconfig to /usr/share/doc/packages/fontconfig
|
||||||
|
in the documentation (man-pages and sgml).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 23 13:27:10 CEST 2008 - mfabian@suse.de
|
Tue Sep 23 13:27:10 CEST 2008 - mfabian@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Url: http://fontconfig.org/
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Library for Font Configuration
|
Summary: Library for Font Configuration
|
||||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||||
@ -72,6 +72,7 @@ Patch28: bugzilla-158573-turn-off-hinting-when-embolden.patch
|
|||||||
Patch29: fix-build-for-10.0.patch
|
Patch29: fix-build-for-10.0.patch
|
||||||
Patch30: bugzilla-179457-fix-font-file-names-for-wine.patch
|
Patch30: bugzilla-179457-fix-font-file-names-for-wine.patch
|
||||||
Patch31: bugzilla-246783-do-not-crash-when-config-files-contain-broken-stuff.patch
|
Patch31: bugzilla-246783-do-not-crash-when-config-files-contain-broken-stuff.patch
|
||||||
|
Patch32: usr-share-doc-packages.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -134,6 +135,7 @@ Authors:
|
|||||||
#%patch29 -p1
|
#%patch29 -p1
|
||||||
#%patch30 -p1
|
#%patch30 -p1
|
||||||
%patch31 -p1
|
%patch31 -p1
|
||||||
|
%patch32 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pic \
|
%configure --with-pic \
|
||||||
@ -246,6 +248,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/fontconfig/
|
%{_includedir}/fontconfig/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 29 2008 mfabian@suse.de
|
||||||
|
- bnc#433591: make "Lohit Oriya" the default font for Oriya. See
|
||||||
|
also:
|
||||||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=461155
|
||||||
|
- change /usr/share/doc/fontconfig to /usr/share/doc/packages/fontconfig
|
||||||
|
in the documentation (man-pages and sgml).
|
||||||
* Tue Sep 23 2008 mfabian@suse.de
|
* Tue Sep 23 2008 mfabian@suse.de
|
||||||
- kill "la" files and static libraries *only* for versions >
|
- kill "la" files and static libraries *only* for versions >
|
||||||
openSUSE 11.0.
|
openSUSE 11.0.
|
||||||
@ -456,7 +464,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- update to 2.3.93.20060214:
|
- update to 2.3.93.20060214:
|
||||||
- patch to ignore broken bitmap fonts included upstream.
|
- patch to ignore broken bitmap fonts included upstream.
|
||||||
- memory leaks in error conditon code fixed.
|
- memory leaks in error conditon code fixed.
|
||||||
* Tue Feb 14 2006 mfabian@suse.de
|
* Mon Feb 13 2006 mfabian@suse.de
|
||||||
- Bugzilla #150552: ignore broken bitmap fonts which don't even
|
- Bugzilla #150552: ignore broken bitmap fonts which don't even
|
||||||
have a BDF property FAMILY_NAME.
|
have a BDF property FAMILY_NAME.
|
||||||
* Mon Feb 13 2006 mfabian@suse.de
|
* Mon Feb 13 2006 mfabian@suse.de
|
||||||
@ -602,7 +610,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
add an cheap method to add subdirectories to the list of
|
add an cheap method to add subdirectories to the list of
|
||||||
font directories to avoid having to call the expensive
|
font directories to avoid having to call the expensive
|
||||||
FcInitLoadConfigAndFonts () function.
|
FcInitLoadConfigAndFonts () function.
|
||||||
* Sat Jan 21 2006 mfabian@suse.de
|
* Fri Jan 20 2006 mfabian@suse.de
|
||||||
- add improve-normalization-of-font-path.patch.
|
- add improve-normalization-of-font-path.patch.
|
||||||
* Fri Jan 20 2006 mfabian@suse.de
|
* Fri Jan 20 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060120.
|
- update to 2.3.93.20060120.
|
||||||
@ -780,7 +788,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Sat Aug 20 2005 mfabian@suse.de
|
* Sat Aug 20 2005 mfabian@suse.de
|
||||||
- Bugzilla #105990: switch on embedded bitmaps again during
|
- Bugzilla #105990: switch on embedded bitmaps again during
|
||||||
the installation.
|
the installation.
|
||||||
* Sat Aug 20 2005 mfabian@suse.de
|
* Fri Aug 19 2005 mfabian@suse.de
|
||||||
- Bugzilla #105626: work around the loss of rendering quality
|
- Bugzilla #105626: work around the loss of rendering quality
|
||||||
for the IPA fonts caused by the update to freetype 2.1.10 by
|
for the IPA fonts caused by the update to freetype 2.1.10 by
|
||||||
switching off the hinting for the IPA fonts.
|
switching off the hinting for the IPA fonts.
|
||||||
@ -939,7 +947,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- fix from upstream CVS: (src/fcfreetype.c):
|
- fix from upstream CVS: (src/fcfreetype.c):
|
||||||
* Fixed bug in using available_sizes[i].height which
|
* Fixed bug in using available_sizes[i].height which
|
||||||
is in pixels, not 64ths of a pixel.
|
is in pixels, not 64ths of a pixel.
|
||||||
* Sun Apr 04 2004 mfabian@suse.de
|
* Sat Apr 03 2004 mfabian@suse.de
|
||||||
- Bugzilla #38204 comment #5:
|
- Bugzilla #38204 comment #5:
|
||||||
"Fix some issue in the default alias list": SimSun is a serif
|
"Fix some issue in the default alias list": SimSun is a serif
|
||||||
font, it should not ge in the generics sans-serif list.
|
font, it should not ge in the generics sans-serif list.
|
||||||
@ -1052,7 +1060,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- added FZSongTi to serif, sans-serif and monospace family aliases
|
- added FZSongTi to serif, sans-serif and monospace family aliases
|
||||||
* Wed May 28 2003 mfabian@suse.de
|
* Wed May 28 2003 mfabian@suse.de
|
||||||
- install fc-list and fc-cache man pages.
|
- install fc-list and fc-cache man pages.
|
||||||
* Mon May 19 2003 mfabian@suse.de
|
* Sun May 18 2003 mfabian@suse.de
|
||||||
- fontconfig-ta.orth-cvs.patch: Remove 0b82 and Tamil numbers from
|
- fontconfig-ta.orth-cvs.patch: Remove 0b82 and Tamil numbers from
|
||||||
tamil orthography (from upstream cvs)
|
tamil orthography (from upstream cvs)
|
||||||
- add Tamil fonts to "prefer" aliases
|
- add Tamil fonts to "prefer" aliases
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
<family>Times</family>
|
<family>Times</family>
|
||||||
<family>Khmer OS System</family>
|
<family>Khmer OS System</family>
|
||||||
<family>Lohit Punjabi</family>
|
<family>Lohit Punjabi</family>
|
||||||
|
<family>Lohit Oriya</family>
|
||||||
<family>Pothana2000</family>
|
<family>Pothana2000</family>
|
||||||
<family>TSCu_Times</family>
|
<family>TSCu_Times</family>
|
||||||
<family>BPG Chveulebrivi</family>
|
<family>BPG Chveulebrivi</family>
|
||||||
@ -66,6 +67,7 @@
|
|||||||
<family>Helvetica</family>
|
<family>Helvetica</family>
|
||||||
<family>Khmer OS System</family>
|
<family>Khmer OS System</family>
|
||||||
<family>Lohit Punjabi</family>
|
<family>Lohit Punjabi</family>
|
||||||
|
<family>Lohit Oriya</family>
|
||||||
<family>Pothana2000</family>
|
<family>Pothana2000</family>
|
||||||
<family>TSCu_Paranar</family>
|
<family>TSCu_Paranar</family>
|
||||||
<family>BPG Glaho</family>
|
<family>BPG Glaho</family>
|
||||||
@ -109,6 +111,7 @@
|
|||||||
<family>Terafik</family>
|
<family>Terafik</family>
|
||||||
<family>Khmer OS System</family>
|
<family>Khmer OS System</family>
|
||||||
<family>Lohit Punjabi</family>
|
<family>Lohit Punjabi</family>
|
||||||
|
<family>Lohit Oriya</family>
|
||||||
<family>Pothana2000</family>
|
<family>Pothana2000</family>
|
||||||
<family>TSCu_Paranar</family>
|
<family>TSCu_Paranar</family>
|
||||||
<family>BPG Courier</family>
|
<family>BPG Courier</family>
|
||||||
|
96
usr-share-doc-packages.patch
Normal file
96
usr-share-doc-packages.patch
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
diff -ru fontconfig-2.6.0//fc-cache/fc-cache.1 fontconfig-2.6.0.new//fc-cache/fc-cache.1
|
||||||
|
--- fontconfig-2.6.0//fc-cache/fc-cache.1 2008-05-05 17:13:40.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-cache/fc-cache.1 2008-10-29 19:08:52.000000000 +0100
|
||||||
|
@@ -68,7 +68,7 @@
|
||||||
|
\fBfc-list\fR (1).
|
||||||
|
.PP
|
||||||
|
The fontconfig user's guide, in HTML format:
|
||||||
|
-\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
+\fI/usr/share/doc/packages/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
.SH "AUTHOR"
|
||||||
|
.PP
|
||||||
|
This manual page was written by Keith Packard
|
||||||
|
diff -ru fontconfig-2.6.0//fc-cache/fc-cache.sgml fontconfig-2.6.0.new//fc-cache/fc-cache.sgml
|
||||||
|
--- fontconfig-2.6.0//fc-cache/fc-cache.sgml 2006-09-04 00:37:14.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-cache/fc-cache.sgml 2008-10-29 19:08:59.000000000 +0100
|
||||||
|
@@ -177,7 +177,7 @@
|
||||||
|
<para><command>fc-list</command> (1).</para>
|
||||||
|
|
||||||
|
<para>The fontconfig user's guide, in HTML format:
|
||||||
|
- <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
+ <filename>/usr/share/doc/packages/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
|
||||||
|
</refsect1>
|
||||||
|
<refsect1>
|
||||||
|
diff -ru fontconfig-2.6.0//fc-cat/fc-cat.1 fontconfig-2.6.0.new//fc-cat/fc-cat.1
|
||||||
|
--- fontconfig-2.6.0//fc-cat/fc-cat.1 2008-05-05 17:13:41.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-cat/fc-cat.1 2008-10-29 19:09:20.000000000 +0100
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
\fBfc-cache\fR (1).
|
||||||
|
.PP
|
||||||
|
The fontconfig user's guide, in HTML format:
|
||||||
|
-\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
+\fI/usr/share/doc/packages/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
.SH "AUTHOR"
|
||||||
|
.PP
|
||||||
|
This manual page was written by Patrick Lam <plam@mit.edu>\&.
|
||||||
|
diff -ru fontconfig-2.6.0//fc-cat/fc-cat.sgml fontconfig-2.6.0.new//fc-cat/fc-cat.sgml
|
||||||
|
--- fontconfig-2.6.0//fc-cat/fc-cat.sgml 2006-12-03 00:08:03.000000000 +0100
|
||||||
|
+++ fontconfig-2.6.0.new//fc-cat/fc-cat.sgml 2008-10-29 19:09:08.000000000 +0100
|
||||||
|
@@ -130,7 +130,7 @@
|
||||||
|
<para><command>fc-cache</command> (1).</para>
|
||||||
|
|
||||||
|
<para>The fontconfig user's guide, in HTML format:
|
||||||
|
- <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
+ <filename>/usr/share/doc/packages/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
|
||||||
|
</refsect1>
|
||||||
|
<refsect1>
|
||||||
|
diff -ru fontconfig-2.6.0//fc-list/fc-list.1 fontconfig-2.6.0.new//fc-list/fc-list.1
|
||||||
|
--- fontconfig-2.6.0//fc-list/fc-list.1 2008-05-05 17:13:42.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-list/fc-list.1 2008-10-29 19:06:43.000000000 +0100
|
||||||
|
@@ -54,7 +54,7 @@
|
||||||
|
\fBfc-cache\fR (1).
|
||||||
|
.PP
|
||||||
|
The fontconfig user's guide, in HTML format:
|
||||||
|
-\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
+\fI/usr/share/doc/packages/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
.SH "AUTHOR"
|
||||||
|
.PP
|
||||||
|
This manual page was written by Keith Packard
|
||||||
|
diff -ru fontconfig-2.6.0//fc-list/fc-list.sgml fontconfig-2.6.0.new//fc-list/fc-list.sgml
|
||||||
|
--- fontconfig-2.6.0//fc-list/fc-list.sgml 2006-08-27 23:36:52.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-list/fc-list.sgml 2008-10-29 19:08:27.000000000 +0100
|
||||||
|
@@ -158,7 +158,7 @@
|
||||||
|
<para><command>fc-cache</command> (1).</para>
|
||||||
|
|
||||||
|
<para>The fontconfig user's guide, in HTML format:
|
||||||
|
- <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
+ <filename>/usr/share/doc/packages/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
|
||||||
|
</refsect1>
|
||||||
|
<refsect1>
|
||||||
|
diff -ru fontconfig-2.6.0//fc-match/fc-match.1 fontconfig-2.6.0.new//fc-match/fc-match.1
|
||||||
|
--- fontconfig-2.6.0//fc-match/fc-match.1 2008-05-05 17:13:42.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-match/fc-match.1 2008-10-29 19:07:54.000000000 +0100
|
||||||
|
@@ -45,7 +45,7 @@
|
||||||
|
\fBfc-list\fR (1).
|
||||||
|
.PP
|
||||||
|
The fontconfig user's guide, in HTML format:
|
||||||
|
-\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
+\fI/usr/share/doc/packages/fontconfig/fontconfig-user.html\fR\&.
|
||||||
|
.SH "AUTHOR"
|
||||||
|
.PP
|
||||||
|
This manual page was updated by Patrick Lam <plam@csail.mit.edu>\&.
|
||||||
|
diff -ru fontconfig-2.6.0//fc-match/fc-match.sgml fontconfig-2.6.0.new//fc-match/fc-match.sgml
|
||||||
|
--- fontconfig-2.6.0//fc-match/fc-match.sgml 2006-09-04 00:37:14.000000000 +0200
|
||||||
|
+++ fontconfig-2.6.0.new//fc-match/fc-match.sgml 2008-10-29 19:08:06.000000000 +0100
|
||||||
|
@@ -140,7 +140,7 @@
|
||||||
|
<para><command>fc-list</command> (1).</para>
|
||||||
|
|
||||||
|
<para>The fontconfig user's guide, in HTML format:
|
||||||
|
- <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
+ <filename>/usr/share/doc/packages/fontconfig/fontconfig-user.html</filename>.</para>
|
||||||
|
|
||||||
|
</refsect1>
|
||||||
|
<refsect1>
|
Loading…
x
Reference in New Issue
Block a user