[Bug 24613] fc-query can't query face 0

2009-10-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24613





--- Comment #4 from Akira TAGOH ak...@tagoh.org  2009-10-21 23:37:27 PST ---
(In reply to comment #3)
 Indeed, in the pattern you got after modifying that line, you see that charset
 is empty, that is, fontconfig could not recognize any character in the font 
 and
 hence the face is useless.  That's why fontconfig skips it.  Sounds like
 NOTABUG to me.  What kind of font is this?

It's a Japanese bitmap font. so fontconfig is just checking to skip the broken
BDF/PCF fonts highly likely not having any charset detected? I see - I don't
still see there are any useful cases not skipping non-BDF/PCF fonts that has no
charsets though.

However the assumption as described at that comment isn't necessarily true. 
Since it was available before we are moving to Unicode, most BDF/PCF fonts
available in the world should be encoded by none. but just put glyphs with
the glyph IDs for the charset. in fact, it does in this case.

FreeType is (internally) capable to add any CMaps that is used to look up the
glyph ID from the character code though, no exported FT_CMap structure. if
adding the own CMap to transcode Unicode to the charset, it may works as
expected without modifying the application code.  but I guess fontconfig won't
support such fonts so far, because fontconfig and other rendering library
focuses on Unicode only and using the internal APIs doesn't make sense?


-- 
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 24613] fc-query can't query face 0

2009-10-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24613





--- Comment #5 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
00:31:46 PST ---
The correct solution is probably to write a filter that adds the freetype info
to the font files, so they become normal unicody fonts any font libe can use.

Then the fc-query error can be modified to just point people to this filter.

I don't think Fedora should ship fonts that can not be used in fontconfig at
this stage. If they can't be fixed easily, I'd say just drop them.


-- 
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 530285] New: Specific Information about default font need to be displayed on global font settings' GUI

2009-10-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Specific Information about default font need to be displayed on global 
font settings' GUI

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

   Summary: Specific Information about default font need to be
displayed on global font settings' GUI
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Keywords: i18n
  Severity: medium
  Priority: low
 Component: fontconfig
AssignedTo: besfa...@redhat.com
ReportedBy: ape...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: besfa...@redhat.com,
fedora-fonts-bugs-list@redhat.com,
fedora-i18n-b...@redhat.com
Classification: Fedora
Target Release: ---


Created an attachment (id=365660)
 -- (https://bugzilla.redhat.com/attachment.cgi?id=365660)
Screenshot for the font GUI showing Sans

Description of problem:
(this cannot be termed as a bug)
The default font for Malayalam in Fedora is smc-meera-fonts. When logging into
Malayalam locale, the font details appearing on the GUI
(System-Preferences-Appearance-Font) is as shown in screenshot. It says
Sans instead of Meera. This does not give any information to the normal
user about which font he is currently viewing on his desktop. I understand
there are ways to get the font information from command line interface. But how
to get this information on GUI? Please advise how this can be done and thus the
purpose of GUI can be better served in a more useful way to the user.

How reproducible:
Always

Steps to Reproduce:
1. Login to Malayalam (ml_IN) locale
2. Select System-Preferences-Appearance-Font)
3. Check the font information displayed on GUI

Actual results:
font appear as Sans

Expected results:
From user point of view I feel this must be shown as Meera, as Sans does
not give any information about the default font used in Malayalam

-- 
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 530285] Specific Information about default font need to be displayed on global font settings' GUI

2009-10-22 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=530285


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||NOTABUG




--- Comment #1 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
03:46:54 EDT ---
This is not specific to Malayalam and is just the way the Linux font system
works. We use synthetic fonts (not mere aliases) composed of many different
fonts

IIRC Microsoft has been copying this design in its new .Net stack

-- 
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 225617] Merge Review: bitmap-fonts

2009-10-22 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=225617





--- Comment #24 from Pravin Satpute psatp...@redhat.com  2009-10-22 05:07:15 
EDT ---
(In reply to comment #23)
 
 2. You have some stray fixed font in bitmap-console-fonts
yep console9x15.pcf has written fontname FixedMedium
in that case i think we will require Fixed subpackage, with this file included

 3. Some of the files in bitmap-console-fonts declare their name as
 console8x8.pcf which is almost certainly a bug
you are talking about fontname, or file name
i did not found this in fontname, please provide bit more info. 

 
 4. The Lucida Typewriter fonts in bitmap-fonts should be pushed in a
 bitmap-lucida-typewriter-fonts subpackage
in that case, bitmap-fonts rpm will be empty?

 
 6. you can probably kill the common file and put each license %doc in the
 corresponding subpackage (just put the %doc line after the corresponding
 %_font_pkg call). You just need to have each subpackage require
 fontpackages-filesystem direcly  

so here we suppose to remove common package, also README will not require
and put files for each subpackage in %doc, but we dont have any for console
what to do for it?

-- 
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 526204] Review Request: ucs-fixed-fonts selected set of bitmap fonts

2009-10-22 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=526204





--- Comment #7 from Pravin Satpute psatp...@redhat.com  2009-10-22 06:01:59 
EDT ---
updated package link

http://pravins.fedorapeople.org/ucs-miscfixed-fonts.spec

http://pravins.fedorapeople.org/ucs-miscfixed-fonts-0.3-4.fc11.src.rpm

-- 
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/msimonson-anonymouspro-fonts/devel .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-22 Thread Robin Sonefors
Author: ozamosi

Update of /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19493

Modified Files:
.cvsignore sources 
Log Message:
.cvsignore and sources entries for source



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Oct 2009 04:48:01 -  1.1
+++ .cvsignore  22 Oct 2009 12:29:48 -  1.2
@@ -0,0 +1 @@
+AnonymousPro.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Oct 2009 04:48:01 -  1.1
+++ sources 22 Oct 2009 12:29:48 -  1.2
@@ -0,0 +1 @@
+3cdcfc1979242670410e26ce42d226b0  AnonymousPro.zip

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


rpms/msimonson-anonymouspro-fonts/devel msimonson-anonymouspro-fonts-fontconfig.conf, NONE, 1.1 msimonson-anonymouspro-fonts.spec, NONE, 1.1

2009-10-22 Thread Robin Sonefors
Author: ozamosi

Update of /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25401

Added Files:
msimonson-anonymouspro-fonts-fontconfig.conf 
msimonson-anonymouspro-fonts.spec 
Log Message:
Add missing files



--- NEW FILE msimonson-anonymouspro-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familymonospace/family
prefer
  familyAnonymous Pro/family
/prefer
  /alias
  alias
familyAnonymous Pro/family
default
  familymonospace/family
/default
  /alias
  alias binding=same
familyAnonymous/family
accept
  familyAnonymous Pro/family
/accept
  /alias
/fontconfig


--- NEW FILE msimonson-anonymouspro-fonts.spec ---
%global fontname msimonson-anonymouspro
%global fontconf 61-%{fontname}.conf
%global archivename AnonymousPro

Name:   %{fontname}-fonts
Version:1.001
Release:2%{?dist}
Summary:A coding-friendly monospace font

Group:  User Interface/X
License:OFL
URL:http://www.ms-studio.com/FontSales/anonymouspro.html
Source0:http://www.ms-studio.com/FontSales/AnonymousPro.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Anonymous Pro is a family of fixed-width fonts designed especially with coding
in mind. Characters that could be mistaken for one another (O, 0, I, l, 1,
etc.) have distinct shapes to make them easier to tell apart in the context of
source code.

It has support for most Western and European Latin-based languages, Greek, and
Cyrillic. It also includes special “box drawing” characters.

Anonymous Pro is based on an earlier font, Anonymous, which is a TrueType
version of Susan Lesch and David Lamkins’ font Anonymous 9, a freeware
Macintosh bitmap font.

%prep
%setup -q -n %{archivename}
for txt in OFL.txt OFL-FAQ.txt; do
fold -s $txt  $txt.new
sed -i 's/\r//' $txt.new
touch -r $txt $txt.new
mv $txt.new $txt
done

%build


%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}

%clean
rm -fr %{buildroot}


%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Sat Oct 17 2009 Robin Sonefors ozam...@flukkost.nu - 1.001-2
- Change summary, fix fontconfig file

* Thu Oct 15 2009 Robin Sonefors ozam...@flukkost.nu - 1.001-1
- Initial packaging

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


[Bug 24613] fc-query can't query face 0

2009-10-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24613


Behdad Esfahbod freedesk...@behdad.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTOURBUG




-- 
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 529196] Review Request: ms-anonymouspro-fonts - AnonymousPro fonts

2009-10-22 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=529196





--- Comment #8 from Fedora Update System upda...@fedoraproject.org  
2009-10-22 11:11:18 EDT ---
msimonson-anonymouspro-fonts-1.001-2.fc11 has been submitted as an update for
Fedora 11.
http://admin.fedoraproject.org/updates/msimonson-anonymouspro-fonts-1.001-2.fc11

-- 
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/gdouros-aegean-fonts/devel gdouros-aegean-fonts-fontconfig.conf, NONE, 1.1 gdouros-aegean-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-22 Thread Robin Sonefors
Author: ozamosi

Update of /cvs/pkgs/rpms/gdouros-aegean-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16603

Modified Files:
.cvsignore sources 
Added Files:
gdouros-aegean-fonts-fontconfig.conf gdouros-aegean-fonts.spec 
Log Message:
First version



--- NEW FILE gdouros-aegean-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyfantasy/family
prefer
  familyAegean/family
/prefer
  /alias
  alias
familyAegean/family
default
  familyfantasy/family
/default
  /alias
/fontconfig


--- NEW FILE gdouros-aegean-fonts.spec ---
%global fontname gdouros-aegean
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:3.01
Release:2%{?dist}
Summary:A font for ancient scripts in the greater Aegean vicinity

Group:  User Interface/X
License:Copyright only
URL:http://users.teilar.gr/~g1951d/
Source0:http://users.teilar.gr/~g1951d/Aegean.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Aegean covers the following scripts and symbols supported by The Unicode
Standard 5.2: Basic Latin, Greek and Coptic, Greek Extended, some Punctuation
and other Symbols, Linear B Syllabary, Linear B Ideograms, Aegean Numbers,
Ancient Greek Numbers, Ancient Symbols, Phaistos Disc, Lycian, Carian, Old
Italic, Ugaritic, Old Persian, Cypriot Syllabary, Phoenician, Lydian, and
Archaic Greek Musical Notation.

Aegean also covers the following scripts and symbols not yet supported by
Unicode: Cretan Hieroglyphs, Cypro-Minoan, Linear A, the Arkalochori Axe,
Ancient Greek and Old Italic variant alphabets. These are allocated in the
Supplementary Private Use Plane 15.

It was created by George Douros.

%prep
%setup -q -c


%build


%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p Aegean.otf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}


%_font_pkg -f %{fontconf} Aegean.otf

%doc Aegean.txt


%changelog
* Mon Oct 19 2009 Robin Sonefors ozam...@flukkost.nu - 3.01-1
- Fix description, License string
* Thu Oct 15 2009 Robin Sonefors ozam...@flukkost.nu - 3.01-1
- Initial packaging


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/gdouros-aegean-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Oct 2009 04:49:14 -  1.1
+++ .cvsignore  22 Oct 2009 15:52:23 -  1.2
@@ -0,0 +1 @@
+Aegean.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/gdouros-aegean-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Oct 2009 04:49:14 -  1.1
+++ sources 22 Oct 2009 15:52:24 -  1.2
@@ -0,0 +1 @@
+36201de0f8a523a3c002bb8619fc9da9  Aegean.zip

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


[Bug 508899] Monospace no more

2009-10-22 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=508899





--- Comment #12 from Behdad Esfahbod besfa...@redhat.com  2009-10-22 11:57:43 
EDT ---
I believe this is fixed in freetype 2.3.10.  Building in rawhide.

-- 
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 511580] FTBFS fonts-KOI8-R-1.0-11.fc11

2009-10-22 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=511580


Matt Domsch matt_dom...@dell.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 CC||matt_dom...@dell.com
 Resolution||RAWHIDE




--- Comment #8 from Matt Domsch matt_dom...@dell.com  2009-10-22 13:48:26 EDT 
---
http://koji.fedoraproject.org/koji/buildinfo?buildID=117606

-- 
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 529594] pango uses different fonts for LATIN and COMMON glyphs

2009-10-22 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=529594





--- Comment #20 from Behdad Esfahbod besfa...@redhat.com  2009-10-22 15:04:59 
EDT ---
Maybe someone can first describe what the problem is, without jumping to
patching...   My best guess so far is:

In CJK locales, the Latin glyphs should be selected from the same font as the
CJK glyphs, if the font supports that.

If that's the problem, it's an old one, and one that we don't have a solution
for just yet.  Requires this before it can be fixed:
https://bugs.freedesktop.org/show_bug.cgi?id=17311

-- 
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 17311] Add a FC_LOCALE_LANG element

2009-10-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17311


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 CC||fedora-fonts-bugs-
   ||l...@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 511668] FTBFS knm_new-fonts-1.1-5.fc11

2009-10-22 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=511668


Matt Domsch matt_dom...@dell.com changed:

   What|Removed |Added

 CC||matt_dom...@dell.com




--- Comment #13 from Matt Domsch matt_dom...@dell.com  2009-10-22 15:48:18 
EDT ---
http://koji.fedoraproject.org/koji/buildinfo?buildID=118901

was the last build, which failed.

-- 
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 511668] FTBFS knm_new-fonts-1.1-5.fc11

2009-10-22 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=511668


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution||DUPLICATE




--- Comment #14 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
15:54:43 EDT ---


*** This bug has been marked as a duplicate of 528675 ***

-- 
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 528675] Review Request: knm-new-fixed-fonts - 12x12 JIS X 0208 Bitmap fonts

2009-10-22 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=528675


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 CC||ft...@fedoraproject.org




--- Comment #8 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
15:54:43 EDT ---
*** Bug 511668 has been marked as a duplicate of this bug. ***

-- 
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/freetype/devel freetype-2.3.11-more-demos.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 freetype.spec, 1.76, 1.77 sources, 1.23, 1.24

2009-10-22 Thread Behdad Esfahbod
Author: behdad

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

Modified Files:
.cvsignore freetype.spec sources 
Added Files:
freetype-2.3.11-more-demos.patch 
Log Message:
* Thu Oct 22 2009 Behdad Esfahbod beh...@redhat.com 2.3.11-1 
- Update to 2.3.11. 
- Add freetype-2.3.11-more-demos.patch 
- New demo programs ftmemchk, ftpatchk, and fttimer CVS: 
--


freetype-2.3.11-more-demos.patch:
 Makefile |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE freetype-2.3.11-more-demos.patch ---
diff -up freetype-2.3.11/ft2demos-2.3.11/Makefile.more-demos 
freetype-2.3.11/ft2demos-2.3.11/Makefile
--- freetype-2.3.11/ft2demos-2.3.11/Makefile.more-demos 2009-10-22 
16:02:26.0 -0400
+++ freetype-2.3.11/ft2demos-2.3.11/Makefile2009-10-22 16:02:32.0 
-0400
@@ -288,10 +288,10 @@ else
   # Note that ttdebug only works if the FreeType's `truetype' driver has
   # been compiled with TT_CONFIG_OPTION_BYTECODE_INTERPRETER defined.
   #
-  # EXES += ftchkwd
-  # EXES += ftmemchk
-  # EXES += ftpatchk
-  # EXES += fttimer
+  EXES += ftchkwd
+  EXES += ftmemchk
+  EXES += ftpatchk
+  EXES += fttimer
   # EXES += testname
   # EXES += ttdebug
 


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/freetype/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore  8 Oct 2009 23:47:28 -   1.23
+++ .cvsignore  22 Oct 2009 20:07:57 -  1.24
@@ -1,3 +1,3 @@
-freetype-doc-2.3.10.tar.bz2
-ft2demos-2.3.10.tar.bz2
-freetype-2.3.10.tar.bz2
+freetype-doc-2.3.11.tar.bz2
+ft2demos-2.3.11.tar.bz2
+freetype-2.3.11.tar.bz2


Index: freetype.spec
===
RCS file: /cvs/pkgs/rpms/freetype/devel/freetype.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -r1.76 -r1.77
--- freetype.spec   8 Oct 2009 23:47:28 -   1.76
+++ freetype.spec   22 Oct 2009 20:07:58 -  1.77
@@ -8,7 +8,7 @@
 
 Summary: A free and portable font rendering engine
 Name: freetype
-Version: 2.3.10
+Version: 2.3.11
 Release: 1%{?dist}
 License: FTL or GPLv2+
 Group: System Environment/Libraries
@@ -24,6 +24,8 @@ Patch21:  freetype-2.3.0-enable-spr.patc
 
 # Enable otvalid and gxvalid modules
 Patch46:  freetype-2.2.1-enable-valid.patch
+# Enable additional demos
+Patch47:  freetype-2.3.11-more-demos.patch
 
 # Fix multilib conflicts
 Patch88:  freetype-multilib.patch
@@ -94,6 +96,7 @@ popd
 %endif
 
 %patch46  -p1 -b .enable-valid
+%patch47  -p1 -b .more-demos
 
 %patch88 -p1 -b .multilib
 %patch89 -p1 -b .memcpy
@@ -127,7 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %makeinstall gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
 
 {
-  for ftdemo in ftbench ftchkwd ftdump ftlint ftmemchk ftvalid ; do
+  for ftdemo in ftbench ftchkwd ftmemchk ftpatchk fttimer ftdump ftlint 
ftmemchk ftvalid ; do
   builds/unix/libtool --mode=install install -m 755 
ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
   done
 }
@@ -196,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{_bindir}/ftbench
 %{_bindir}/ftchkwd
+%{_bindir}/ftmemchk
+%{_bindir}/ftpatchk
+%{_bindir}/fttimer
 %{_bindir}/ftdump
 %{_bindir}/ftlint
 %{_bindir}/ftmemchk
@@ -226,6 +232,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/tutorial
 
 %changelog
+* Thu Oct 22 2009 Behdad Esfahbod beh...@redhat.com 2.3.11-1
+- Update to 2.3.11.
+- Add freetype-2.3.11-more-demos.patch
+- New demo programs ftmemchk, ftpatchk, and fttimer
+
 * Thu Oct 08 2009 Behdad Esfahbod beh...@redhat.com 2.3.10-1
 - Drop freetype-2.3.9-aliasing.patch
 - Update to 2.3.10.


Index: sources
===
RCS file: /cvs/pkgs/rpms/freetype/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources 8 Oct 2009 23:47:28 -   1.23
+++ sources 22 Oct 2009 20:07:58 -  1.24
@@ -1,3 +1,3 @@
-9bdd83c5b6559bdfb68984f0b3d1dc8c  freetype-doc-2.3.10.tar.bz2
-e6d762885ecc8222774f5063a1605e45  ft2demos-2.3.10.tar.bz2
-b7a8a26cc137716a32b788664697d727  freetype-2.3.10.tar.bz2
+c9d75b659382aef80a8f86efcde08629  freetype-doc-2.3.11.tar.bz2
+7e3df8813fdbad22e996a5dfed7f7361  ft2demos-2.3.11.tar.bz2
+519c7cbf5cbd72ffa822c66844d3114c  freetype-2.3.11.tar.bz2

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


[Bug 528675] Review Request: knm-new-fixed-fonts - 12x12 JIS X 0208 Bitmap fonts

2009-10-22 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=528675


Matt Domsch matt_dom...@dell.com changed:

   What|Removed |Added

 CC||matt_dom...@dell.com
 Blocks||511348(F12FTBFS)




-- 
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 528675] Review Request: knm-new-fixed-fonts - 12x12 JIS X 0208 Bitmap fonts

2009-10-22 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=528675





--- Comment #9 from Matt Domsch matt_dom...@dell.com  2009-10-22 16:29:34 EDT 
---
This package failed to build in Koji for Fedora 12, and at this point in the
release cycle (Beta is out), we'll have to live with the F11 build of the
package unless there is another bug in your package which would prevent the
release of Fedora 12.

If your package is now obsolete and should be removed from Fedora 12 and
future, please follow the End of Life instructions here:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

If your package is not obsolete, and you wish it to remain in the distribution
for Fedora 13, please update your package's devel branch in CVS so that it
builds, build it in koji, and close this bug as CLOSED RAWHIDE, including the
link to the koji build that succeeded.  You can do this now, while final
touches are being placed on Fedora 12 without affecting F12.

Shortly after F12 is out, but before the F13 Alpha release, all
F12FTBFS-blocking bugs will be re-evaluated.  At that time, if progress has not
been made to fix the package, it will be removed from the distribution for F13.

-- 
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 530190] Review Request: gdouros-aegyptus-fonts - A font for Egyptian hieroglyphs

2009-10-22 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=530190


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|nob...@fedoraproject.org|ozam...@flukkost.nu
   Flag||fedora-review+




--- Comment #2 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
17:14:22 EDT ---
Nothing to say here, it's a good package

ⵢⵢⵢ APPROVED ⵢⵢⵢ

You can now continue from:
http://fedoraproject.org/wiki/Font_package_lifecycle#3.a

I hope the process was pleasant, and that it will inspire you to package other
fonts for Fedora. Please do not hesitate to suggest improvements to our
organisation on the fonts mailing list.

Thank you for your contribution to our font package pool.

⇒ REASSIGNING

-- 
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 528675] Review Request: knm-new-fixed-fonts - 12x12 JIS X 0208 Bitmap fonts

2009-10-22 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=528675


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 AssignedTo|nicolas.mail...@laposte.net |ta...@redhat.com
   Flag|fedora-review?  |fedora-review+




--- Comment #10 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
17:32:20 EDT ---
(In reply to comment #7)
 Updated.
 
 Spec URL:
 http://tagoh.fedorapeople.org/knm-new-fixed-fonts/knm-new-fixed-fonts.spec
 SRPM URL:
 http://tagoh.fedorapeople.org/knm-new-fixed-fonts/knm-new-fixed-fonts-1.1-8.fc13.src.rpm
   

The packaging is sane and the current package FTBS therefore I'm going to
approve it. However that does not change the fact that fontconfig can not parse
4 of the font files. IMHO you should either fix them, or drop them

But this can be done as a maintainer of the new package, and the old
knm_new-fonts package is no better in this regard, therefore I'll won't block
on it

Please check the fontconfig priorities, when you're not using the l10n
template, bigger prefix means lower prio, but with the l10n locale override,
bigger prefix means bigger prio, so 69 will trump any ja font with a 69 prefix
(IIRC) 

々々々 APPROVED 々々々

Thank you for cleaning up this historic package, I know that's not the most
exciting activity :)

-- 
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 526204] Review Request: ucs-fixed-fonts selected set of bitmap fonts

2009-10-22 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=526204


Nicolas Mailhot nicolas.mail...@laposte.net changed:

   What|Removed |Added

 AssignedTo|nicolas.mail...@laposte.net |psatp...@redhat.com
   Flag|fedora-review?  |fedora-review+




--- Comment #8 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-10-22 
18:07:38 EDT ---
Please remove the \ in the %description

Nothing else seems obviously wrong to me

ㅌㅌㅌ APPROVED ㅌㅌㅌ

Thank you for cleaning up the packaging of those old files. Should you want to
register them in the legacy core font system, you can take a look at  bug
#528675 which is similar (but that's no obligation, core fonts need to die)

⇒ REASSIGNING

-- 
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 225617] Merge Review: bitmap-fonts

2009-10-22 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=225617





--- Comment #26 from Pravin Satpute psatp...@redhat.com  2009-10-23 01:09:01 
EDT ---
updates spec and srpm

http://pravins.fedorapeople.org/bitmap-fonts.spec

http://pravins.fedorapeople.org/bitmap-fonts-0.3-13.fc11.src.rpm

yeah, fc-scan is giving wrong o/p for console8*8 font family name, looks some
problem.
we dont a source file for console8*8

-- 
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