This commit is contained in:
parent
ed51f8026d
commit
757026a80f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:59:34 CET 2009 - mfabian@suse.de
|
||||
|
||||
- bnc#466068: insert "VL Gothic" in the preference lists between
|
||||
"IPA Gothic" and "Sazanami Gothic".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fontconfig (Version 2.6.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -35,7 +35,7 @@ Obsoletes: fontconfig-64bit
|
||||
%endif
|
||||
Requires: bash
|
||||
Version: 2.6.0
|
||||
Release: 8
|
||||
Release: 9
|
||||
Summary: Library for Font Configuration
|
||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||
@ -258,6 +258,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/fontconfig/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 26 2009 mfabian@suse.de
|
||||
- bnc#466068: insert "VL Gothic" in the preference lists between
|
||||
"IPA Gothic" and "Sazanami Gothic".
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
|
@ -80,6 +80,8 @@
|
||||
<family>HGGothicB</family>
|
||||
<family>IPAPGothic</family>
|
||||
<family>IPAGothic</family>
|
||||
<family>VL PGothic</family>
|
||||
<family>VL Gothic</family>
|
||||
<family>Sazanami Gothic</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>CMEXSong</family>
|
||||
@ -119,6 +121,7 @@
|
||||
<family>MS Gothic</family>
|
||||
<family>HGGothicB</family>
|
||||
<family>IPAGothic</family>
|
||||
<family>VL Gothic</family>
|
||||
<family>Sazanami Gothic</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>CMEXSong</family>
|
||||
|
Loading…
Reference in New Issue
Block a user