rpms/cjkuni-fonts/devel CIDFnmap.zh_CN, NONE, 1.1 CIDFnmap.zh_TW, NONE, 1.1 FAPIcidfmap.zh_CN, NONE, 1.1 FAPIcidfmap.zh_TW, NONE, 1.1 cidfmap.zh_CN, NONE, 1.1 cidfmap.zh_TW, NONE, 1.1 cjkuni-fonts.spec, NONE, 1.1 cjkunifonts-0.2.20080216.1-2.patch, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caius Chance cchance at fedoraproject.org
Wed Jan 21 03:38:12 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/cjkuni-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28457/devel

Modified Files:
	.cvsignore sources 
Added Files:
	CIDFnmap.zh_CN CIDFnmap.zh_TW FAPIcidfmap.zh_CN 
	FAPIcidfmap.zh_TW cidfmap.zh_CN cidfmap.zh_TW 
	cjkuni-fonts.spec cjkunifonts-0.2.20080216.1-2.patch 
	import.log 
Log Message:
renamed from cjkunifonts



--- NEW FILE CIDFnmap.zh_CN ---
%!
% Copyright (C) 2001 Taiji Yamada and gs-cjk project
%
% This file is part of GNU Ghostscript.
% 
% GNU Ghostscript is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
% to anyone for the consequences of using it or for whether it serves any
% particular purpose or works at all, unless he says so in writing. Refer
% to the GNU General Public License for full details.
% 
% Everyone is granted permission to copy, modify and redistribute GNU
% Ghostscript, but only under the conditions described in the GNU General
% Public License.  A copy of this license is supposed to have been given
% to you along with GNU Ghostscript so you can know your rights and
% responsibilities.  It should be in a file named COPYING.  Among other
% things, the copyright notice and this notice must be preserved on all
% copies.

% $Id: CIDFnmap.zh_CN,v 1.2 2003/05/23 04:42:46 llch Exp $
% CID fontmap for the Arphic trutype fonts

% See ftp://ftp.gnu.org/pub/non-gnu/chinese-fonts-truetype/LICENSE
% for license information regarding these fonts.

% Adobe-GB1

/BousungEG-Light-GB	(/usr/share/fonts/cjkunifonts-uming/uming.ttf)	;
/GBZenKai-Medium	(/usr/share/fonts/cjkunifonts-ukai/ukai.ttf)	;

/Adobe-GB1		/BousungEG-Light-GB	;
/MSungGBK-Light		/BousungEG-Light-GB	;


--- NEW FILE CIDFnmap.zh_TW ---
%!
% Copyright (C) 2001 Taiji Yamada and gs-cjk project
%
% This file is part of GNU Ghostscript.
% 
% GNU Ghostscript is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
% to anyone for the consequences of using it or for whether it serves any
% particular purpose or works at all, unless he says so in writing. Refer
% to the GNU General Public License for full details.
% 
% Everyone is granted permission to copy, modify and redistribute GNU
% Ghostscript, but only under the conditions described in the GNU General
% Public License.  A copy of this license is supposed to have been given
% to you along with GNU Ghostscript so you can know your rights and
% responsibilities.  It should be in a file named COPYING.  Among other
% things, the copyright notice and this notice must be preserved on all
% copies.

% $Id: CIDFnmap.zh_TW,v 1.1 2003/03/31 15:44:38 tagoh Exp $
% CID fontmap for the Arphic trutype fonts

% See ftp://ftp.gnu.org/pub/non-gnu/chinese-fonts-truetype/LICENSE
% for license information regarding these fonts.

% Adobe-CNS1

/ZenKai-Medium		(/usr/share/fonts/cjkunifonts-ukai/ukai.ttf)	;
/ShanHeiSun-Light	(/usr/share/fonts/cjkunifonts-uming/uming.ttf)	;

/Adobe-CNS1		/ShanHeiSun-Light	;



--- NEW FILE FAPIcidfmap.zh_CN ---
%!
% The map is a set of records like this :
%
%  /CIDfont_name options_dict ;
%
% where options_dict is a dictionary with the following entries :
%
% Key         Type      Description
% Path        string    Absolute path to font file, or relative path to font file from
%                       the GS_EXTFONTPATH value.
% CIDFontType integer   PostScript type for this CID font. Only 0 is currently allowed.
%                       Note that this is unrelated to the real type of the font file -
%                       the bridge will perform format conversion.
% FAPI        name      Name of the renderer to be used with the font. /AgfaUFST and
%                       /FreeType is now allowed -- depends on which options Ghostscript
%                       was built with.
% SubfontId   integer   (optional) Index of the font in font collection, such as FCO or TTC.
%                       It is being ignored if /Path doesn't specify a collection.
% CSI         array     Must have strongly 2 elements.
%                       The first element of the array specifies Ordering of CIDSystemInfo.
%                       The second element specifies Supplement of CIDSystemInfo.
%
% Use regular Postscript syntax.
%
/BousungEG-Light-GB	<< /Path (/usr/share/fonts/cjkunifonts-uming/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;
/GBZenKai-Medium	<< /Path (/usr/share/fonts/cjkunifonts-ukai/ukai.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;
%
/MSungGBK-Light		<< /Path (/usr/share/fonts/cjkunifonts-uming/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;
/Adobe-GB1		<< /Path (/usr/share/fonts/cjkunifonts-uming/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;


--- NEW FILE FAPIcidfmap.zh_TW ---
%!
% The map is a set of records like this :
%
%  /CIDfont_name options_dict ;
%
% where options_dict is a dictionary with the following entries :
%
% Key         Type      Description
% Path        string    Absolute path to font file, or relative path to font file from
%                       the GS_EXTFONTPATH value.
% CIDFontType integer   PostScript type for this CID font. Only 0 is currently allowed.
%                       Note that this is unrelated to the real type of the font file -
%                       the bridge will perform format conversion.
% FAPI        name      Name of the renderer to be used with the font. /AgfaUFST and
%                       /FreeType is now allowed -- depends on which options Ghostscript
%                       was built with.
% SubfontId   integer   (optional) Index of the font in font collection, such as FCO or TTC.
%                       It is being ignored if /Path doesn't specify a collection.
% CSI         array     Must have strongly 2 elements.
%                       The first element of the array specifies Ordering of CIDSystemInfo.
%                       The second element specifies Supplement of CIDSystemInfo.
%
% Use regular Postscript syntax.
%
/ZenKai-Medium		<< /Path (/usr/share/fonts/chinese/cjkunifonts-ukai/ukai.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(CNS1) 4] >> ;
/ShanHeiSun-Light	<< /Path (/usr/share/fonts/chinese/cjkunifonts-uming/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(CNS1) 4] >> ;
%
/Adobe-CNS1		<< /Path (/usr/share/fonts/chinese/cjkunifonts-uming/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(CNS1) 4] >> ;


--- NEW FILE cidfmap.zh_CN ---
/BousungEG-Light-GB	<< /FileType /TrueType /Path (/usr/share/fonts/cjkunifonts-uming/uming.ttf) /CSI [(GB1) 4] >> ;
/GBZenKai-Medium	<< /FileType /TrueType /Path (/usr/share/fonts/cjkunifonts-ukai/ukai.ttf) /CSI [(GB1) 4] >> ;
/MSungGBK-Light		/BousungEG-Light-GB ;
/Adobe-GB1		/BousungEG-Light-GB ;



--- NEW FILE cidfmap.zh_TW ---
/ZenKai-Medium		<< /FileType /TrueType /Path (/usr/share/fonts/cjkunifonts-ukai/ukai.ttf) /CSI [(CNS1) 4] >> ;
/ShanHeiSun-Light	<< /FileType /TrueType /Path (/usr/share/fonts/cjkunifonts-uming/uming.ttf) /CSI [(CNS1) 4] >> ;
/Adobe-CNS1		/ShanHeiSun-Light ;



--- NEW FILE cjkuni-fonts.spec ---
%define fontname cjkuni
%define common_desc \
CJK Unifonts are Unicode TrueType fonts derived from original fonts made \
available by Arphic Technology under "Arphic Public License" and extended by \
the CJK Unifonts project.

%define gsdir           %{_datadir}/ghostscript/conf.d
%define catalogue       %{_sysconfdir}/X11/fontpath.d

%define umingbuilddir   %{name}-uming-%{version}
%define ukaibuilddir    %{name}-ukai-%{version}

Name:        %{fontname}-fonts
Version:     0.2.20080216.1
Release:     16%{?dist}
Summary:     Chinese Unicode TrueType fonts in Ming and Kai face.
License:     Arphic
Group:       User Interface/X
URL:         http://www.freedesktop.org/wiki/Software/CJKUnifonts

Source1:    http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_%{version}.orig.tar.gz
Source2:    http://ftp.debian.org/debian/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_%{version}.orig.tar.gz
Source3:    FAPIcidfmap.zh_TW
Source4:    FAPIcidfmap.zh_CN
Source5:    cidfmap.zh_TW
Source6:    cidfmap.zh_CN
Source7:    CIDFnmap.zh_TW
Source8:    CIDFnmap.zh_CN
Patch1:     cjkunifonts-0.2.20080216.1-2.patch

BuildRoot:        %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:        noarch
BuildRequires:    fontpackages-devel >= 1.13, xorg-x11-font-utils, ttmkfdir

%description
%common_desc

%package -n %{fontname}-uming-fonts
Summary:      Chinese Unicode TrueType font in Ming face.
Group:        User Interface/X
Requires:     %{fontname}-fonts-common = %{version}-%{release}
Conflicts:    fonts-chinese <= 3.03-9.fc8
Obsoletes:    fonts-chinese < 3.03-13
Obsoletes:    ttfonts-zh_CN <= 2.14-10, ttfonts-zh_TW <= 2.11-28
Obsoletes:    %{name}-uming < 0.2.20080216.1-16

%description -n %{fontname}-uming-fonts
%common_desc

CJK Unifonts in Ming face.

%_font_pkg -n uming -f *-ttf-arphic-uming*.conf uming.ttc

# remaining uming files
%doc ../%{umingbuilddir}/license
%doc ../%{umingbuilddir}/CONTRIBUTERS
%doc ../%{umingbuilddir}/Font_Comparison_ShanHeiSun_UMing.odt
%doc ../%{umingbuilddir}/Font_Comparison_ShanHeiSun_UMing.pdf
%doc ../%{umingbuilddir}/FONTLOG
%doc ../%{umingbuilddir}/INSTALL
%doc ../%{umingbuilddir}/KNOWN_ISSUES
%doc ../%{umingbuilddir}/NEWS
%doc ../%{umingbuilddir}/README
%doc ../%{umingbuilddir}/TODO

%package -n %{fontname}-ukai-fonts
Summary:      Chinese Unicode TrueType font in Kai face.
Group:        User Interface/X
Requires:     %{fontname}-fonts-common = %{version}-%{release}
Conflicts:    fonts-chinese <= 3.03-9.fc8
Obsoletes:    fonts-chinese < 3.03-13
Obsoletes:    ttfonts-zh_CN <= 2.14-10, ttfonts-zh_TW <= 2.11-28
Obsoletes:    %{name}-ukai < 0.2.20080216.1-16

%description -n %{fontname}-ukai-fonts
%common_desc

CJK Unifonts in Kai face.

%_font_pkg -n ukai -f *-ttf-arphic-ukai*.conf ukai.ttc

# remaining ukai files
%doc ../%{ukaibuilddir}/license
%doc ../%{ukaibuilddir}/CONTRIBUTERS
%doc ../%{ukaibuilddir}/Font_Comparison_ZenKai_UKai.odt
%doc ../%{ukaibuilddir}/Font_Comparison_ZenKai_UKai.pdf
%doc ../%{ukaibuilddir}/FONTLOG
%doc ../%{ukaibuilddir}/INSTALL
%doc ../%{ukaibuilddir}/KNOWN_ISSUES
%doc ../%{ukaibuilddir}/NEWS
%doc ../%{ukaibuilddir}/README
%doc ../%{ukaibuilddir}/TODO

%package -n %{fontname}-fonts-common
Summary:      Chinese Unicode TrueType font common files.
Group:        User Interface/X
Requires:     fontpackages-filesystem >= 1.13
Conflicts:    fonts-chinese <= 3.03-9.fc8
Obsoletes:    fonts-chinese < 3.03-13
Obsoletes:    ttfonts-zh_CN <= 2.14-10, ttfonts-zh_TW <= 2.11-28
Obsoletes:    %{name}-common < 0.2.20080216.1-16 

%description -n %{fontname}-fonts-common
%common_desc

CJK Unifonts common files.

%files -n %{fontname}-fonts-common
%defattr(0644,root,root,0755)
%{gsdir}/FAPIcidfmap.zh_TW
%{gsdir}/FAPIcidfmap.zh_CN
%{gsdir}/cidfmap.zh_TW
%{gsdir}/cidfmap.zh_CN
%{gsdir}/CIDFnmap.zh_TW
%{gsdir}/CIDFnmap.zh_CN
%verify(not md5 size mtime) %{_fontdir}/fonts.dir
%verify(not md5 size mtime) %{_fontdir}/fonts.scale
%{catalogue}/%{name}

%package -n %{fontname}-fonts-compat
Summary:      Chinese Unicode TrueType font compatibility files.
Group:        User Interface/X
Requires:     %{fontname}-uming-fonts = %{version}-%{release}
Conflicts:    fonts-chinese <= 3.03-9.fc8
Obsoletes:    fonts-chinese < 3.03-13
Obsoletes:    ttfonts-zh_CN <= 2.14-10, ttfonts-zh_TW <= 2.11-28
Obsoletes:    %{name}-compat < 0.2.20080216.1-16 

%description -n %{fontname}-fonts-compat
%common_desc

CJK Unifonts compatibility files.

%files -n %{fontname}-fonts-compat
%defattr(0644,root,root,0755)
%verify(not md5 size mtime) %{_datadir}/fonts/zh_CN/TrueType/zysong.ttf
%verify(not md5 size mtime) %{_datadir}/fonts/zh_TW/TrueType/bsmi00lp.ttf

%prep
%setup -q -c -T -a1 -n %{umingbuilddir}
%patch1 -p1 -b .1-rhbz466667
%setup -q -c -T -a2 -n %{ukaibuilddir}

%build
%{nil}

%install
%__rm -rf %{buildroot}

# *.ttc(ttf)
%__install -m 0755 -d %{buildroot}%{_fontdir}
%__install -m 0644 ../%{umingbuilddir}/uming.ttc %{buildroot}%{_fontdir}/
%__install -m 0644 ../%{ukaibuilddir}/ukai.ttc %{buildroot}%{_fontdir}/

# fonts.{scale,dir}
%{_bindir}/ttmkfdir -d %{buildroot}%{_fontdir} \
    -o %{buildroot}%{_fontdir}/fonts.scale
%{_bindir}/mkfontdir %{buildroot}%{_fontdir}

# *.conf
%__install -m 0755 -d %{buildroot}%{_fontconfig_templatedir}
%__install -m 0755 -d %{buildroot}%{_fontconfig_confdir}
cd ../%{umingbuilddir}
for fconf in `ls *-ttf-arphic-uming*.conf`
do
    %__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
    %__ln_s %{_fontconfig_templatedir}/$fconf \
        %{buildroot}%{_fontconfig_confdir}/$fconf
done
cd ../%{ukaibuilddir}
for fconf in `ls *-ttf-arphic-ukai*.conf`
do
    %__install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
    %__ln_s %{_fontconfig_templatedir}/$fconf \
        %{buildroot}%{_fontconfig_confdir}/$fconf
done
cd -

# ghostscript
%__install -m 0755 -d %{buildroot}%{gsdir}
%__install -m 0644 %{SOURCE3} %{buildroot}%{gsdir}/
%__install -m 0644 %{SOURCE4} %{buildroot}%{gsdir}/
%__install -m 0644 %{SOURCE5} %{buildroot}%{gsdir}/
%__install -m 0644 %{SOURCE6} %{buildroot}%{gsdir}/
%__install -m 0644 %{SOURCE7} %{buildroot}%{gsdir}/
%__install -m 0644 %{SOURCE8} %{buildroot}%{gsdir}/

# catalogue
%__install -m 0755 -d %{buildroot}%{catalogue}
%__ln_s %{_fontdir} %{buildroot}%{catalogue}/%{name}

# backward compat to obsoleted ttf
%__install -m 0755 -d %{buildroot}%{_datadir}/fonts/zh_CN/TrueType
%__install -m 0755 -d %{buildroot}%{_datadir}/fonts/zh_TW/TrueType
%__ln_s ../../%{name}/uming.ttc \
    %{buildroot}%{_datadir}/fonts/zh_CN/TrueType/zysong.ttf
%__ln_s ../../%{name}/uming.ttc \
    %{buildroot}%{_datadir}/fonts/zh_TW/TrueType/bsmi00lp.ttf

%clean
%__rm -fr %{buildroot}

%changelog
* Mon Jan 19 2009 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-15.fc11
- Resolves: rhbz#477373
- Updated font renaming for post-1.13 fontpackages.

* Mon Jan 19 2009 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-14.fc11
- Resolves: rhbz#477373
- Used _fontdir macro instead of self-definition.
- Created common subpackage for common files.
- Created compat subpackage for uming backward compatibility.
- Refined descriptions.

* Wed Jan 14 2009 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-13.fc11
- Resolves: rhbz#477373
- Included _font_pkg macro to conform new font packaging guidelines.
- Tidy up .spec file.

* Tue Jan 06 2009 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-12.fc11
- Resolves: rhbz#477373 (Converted to new font packaging guidelines.)

* Sun Dec  7 2008 Behdad Esfahbod <besfahbo at redhat.com> - 0.2.20080216.1-10.fc11
- Don't umask before fc-cache.
- Add -f to fc-cache.

* Wed Oct 29 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-9.2.fc11
- Resolves: rhbz#466667 (Reverted to 0.2.20080216.1-4 without conf.avail.)

* Tue Oct 07 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-6.fc10
- Resolves: rhbz#465900 (Symlinks of fontconfig .conf files are inaccurated.)
- Macro'ed all __ln_s.

* Wed Oct 01 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-5.fc10
- Resolves: rhbz#459680 (Unsymlinked 25-ttf-arphic-uming-bitmaps.conf.)

* Tue Sep 30 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-4.fc10
- Resolves: rhbz#459680 (All .conf files are in fonts.avail and soft linked to
  fonts.d.)

* Mon Sep 30 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-3.fc10
- Resolves: rhbz#459680 (repatched)

* Mon Sep 29 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-2.fc10
- Resolves: rhbz#459680 (qt/kde: font antialiasing was disabled by uming 
  fontconfig file.)

* Tue Aug 05 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-1.fc10
- Resolves: rhbz#457868 (Update latest release fro upstream.)

* Mon Jun 30 2008 Caius Chance <cchance at redhat.com> - 0.1.20060928-6.fc10
- Refined obsoletes of fonts-chinese to be more ver-rel specific.

* Mon Jun 30 2008 Caius Chance <cchance at redhat.com> - 0.1.20060928-5.fc10
- Resolved: rhbz#453078 (fonts-chinese is deprecated and should be removed.)

* Fri Aug 31 2007 Jens Petersen <petersen at redhat.com>
- remove superfluous ttfmkdir requires

* Fri Aug 30 2007 Caius Chance <cchance at redhat.com> - 0.1.20060928-4.fc8
- Resolved: rhbz#253813 (New package separated from fonts-chinese)
-- Added requires and buildrequires ttfmkdir.

* Wed Aug 30 2007 Caius Chance <cchance at redhat.com> - 0.1.20060928-3.fc8
- Resolved: rhbz#253813 (New package separated from fonts-chinese)
-- Fixed cidmap directory and package requirements.

* Wed Aug 29 2007 Caius Chance <cchance at redhat.com> - 0.1.20060928-2.fc8
- Resolved: rhbz#253813 (New package separated from fonts-chinese)
-- Moved uming and ukai into sub-packages.
-- Moved fc-cache from post section to install section.
-- Fixed ghostscript directory and backward compatibilities symlinks.
-- Refined .spec literal, license, versioning contents.

* Wed Aug 22 2007 Caius Chance <cchance at redhat.com> - 0.1.20060928-1.fc8
- Resolved: rhbz#253813 (New package separated from fonts-chinese)
-- Review preparation.

cjkunifonts-0.2.20080216.1-2.patch:

--- NEW FILE cjkunifonts-0.2.20080216.1-2.patch ---
diff -up cjkunifonts-uming-0.2.20080216.1/25-ttf-arphic-uming-bitmaps.conf.orig cjkunifonts-uming-0.2.20080216.1/25-ttf-arphic-uming-bitmaps.conf
--- cjkunifonts-uming-0.2.20080216.1/25-ttf-arphic-uming-bitmaps.conf.orig	2008-10-13 12:46:43.000000000 +1000
+++ cjkunifonts-uming-0.2.20080216.1/25-ttf-arphic-uming-bitmaps.conf	2008-10-13 12:47:28.000000000 +1000
@@ -9,21 +9,7 @@
 	  <string>AR PL UMing TW</string>
 	  <string>AR PL UMing TW MBE</string>
 	  </test>
-       	  <edit name="antialias"><bool>false</bool></edit>
     	  <edit name="hinting"><bool>true</bool></edit>
           <edit name="autohint"><bool>false</bool></edit>
 	</match>
-
-	<match target="font">
-	  <test name="family">
-	  <string>AR PL UMing CN</string>
-	  <string>AR PL UMing HK</string>
-	  <string>AR PL UMing TW</string>
-	  <string>AR PL UMing TW MBE</string>
-	  </test>
-      	  <test name="pixelsize" compare="more_eq"><int>17</int></test>
-	  <edit name="antialias" mode="assign"><bool>true</bool></edit>
-	  <edit name="hinting" mode="assign"><bool>true</bool></edit>
-	</match>
-
 </fontconfig>


--- NEW FILE import.log ---
cjkuni-fonts-0_2_20080216_1-16_fc11:HEAD:cjkuni-fonts-0.2.20080216.1-16.fc11.src.rpm:1232479883


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Jan 2009 03:02:14 -0000	1.1
+++ .cvsignore	21 Jan 2009 03:37:41 -0000	1.2
@@ -0,0 +1,2 @@
+ttf-arphic-ukai_0.2.20080216.1.orig.tar.gz
+ttf-arphic-uming_0.2.20080216.1.orig.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Jan 2009 03:02:14 -0000	1.1
+++ sources	21 Jan 2009 03:37:41 -0000	1.2
@@ -0,0 +1,2 @@
+4d3beb55db000bfedd18c9c7d6e631d8  ttf-arphic-ukai_0.2.20080216.1.orig.tar.gz
+d219fcaf953f3eb1889399955a00379f  ttf-arphic-uming_0.2.20080216.1.orig.tar.gz




More information about the fonts-bugs mailing list