rpms/cjkunifonts/F-10 cjkunifonts.spec,1.22,1.23

2008-12-07 Thread Behdad Esfahbod
Author: behdad

Update of /cvs/pkgs/rpms/cjkunifonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26794

Modified Files:
cjkunifonts.spec 
Log Message:
* Sun Dec  7 2008 Behdad Esfahbod [EMAIL PROTECTED] -
* 0.2.20080216.1-9.3.fc10
- Don't umask before fc-cache.
- Add -f to fc-cache.



Index: cjkunifonts.spec
===
RCS file: /cvs/pkgs/rpms/cjkunifonts/F-10/cjkunifonts.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- cjkunifonts.spec1 Dec 2008 05:23:52 -   1.22
+++ cjkunifonts.spec7 Dec 2008 09:08:43 -   1.23
@@ -9,7 +9,7 @@
 
 Name:cjkunifonts
 Version: 0.2.20080216.1
-Release: 9.2.fc10
+Release: 10.fc10
 Summary: Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming 
and Kai Face
 License: Arphic
 Group:   User Interface/X
@@ -118,30 +118,26 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post uming
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{umingfontdir}
+%{_bindir}/fc-cache -f %{umingfontdir}
 fi
 
 %post ukai
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{ukaifontdir}
+%{_bindir}/fc-cache -f %{ukaifontdir}
 fi
 
 %postun uming
 if [ $1 = 0 ]; then
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{_datadir}/fonts
+%{_bindir}/fc-cache -f %{_datadir}/fonts
 fi
 fi
 
 %postun ukai
 if [ $1 = 0 ]; then
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{_datadir}/fonts
+%{_bindir}/fc-cache -f %{_datadir}/fonts
 fi
 fi
 
@@ -202,6 +198,10 @@
 %{catalogue}/%{name}-ukai
 
 %changelog
+* Sun Dec  7 2008 Behdad Esfahbod [EMAIL PROTECTED] - 0.2.20080216.1-10.fc10
+- Don't umask before fc-cache.
+- Add -f to fc-cache.
+
 * Mon Dec 01 2008 Caius Chance [EMAIL PROTECTED] - 0.2.20080216.1-9.2.fc10
 - Rebuild for Fedora 10.
 

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/cjkunifonts/devel cjkunifonts.spec,1.21,1.22

2008-12-07 Thread Behdad Esfahbod
Author: behdad

Update of /cvs/pkgs/rpms/cjkunifonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27426

Modified Files:
cjkunifonts.spec 
Log Message:
 Sun Dec  7 2008 Behdad Esfahbod [EMAIL PROTECTED] - 0.2.20080216.1-10.fc11
- Don't umask before fc-cache.
- Add -f to fc-cache.



Index: cjkunifonts.spec
===
RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cjkunifonts.spec29 Oct 2008 01:26:52 -  1.21
+++ cjkunifonts.spec7 Dec 2008 09:13:01 -   1.22
@@ -9,7 +9,7 @@
 
 Name:cjkunifonts
 Version: 0.2.20080216.1
-Release: 9.2.fc11
+Release: 10.fc11
 #Release: 9.1%{?dist}
 Summary: Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming 
and Kai Face
 License: Arphic
@@ -119,30 +119,26 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post uming
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{umingfontdir}
+%{_bindir}/fc-cache -f %{umingfontdir}
 fi
 
 %post ukai
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{ukaifontdir}
+%{_bindir}/fc-cache -f %{ukaifontdir}
 fi
 
 %postun uming
 if [ $1 = 0 ]; then
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{_datadir}/fonts
+%{_bindir}/fc-cache -f %{_datadir}/fonts
 fi
 fi
 
 %postun ukai
 if [ $1 = 0 ]; then
-umask 133
 if [ -x %{_bindir}/fc-cache ]; then
-%{_bindir}/fc-cache %{_datadir}/fonts
+%{_bindir}/fc-cache -f %{_datadir}/fonts
 fi
 fi
 
@@ -203,6 +199,10 @@
 %{catalogue}/%{name}-ukai
 
 %changelog
+* Sun Dec  7 2008 Behdad Esfahbod [EMAIL PROTECTED] - 0.2.20080216.1-10.fc11
+- Don't umask before fc-cache.
+- Add -f to fc-cache.
+
 * Wed Oct 29 2008 Caius Chance [EMAIL PROTECTED] - 0.2.20080216.1-9.2.fc11
 - Resolves: rhbz#47 (Reverted to 0.2.20080216.1-4 without conf.avail.)
 

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/terminus-font/F-10 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 terminus-font-console.README.fedora, 1.2, 1.3 terminus-font.spec, 1.7, 1.8

2008-12-07 Thread Hans Ulrich Niedermann
Author: ndim

Update of /cvs/pkgs/rpms/terminus-font/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29699

Modified Files:
.cvsignore sources terminus-font-console.README.fedora 
terminus-font.spec 
Log Message:
* Sun Sep 21 2008 Hans Ulrich Niedermann [EMAIL PROTECTED] - 4.28-1
- Update to upstream's 4.28 release.
- Add -dv1, -ge1, -ij1 patches for more general appeal in cyrillic world.
- Add notes for framebuffer console to terminus-font-console.README.fedora.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  17 May 2008 22:27:17 -  1.3
+++ .cvsignore  7 Dec 2008 12:54:05 -   1.4
@@ -1 +1,4 @@
-terminus-font-4.26.tar.gz
+terminus-font-4.28.tar.gz
+terminus-font-4.28-dv1.diff.gz
+terminus-font-4.28-ge1.diff.gz
+terminus-font-4.28-ij1.diff.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 17 May 2008 22:27:17 -  1.3
+++ sources 7 Dec 2008 12:54:05 -   1.4
@@ -1 +1,4 @@
-a0352316f3b983ddc670b25ab166094e  terminus-font-4.26.tar.gz
+15bf2f17b625312383fd9dae0925a17e  terminus-font-4.28.tar.gz
+74e2db5288065403a58c28672590c1cd  terminus-font-4.28-dv1.diff.gz
+7815830460294d79d8508199499e1408  terminus-font-4.28-ge1.diff.gz
+54ea26d7671d57d611ee4229f000fc10  terminus-font-4.28-ij1.diff.gz


Index: terminus-font-console.README.fedora
===
RCS file: 
/cvs/pkgs/rpms/terminus-font/F-10/terminus-font-console.README.fedora,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- terminus-font-console.README.fedora 17 May 2008 23:01:20 -  1.2
+++ terminus-font-console.README.fedora 7 Dec 2008 12:54:05 -   1.3
@@ -10,12 +10,14 @@
 
   /lib/kbd/consolefonts/README.terminus
 
- * You can manually change the font for the Linux VGA textmode console
-   by running something like
+ * You can manually change the font for the Linux VGA textmode or
+   framebuffer console by running something like
 
   /bin/setfont /lib/kbd/consolefonts/ter-u16b.psf.gz
 
-   TBD: How to do that on a Linux framebuffer console?
+   Note that using a font of a different font size will change the
+   $COLUMNS and $LINES of the terminal together with the changed
+   font size.
 
  * To make the above setting permanent, adapt the file
 


Index: terminus-font.spec
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-10/terminus-font.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- terminus-font.spec  17 May 2008 23:01:20 -  1.7
+++ terminus-font.spec  7 Dec 2008 12:54:05 -   1.8
@@ -1,16 +1,19 @@
 Name:   terminus-font
-Version:4.26
-Release:2%{?dist}
+Version:4.28
+Release:1%{?dist}
 Summary:Clean fixed width font
 BuildArch:  noarch
 
 Group:  User Interface/X
 License:GPLv2+
-URL:http://www.is-vn.bg/hamster/jimmy-en.html
+URL:http://www.is-vn.bg/hamster/
 Source0:http://www.is-vn.bg/hamster/%{name}-%{version}.tar.gz
 Source10:   terminus-font-console.README.fedora
 Source20:   terminus-font-x11.README.fedora
 Source21:   terminus-font-x11.Xresources.example
+Patch11:http://www.is-vn.bg/hamster/%{name}-%{version}-dv1.diff.gz
+Patch12:http://www.is-vn.bg/hamster/%{name}-%{version}-ge1.diff.gz
+Patch13:http://www.is-vn.bg/hamster/%{name}-%{version}-ij1.diff.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
 BuildRequires:  /usr/bin/bdftopcf
@@ -34,12 +37,10 @@
 The Terminus Font is designed for long (8 and more hours per day)
 work with computers.
 
-Version 4.26 contains 752 characters, covering code pages
-ISO8859-1/2/5/7/9/13/15/16, IBM-437/852/855/866, KOI8-R/U/E/F,
-Windows-1250/1251/1252/1253/1254/1257, Paratype-PT154/PT254,
-Bulgarian-MIK, Macintosh-Ukrainian, Esperanto and many others
-(a total of about 115 language sets). Also included are the
-IBM VGA, vt100 and xterm pseudographic characters.
+Version 4.28 contains 825 characters, covers about 120 language
+sets and supports ISO8859-1/2/5/7/9/13/15/16, Paratype-PT154/PT254,
+KOI8-R/U/E/F, Esperanto, many IBM, Windows and Macintosh code pages,
+as well as the IBM VGA, vt100 and xterm pseudographic characters.
 
 The sizes present are 6x12, 8x14, 8x16, 10x20, 12x24, 14x28
 and 16x32. The styles are normal and bold (except for 6x12),
@@ -105,6 +106,9 @@
 
 %prep
 %setup -q
+%patch11 -p0 -b .dv1
+%patch12 -p0 -b .ge1
+%patch13 -p0 -b .ij1
 
 
 %build
@@ -551,6 +555,11 @@
 
 
 %changelog
+* Sun Sep 21 2008 Hans 

rpms/terminus-font/F-9 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 terminus-font-console.README.fedora, 1.1, 1.2 terminus-font.spec, 1.6, 1.7

2008-12-07 Thread Hans Ulrich Niedermann
Author: ndim

Update of /cvs/pkgs/rpms/terminus-font/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29721

Modified Files:
.cvsignore sources terminus-font-console.README.fedora 
terminus-font.spec 
Log Message:
* Sun Sep 21 2008 Hans Ulrich Niedermann [EMAIL PROTECTED] - 4.28-1
- Update to upstream's 4.28 release.
- Add -dv1, -ge1, -ij1 patches for more general appeal in cyrillic world.
- Add notes for framebuffer console to terminus-font-console.README.fedora.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  1 May 2008 15:37:26 -   1.3
+++ .cvsignore  7 Dec 2008 12:54:07 -   1.4
@@ -1 +1,4 @@
-terminus-font-4.26.tar.gz
+terminus-font-4.28.tar.gz
+terminus-font-4.28-dv1.diff.gz
+terminus-font-4.28-ge1.diff.gz
+terminus-font-4.28-ij1.diff.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 1 May 2008 15:37:26 -   1.3
+++ sources 7 Dec 2008 12:54:07 -   1.4
@@ -1 +1,4 @@
-a0352316f3b983ddc670b25ab166094e  terminus-font-4.26.tar.gz
+15bf2f17b625312383fd9dae0925a17e  terminus-font-4.28.tar.gz
+74e2db5288065403a58c28672590c1cd  terminus-font-4.28-dv1.diff.gz
+7815830460294d79d8508199499e1408  terminus-font-4.28-ge1.diff.gz
+54ea26d7671d57d611ee4229f000fc10  terminus-font-4.28-ij1.diff.gz


Index: terminus-font-console.README.fedora
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-9/terminus-font-console.README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- terminus-font-console.README.fedora 5 Sep 2006 08:56:26 -   1.1
+++ terminus-font-console.README.fedora 7 Dec 2008 12:54:07 -   1.2
@@ -5,11 +5,23 @@
 The console package just dumps the font files in the directory where
 the other console fonts are and does not do any setting up (for now).
 
-You can manually change the font for the Linux VGA textmode console
-by running something like
+ * The difference between all those ter-.psf.gz files is
+   explained in the file
 
-   /bin/setfont /lib/kbd/consolefonts/ter-u16b.psf.gz
+  /lib/kbd/consolefonts/README.terminus
+
+ * You can manually change the font for the Linux VGA textmode or
+   framebuffer console by running something like
+
+  /bin/setfont /lib/kbd/consolefonts/ter-u16b.psf.gz
+
+   Note that using a font of a different font size will change the
+   $COLUMNS and $LINES of the terminal together with the changed
+   font size.
+
+ * To make the above setting permanent, adapt the file
+
+  /etc/sysconfig/i18n
+
+   to set SYSFONT=ter-u16b.
 
-TBD: How to do that on a Linux framebuffer console?
-TBD: How to make those settings permanent?
-TBD: What is the difference between all those ter-.psf.gz files?


Index: terminus-font.spec
===
RCS file: /cvs/pkgs/rpms/terminus-font/F-9/terminus-font.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- terminus-font.spec  1 May 2008 15:37:26 -   1.6
+++ terminus-font.spec  7 Dec 2008 12:54:07 -   1.7
@@ -1,16 +1,19 @@
 Name:   terminus-font
-Version:4.26
+Version:4.28
 Release:1%{?dist}
 Summary:Clean fixed width font
 BuildArch:  noarch
 
 Group:  User Interface/X
 License:GPLv2+
-URL:http://www.is-vn.bg/hamster/jimmy-en.html
+URL:http://www.is-vn.bg/hamster/
 Source0:http://www.is-vn.bg/hamster/%{name}-%{version}.tar.gz
 Source10:   terminus-font-console.README.fedora
 Source20:   terminus-font-x11.README.fedora
 Source21:   terminus-font-x11.Xresources.example
+Patch11:http://www.is-vn.bg/hamster/%{name}-%{version}-dv1.diff.gz
+Patch12:http://www.is-vn.bg/hamster/%{name}-%{version}-ge1.diff.gz
+Patch13:http://www.is-vn.bg/hamster/%{name}-%{version}-ij1.diff.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
 BuildRequires:  /usr/bin/bdftopcf
@@ -34,12 +37,10 @@
 The Terminus Font is designed for long (8 and more hours per day)
 work with computers.
 
-Version 4.26 contains 752 characters, covering code pages
-ISO8859-1/2/5/7/9/13/15/16, IBM-437/852/855/866, KOI8-R/U/E/F,
-Windows-1250/1251/1252/1253/1254/1257, Paratype-PT154/PT254,
-Bulgarian-MIK, Macintosh-Ukrainian, Esperanto and many others
-(a total of about 115 language sets). Also included are the
-IBM VGA, vt100 and xterm pseudographic characters.
+Version 4.28 contains 825 characters, covers about 120 language
+sets and supports ISO8859-1/2/5/7/9/13/15/16, Paratype-PT154/PT254,
+KOI8-R/U/E/F, Esperanto, 

[Bug 474045] there is a newer upstream version available (4.28)

2008-12-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=474045





--- Comment #6 from Fedora Update System [EMAIL PROTECTED]  2008-12-07 
08:04:39 EDT ---
terminus-font-4.28-1.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/terminus-font-4.28-1.fc9

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 474045] new upstream version 4.28; use cyrillic non-script characters

2008-12-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=474045


Hans Ulrich Niedermann [EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|there is a newer upstream   |new upstream version 4.28;
   |version available (4.28)|use cyrillic non-script
   ||characters




-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/terminus-font/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 terminus-font-console.README.fedora, 1.2, 1.3 terminus-font.spec, 1.7, 1.8

2008-12-07 Thread Hans Ulrich Niedermann
Author: ndim

Update of /cvs/pkgs/rpms/terminus-font/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29104

Modified Files:
.cvsignore sources terminus-font-console.README.fedora 
terminus-font.spec 
Log Message:
* Sun Sep 21 2008 Hans Ulrich Niedermann [EMAIL PROTECTED] - 4.28-1
- Update to upstream's 4.28 release.
- Add -dv1, -ge1, -ij1 patches for more general appeal in cyrillic world.
- Add notes for framebuffer console to terminus-font-console.README.fedora.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/terminus-font/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  17 May 2008 22:27:17 -  1.3
+++ .cvsignore  7 Dec 2008 12:48:56 -   1.4
@@ -1 +1,4 @@
-terminus-font-4.26.tar.gz
+terminus-font-4.28.tar.gz
+terminus-font-4.28-dv1.diff.gz
+terminus-font-4.28-ge1.diff.gz
+terminus-font-4.28-ij1.diff.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/terminus-font/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 17 May 2008 22:27:17 -  1.3
+++ sources 7 Dec 2008 12:48:57 -   1.4
@@ -1 +1,4 @@
-a0352316f3b983ddc670b25ab166094e  terminus-font-4.26.tar.gz
+15bf2f17b625312383fd9dae0925a17e  terminus-font-4.28.tar.gz
+74e2db5288065403a58c28672590c1cd  terminus-font-4.28-dv1.diff.gz
+7815830460294d79d8508199499e1408  terminus-font-4.28-ge1.diff.gz
+54ea26d7671d57d611ee4229f000fc10  terminus-font-4.28-ij1.diff.gz


Index: terminus-font-console.README.fedora
===
RCS file: 
/cvs/pkgs/rpms/terminus-font/devel/terminus-font-console.README.fedora,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- terminus-font-console.README.fedora 17 May 2008 23:01:20 -  1.2
+++ terminus-font-console.README.fedora 7 Dec 2008 12:48:57 -   1.3
@@ -10,12 +10,14 @@
 
   /lib/kbd/consolefonts/README.terminus
 
- * You can manually change the font for the Linux VGA textmode console
-   by running something like
+ * You can manually change the font for the Linux VGA textmode or
+   framebuffer console by running something like
 
   /bin/setfont /lib/kbd/consolefonts/ter-u16b.psf.gz
 
-   TBD: How to do that on a Linux framebuffer console?
+   Note that using a font of a different font size will change the
+   $COLUMNS and $LINES of the terminal together with the changed
+   font size.
 
  * To make the above setting permanent, adapt the file
 


Index: terminus-font.spec
===
RCS file: /cvs/pkgs/rpms/terminus-font/devel/terminus-font.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- terminus-font.spec  17 May 2008 23:01:20 -  1.7
+++ terminus-font.spec  7 Dec 2008 12:48:57 -   1.8
@@ -1,16 +1,19 @@
 Name:   terminus-font
-Version:4.26
-Release:2%{?dist}
+Version:4.28
+Release:1%{?dist}
 Summary:Clean fixed width font
 BuildArch:  noarch
 
 Group:  User Interface/X
 License:GPLv2+
-URL:http://www.is-vn.bg/hamster/jimmy-en.html
+URL:http://www.is-vn.bg/hamster/
 Source0:http://www.is-vn.bg/hamster/%{name}-%{version}.tar.gz
 Source10:   terminus-font-console.README.fedora
 Source20:   terminus-font-x11.README.fedora
 Source21:   terminus-font-x11.Xresources.example
+Patch11:http://www.is-vn.bg/hamster/%{name}-%{version}-dv1.diff.gz
+Patch12:http://www.is-vn.bg/hamster/%{name}-%{version}-ge1.diff.gz
+Patch13:http://www.is-vn.bg/hamster/%{name}-%{version}-ij1.diff.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
 BuildRequires:  /usr/bin/bdftopcf
@@ -34,12 +37,10 @@
 The Terminus Font is designed for long (8 and more hours per day)
 work with computers.
 
-Version 4.26 contains 752 characters, covering code pages
-ISO8859-1/2/5/7/9/13/15/16, IBM-437/852/855/866, KOI8-R/U/E/F,
-Windows-1250/1251/1252/1253/1254/1257, Paratype-PT154/PT254,
-Bulgarian-MIK, Macintosh-Ukrainian, Esperanto and many others
-(a total of about 115 language sets). Also included are the
-IBM VGA, vt100 and xterm pseudographic characters.
+Version 4.28 contains 825 characters, covers about 120 language
+sets and supports ISO8859-1/2/5/7/9/13/15/16, Paratype-PT154/PT254,
+KOI8-R/U/E/F, Esperanto, many IBM, Windows and Macintosh code pages,
+as well as the IBM VGA, vt100 and xterm pseudographic characters.
 
 The sizes present are 6x12, 8x14, 8x16, 10x20, 12x24, 14x28
 and 16x32. The styles are normal and bold (except for 6x12),
@@ -105,6 +106,9 @@
 
 %prep
 %setup -q
+%patch11 -p0 -b .dv1
+%patch12 -p0 -b .ge1
+%patch13 -p0 -b .ij1
 
 
 %build
@@ -551,6 +555,11 @@
 
 
 %changelog
+* Sun Sep 21 2008 

[Bug 18928] New: RFE: add a gfx preview to font packages

2008-12-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18928

   Summary: RFE: add a gfx preview to font packages
   Product: PackageKit
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: General
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: fedora-fonts-bugs-list@redhat.com


The best way for a user to select a font is to show it to him.

For this reason font sites commonly provide bitmap preview images or so-called
specimen files (typically in PDF form) that showcase the font capabilities.
http://gonzo.uni-weimar.de/~gerner/fonts/YanoneKaffeesatz.pdf
http://www.ascendercorp.com/pdf/Droid_fonts.pdf

Packagekit should do the same.

The image should be a pangram
http://en.wikipedia.org/wiki/List_of_pangrams

in the main unicode blocks the font supports

The specimen may include unicode coverage info, glyph table, etc

For more info ask on fedora-fonts-list at redhat.com


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 18928] RFE: add a gfx preview to font packages

2008-12-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18928





--- Comment #1 from Nicolas Mailhot [EMAIL PROTECTED]  2008-12-07 11:53:48 
PST ---
Thinking about it some more a complete glyph table is probably too much, and a
bitmap preview won't work too well depending on the target system dpi, to the
best thing is probably a pdf with the embedded glyphs necessary for a few
pangrams, and a list of unicode blocks/scripts with complete coverage

Eugeniy Meshcheryakov has a written a little tool to generate complete PDF
glyphs tables with embedded fonts, it can probably serve as inspiration to do
the same for pangrams

http://sourceforge.net/projects/fntsample


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/freetype/F-9 freetype-autohinter-ligature.patch, NONE, 1.1 freetype.spec, 1.62, 1.63

2008-12-07 Thread Kevin Kofler
Author: kkofler

Update of /cvs/pkgs/rpms/freetype/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12224/F-9

Modified Files:
freetype.spec 
Added Files:
freetype-autohinter-ligature.patch 
Log Message:
* Sun Dec 07 2008 Kevin Kofler [EMAIL PROTECTED] 2.3.5-7
- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (#368561)

freetype-autohinter-ligature.patch:

--- NEW FILE freetype-autohinter-ligature.patch ---
Index: src/autofit/aflatin.c
===
RCS file: /cvsroot/freetype/freetype2/src/autofit/aflatin.c,v
retrieving revision 1.65
diff -u -p -d -r1.65 aflatin.c
--- src/autofit/aflatin.c   7 Jul 2007 07:30:39 -   1.65
+++ src/autofit/aflatin.c   5 Dec 2008 21:15:46 -
@@ -2144,6 +2144,7 @@
 { 0x20A0, 0x20CF },  /* Currency Symbols */
 { 0x2150, 0x218F },  /* Number Forms */
 { 0x2460, 0x24FF },  /* Enclosed Alphanumerics */
+{ 0xFB00, 0xFB06 },  /* Latin Ligatures */
 { 0 , 0  }
   };
 


Index: freetype.spec
===
RCS file: /cvs/pkgs/rpms/freetype/F-9/freetype.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- freetype.spec   17 Jun 2008 04:08:56 -  1.62
+++ freetype.spec   7 Dec 2008 23:57:04 -   1.63
@@ -9,7 +9,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.3.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD/GPL dual license
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -32,8 +32,8 @@
 Patch89:  freetype-2.2.1-memcpy-fix.patch
 
 # Upstream patches
-
 Patch90:  freetype-2.3.5-CVEs.patch
+Patch101: freetype-autohinter-ligature.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -96,6 +96,7 @@
 %patch89 -p1 -b .memcpy
 
 %patch90 -p1 -b .CVEs
+%patch101 -p0 -b .autohinter-ligature
 
 %build
 
@@ -212,6 +213,9 @@
 %{_libdir}/pkgconfig/
 
 %changelog
+* Sun Dec 07 2008 Kevin Kofler [EMAIL PROTECTED] 2.3.5-7
+- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (#368561)
+
 * Tue Jun 17 2008 Behdad Esfahbod [EMAIL PROTECTED] 2.3.5-6
 - Add freetype-2.3.5-CVEs.patch
 - Resolves: #451213

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 368561] ligature-related font rendering bug with 'ff' and 'fi'

2008-12-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=368561





--- Comment #56 from Fedora Update System [EMAIL PROTECTED]  2008-12-07 
19:34:36 EDT ---
freetype-2.3.5-5.fc8 has been submitted as an update for Fedora 8.
http://admin.fedoraproject.org/updates/freetype-2.3.5-5.fc8

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 474522] Incorrect cent sign glyph (U+00A2) in Sans and Mono style in Liberation fonts

2008-12-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=474522


Caius CHANCE [EMAIL PROTECTED] changed:

   What|Removed |Added

   Flag||needinfo?([EMAIL PROTECTED]
   ||.com)




-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 473552] Fix dejavu-* dependencies

2008-12-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=473552





--- Comment #1 from Balint Cristian [EMAIL PROTECTED]  2008-12-08 01:25:50 
EDT ---
  For now scons is broken in -devel, however
CVS was commited with a bug fix.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list