From bugzilla at redhat.com Sun Nov 1 06:00:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 01:00:30 -0500 Subject: [Bug 494902] [te_IN] Incorrect glyph substitution for telugu letter ka followed by dep vowel AA then consonant sha and then viram In-Reply-To: References: Message-ID: <200911010600.nA160Um9031498@bz-web1.app.phx.redhat.com> 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=494902 Arjuna Rao Chavala changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|NOTABUG | --- Comment #6 from Arjuna Rao Chavala 2009-11-01 01:00:29 EDT --- Further investigation and attachments at Pango bug (https://bugzilla.gnome.org/attachment.cgi?id=146668 https://bugzilla.gnome.org/attachment.cgi?id=146669 ) reveals that this problem does not occur for Lohit Kannada and Lohit Hindi. It is possible that the problem is with Lohit Telugu. -- 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. From adsllc at fedoraproject.org Sun Nov 1 13:01:31 2009 From: adsllc at fedoraproject.org (Dave Ludlow) Date: Sun, 1 Nov 2009 13:01:31 +0000 (UTC) Subject: rpms/drehatlas-xaporho-fonts/devel 61-drehatlas-xaporho.conf, NONE, 1.1 Makefile.xaporho, NONE, 1.1 drehatlas-xaporho-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091101130131.31C9311C02BC@cvs1.fedora.phx.redhat.com> Author: adsllc Update of /cvs/pkgs/rpms/drehatlas-xaporho-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19415/devel Modified Files: .cvsignore sources Added Files: 61-drehatlas-xaporho.conf Makefile.xaporho drehatlas-xaporho-fonts.spec import.log Log Message: Initial checkin --- NEW FILE 61-drehatlas-xaporho.conf --- fantasy Xaporho Xaporho fantasy --- NEW FILE Makefile.xaporho --- BASENAME=Xaporho all: $(BASENAME).otf $(BASENAME).ttf $(BASENAME).ttf: $(BASENAME).sfd convert-ttf.pe fontforge -script convert-ttf.pe convert-ttf.pe: echo "Open('$(BASENAME).sfd')" > convert-ttf.pe echo "Generate('$(BASENAME).ttf')" >> convert-ttf.pe $(BASENAME).otf: $(BASENAME).sfd convert-otf.pe fontforge -script convert-otf.pe convert-otf.pe: echo "Open('$(BASENAME).sfd')" > convert-otf.pe echo "Generate('$(BASENAME).otf')" >> convert-otf.pe --- NEW FILE drehatlas-xaporho-fonts.spec --- %global fontname drehatlas-xaporho %global fontconf 61-%{fontname}.conf Name: %{fontname}-fonts Version: 1.0.3.2 Release: 2%{?dist} Summary: A Latin typeface that is sharp and angular Group: User Interface/X License: OFL URL: http://sourceforge.net/projects/drehatlas-fonts/ Source0: Xaporho-%{version}-src.zip Source1: %{fontconf} Source2: Makefile.xaporho BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel fontforge Requires: fontpackages-filesystem %description The Xaporho font was originally inspired by the logo of a hobby rock band named Xaporho. %prep %setup -q -c %{name}-%{version} # Wrap the license file at 80 chars fold -s LICENSE > LICENSE.new touch -r LICENSE LICENSE.new mv LICENSE.new LICENSE %build # A .ttf file is included, but .otf is preferred. make -f %{SOURCE2} Xaporho.otf %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.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} *.otf %doc LICENSE FONTLOG %changelog * Fri Oct 30 2009 Dave Ludlow 1.0.3.2-2 - Fixed typo in summary * Sun Oct 25 2009 Dave Ludlow 1.0.3.2-1 - Initial packaging --- NEW FILE import.log --- drehatlas-xaporho-fonts-1_0_3_2-2_fc12:HEAD:drehatlas-xaporho-fonts-1.0.3.2-2.fc12.src.rpm:1257080436 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Oct 2009 23:42:27 -0000 1.1 +++ .cvsignore 1 Nov 2009 13:01:29 -0000 1.2 @@ -0,0 +1 @@ +Xaporho-1.0.3.2-src.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Oct 2009 23:42:27 -0000 1.1 +++ sources 1 Nov 2009 13:01:30 -0000 1.2 @@ -0,0 +1 @@ +3999ce6be63d10c894ca79f525cdeac9 Xaporho-1.0.3.2-src.zip From adsllc at fedoraproject.org Sun Nov 1 13:03:19 2009 From: adsllc at fedoraproject.org (Dave Ludlow) Date: Sun, 1 Nov 2009 13:03:19 +0000 (UTC) Subject: rpms/drehatlas-xaporho-fonts/F-12 61-drehatlas-xaporho.conf, NONE, 1.1 Makefile.xaporho, NONE, 1.1 drehatlas-xaporho-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091101130319.A222A11C00EE@cvs1.fedora.phx.redhat.com> Author: adsllc Update of /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20164/F-12 Modified Files: .cvsignore sources Added Files: 61-drehatlas-xaporho.conf Makefile.xaporho drehatlas-xaporho-fonts.spec import.log Log Message: Initial F-12 checking --- NEW FILE 61-drehatlas-xaporho.conf --- fantasy Xaporho Xaporho fantasy --- NEW FILE Makefile.xaporho --- BASENAME=Xaporho all: $(BASENAME).otf $(BASENAME).ttf $(BASENAME).ttf: $(BASENAME).sfd convert-ttf.pe fontforge -script convert-ttf.pe convert-ttf.pe: echo "Open('$(BASENAME).sfd')" > convert-ttf.pe echo "Generate('$(BASENAME).ttf')" >> convert-ttf.pe $(BASENAME).otf: $(BASENAME).sfd convert-otf.pe fontforge -script convert-otf.pe convert-otf.pe: echo "Open('$(BASENAME).sfd')" > convert-otf.pe echo "Generate('$(BASENAME).otf')" >> convert-otf.pe --- NEW FILE drehatlas-xaporho-fonts.spec --- %global fontname drehatlas-xaporho %global fontconf 61-%{fontname}.conf Name: %{fontname}-fonts Version: 1.0.3.2 Release: 2%{?dist} Summary: A Latin typeface that is sharp and angular Group: User Interface/X License: OFL URL: http://sourceforge.net/projects/drehatlas-fonts/ Source0: Xaporho-%{version}-src.zip Source1: %{fontconf} Source2: Makefile.xaporho BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel fontforge Requires: fontpackages-filesystem %description The Xaporho font was originally inspired by the logo of a hobby rock band named Xaporho. %prep %setup -q -c %{name}-%{version} # Wrap the license file at 80 chars fold -s LICENSE > LICENSE.new touch -r LICENSE LICENSE.new mv LICENSE.new LICENSE %build # A .ttf file is included, but .otf is preferred. make -f %{SOURCE2} Xaporho.otf %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.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} *.otf %doc LICENSE FONTLOG %changelog * Fri Oct 30 2009 Dave Ludlow 1.0.3.2-2 - Fixed typo in summary * Sun Oct 25 2009 Dave Ludlow 1.0.3.2-1 - Initial packaging --- NEW FILE import.log --- drehatlas-xaporho-fonts-1_0_3_2-2_fc12:F-12:drehatlas-xaporho-fonts-1.0.3.2-2.fc12.src.rpm:1257080551 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Oct 2009 23:42:27 -0000 1.1 +++ .cvsignore 1 Nov 2009 13:03:18 -0000 1.2 @@ -0,0 +1 @@ +Xaporho-1.0.3.2-src.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Oct 2009 23:42:27 -0000 1.1 +++ sources 1 Nov 2009 13:03:18 -0000 1.2 @@ -0,0 +1 @@ +3999ce6be63d10c894ca79f525cdeac9 Xaporho-1.0.3.2-src.zip From adsllc at fedoraproject.org Sun Nov 1 13:04:55 2009 From: adsllc at fedoraproject.org (Dave Ludlow) Date: Sun, 1 Nov 2009 13:04:55 +0000 (UTC) Subject: rpms/drehatlas-xaporho-fonts/F-11 61-drehatlas-xaporho.conf, NONE, 1.1 Makefile.xaporho, NONE, 1.1 drehatlas-xaporho-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091101130455.5371C11C00EE@cvs1.fedora.phx.redhat.com> Author: adsllc Update of /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20854/F-11 Modified Files: .cvsignore sources Added Files: 61-drehatlas-xaporho.conf Makefile.xaporho drehatlas-xaporho-fonts.spec import.log Log Message: Initial F-11 checkin --- NEW FILE 61-drehatlas-xaporho.conf --- fantasy Xaporho Xaporho fantasy --- NEW FILE Makefile.xaporho --- BASENAME=Xaporho all: $(BASENAME).otf $(BASENAME).ttf $(BASENAME).ttf: $(BASENAME).sfd convert-ttf.pe fontforge -script convert-ttf.pe convert-ttf.pe: echo "Open('$(BASENAME).sfd')" > convert-ttf.pe echo "Generate('$(BASENAME).ttf')" >> convert-ttf.pe $(BASENAME).otf: $(BASENAME).sfd convert-otf.pe fontforge -script convert-otf.pe convert-otf.pe: echo "Open('$(BASENAME).sfd')" > convert-otf.pe echo "Generate('$(BASENAME).otf')" >> convert-otf.pe --- NEW FILE drehatlas-xaporho-fonts.spec --- %global fontname drehatlas-xaporho %global fontconf 61-%{fontname}.conf Name: %{fontname}-fonts Version: 1.0.3.2 Release: 2%{?dist} Summary: A Latin typeface that is sharp and angular Group: User Interface/X License: OFL URL: http://sourceforge.net/projects/drehatlas-fonts/ Source0: Xaporho-%{version}-src.zip Source1: %{fontconf} Source2: Makefile.xaporho BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel fontforge Requires: fontpackages-filesystem %description The Xaporho font was originally inspired by the logo of a hobby rock band named Xaporho. %prep %setup -q -c %{name}-%{version} # Wrap the license file at 80 chars fold -s LICENSE > LICENSE.new touch -r LICENSE LICENSE.new mv LICENSE.new LICENSE %build # A .ttf file is included, but .otf is preferred. make -f %{SOURCE2} Xaporho.otf %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.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} *.otf %doc LICENSE FONTLOG %changelog * Fri Oct 30 2009 Dave Ludlow 1.0.3.2-2 - Fixed typo in summary * Sun Oct 25 2009 Dave Ludlow 1.0.3.2-1 - Initial packaging --- NEW FILE import.log --- drehatlas-xaporho-fonts-1_0_3_2-2_fc12:F-11:drehatlas-xaporho-fonts-1.0.3.2-2.fc12.src.rpm:1257080651 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Oct 2009 23:42:27 -0000 1.1 +++ .cvsignore 1 Nov 2009 13:04:54 -0000 1.2 @@ -0,0 +1 @@ +Xaporho-1.0.3.2-src.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Oct 2009 23:42:27 -0000 1.1 +++ sources 1 Nov 2009 13:04:54 -0000 1.2 @@ -0,0 +1 @@ +3999ce6be63d10c894ca79f525cdeac9 Xaporho-1.0.3.2-src.zip From adsllc at fedoraproject.org Sun Nov 1 13:06:50 2009 From: adsllc at fedoraproject.org (Dave Ludlow) Date: Sun, 1 Nov 2009 13:06:50 +0000 (UTC) Subject: rpms/drehatlas-xaporho-fonts/F-10 61-drehatlas-xaporho.conf, NONE, 1.1 Makefile.xaporho, NONE, 1.1 drehatlas-xaporho-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091101130650.D73EF11C00EE@cvs1.fedora.phx.redhat.com> Author: adsllc Update of /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21604/F-10 Modified Files: .cvsignore sources Added Files: 61-drehatlas-xaporho.conf Makefile.xaporho drehatlas-xaporho-fonts.spec import.log Log Message: Initial F-10 checkin --- NEW FILE 61-drehatlas-xaporho.conf --- fantasy Xaporho Xaporho fantasy --- NEW FILE Makefile.xaporho --- BASENAME=Xaporho all: $(BASENAME).otf $(BASENAME).ttf $(BASENAME).ttf: $(BASENAME).sfd convert-ttf.pe fontforge -script convert-ttf.pe convert-ttf.pe: echo "Open('$(BASENAME).sfd')" > convert-ttf.pe echo "Generate('$(BASENAME).ttf')" >> convert-ttf.pe $(BASENAME).otf: $(BASENAME).sfd convert-otf.pe fontforge -script convert-otf.pe convert-otf.pe: echo "Open('$(BASENAME).sfd')" > convert-otf.pe echo "Generate('$(BASENAME).otf')" >> convert-otf.pe --- NEW FILE drehatlas-xaporho-fonts.spec --- %global fontname drehatlas-xaporho %global fontconf 61-%{fontname}.conf Name: %{fontname}-fonts Version: 1.0.3.2 Release: 2%{?dist} Summary: A Latin typeface that is sharp and angular Group: User Interface/X License: OFL URL: http://sourceforge.net/projects/drehatlas-fonts/ Source0: Xaporho-%{version}-src.zip Source1: %{fontconf} Source2: Makefile.xaporho BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel fontforge Requires: fontpackages-filesystem %description The Xaporho font was originally inspired by the logo of a hobby rock band named Xaporho. %prep %setup -q -c %{name}-%{version} # Wrap the license file at 80 chars fold -s LICENSE > LICENSE.new touch -r LICENSE LICENSE.new mv LICENSE.new LICENSE %build # A .ttf file is included, but .otf is preferred. make -f %{SOURCE2} Xaporho.otf %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p *.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} *.otf %doc LICENSE FONTLOG %changelog * Fri Oct 30 2009 Dave Ludlow 1.0.3.2-2 - Fixed typo in summary * Sun Oct 25 2009 Dave Ludlow 1.0.3.2-1 - Initial packaging --- NEW FILE import.log --- drehatlas-xaporho-fonts-1_0_3_2-2_fc12:F-10:drehatlas-xaporho-fonts-1.0.3.2-2.fc12.src.rpm:1257080748 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 31 Oct 2009 23:42:27 -0000 1.1 +++ .cvsignore 1 Nov 2009 13:06:45 -0000 1.2 @@ -0,0 +1 @@ +Xaporho-1.0.3.2-src.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/drehatlas-xaporho-fonts/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 31 Oct 2009 23:42:27 -0000 1.1 +++ sources 1 Nov 2009 13:06:46 -0000 1.2 @@ -0,0 +1 @@ +3999ce6be63d10c894ca79f525cdeac9 Xaporho-1.0.3.2-src.zip From bugzilla at redhat.com Sun Nov 1 13:34:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 08:34:48 -0500 Subject: [Bug 530857] Review Request: drehatlas-xaporho-fonts - latin typeface inspired by a hobby rock band logo In-Reply-To: References: Message-ID: <200911011334.nA1DYm4t030184@bz-web2.app.phx.redhat.com> 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=530857 --- Comment #5 from Fedora Update System 2009-11-01 08:34:47 EDT --- drehatlas-xaporho-fonts-1.0.3.2-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/drehatlas-xaporho-fonts-1.0.3.2-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. From bugzilla at redhat.com Sun Nov 1 13:34:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 08:34:53 -0500 Subject: [Bug 530857] Review Request: drehatlas-xaporho-fonts - latin typeface inspired by a hobby rock band logo In-Reply-To: References: Message-ID: <200911011334.nA1DYroR006260@bz-web1.app.phx.redhat.com> 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=530857 --- Comment #6 from Fedora Update System 2009-11-01 08:34:52 EDT --- drehatlas-xaporho-fonts-1.0.3.2-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/drehatlas-xaporho-fonts-1.0.3.2-2.fc10 -- 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. From bugzilla at redhat.com Sun Nov 1 19:15:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 14:15:29 -0500 Subject: [Bug 532341] New: [abrt] crash detected in fontforge-20090622-2.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090622-2.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=532341 Summary: [abrt] crash detected in fontforge-20090622-2.fc12 Product: Fedora Version: rawhide Platform: x86_64 OS/Version: Linux Status: NEW Status Whiteboard: abrt_hash:9995652513dfe72e92e5cc3b5cdcb1950c389e74 Severity: medium Priority: low Component: fontforge AssignedTo: kevin at tummy.com ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: roozbeh at gmail.com, kevin at tummy.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora abrt detected a crash. How to reproduce ----- 1. 2. 3. Additional information ====== Attached files ---- backtrace cmdline ----- /usr/bin/fontforge -lang=ff /usr/bin/fontlint usr/share/fonts/adf-tribun/TribunADFStd-Italic.ttf component ----- fontforge executable ----- /usr/bin/fontforge kernel ----- 2.6.31.1-56.fc12.x86_64 package ----- fontforge-20090622-2.fc12 reason ----- Process was terminated by signal 11 -- 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. From nim at fedoraproject.org Sun Nov 1 19:18:37 2009 From: nim at fedoraproject.org (nim) Date: Sun, 1 Nov 2009 19:18:37 +0000 (UTC) Subject: rpms/fontpackages/devel .cvsignore, 1.20, 1.21 fontpackages.spec, 1.26, 1.27 import.log, 1.22, 1.23 sources, 1.20, 1.21 Message-ID: <20091101191837.BEFAC11C00EE@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/fontpackages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28282/devel Modified Files: .cvsignore fontpackages.spec import.log sources Log Message: 1.31 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontpackages/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- .cvsignore 29 Oct 2009 19:03:59 -0000 1.20 +++ .cvsignore 1 Nov 2009 19:18:36 -0000 1.21 @@ -1 +1 @@ -fontpackages-1.30.tar.xz +fontpackages-1.31.tar.xz Index: fontpackages.spec =================================================================== RCS file: /cvs/extras/rpms/fontpackages/devel/fontpackages.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- fontpackages.spec 29 Oct 2009 19:04:00 -0000 1.26 +++ fontpackages.spec 1 Nov 2009 19:18:36 -0000 1.27 @@ -3,7 +3,7 @@ %global rpmmacrodir %{_sysconfdir}/rpm/ Name: fontpackages -Version: 1.30 +Version: 1.31 Release: 1%{?dist} Summary: Common directory and macro definitions used by font packages @@ -36,7 +36,7 @@ including the correct permissions for th Summary: Templates and macros used to create font packages Requires: rpmdevtools, %{name}-filesystem = %{version}-%{release} -Requires: fontconfig, rpmlint +Requires: fontconfig %description devel This package contains spec templates, rpm macros and other materials used to @@ -46,7 +46,7 @@ create font packages. %package tools Summary: Tools used to check fonts and font packages -Requires: fontforge, fontconfig, mutt +Requires: fontforge, fontconfig, mutt, rpmlint %description tools This package contains tools used to check fonts and font packages @@ -112,6 +112,10 @@ rm -fr %{buildroot} %attr(0755,root,root) %{_bindir}/* %changelog +* Sat Nov 1 2009 Nicolas Mailhot +- 1.31-1 +? Rework repo-font-audit messages based on packager feedback + * Thu Oct 29 2009 Nicolas Mailhot - 1.30-1 ? Bugfix release Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fontpackages/devel/import.log,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- import.log 29 Oct 2009 19:04:00 -0000 1.22 +++ import.log 1 Nov 2009 19:18:36 -0000 1.23 @@ -20,3 +20,4 @@ fontpackages-1_27-1_fc12:HEAD:fontpackag fontpackages-1_28-1_fc13:HEAD:fontpackages-1.28-1.fc13.src.rpm:1255987394 fontpackages-1_29-1_fc13:HEAD:fontpackages-1.29-1.fc13.src.rpm:1256683739 fontpackages-1_30-1_fc13:HEAD:fontpackages-1.30-1.fc13.src.rpm:1256843017 +fontpackages-1_31-1_fc13:HEAD:fontpackages-1.31-1.fc13.src.rpm:1257103069 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontpackages/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- sources 29 Oct 2009 19:04:00 -0000 1.20 +++ sources 1 Nov 2009 19:18:36 -0000 1.21 @@ -1 +1 @@ -b480c95f0072225764f6c9d6170806f8 fontpackages-1.30.tar.xz +080c47e9ac4becd48ccd394821a7b383 fontpackages-1.31.tar.xz From bugzilla at redhat.com Sun Nov 1 19:15:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 14:15:32 -0500 Subject: [Bug 532341] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911011915.nA1JFWY1007389@bz-web1.app.phx.redhat.com> 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=532341 --- Comment #1 from Nicolas Mailhot 2009-11-01 14:15:31 EDT --- Created an attachment (id=367025) --> (https://bugzilla.redhat.com/attachment.cgi?id=367025) File: backtrace -- 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. From nim at fedoraproject.org Sun Nov 1 19:19:54 2009 From: nim at fedoraproject.org (nim) Date: Sun, 1 Nov 2009 19:19:54 +0000 (UTC) Subject: rpms/fontpackages/F-12 .cvsignore, 1.20, 1.21 fontpackages.spec, 1.26, 1.27 import.log, 1.22, 1.23 sources, 1.20, 1.21 Message-ID: <20091101191954.95C9E11C00EE@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/fontpackages/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28777/F-12 Modified Files: .cvsignore fontpackages.spec import.log sources Log Message: 1.31 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontpackages/F-12/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- .cvsignore 29 Oct 2009 19:05:39 -0000 1.20 +++ .cvsignore 1 Nov 2009 19:19:52 -0000 1.21 @@ -1 +1 @@ -fontpackages-1.30.tar.xz +fontpackages-1.31.tar.xz Index: fontpackages.spec =================================================================== RCS file: /cvs/extras/rpms/fontpackages/F-12/fontpackages.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- fontpackages.spec 29 Oct 2009 19:05:39 -0000 1.26 +++ fontpackages.spec 1 Nov 2009 19:19:53 -0000 1.27 @@ -3,7 +3,7 @@ %global rpmmacrodir %{_sysconfdir}/rpm/ Name: fontpackages -Version: 1.30 +Version: 1.31 Release: 1%{?dist} Summary: Common directory and macro definitions used by font packages @@ -36,7 +36,7 @@ including the correct permissions for th Summary: Templates and macros used to create font packages Requires: rpmdevtools, %{name}-filesystem = %{version}-%{release} -Requires: fontconfig, rpmlint +Requires: fontconfig %description devel This package contains spec templates, rpm macros and other materials used to @@ -46,7 +46,7 @@ create font packages. %package tools Summary: Tools used to check fonts and font packages -Requires: fontforge, fontconfig, mutt +Requires: fontforge, fontconfig, mutt, rpmlint %description tools This package contains tools used to check fonts and font packages @@ -112,6 +112,10 @@ rm -fr %{buildroot} %attr(0755,root,root) %{_bindir}/* %changelog +* Sat Nov 1 2009 Nicolas Mailhot +- 1.31-1 +? Rework repo-font-audit messages based on packager feedback + * Thu Oct 29 2009 Nicolas Mailhot - 1.30-1 ? Bugfix release Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fontpackages/F-12/import.log,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- import.log 29 Oct 2009 19:05:39 -0000 1.22 +++ import.log 1 Nov 2009 19:19:54 -0000 1.23 @@ -20,3 +20,4 @@ fontpackages-1_27-1_fc12:HEAD:fontpackag fontpackages-1_28-1_fc13:F-12:fontpackages-1.28-1.fc13.src.rpm:1255987476 fontpackages-1_29-1_fc13:F-12:fontpackages-1.29-1.fc13.src.rpm:1256683797 fontpackages-1_30-1_fc13:F-12:fontpackages-1.30-1.fc13.src.rpm:1256843115 +fontpackages-1_31-1_fc13:F-12:fontpackages-1.31-1.fc13.src.rpm:1257103098 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontpackages/F-12/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- sources 29 Oct 2009 19:05:39 -0000 1.20 +++ sources 1 Nov 2009 19:19:54 -0000 1.21 @@ -1 +1 @@ -b480c95f0072225764f6c9d6170806f8 fontpackages-1.30.tar.xz +080c47e9ac4becd48ccd394821a7b383 fontpackages-1.31.tar.xz From nim at fedoraproject.org Sun Nov 1 21:52:52 2009 From: nim at fedoraproject.org (nim) Date: Sun, 1 Nov 2009 21:52:52 +0000 (UTC) Subject: rpms/fontpackages/devel fontpackages.spec, 1.27, 1.28 import.log, 1.23, 1.24 Message-ID: <20091101215252.AC71811C02BC@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/fontpackages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6589/devel Modified Files: fontpackages.spec import.log Log Message: tweak deps Index: fontpackages.spec =================================================================== RCS file: /cvs/extras/rpms/fontpackages/devel/fontpackages.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- fontpackages.spec 1 Nov 2009 19:18:36 -0000 1.27 +++ fontpackages.spec 1 Nov 2009 21:52:49 -0000 1.28 @@ -4,7 +4,7 @@ Name: fontpackages Version: 1.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common directory and macro definitions used by font packages Group: Development/System @@ -46,7 +46,7 @@ create font packages. %package tools Summary: Tools used to check fonts and font packages -Requires: fontforge, fontconfig, mutt, rpmlint +Requires: fontconfig, fontforge, mutt, rpmlint, yum-utils %description tools This package contains tools used to check fonts and font packages @@ -113,6 +113,8 @@ rm -fr %{buildroot} %changelog * Sat Nov 1 2009 Nicolas Mailhot +- 1.31-2 +? add yum-utils to deps - 1.31-1 ? Rework repo-font-audit messages based on packager feedback Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fontpackages/devel/import.log,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- import.log 1 Nov 2009 19:18:36 -0000 1.23 +++ import.log 1 Nov 2009 21:52:49 -0000 1.24 @@ -21,3 +21,4 @@ fontpackages-1_28-1_fc13:HEAD:fontpackag fontpackages-1_29-1_fc13:HEAD:fontpackages-1.29-1.fc13.src.rpm:1256683739 fontpackages-1_30-1_fc13:HEAD:fontpackages-1.30-1.fc13.src.rpm:1256843017 fontpackages-1_31-1_fc13:HEAD:fontpackages-1.31-1.fc13.src.rpm:1257103069 +fontpackages-1_31-2_fc13:HEAD:fontpackages-1.31-2.fc13.src.rpm:1257112310 From nim at fedoraproject.org Sun Nov 1 21:54:26 2009 From: nim at fedoraproject.org (nim) Date: Sun, 1 Nov 2009 21:54:26 +0000 (UTC) Subject: rpms/fontpackages/F-12 fontpackages.spec, 1.27, 1.28 import.log, 1.23, 1.24 Message-ID: <20091101215426.4783311C02BC@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/fontpackages/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7109/F-12 Modified Files: fontpackages.spec import.log Log Message: tweak deps Index: fontpackages.spec =================================================================== RCS file: /cvs/extras/rpms/fontpackages/F-12/fontpackages.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- fontpackages.spec 1 Nov 2009 19:19:53 -0000 1.27 +++ fontpackages.spec 1 Nov 2009 21:54:25 -0000 1.28 @@ -4,7 +4,7 @@ Name: fontpackages Version: 1.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common directory and macro definitions used by font packages Group: Development/System @@ -46,7 +46,7 @@ create font packages. %package tools Summary: Tools used to check fonts and font packages -Requires: fontforge, fontconfig, mutt, rpmlint +Requires: fontconfig, fontforge, mutt, rpmlint, yum-utils %description tools This package contains tools used to check fonts and font packages @@ -113,6 +113,8 @@ rm -fr %{buildroot} %changelog * Sat Nov 1 2009 Nicolas Mailhot +- 1.31-2 +? add yum-utils to deps - 1.31-1 ? Rework repo-font-audit messages based on packager feedback Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fontpackages/F-12/import.log,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- import.log 1 Nov 2009 19:19:54 -0000 1.23 +++ import.log 1 Nov 2009 21:54:26 -0000 1.24 @@ -21,3 +21,4 @@ fontpackages-1_28-1_fc13:F-12:fontpackag fontpackages-1_29-1_fc13:F-12:fontpackages-1.29-1.fc13.src.rpm:1256683797 fontpackages-1_30-1_fc13:F-12:fontpackages-1.30-1.fc13.src.rpm:1256843115 fontpackages-1_31-1_fc13:F-12:fontpackages-1.31-1.fc13.src.rpm:1257103098 +fontpackages-1_31-2_fc13:F-12:fontpackages-1.31-2.fc13.src.rpm:1257112403 From bugzilla at redhat.com Sun Nov 1 22:14:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 17:14:54 -0500 Subject: [Bug 532372] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911012214.nA1MEsjV009491@bz-web1.app.phx.redhat.com> 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=532372 --- Comment #1 from Nicolas Mailhot 2009-11-01 17:14:53 EDT --- Created an attachment (id=367045) --> (https://bugzilla.redhat.com/attachment.cgi?id=367045) File: backtrace -- 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. From bugzilla at redhat.com Sun Nov 1 22:14:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Nov 2009 17:14:52 -0500 Subject: [Bug 532372] New: [abrt] crash detected in fontforge-20090622-2.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090622-2.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=532372 Summary: [abrt] crash detected in fontforge-20090622-2.fc12 Product: Fedora Version: rawhide Platform: x86_64 OS/Version: Linux Status: NEW Status Whiteboard: abrt_hash:9b5b6522d3400ceb768e57150393ad8b77b11615 Severity: medium Priority: low Component: fontforge AssignedTo: kevin at tummy.com ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: roozbeh at gmail.com, kevin at tummy.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora abrt detected a crash. How to reproduce ----- 1. 2. 3. Additional information ====== Attached files ---- backtrace cmdline ----- /usr/bin/fontforge -lang=ff /usr/bin/fontlint usr/share/X11/fonts/100dpi/helvO12-ISO8859-2.pcf.gz component ----- fontforge executable ----- /usr/bin/fontforge kernel ----- 2.6.31.1-56.fc12.x86_64 package ----- fontforge-20090622-2.fc12 reason ----- Process was terminated by signal 11 -- 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. From ih at openoffice.org Mon Nov 2 11:37:46 2009 From: ih at openoffice.org (ih at openoffice.org) Date: 2 Nov 2009 11:37:46 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091102113746.4839.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 ------- Additional comments from ih at openoffice.org Mon Nov 2 11:37:35 +0000 2009 ------- Created an attachment (id=65852) new Version (2.0) of OpenSymbol Font --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From ih at openoffice.org Mon Nov 2 11:38:05 2009 From: ih at openoffice.org (ih at openoffice.org) Date: 2 Nov 2009 11:38:05 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091102113805.5086.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 ------- Additional comments from ih at openoffice.org Mon Nov 2 11:38:04 +0000 2009 ------- @all: please test the new version of the font --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Mon Nov 2 12:25:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Nov 2009 07:25:57 -0500 Subject: [Bug 531510] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911021225.nA2CPv3l016683@bz-web2.app.phx.redhat.com> 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=531510 --- Comment #2 from V??ctor Daniel 2009-11-02 07:25:56 EDT --- Solved in fontforge last build. -- 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. From bugzilla at redhat.com Mon Nov 2 20:26:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Nov 2009 15:26:58 -0500 Subject: [Bug 532571] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911022026.nA2KQwMw026786@bz-web1.app.phx.redhat.com> 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=532571 --- Comment #1 from Nicolas Mailhot 2009-11-02 15:26:57 EDT --- Created an attachment (id=367200) --> (https://bugzilla.redhat.com/attachment.cgi?id=367200) File: backtrace -- 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. From bugzilla at redhat.com Mon Nov 2 20:26:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Nov 2009 15:26:55 -0500 Subject: [Bug 532571] New: [abrt] crash detected in fontforge-20090923-1.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090923-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=532571 Summary: [abrt] crash detected in fontforge-20090923-1.fc12 Product: Fedora Version: rawhide Platform: x86_64 OS/Version: Linux Status: NEW Status Whiteboard: abrt_hash:0e3781803dc09dab0de959924e716ed6076cd74b Severity: medium Priority: low Component: fontforge AssignedTo: kevin at tummy.com ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: roozbeh at gmail.com, kevin at tummy.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora abrt detected a crash. How to reproduce ----- 1. 2. 3. Additional information ====== Attached files ---- backtrace cmdline ----- /usr/bin/fontforge -lang=ff /usr/bin/fontlint usr/share/fonts/myanmar3-unicode/mm3.ttf component ----- fontforge executable ----- /usr/bin/fontforge kernel ----- 2.6.31.1-56.fc12.x86_64 package ----- fontforge-20090923-1.fc12 reason ----- Process was terminated by signal 11 -- 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. From bugzilla at redhat.com Mon Nov 2 20:48:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Nov 2009 15:48:59 -0500 Subject: [Bug 532577] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911022048.nA2Kmxha032116@bz-web1.app.phx.redhat.com> 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=532577 --- Comment #1 from Nicolas Mailhot 2009-11-02 15:48:58 EDT --- Created an attachment (id=367203) --> (https://bugzilla.redhat.com/attachment.cgi?id=367203) File: backtrace -- 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. From bugzilla at redhat.com Mon Nov 2 20:48:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Nov 2009 15:48:57 -0500 Subject: [Bug 532577] New: [abrt] crash detected in fontforge-20090923-1.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090923-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=532577 Summary: [abrt] crash detected in fontforge-20090923-1.fc12 Product: Fedora Version: rawhide Platform: x86_64 OS/Version: Linux Status: NEW Status Whiteboard: abrt_hash:a0a72dbb2a0feaa51c78e287a9f43211c02bdbd3 Severity: medium Priority: low Component: fontforge AssignedTo: kevin at tummy.com ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: roozbeh at gmail.com, kevin at tummy.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora abrt detected a crash. How to reproduce ----- 1. 2. 3. Additional information ====== Attached files ---- backtrace cmdline ----- /usr/bin/fontforge -lang=ff /usr/bin/fontlint usr/share/texmf/fonts/type1/urw/helvetic/uhvrrc8a.pfb component ----- fontforge executable ----- /usr/bin/fontforge kernel ----- 2.6.31.1-56.fc12.x86_64 package ----- fontforge-20090923-1.fc12 reason ----- Process was terminated by signal 11 -- 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. From bugzilla at redhat.com Tue Nov 3 13:03:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 08:03:18 -0500 Subject: [Bug 522187] SWT crash (in theory in pango but more likely in GTK) In-Reply-To: References: Message-ID: <200911031303.nA3D3IFH002254@bz-web1.app.phx.redhat.com> 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=522187 nh2 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nh2-redhatbugzilla at deditus. | |de --- Comment #29 from nh2 2009-11-03 08:03:16 EDT --- See Ubuntu Bug 445009 (https://bugs.launchpad.net/bug/445009) for a possible workaround (turn of "Assistive Technologies"). -- 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. From bugzilla at redhat.com Tue Nov 3 13:05:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 08:05:15 -0500 Subject: [Bug 522187] SWT crash (in theory in pango but more likely in GTK) In-Reply-To: References: Message-ID: <200911031305.nA3D5FRB003211@bz-web1.app.phx.redhat.com> 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=522187 --- Comment #30 from nh2 2009-11-03 08:05:14 EDT --- Sorry, a typo. The URL is https://bugs.launchpad.net/bugs/445009. -- 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. From bugzilla at redhat.com Tue Nov 3 19:28:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 14:28:57 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911031928.nA3JSvRX011099@bz-web1.app.phx.redhat.com> 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 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(psatpute at redhat.c | |om) --- Comment #28 from Nicolas Mailhot 2009-11-03 14:28:52 EDT --- Please lift the NEEDINFO when you're ready to pass to the next stage -- 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. From bugzilla at redhat.com Tue Nov 3 19:27:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 14:27:05 -0500 Subject: [Bug 532231] Review Request: gdouros-akkadian-fonts - A font for Sumero-Akkadian cuneiform In-Reply-To: References: Message-ID: <200911031927.nA3JR5mA031529@bz-web2.app.phx.redhat.com> 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=532231 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody at fedoraproject.org |ozamosi at flukkost.nu Flag| |fedora-review+ --- Comment #1 from Nicolas Mailhot 2009-11-03 14:27:04 EDT --- Nothing to say here, clean font and clean packaging ??? APPROVED ??? You can now continue from http://fedoraproject.org/wiki/Font_package_lifecycle#3.a Nice work. repo-font-audit notes the font could be extended easily to cover more scripts -- 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. From bugzilla at redhat.com Tue Nov 3 20:12:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 15:12:59 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911032012.nA3KCxiZ021585@bz-web1.app.phx.redhat.com> 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=530880 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |nicolas.mailhot at laposte.net Flag| |fedora-review? --- Comment #1 from Nicolas Mailhot 2009-11-03 15:12:57 EDT --- Hi Edward, 1. You seem to have based your packaging on an old (pre-fedora-11) template. Please rebase on the fonts template found in fontpackages-devel. It will considerably simplify your packaging and do more things such as generating rpm metadata for the font auto-installer 2. description: inspired on ? inspired by ? accent marks ? diacritics http://en.wikipedia.org/wiki/Diacritic ASCII ? basic latin http://www.unicode.org/charts/PDF/U0000.pdf 3. summary: you need to find a short statement that describes the font without using its name (the font name is already included in the package name, and every package manager will display the package name next to the summary) 4. repo-font-audit notes your rpm is not including font metadata (due to the previously mentioned bad template choice) and that the font could be easily extended to cover more scripts (to relay upstream) af(1) { 0149 } az-az(8) { 011e 011f 0130 0131 015e 015f 018f 0259 } bin(6) { 0300 0301 1eb8 1eb9 1ecc 1ecd } bm(8) { 014a 014b 0186 0190 019d 0254 025b 0272 } ca(2) { 013f 0140 } co(5) { 00c6 00e6 0152 0153 0178 } crh(6) { 011e 011f 0130 0131 015e 015f } csb(8) { 0104 0105 0141 0142 0143 0144 017b 017c } da(2) { 00c6 00e6 } de(1) { 00df } et(4) { 0160 0161 017d 017e } fi(4) { 0160 0161 017d 017e } fo(3) { 00c6 00e6 00f0 } fr(5) { 00c6 00e6 0152 0153 0178 } fy(1) { 00df } gn(4) { 0129 0169 1ebd 1ef9 } ha(8) { 0181 018a 0198 0199 01b3 01b4 0253 0257 } hu(4) { 0150 0151 0170 0171 } hz(5) { 032f 1e12 1e13 1e4a 1e4b } ig(6) { 1eca 1ecb 1ecc 1ecd 1ee4 1ee5 } is(5) { 00c6 00de 00e6 00f0 00fe } ki(4) { 0128 0129 0168 0169 } kl(7) { 00c6 00e6 0128 0129 0138 0168 0169 } kr(4) { 018e 01dd 024c 024d } ku-tr(2) { 015e 015f } lb(1) { 00df } lg(2) { 014a 014b } ln(9) { 011a 011b 0186 0190 0254 025b 0301 0302 030c } mt(8) { 010a 010b 0120 0121 0126 0127 017b 017c } na(2) { 0168 0169 } nb(2) { 00c6 00e6 } nds(1) { 00df } nn(2) { 00c6 00e6 } no(2) { 00c6 00e6 } nso(2) { 0160 0161 } ny(2) { 0174 0175 } qu(1) { 02c8 } ro(6) { 0102 0103 0218 0219 021a 021b } sco(4) { 01b7 021c 021d 0292 } shs(1) { 0313 } sm(1) { 02bb }tig(221) tk(6) { 0147 0148 015e 015f 017d 017e } tn(2) { 0160 0161 } to(1) { 02bb } tr(6) { 011e 011f 0130 0131 015e 015f }vi(110) vo(0) vot(4) { 0160 0161 017d 017e } wo(2) { 014a 014b } 5. the OFL license joined to the file claims the author reserves the name as "Tiza Chalk", but the name the font declares is just "Tiza", so maybe upstream did a mistake here. It's very unusual to reserve a name different from the name the font declares. If upstream decides the font is Tiza Chalk after all you'll have to rename the package which is much easier to do before inclusion in Fedora (also need to update the fontconfig rules, but this part is easy) 6. Please ask upstream to update the licensing info in the font file next time they update it (the font file still claims its licensing is CC-By, not OFL) 7. It would probably also be a good idea to check fontlint, though its messages are clear as mud as usual -- 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. From bugzilla at redhat.com Tue Nov 3 20:14:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 15:14:37 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911032014.nA3KEbg9010902@bz-web2.app.phx.redhat.com> 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=530880 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(john.brown009 at gma | |il.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. From bugzilla at redhat.com Tue Nov 3 21:50:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 16:50:55 -0500 Subject: [Bug 532231] Review Request: gdouros-akkadian-fonts - A font for Sumero-Akkadian cuneiform In-Reply-To: References: Message-ID: <200911032150.nA3Lota7032085@bz-web2.app.phx.redhat.com> 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=532231 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #2 from Robin Sonefors 2009-11-03 16:50:55 EDT --- New Package CVS Request ======================= Package Name: gdouros-akkadian-fonts Short Description: A font for Sumero-Akkadian cuneiform Owners: ozamosi Branches: F11 F12 InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Tue Nov 3 21:53:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 16:53:28 -0500 Subject: [Bug 532231] Review Request: gdouros-akkadian-fonts - A font for Sumero-Akkadian cuneiform In-Reply-To: References: Message-ID: <200911032153.nA3LrSEQ032766@bz-web2.app.phx.redhat.com> 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=532231 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Flag|fedora-cvs? |fedora-cvs+ --- Comment #3 from Kevin Fenzi 2009-11-03 16:53:27 EDT --- cvs done. -- 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. From bugzilla at redhat.com Tue Nov 3 22:35:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 17:35:09 -0500 Subject: [Bug 532817] Review Request: gdouros-analecta-fonts - An eccleastic scripts font In-Reply-To: References: Message-ID: <200911032235.nA3MZ9Gh012050@bz-web2.app.phx.redhat.com> 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=532817 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.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. From bugzilla at redhat.com Tue Nov 3 22:35:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 17:35:17 -0500 Subject: [Bug 532818] Review Request: gdouros-musica-fonts - A font for musical symbols In-Reply-To: References: Message-ID: <200911032235.nA3MZHq6012072@bz-web2.app.phx.redhat.com> 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=532818 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.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. From bugzilla at redhat.com Tue Nov 3 22:35:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 17:35:01 -0500 Subject: [Bug 532816] Review Request: gdouros-alexander-fonts - A Greek typeface inspired by Alexander Wilson In-Reply-To: References: Message-ID: <200911032235.nA3MZ1a1023111@bz-web1.app.phx.redhat.com> 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=532816 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.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. From bugzilla at redhat.com Tue Nov 3 22:35:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 17:35:27 -0500 Subject: [Bug 532819] Review Request: gdouros-symbola-fonts - A symbol font In-Reply-To: References: Message-ID: <200911032235.nA3MZRst023556@bz-web1.app.phx.redhat.com> 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=532819 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.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. From ozamosi at fedoraproject.org Tue Nov 3 23:03:06 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Tue, 3 Nov 2009 23:03:06 +0000 (UTC) Subject: rpms/gdouros-akkadian-fonts/devel gdouros-akkadian-fonts-fontconfig.conf, NONE, 1.1 gdouros-akkadian-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091103230306.3724011C00EE@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/gdouros-akkadian-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32277 Modified Files: .cvsignore sources Added Files: gdouros-akkadian-fonts-fontconfig.conf gdouros-akkadian-fonts.spec Log Message: Version 2.52 --- NEW FILE gdouros-akkadian-fonts-fontconfig.conf --- fantasy Akkadian Akkadian fantasy --- NEW FILE gdouros-akkadian-fonts.spec --- %global fontname gdouros-akkadian %global fontconf 65-%{fontname}.conf Name: %{fontname}-fonts Version: 2.52 Release: 1%{?dist} Summary: A font for Sumero-Akkadian cuneiform Group: User Interface/X License: Copyright only URL: http://users.teilar.gr/~g1951d/ Source0: http://users.teilar.gr/~g1951d/Akkadian.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Akkadian covers the following scripts and symbols supported by The Unicode Standard 5.2: Basic Latin, Greek and Coptic, some Punctuation and other Symbols, Cuneiform, Cuneiform Numbers and Punctuation. 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 Akkadian.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} Akkadian.otf %doc %changelog * Thu Oct 22 2009 Robin Sonefors - 2.52-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-akkadian-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 3 Nov 2009 21:53:46 -0000 1.1 +++ .cvsignore 3 Nov 2009 23:03:04 -0000 1.2 @@ -0,0 +1 @@ +Akkadian.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-akkadian-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 3 Nov 2009 21:53:46 -0000 1.1 +++ sources 3 Nov 2009 23:03:05 -0000 1.2 @@ -0,0 +1 @@ +dec2b1988c44b286199b7f7aed0e4119 Akkadian.zip From ozamosi at fedoraproject.org Wed Nov 4 00:02:34 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Wed, 4 Nov 2009 00:02:34 +0000 (UTC) Subject: rpms/gdouros-akkadian-fonts/F-11 gdouros-akkadian-fonts-fontconfig.conf, NONE, 1.1 gdouros-akkadian-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091104000235.5417C11C00EE@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/gdouros-akkadian-fonts/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11450 Modified Files: .cvsignore sources Added Files: gdouros-akkadian-fonts-fontconfig.conf gdouros-akkadian-fonts.spec Log Message: Version 2.52 --- NEW FILE gdouros-akkadian-fonts-fontconfig.conf --- fantasy Akkadian Akkadian fantasy --- NEW FILE gdouros-akkadian-fonts.spec --- %global fontname gdouros-akkadian %global fontconf 65-%{fontname}.conf Name: %{fontname}-fonts Version: 2.52 Release: 1%{?dist} Summary: A font for Sumero-Akkadian cuneiform Group: User Interface/X License: Copyright only URL: http://users.teilar.gr/~g1951d/ Source0: http://users.teilar.gr/~g1951d/Akkadian.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Akkadian covers the following scripts and symbols supported by The Unicode Standard 5.2: Basic Latin, Greek and Coptic, some Punctuation and other Symbols, Cuneiform, Cuneiform Numbers and Punctuation. 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 Akkadian.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} Akkadian.otf %doc %changelog * Thu Oct 22 2009 Robin Sonefors - 2.52-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-akkadian-fonts/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 3 Nov 2009 21:53:46 -0000 1.1 +++ .cvsignore 4 Nov 2009 00:02:32 -0000 1.2 @@ -0,0 +1 @@ +Akkadian.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-akkadian-fonts/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 3 Nov 2009 21:53:46 -0000 1.1 +++ sources 4 Nov 2009 00:02:33 -0000 1.2 @@ -0,0 +1 @@ +dec2b1988c44b286199b7f7aed0e4119 Akkadian.zip From bugzilla at redhat.com Wed Nov 4 02:23:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 21:23:06 -0500 Subject: [Bug 532237] gedit defaults to bitmap fonts with kanji In-Reply-To: References: Message-ID: <200911040223.nA42N6A7030874@bz-web2.app.phx.redhat.com> 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=532237 --- Comment #3 from Akira TAGOH 2009-11-03 21:23:05 EDT --- Hmm, weird. so the suggestion from nim-nim on the package review was wrong and the priority on our fontconfig l10n template won't effects reversely? -- 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. From bugzilla at redhat.com Wed Nov 4 04:03:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Nov 2009 23:03:04 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911040403.nA4434fG024207@bz-web2.app.phx.redhat.com> 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 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(psatpute at redhat.c | |om) | --- Comment #29 from Pravin Satpute 2009-11-03 23:03:00 EDT --- i will resolve the above problem, will try to resolve it else will drop it. is anything to do more from my side? -- 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. From petersen at fedoraproject.org Wed Nov 4 06:37:15 2009 From: petersen at fedoraproject.org (Jens Petersen) Date: Wed, 4 Nov 2009 06:37:15 +0000 (UTC) Subject: rpms/cjkuni-fonts/devel cjkuni-fonts.spec,1.15,1.16 Message-ID: <20091104063715.8171D11C00DC@cvs1.fedora.phx.redhat.com> Author: petersen Update of /cvs/pkgs/rpms/cjkuni-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4962 Modified Files: cjkuni-fonts.spec Log Message: drop bitmap fontconfig .conf for now (#459680) Index: cjkuni-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/cjkuni-fonts.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- cjkuni-fonts.spec 22 Oct 2009 01:36:57 -0000 1.15 +++ cjkuni-fonts.spec 4 Nov 2009 06:37:14 -0000 1.16 @@ -23,7 +23,7 @@ the CJK Unifonts project. Name: %{fontname}-fonts Version: 0.2.20080216.1 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Chinese Unicode TrueType fonts in Ming and Kai face. License: Arphic Group: User Interface/X @@ -215,6 +215,9 @@ do done cd ../ +# drop small bitmap rendering for now +rm %{buildroot}%{_fontconfig_confdir}/25-ttf-arphic-uming-bitmaps.conf + # ghostscript cd %{gsbuilddir} %__install -m 0755 -d %{buildroot}%{gsdir} @@ -245,13 +248,16 @@ cd ../ %__rm -fr %{buildroot} %changelog -* Thu Oct 22 2009 Caius 'kaio' Chance - 0.2.20080216.1-29.fc13 +* Wed Nov 4 2009 Jens Petersen - 0.2.20080216.1-30 +- drop bitmap fontconfig .conf for now (#459680) + +* Thu Oct 22 2009 Caius 'kaio' Chance - 0.2.20080216.1-29.fc13 - Rebuilt. -* Thu Oct 22 2009 Caius 'kaio' Chance - 0.2.20080216.1-28.fc13 +* Thu Oct 22 2009 Caius 'kaio' Chance - 0.2.20080216.1-28.fc13 - Resolves: 529975 - Make ghostscript address to be dynamic generated. -* Mon Sep 21 2009 Caius 'kaio' Chance - 0.2.20080216.1-27.fc12 +* Mon Sep 21 2009 Caius 'kaio' Chance - 0.2.20080216.1-27.fc12 - Merged from F-11 tree. - Obsoleted cjkuni-fonts-common. - Resolves: rhbz#507637 (using font.{dir,scale} from upstream source) From bugzilla at redhat.com Wed Nov 4 06:40:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 01:40:34 -0500 Subject: [Bug 459680] qt/kde: font antialiasing was disabled by uming fontconfig file. In-Reply-To: References: Message-ID: <200911040640.nA46eY6B009048@bz-web1.app.phx.redhat.com> 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=459680 --- Comment #64 from Jens Petersen 2009-11-04 01:40:29 EDT --- I removed the bitmap fontconfig in cjkuni-fonts-0.2.20080216.1-30.fc13. -- 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. From bugzilla at redhat.com Wed Nov 4 08:41:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 03:41:57 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911040841.nA48fvQ3009183@bz-web1.app.phx.redhat.com> 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=530880 TK009 changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(john.brown009 at gma | |il.com) | --- Comment #2 from TK009 2009-11-04 03:41:52 EDT --- 1. I used one of your spec files as a template, oops =). I have correct that and am now using the template from fontpackages-devel. 2. Those were choices made by the creator and I didn't feel comfortable changing them. I have corrected all of them. 3. The font name is not in either the Summary or the %description, only here in the Review Request. No action needed. 4a. Corrected missing metadata. 4b. I have advised the creator of the missing glyph's via email. 5. Awaiting clarification from the creator on this one. 6. I have advised the creator via email of this issue. 7. I ran repo-font-audit, rpmlint and fontlint correcting all but the warning about the license. Will the license issue need to be corrected before this can pass review? -- 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. From bugzilla at redhat.com Wed Nov 4 09:14:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 04:14:02 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911040914.nA49E2gg006577@bz-web2.app.phx.redhat.com> 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=530880 Paul Flo Williams changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul at frixxon.co.uk --- Comment #4 from Paul Flo Williams 2009-11-04 04:14:02 EDT --- (In reply to comment #2) > > Will the license issue need to be corrected before this can pass review? It should at least be "OFL", not "OLF" ;-) -- 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. From bugzilla at redhat.com Wed Nov 4 09:13:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 04:13:01 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911040913.nA49D1L1006319@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #3 from Nicolas Mailhot 2009-11-04 04:13:00 EDT --- (In reply to comment #2) > 1. I used one of your spec files as a template, oops =). I have correct that > and am now using the template from fontpackages-devel. We used to package fonts that way but it was changed for Fedora 11 to accomodate the font autoinstaller and simplify things. > 2. Those were choices made by the creator and I didn't feel comfortable > changing them. I have corrected all of them. Thanks, > 3. The font name is not in either the Summary or the %description, only here in > the Review Request. No action needed. It was in the spec file I checked. Maybe you published the wrong version? > 7. I ran repo-font-audit, rpmlint and fontlint correcting all but the warning > about the license. > > Will the license issue need to be corrected before this can pass review? No, this is not a blocker, just something it is a very good idea to fix upstream, as it confuses users when the licensing they see in font browsers is not the same the package declares (also I suppose that when Fedora does licensing audits it makes things a lot harder than it should be) -- 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. From bugzilla at redhat.com Wed Nov 4 09:17:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 04:17:03 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911040917.nA49H3YG007777@bz-web2.app.phx.redhat.com> 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 #30 from Nicolas Mailhot 2009-11-04 04:16:57 EDT --- I didn't find anything else so far. Of course I add new tests regularly when a problem reports makes me realise there is something else that needs to be checked in existing packages. -- 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. From bugzilla at redhat.com Wed Nov 4 09:20:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 04:20:43 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911040920.nA49KhxX009174@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #5 from Nicolas Mailhot 2009-11-04 04:20:42 EDT --- (In reply to comment #4) > (In reply to comment #2) > > > > Will the license issue need to be corrected before this can pass review? > > It should at least be "OFL", not "OLF" ;-) This is the kind of typo which is very hard for humans to notice, sorry :( -- 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. From bugzilla at redhat.com Wed Nov 4 09:27:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 04:27:07 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911040927.nA49R7tA024158@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #6 from TK009 2009-11-04 04:27:06 EDT --- Thank you for catching it. Stupid mistake on my part. Thanks for helping get this up to speed as well. -- 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. From bugzilla at redhat.com Wed Nov 4 09:28:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 04:28:33 -0500 Subject: [Bug 532237] gedit defaults to bitmap fonts with kanji In-Reply-To: References: Message-ID: <200911040928.nA49SXwn024368@bz-web1.app.phx.redhat.com> 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=532237 --- Comment #4 from Nicolas Mailhot 2009-11-04 04:28:30 EDT --- (In reply to comment #3) > Hmm, weird. so the suggestion from nim-nim on the package review was wrong and > the priority on our fontconfig l10n template won't effects reversely? Unless fontconfig changed its behaviour my advice was correct. *However* it is only correct if the other packages you interact with limit themselves to the few audited fontconfig patterns. If they start being creative (and fontconfig gives people a *lot* of room to be creative) all bets are of. I've almost given up on CJK font packages. At this stage if CJK packagers do not get together to agree on a common way to use fontconfig (and have Behdad proof it) there is no way to progress. Right now it's a "you have packaged a CJK font; go directly to bugzilla" http://journal.paul.querna.org/wp-content/uploads/2009/08/monopoly-go-to-jail-card.jpg -- 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. From bugzilla at redhat.com Wed Nov 4 10:45:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 05:45:50 -0500 Subject: [Bug 501847] [ml_IN][GSUB] U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D delete key can't delete the whole char In-Reply-To: References: Message-ID: <200911041045.nA4Ajo42003372@bz-web2.app.phx.redhat.com> 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=501847 Ani Peter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apeter at redhat.com, | |psatpute at redhat.com Flag| |needinfo?(kxiong at redhat.com | |) --- Comment #1 from Ani Peter 2009-11-04 05:45:48 EDT --- "Delete" key deletes the next character. So appreciate if you could elaborate the description of the 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. From bugzilla at redhat.com Wed Nov 4 10:48:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 05:48:19 -0500 Subject: [Bug 501849] [ml_IN][GSUB] U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D move to the right of the font need pressing right arrow key many times In-Reply-To: References: Message-ID: <200911041048.nA4AmJft017327@bz-web1.app.phx.redhat.com> 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=501849 Ani Peter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apeter at redhat.com, | |psatpute at redhat.com --- Comment #1 from Ani Peter 2009-11-04 05:48:18 EDT --- I feel this is the expected behavior. Still, if you feel something is wrong, please help me understanding the 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. From bugzilla at redhat.com Wed Nov 4 10:50:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 05:50:47 -0500 Subject: [Bug 501852] [ml_IN] need extra backspace press to delete this string of characters In-Reply-To: References: Message-ID: <200911041050.nA4Aoldr018792@bz-web1.app.phx.redhat.com> 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=501852 Ani Peter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apeter at redhat.com --- Comment #7 from Ani Peter 2009-11-04 05:50:45 EDT --- Any updates? -- 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. From bugzilla at redhat.com Wed Nov 4 12:01:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:01:05 -0500 Subject: [Bug 530857] Review Request: drehatlas-xaporho-fonts - latin typeface inspired by a hobby rock band logo In-Reply-To: References: Message-ID: <200911041201.nA4C15W0026048@bz-web2.app.phx.redhat.com> 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=530857 --- Comment #7 from Fedora Update System 2009-11-04 07:01:04 EDT --- drehatlas-xaporho-fonts-1.0.3.2-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:01:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:01:10 -0500 Subject: [Bug 530857] Review Request: drehatlas-xaporho-fonts - latin typeface inspired by a hobby rock band logo In-Reply-To: References: Message-ID: <200911041201.nA4C1ALi026092@bz-web2.app.phx.redhat.com> 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=530857 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |1.0.3.2-2.fc10 Resolution| |ERRATA -- 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. From bugzilla at redhat.com Wed Nov 4 12:09:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:09:48 -0500 Subject: [Bug 477436] [padauk-fonts] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200911041209.nA4C9mhZ029520@bz-web2.app.phx.redhat.com> 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=477436 --- Comment #18 from Fedora Update System 2009-11-04 07:09:47 EDT --- sil-padauk-fonts-2.4-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:09:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:09:58 -0500 Subject: [Bug 477436] [padauk-fonts] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200911041209.nA4C9w7C029595@bz-web2.app.phx.redhat.com> 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=477436 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |2.4-6.fc11 Resolution| |ERRATA -- 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. From bugzilla at redhat.com Wed Nov 4 12:09:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:09:53 -0500 Subject: [Bug 514911] Review Request: sil-padauk-fonts - Padauk font for Burmese and the Myanmar script In-Reply-To: References: Message-ID: <200911041209.nA4C9r0f029545@bz-web2.app.phx.redhat.com> 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=514911 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |2.4-6.fc11 Resolution| |ERRATA -- 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. From bugzilla at redhat.com Wed Nov 4 12:09:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:09:42 -0500 Subject: [Bug 514911] Review Request: sil-padauk-fonts - Padauk font for Burmese and the Myanmar script In-Reply-To: References: Message-ID: <200911041209.nA4C9gsn009886@bz-web1.app.phx.redhat.com> 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=514911 --- Comment #8 from Fedora Update System 2009-11-04 07:09:41 EDT --- sil-padauk-fonts-2.4-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:14:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:14:42 -0500 Subject: [Bug 528949] Review Request: drehatlas-widelands-fonts - Widelands font In-Reply-To: References: Message-ID: <200911041214.nA4CEg9Y032185@bz-web2.app.phx.redhat.com> 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=528949 --- Comment #21 from Fedora Update System 2009-11-04 07:14:41 EDT --- drehatlas-widelands-fonts-1.0.2.2-6.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:14:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:14:59 -0500 Subject: [Bug 528949] Review Request: drehatlas-widelands-fonts - Widelands font In-Reply-To: References: Message-ID: <200911041214.nA4CEx3h032253@bz-web2.app.phx.redhat.com> 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=528949 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.0.2.2-6.fc10 |1.0.2.2-6.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. From bugzilla at redhat.com Wed Nov 4 12:15:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:15:40 -0500 Subject: [Bug 529323] Review Request: gdouros-aegean-fonts - Font for ancient scripts in the Aegean vicinity In-Reply-To: References: Message-ID: <200911041215.nA4CFeYY000324@bz-web2.app.phx.redhat.com> 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=529323 --- Comment #8 from Fedora Update System 2009-11-04 07:15:39 EDT --- gdouros-aegean-fonts-3.01-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:14:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:14:54 -0500 Subject: [Bug 528949] Review Request: drehatlas-widelands-fonts - Widelands font In-Reply-To: References: Message-ID: <200911041214.nA4CEsor011801@bz-web1.app.phx.redhat.com> 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=528949 --- Comment #22 from Fedora Update System 2009-11-04 07:14:53 EDT --- drehatlas-widelands-fonts-1.0.2.2-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:14:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:14:47 -0500 Subject: [Bug 528949] Review Request: drehatlas-widelands-fonts - Widelands font In-Reply-To: References: Message-ID: <200911041214.nA4CElSe011744@bz-web1.app.phx.redhat.com> 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=528949 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |1.0.2.2-6.fc10 Resolution| |ERRATA -- 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. From bugzilla at redhat.com Wed Nov 4 12:28:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:28:56 -0500 Subject: [Bug 529494] Review Request: drehatlas-warender-bibliothek-fonts - A decorative, hairy font In-Reply-To: References: Message-ID: <200911041228.nA4CSuIO017140@bz-web1.app.phx.redhat.com> 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=529494 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |1.0.1.1-1.fc11 Resolution| |ERRATA -- 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. From bugzilla at redhat.com Wed Nov 4 12:28:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:28:52 -0500 Subject: [Bug 529494] Review Request: drehatlas-warender-bibliothek-fonts - A decorative, hairy font In-Reply-To: References: Message-ID: <200911041228.nA4CSqvc006476@bz-web2.app.phx.redhat.com> 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=529494 --- Comment #11 from Fedora Update System 2009-11-04 07:28:51 EDT --- drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:32:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:32:58 -0500 Subject: [Bug 529494] Review Request: drehatlas-warender-bibliothek-fonts - A decorative, hairy font In-Reply-To: References: Message-ID: <200911041232.nA4CWwQc019072@bz-web1.app.phx.redhat.com> 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=529494 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.0.1.1-1.fc11 |1.0.1.1-1.fc10 -- 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. From bugzilla at redhat.com Wed Nov 4 12:32:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:32:52 -0500 Subject: [Bug 529494] Review Request: drehatlas-warender-bibliothek-fonts - A decorative, hairy font In-Reply-To: References: Message-ID: <200911041232.nA4CWqvF019025@bz-web1.app.phx.redhat.com> 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=529494 --- Comment #12 from Fedora Update System 2009-11-04 07:32:51 EDT --- drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:31:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:31:49 -0500 Subject: [Bug 530857] Review Request: drehatlas-xaporho-fonts - latin typeface inspired by a hobby rock band logo In-Reply-To: References: Message-ID: <200911041231.nA4CVnJd018722@bz-web1.app.phx.redhat.com> 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=530857 --- Comment #8 from Fedora Update System 2009-11-04 07:31:48 EDT --- drehatlas-xaporho-fonts-1.0.3.2-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Wed Nov 4 12:31:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 07:31:54 -0500 Subject: [Bug 530857] Review Request: drehatlas-xaporho-fonts - latin typeface inspired by a hobby rock band logo In-Reply-To: References: Message-ID: <200911041231.nA4CVsIM018770@bz-web1.app.phx.redhat.com> 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=530857 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.0.3.2-2.fc10 |1.0.3.2-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. From bugzilla at redhat.com Wed Nov 4 13:03:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 08:03:15 -0500 Subject: [Bug 531431] Font rendering is broken on Rawhide (radeon chipset) In-Reply-To: References: Message-ID: <200911041303.nA4D3Fjj019459@bz-web2.app.phx.redhat.com> 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=531431 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment mime|application/octet-stream |text/plain type| | -- 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. From bugzilla at redhat.com Wed Nov 4 18:29:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 13:29:00 -0500 Subject: [Bug 487913] Review Request: culmus-fancy-fonts - Fancy fonts for Hebrew In-Reply-To: References: Message-ID: <200911041829.nA4IT0oG018572@bz-web1.app.phx.redhat.com> 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=487913 --- Comment #4 from Dan Kenigsberg 2009-11-04 13:28:58 EDT --- Created an attachment (id=367518) --> (https://bugzilla.redhat.com/attachment.cgi?id=367518) spec with fixes to sever of the comments It might be just about at the packaging standard, but certainly has several of the comments unfixed. -- 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. From bugzilla at redhat.com Wed Nov 4 18:31:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 13:31:28 -0500 Subject: [Bug 491959] [fonts-hebrew-fancy] Please rebuild for Fedora 11 to pick up font autodeps In-Reply-To: References: Message-ID: <200911041831.nA4IVSK2010055@bz-web2.app.phx.redhat.com> 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=491959 Dan Kenigsberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #3 from Dan Kenigsberg 2009-11-04 13:31:27 EDT --- fonts-hebrew-fancy has been retired. see bug 487913 if you want to build a replacement. -- 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. From bugzilla at redhat.com Wed Nov 4 18:31:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 13:31:50 -0500 Subject: [Bug 477387] [fonts-hebrew-fancy] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200911041831.nA4IVoh5010262@bz-web2.app.phx.redhat.com> 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=477387 Dan Kenigsberg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX --- Comment #7 from Dan Kenigsberg 2009-11-04 13:31:49 EDT --- fonts-hebrew-fancy has been retired. see bug 487913 if you want to build a replacement. -- 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. From bugzilla at redhat.com Wed Nov 4 18:31:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 13:31:52 -0500 Subject: [Bug 477044] [Tracker] Deploy new font packaging guidelines for Fedora 11 In-Reply-To: References: Message-ID: <200911041831.nA4IVqKx010313@bz-web2.app.phx.redhat.com> 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=477044 Bug 477044 depends on bug 477472, which changed state. Bug 477472 Summary: [tuxtype2] Please convert to new font packaging guidelines https://bugzilla.redhat.com/show_bug.cgi?id=477472 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ON_QA Status|ON_QA |CLOSED Resolution| |ERRATA Bug 477044 depends on bug 477436, which changed state. Bug 477436 Summary: [padauk-fonts] Please convert to new font packaging guidelines https://bugzilla.redhat.com/show_bug.cgi?id=477436 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ON_QA Resolution| |ERRATA Status|ON_QA |CLOSED Bug 477044 depends on bug 477387, which changed state. Bug 477387 Summary: [fonts-hebrew-fancy] Please convert to new font packaging guidelines https://bugzilla.redhat.com/show_bug.cgi?id=477387 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX -- 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. From bugzilla at redhat.com Thu Nov 5 02:10:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Nov 2009 21:10:46 -0500 Subject: [Bug 501847] [ml_IN][GSUB] U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D delete key can't delete the whole char In-Reply-To: References: Message-ID: <200911050210.nA52AkBO031255@bz-web1.app.phx.redhat.com> 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=501847 koka xiong changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(kxiong at redhat.com | |) | --- Comment #2 from koka xiong 2009-11-04 21:10:45 EDT --- In gedit input U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D with RAW CODE ?????? Then press the cursor before the whole char ?????? Then press delete key,it can't delete the whole char,it just delete part of the whole char. -- 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. From ozamosi at fedoraproject.org Thu Nov 5 17:58:38 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Thu, 5 Nov 2009 17:58:38 +0000 (UTC) Subject: rpms/msimonson-anonymouspro-fonts/F-12 msimonson-anonymouspro-fonts-fontconfig.conf, NONE, 1.1 msimonson-anonymouspro-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091105175838.6945D11C0086@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9594 Modified Files: .cvsignore sources Added Files: msimonson-anonymouspro-fonts-fontconfig.conf msimonson-anonymouspro-fonts.spec Log Message: Initial package --- NEW FILE msimonson-anonymouspro-fonts-fontconfig.conf --- monospace Anonymous Pro Anonymous Pro monospace Anonymous Anonymous Pro --- 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}-XXXXXX) 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 - 1.001-2 - Change summary, fix fontconfig file * Thu Oct 15 2009 Robin Sonefors - 1.001-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 22 Oct 2009 04:48:01 -0000 1.1 +++ .cvsignore 5 Nov 2009 17:58:38 -0000 1.2 @@ -0,0 +1 @@ +AnonymousPro.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/msimonson-anonymouspro-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 22 Oct 2009 04:48:01 -0000 1.1 +++ sources 5 Nov 2009 17:58:38 -0000 1.2 @@ -0,0 +1 @@ +3cdcfc1979242670410e26ce42d226b0 AnonymousPro.zip From ozamosi at fedoraproject.org Thu Nov 5 18:19:21 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Thu, 5 Nov 2009 18:19:21 +0000 (UTC) Subject: rpms/gdouros-aegean-fonts/F-12 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 Message-ID: <20091105181921.DE0B311C0086@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/gdouros-aegean-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14663 Modified Files: .cvsignore sources Added Files: gdouros-aegean-fonts-fontconfig.conf gdouros-aegean-fonts.spec Log Message: Version 3.01 --- NEW FILE gdouros-aegean-fonts-fontconfig.conf --- fantasy Aegean Aegean fantasy --- 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}-XXXXXX) 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 - 3.01-2 - Fix description, License string * Thu Oct 15 2009 Robin Sonefors - 3.01-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-aegean-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 22 Oct 2009 04:49:14 -0000 1.1 +++ .cvsignore 5 Nov 2009 18:19:21 -0000 1.2 @@ -0,0 +1 @@ +Aegean.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-aegean-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 22 Oct 2009 04:49:14 -0000 1.1 +++ sources 5 Nov 2009 18:19:21 -0000 1.2 @@ -0,0 +1 @@ +36201de0f8a523a3c002bb8619fc9da9 Aegean.zip From bugzilla at redhat.com Thu Nov 5 18:20:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:20:21 -0500 Subject: [Bug 466369] font rendering is messed up on F-11 In-Reply-To: References: Message-ID: <200911051820.nA5IKLCW032719@bz-web2.app.phx.redhat.com> 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=466369 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl at redhat.com Flag| |needinfo?(michal at harddata.c | |om) --- Comment #44 from Matej Cepl 2009-11-05 13:20:17 EDT --- Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages. For packages from updates-testing repository you can use command yum upgrade --enablerepo='*-updates-testing' Alternatively, you can also try to test whether this bug is reproducible with the upcoming Fedora 12 distribution by downloading LiveMedia of F12 Beta available at http://alt.fedoraproject.org/pub/alt/nightly-composes/ . By using that you get all the latest packages without need to install anything on your computer. For more information on using LiveMedia take a look at https://fedoraproject.org/wiki/FedoraLiveCD . Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] -- 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. From bugzilla at redhat.com Thu Nov 5 18:21:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:21:12 -0500 Subject: [Bug 476951] missing dependencies of emacs: xorg-x11-fonts-ISO8859-1-100dpi In-Reply-To: References: Message-ID: <200911051821.nA5ILCDt001179@bz-web2.app.phx.redhat.com> 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=476951 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl at redhat.com Flag| |needinfo?(dnovotny at redhat.c | |om) --- Comment #5 from Matej Cepl 2009-11-05 13:21:10 EDT --- Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages. For packages from updates-testing repository you can use command yum upgrade --enablerepo='*-updates-testing' Alternatively, you can also try to test whether this bug is reproducible with the upcoming Fedora 12 distribution by downloading LiveMedia of F12 Beta available at http://alt.fedoraproject.org/pub/alt/nightly-composes/ . By using that you get all the latest packages without need to install anything on your computer. For more information on using LiveMedia take a look at https://fedoraproject.org/wiki/FedoraLiveCD . Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] -- 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. From bugzilla at redhat.com Thu Nov 5 18:21:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:21:16 -0500 Subject: [Bug 477486] [xorg-x11-fonts] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200911051821.nA5ILGpo001250@bz-web2.app.phx.redhat.com> 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=477486 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl at redhat.com Flag| |needinfo?(nicolas.mailhot at l | |aposte.net) --- Comment #7 from Matej Cepl 2009-11-05 13:21:15 EDT --- Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages. For packages from updates-testing repository you can use command yum upgrade --enablerepo='*-updates-testing' Alternatively, you can also try to test whether this bug is reproducible with the upcoming Fedora 12 distribution by downloading LiveMedia of F12 Beta available at http://alt.fedoraproject.org/pub/alt/nightly-composes/ . By using that you get all the latest packages without need to install anything on your computer. For more information on using LiveMedia take a look at https://fedoraproject.org/wiki/FedoraLiveCD . Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] -- 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. From bugzilla at redhat.com Thu Nov 5 18:26:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:26:02 -0500 Subject: [Bug 495252] Texts/Fonts are crappy. In-Reply-To: References: Message-ID: <200911051826.nA5IQ2B6008469@bz-web2.app.phx.redhat.com> 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=495252 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl at redhat.com Flag| |needinfo?(fabian.deutsch at gm | |x.de) --- Comment #4 from Matej Cepl 2009-11-05 13:26:00 EDT --- Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages. For packages from updates-testing repository you can use command yum upgrade --enablerepo='*-updates-testing' Alternatively, you can also try to test whether this bug is reproducible with the upcoming Fedora 12 distribution by downloading LiveMedia of F12 Beta available at http://alt.fedoraproject.org/pub/alt/nightly-composes/ . By using that you get all the latest packages without need to install anything on your computer. For more information on using LiveMedia take a look at https://fedoraproject.org/wiki/FedoraLiveCD . Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] -- 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. From bugzilla at redhat.com Thu Nov 5 18:32:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:32:18 -0500 Subject: [Bug 506262] X crash - FreeType: couldn't open face /usr/share/fonts/cjkuni/ukai.ttc: 1 In-Reply-To: References: Message-ID: <200911051832.nA5IWIVa019963@bz-web2.app.phx.redhat.com> 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=506262 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl at redhat.com Flag| |needinfo?(jreznik at redhat.co | |m) --- Comment #16 from Matej Cepl 2009-11-05 13:32:16 EDT --- Since this bugzilla report was filed, there have been several major updates in various components of the Xorg system, which may have resolved this issue. Users who have experienced this problem are encouraged to upgrade their system to the latest version of their packages. For packages from updates-testing repository you can use command yum upgrade --enablerepo='*-updates-testing' Alternatively, you can also try to test whether this bug is reproducible with the upcoming Fedora 12 distribution by downloading LiveMedia of F12 Beta available at http://alt.fedoraproject.org/pub/alt/nightly-composes/ . By using that you get all the latest packages without need to install anything on your computer. For more information on using LiveMedia take a look at https://fedoraproject.org/wiki/FedoraLiveCD . Please, if you experience this problem on the up-to-date system, let us now in the comment for this bug, or whether the upgraded system works for you. If you won't be able to reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. [This is a bulk message for all open Fedora Rawhide Xorg-related bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] -- 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. From bugzilla at redhat.com Thu Nov 5 18:41:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:41:55 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <200911051841.nA5Ift55003891@bz-web2.app.phx.redhat.com> 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=522187 Andrew Overholt changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SWT crash (in theory in |SWT crash with GTK 2.18 and |pango but more likely in |GNOME accessibility |GTK) | -- 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. From ozamosi at fedoraproject.org Thu Nov 5 18:45:26 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Thu, 5 Nov 2009 18:45:26 +0000 (UTC) Subject: rpms/gdouros-aegyptus-fonts/F-12 gdouros-aegyptus-fonts-fontconfig.conf, NONE, 1.1 gdouros-aegyptus-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091105184526.0DEFF11C0086@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/gdouros-aegyptus-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24806 Modified Files: .cvsignore sources Added Files: gdouros-aegyptus-fonts-fontconfig.conf gdouros-aegyptus-fonts.spec Log Message: Version 2.52 --- NEW FILE gdouros-aegyptus-fonts-fontconfig.conf --- fantasy Aegyptus Aegyptus fantasy --- NEW FILE gdouros-aegyptus-fonts.spec --- %global fontname gdouros-aegyptus %global fontconf 65-%{fontname}.conf Name: %{fontname}-fonts Version: 2.52 Release: 1%{?dist} Summary: A font for Egyptian hieroglyphs Group: User Interface/X License: Copyright only URL: http://users.teilar.gr/~g1951d/ Source0: http://users.teilar.gr/~g1951d/Aegyptus.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Aegyptus encodes over 7000 hieroglyphs. There is no standard for Egyptian Hieroglyphs or Meroitic, so they are allocated in the Supplementary Private Use Plane 15. The font also covers Basic Latin, Egyptian Transliteration characters, some Punctuation and other Symbols, and the Gardiner set of 1071 Egyptian Hieroglyphs, now suppored by The Unicode Standard 5.2 in the new SMP block 13000 - 1342F. It was created by George Douros, mainly based on the book Hieroglyphica, PIREI I?, 2000. %prep %setup -q -c %build %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p Aegyptus.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} Aegyptus.otf %doc *.txt %changelog * Wed Oct 21 2009 Robin Sonefors 2.52-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-aegyptus-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 Oct 2009 20:11:30 -0000 1.1 +++ .cvsignore 5 Nov 2009 18:45:25 -0000 1.2 @@ -0,0 +1 @@ +Aegyptus.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-aegyptus-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 Oct 2009 20:11:30 -0000 1.1 +++ sources 5 Nov 2009 18:45:25 -0000 1.2 @@ -0,0 +1 @@ +c063380062974eb8cb36c8db329ec8ef Aegyptus.zip From bugzilla at redhat.com Thu Nov 5 18:48:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:48:49 -0500 Subject: [Bug 466369] font rendering is messed up on F-11 In-Reply-To: References: Message-ID: <200911051848.nA5ImnCn007169@bz-web2.app.phx.redhat.com> 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=466369 Michal Jaegermann changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(michal at harddata.c | |om) | --- Comment #45 from Michal Jaegermann 2009-11-05 13:48:48 EDT --- I was asked with "needinfo?(michal at harddata.com)". See my comment 35 and comment 38 respectively from 2008-12-17 and 2009-02-03. These say that I do not see the issue anymore. OTOH there were later reports of the same, or similar, problems on another hardware and that is why this report remains open. I am afraid that I am unable to comment on that. -- 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. From bugzilla at redhat.com Thu Nov 5 18:56:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 13:56:15 -0500 Subject: [Bug 477486] [xorg-x11-fonts] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200911051856.nA5IuFMu001450@bz-web1.app.phx.redhat.com> 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=477486 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(nicolas.mailhot at l | |aposte.net) | --- Comment #8 from Nicolas Mailhot 2009-11-05 13:56:13 EDT --- Clearly not fixed -- 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. From ozamosi at fedoraproject.org Thu Nov 5 18:59:43 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Thu, 5 Nov 2009 18:59:43 +0000 (UTC) Subject: rpms/gdouros-akkadian-fonts/F-12 gdouros-akkadian-fonts-fontconfig.conf, NONE, 1.1 gdouros-akkadian-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091105185943.5478711C0086@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/gdouros-akkadian-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31089 Modified Files: .cvsignore sources Added Files: gdouros-akkadian-fonts-fontconfig.conf gdouros-akkadian-fonts.spec Log Message: Version 2.52 --- NEW FILE gdouros-akkadian-fonts-fontconfig.conf --- fantasy Akkadian Akkadian fantasy --- NEW FILE gdouros-akkadian-fonts.spec --- %global fontname gdouros-akkadian %global fontconf 65-%{fontname}.conf Name: %{fontname}-fonts Version: 2.52 Release: 1%{?dist} Summary: A font for Sumero-Akkadian cuneiform Group: User Interface/X License: Copyright only URL: http://users.teilar.gr/~g1951d/ Source0: http://users.teilar.gr/~g1951d/Akkadian.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description Akkadian covers the following scripts and symbols supported by The Unicode Standard 5.2: Basic Latin, Greek and Coptic, some Punctuation and other Symbols, Cuneiform, Cuneiform Numbers and Punctuation. 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 Akkadian.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} Akkadian.otf %doc %changelog * Thu Oct 22 2009 Robin Sonefors - 2.52-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-akkadian-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 3 Nov 2009 21:53:46 -0000 1.1 +++ .cvsignore 5 Nov 2009 18:59:42 -0000 1.2 @@ -0,0 +1 @@ +Akkadian.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-akkadian-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 3 Nov 2009 21:53:46 -0000 1.1 +++ sources 5 Nov 2009 18:59:43 -0000 1.2 @@ -0,0 +1 @@ +dec2b1988c44b286199b7f7aed0e4119 Akkadian.zip From nim at fedoraproject.org Thu Nov 5 21:59:13 2009 From: nim at fedoraproject.org (nim) Date: Thu, 5 Nov 2009 21:59:13 +0000 (UTC) Subject: rpms/gfs-gazis-fonts/devel gfs-gazis-fonts.spec, 1.11, 1.12 import.log, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20091105215913.3E55411C0086@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/gfs-gazis-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30259/devel Modified Files: gfs-gazis-fonts.spec import.log sources Log Message: upstream stealth update Index: gfs-gazis-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/gfs-gazis-fonts/devel/gfs-gazis-fonts.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- gfs-gazis-fonts.spec 24 Jul 2009 23:59:03 -0000 1.11 +++ gfs-gazis-fonts.spec 5 Nov 2009 21:59:12 -0000 1.12 @@ -4,9 +4,9 @@ %global archivename GFS_GAZIS Name: %{fontname}-fonts -Version: 20080318 -Release: 8%{?dist} -Summary: GFS Gazis Greek font +Version: 20091008 +Release: 1%{?dist} +Summary: An 18th century Greek typeface Group: User Interface/X License: OFL @@ -76,11 +76,17 @@ rm -fr %{buildroot} %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 20080318-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Feb 24 2009 Fedora Release Engineering - 20080318-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +* Fri Nov 5 2009 Nicolas Mailhot +- 20091008-1 +? Upstream stealth update + +* Fri Jul 24 2009 Fedora Release Engineering +- 20080318-8 +? Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering +- 20080318-7 +? Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 16 2009 Nicolas Mailhot - 20080318-6 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gfs-gazis-fonts/devel/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- import.log 23 Feb 2009 08:47:19 -0000 1.3 +++ import.log 5 Nov 2009 21:59:13 -0000 1.4 @@ -1,3 +1,4 @@ gfs-gazis-fonts-20080318-3_fc10:HEAD:gfs-gazis-fonts-20080318-3.fc10.src.rpm:1215809328 gfs-gazis-fonts-20080318-5_fc11:HEAD:gfs-gazis-fonts-20080318-5.fc11.src.rpm:1229543045 gfs-gazis-fonts-20080318-6_fc11:HEAD:gfs-gazis-fonts-20080318-6.fc11.src.rpm:1235378814 +gfs-gazis-fonts-20091008-1_fc13:HEAD:gfs-gazis-fonts-20091008-1.fc13.src.rpm:1257458271 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gfs-gazis-fonts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 4 Apr 2008 20:08:21 -0000 1.3 +++ sources 5 Nov 2009 21:59:13 -0000 1.4 @@ -1 +1 @@ -49549ec24bd20627bfcc8c0486fb2b12 GFS_GAZIS.zip +a4c893f33da31e6152b5bd06c516b52d GFS_GAZIS.zip From nim at fedoraproject.org Thu Nov 5 22:02:07 2009 From: nim at fedoraproject.org (nim) Date: Thu, 5 Nov 2009 22:02:07 +0000 (UTC) Subject: rpms/gfs-decker-fonts/devel gfs-decker-fonts.spec, 1.2, 1.3 import.log, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20091105220207.C2DD911C0086@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/gfs-decker-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31479/devel Modified Files: gfs-decker-fonts.spec import.log sources Log Message: upstream stealth update Index: gfs-decker-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/gfs-decker-fonts/devel/gfs-decker-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- gfs-decker-fonts.spec 24 Jul 2009 23:57:34 -0000 1.2 +++ gfs-decker-fonts.spec 5 Nov 2009 22:02:07 -0000 1.3 @@ -5,8 +5,8 @@ Name: %{fontname}-fonts Version: 20090618 -Release: 2%{?dist} -Summary: GFS Decker Greek fonts +Release: 3%{?dist} +Summary: A 19th century Greek typeface Group: User Interface/X License: OFL @@ -34,7 +34,7 @@ and thin strokes. It appeared as an alte mostly patristic texts. -The font was digitally designed by George D. Matthiopoulos and is freely +The font was digitally designed by George D. Matthiopoulos and is freely available by GFS. @@ -74,12 +74,17 @@ rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.otf -%doc *.txt +%doc *.txt *.pdf %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 20090618-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Fri Nov 5 2009 Nicolas Mailhot +- 20090618-3 +? update to upstream's new archive (with new doc) + +* Fri Jul 24 2009 Fedora Release Engineering +- 20090618-2 +? Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun Jun 21 2009 Nicolas Mailhot - 20090618-1 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gfs-decker-fonts/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 23 Jun 2009 06:10:38 -0000 1.1 +++ import.log 5 Nov 2009 22:02:07 -0000 1.2 @@ -1 +1,2 @@ gfs-decker-fonts-20090618-1_fc12:HEAD:gfs-decker-fonts-20090618-1.fc12.src.rpm:1245737415 +gfs-decker-fonts-20090618-3_fc13:HEAD:gfs-decker-fonts-20090618-3.fc13.src.rpm:1257458378 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gfs-decker-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 23 Jun 2009 06:10:38 -0000 1.2 +++ sources 5 Nov 2009 22:02:07 -0000 1.3 @@ -1 +1 @@ -52e129c5aa90f10de1b6c9c789b8240c GFS_DECKER.zip +b2b4c8db6c51a7db93d614b29387ac42 GFS_DECKER.zip From nim at fedoraproject.org Thu Nov 5 22:06:11 2009 From: nim at fedoraproject.org (nim) Date: Thu, 5 Nov 2009 22:06:11 +0000 (UTC) Subject: rpms/gfs-neohellenic-fonts/devel gfs-neohellenic-fonts.spec, 1.11, 1.12 import.log, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20091105220611.BA8CE11C0086@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/gfs-neohellenic-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv836/devel Modified Files: gfs-neohellenic-fonts.spec import.log sources Log Message: upstream stealth update Index: gfs-neohellenic-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/gfs-neohellenic-fonts/devel/gfs-neohellenic-fonts.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- gfs-neohellenic-fonts.spec 24 Jul 2009 23:59:30 -0000 1.11 +++ gfs-neohellenic-fonts.spec 5 Nov 2009 22:06:11 -0000 1.12 @@ -4,9 +4,9 @@ %global archivename GFS_NEOHELLENIC_OT Name: %{fontname}-fonts -Version: 20081217 -Release: 3%{?dist} -Summary: GFS Neohellenic fonts +Version: 20090918 +Release: 1%{?dist} +Summary: A 20th century Greek typeface Group: User Interface/X License: OFL @@ -85,11 +85,17 @@ rm -fr %{buildroot} %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 20081217-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Feb 24 2009 Fedora Release Engineering - 20081217-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +* Fri Nov 5 2009 Nicolas Mailhot +- 20090918-1 +? upstream stealth update + +* Fri Jul 24 2009 Fedora Release Engineering +- 20081217-3 +? Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering +- 20081217-2 +? Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 22 2009 Nicolas Mailhot - 20081217-1 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gfs-neohellenic-fonts/devel/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- import.log 23 Feb 2009 08:49:44 -0000 1.4 +++ import.log 5 Nov 2009 22:06:11 -0000 1.5 @@ -2,3 +2,4 @@ gfs-neohellenic-fonts-20070415-6_fc10:HE gfs-neohellenic-fonts-20070415-8_fc11:HEAD:gfs-neohellenic-fonts-20070415-8.fc11.src.rpm:1229543250 gfs-neohellenic-fonts-20081217-1_fc11:HEAD:gfs-neohellenic-fonts-20081217-1.fc11.src.rpm:1235299287 gfs-neohellenic-fonts-20081217-1_fc11:HEAD:gfs-neohellenic-fonts-20081217-1.fc11.src.rpm:1235378962 +gfs-neohellenic-fonts-20090918-1_fc13:HEAD:gfs-neohellenic-fonts-20090918-1.fc13.src.rpm:1257458731 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gfs-neohellenic-fonts/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 22 Feb 2009 10:42:06 -0000 1.3 +++ sources 5 Nov 2009 22:06:11 -0000 1.4 @@ -1 +1 @@ -41799cd503f81b0066ce339cd28b9265 GFS_NEOHELLENIC_OT.zip +c6fb13b64a905186c2d406445d489422 GFS_NEOHELLENIC_OT.zip From nim at fedoraproject.org Thu Nov 5 22:06:53 2009 From: nim at fedoraproject.org (nim) Date: Thu, 5 Nov 2009 22:06:53 +0000 (UTC) Subject: rpms/gfs-pyrsos-fonts/devel gfs-pyrsos-fonts.spec, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20091105220653.8DB6F11C0086@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/gfs-pyrsos-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1354/devel Modified Files: gfs-pyrsos-fonts.spec import.log sources Log Message: upstream stealth update Index: gfs-pyrsos-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/gfs-pyrsos-fonts/devel/gfs-pyrsos-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- gfs-pyrsos-fonts.spec 25 Jul 2009 00:00:27 -0000 1.2 +++ gfs-pyrsos-fonts.spec 5 Nov 2009 22:06:53 -0000 1.3 @@ -5,8 +5,8 @@ Name: %{fontname}-fonts Version: 20090618 -Release: 2%{?dist} -Summary: GFS Pyrsos italic Greek fonts +Release: 3%{?dist} +Summary: A 20th century italic Greek typeface Group: User Interface/X License: OFL @@ -66,12 +66,17 @@ rm -fr %{buildroot} %_font_pkg -f %{fontconf} *.otf -%doc *.txt +%doc *.txt *.pdf %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 20090618-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Fri Nov 5 2009 Nicolas Mailhot +- 20090618-3 +? update to upstream's new archive (with new doc) + +* Fri Jul 24 2009 Fedora Release Engineering +- 20090618-2 +? Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat Jun 21 2009 Nicolas Mailhot - 20090618-1 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gfs-pyrsos-fonts/devel/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 23 Jun 2009 06:36:40 -0000 1.2 +++ import.log 5 Nov 2009 22:06:53 -0000 1.3 @@ -1,2 +1,3 @@ gfs-pyrsos-fonts-20090618-1_fc12:HEAD:gfs-pyrsos-fonts-20090618-1.fc12.src.rpm:1245737497 gfs-pyrsos-fonts-20090618-1_fc12:HEAD:gfs-pyrsos-fonts-20090618-1.fc12.src.rpm:1245737571 +gfs-pyrsos-fonts-20090618-3_fc13:HEAD:gfs-pyrsos-fonts-20090618-3.fc13.src.rpm:1257458793 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gfs-pyrsos-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 23 Jun 2009 06:12:22 -0000 1.2 +++ sources 5 Nov 2009 22:06:53 -0000 1.3 @@ -1 +1 @@ -09d5d592facbe0b62c19f935817af4bc GFS_PYRSOS.zip +ad4bce50a20830c93bc6e4437f674e95 GFS_PYRSOS.zip From nim at fedoraproject.org Thu Nov 5 22:33:25 2009 From: nim at fedoraproject.org (nim) Date: Thu, 5 Nov 2009 22:33:25 +0000 (UTC) Subject: rpms/adf-tribun-fonts/devel adf-tribun-fonts.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20091105223325.F1B2C11C0086@cvs1.fedora.phx.redhat.com> Author: nim Update of /cvs/extras/rpms/adf-tribun-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11374/devel Modified Files: adf-tribun-fonts.spec import.log sources Log Message: upstream stealth update Index: adf-tribun-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/adf-tribun-fonts/devel/adf-tribun-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- adf-tribun-fonts.spec 15 Oct 2009 21:15:16 -0000 1.1 +++ adf-tribun-fonts.spec 5 Nov 2009 22:33:25 -0000 1.2 @@ -5,7 +5,7 @@ Name: %{fontname}-fonts Version: 1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A newsprint-like serif typeface Group: User Interface/X @@ -87,6 +87,10 @@ rm -fr %{buildroot} %doc NOTICE TTF/COPYING *.pdf %changelog +* Fri Nov 5 2009 Nicolas Mailhot +- 1.13-2 +? upstream in-place update (Tribun ADF Std Cond) + * Sat Oct 10 2009 - 1.13-1 ? Initial release Index: import.log =================================================================== RCS file: /cvs/extras/rpms/adf-tribun-fonts/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 15 Oct 2009 21:15:16 -0000 1.1 +++ import.log 5 Nov 2009 22:33:25 -0000 1.2 @@ -1 +1,2 @@ adf-tribun-fonts-1_13-1_fc13:HEAD:adf-tribun-fonts-1.13-1.fc13.src.rpm:1255641299 +adf-tribun-fonts-1_13-2_fc13:HEAD:adf-tribun-fonts-1.13-2.fc13.src.rpm:1257460386 Index: sources =================================================================== RCS file: /cvs/extras/rpms/adf-tribun-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 15 Oct 2009 21:15:16 -0000 1.2 +++ sources 5 Nov 2009 22:33:25 -0000 1.3 @@ -1,2 +1,2 @@ d7bcba4e405765cde2755666e80a3a20 Tribun-Cat.pdf -46f08319ae8b6c49454cfc36555471a5 Tribun-Std.zip +c37daf5a1fe984927d7d1493e3a2e587 Tribun-Std.zip From bugzilla at redhat.com Fri Nov 6 00:00:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Nov 2009 19:00:36 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911060000.nA600aTO004372@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #7 from TK009 2009-11-05 19:00:35 EDT --- Spec URL: http://tk009.fedorapeople.org/ns-tiza-chalk-fonts.spec SRPM URL: http://tk009.fedorapeople.org/ns-tiza-chalk-fonts-20080210-1.fc11.src.rpm I believe I've made all the requested corrections. I have also spoken with the creator and he will be adding the glyph's at a future point, as well as correcting the license in the font file. -- 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. From bugzilla at redhat.com Fri Nov 6 10:13:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 05:13:34 -0500 Subject: [Bug 529905] [ml_IN] Rendering of cons+virama+ra is wrong in oowriter In-Reply-To: References: Message-ID: <200911061013.nA6ADYIf017223@bz-web2.app.phx.redhat.com> 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=529905 --- Comment #2 from A S Alam 2009-11-06 05:13:32 EDT --- Created an attachment (id=367802) --> (https://bugzilla.redhat.com/attachment.cgi?id=367802) ml_IN Screenshot in Wordpad Screenshot with wordpad on Windows 7 -- 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. From tl at openoffice.org Fri Nov 6 11:46:18 2009 From: tl at openoffice.org (tl at openoffice.org) Date: 6 Nov 2009 11:46:18 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091106114618.26928.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 User tl changed the following: What |Old value |New value ================================================================================ OtherIssuesDependingOnTh|50314,53223,69108,79037,10|50314,53223,69108,75472,79 is|5085 |037,105085 -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Fri Nov 6 16:46:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 11:46:25 -0500 Subject: [Bug 532377] [abrt] crash detected in nspluginwrapper-1.3.0-8.fc12 In-Reply-To: References: Message-ID: <200911061646.nA6GkPxB006713@bz-web2.app.phx.redhat.com> 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=532377 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |besfahbo at redhat.com, | |fedora-fonts-bugs-list at redh | |at.com Component|nspluginwrapper |pango AssignedTo|stransky at redhat.com |besfahbo at redhat.com --- Comment #2 from Matej Cepl 2009-11-06 11:46:24 EDT --- Thread 1 (Thread 15349): #0 0x00506e3e in __libc_malloc (bytes=14) at malloc.c:3657 ignore1 = ignore2 = 1 ar_ptr = 0x60c380 victim = __func__ = "__libc_malloc" #1 0x05c416b5 in IA__g_malloc (n_bytes=) at gmem.c:131 mem = #2 0x05c5bcfe in IA__g_strjoinv (separator=, str_array=) at gstrfuncs.c:2641 i = 1 len = separator_len = string = ptr = __PRETTY_FUNCTION__ = "IA__g_strjoinv" #3 0x00bd40d6 in pango_font_description_from_string ( str=) at fonts.c:1164 i = families = 0x8dc6c70 desc = 0x8d9faa0 p = last = len = wordlen = 6 __PRETTY_FUNCTION__ = "pango_font_description_from_string" #4 0x0575f755 in _gtk_style_init_for_settings (style=, settings=) at gtkstyle.c:389 font_name = 0x8d67320 "Lucida Grande Medium 10" -- 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. From bugzilla at redhat.com Fri Nov 6 21:04:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 16:04:03 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911062104.nA6L43mP003078@bz-web1.app.phx.redhat.com> 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=530880 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(john.brown009 at gma | |il.com) --- Comment #8 from Nicolas Mailhot 2009-11-06 16:04:02 EDT --- The spec file is now clean The font is also clean However it seems I had forgotten to check your fontconfig file (bad bad tired reviewer) and it is not clean: A. please make sure it conforms to the latest basic template in fontpackages-devel B. please make sure you use the actual font name in it (can check it with fc-cache). Fontconfig can only act on the name the font files declares, so for your rules to work you need an exact match C. Please make sure you use the correct generic family for this kind of font (see fontconfig-generics.txt in fontpackages-devel) D. It's probably not a good idea to put the font at 60, since it lacks bold, italic, etc variants. Let fonts with more variants claim the first places, and increase your prefix value (see fontconfig-priorities.txt in fontpackages-devel) Anyway that's nice progress on your part, just the last mile to go now -- 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. From bugzilla at redhat.com Fri Nov 6 21:44:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 16:44:22 -0500 Subject: [Bug 532816] Review Request: gdouros-alexander-fonts - A Greek typeface inspired by Alexander Wilson In-Reply-To: References: Message-ID: <200911062144.nA6LiMWV020641@bz-web2.app.phx.redhat.com> 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=532816 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |ozamosi at flukkost.nu Flag| |fedora-review+ --- Comment #1 from Nicolas Mailhot 2009-11-06 16:44:21 EDT --- Spec is clean. Regarding the fontconfig part: 1. a Greek font belongs to the < 65 range (? 65 is anything that does not fit in Latin - Greek - Cyrillic, see fontconfig-priorities.txt) 2. are you sure this is a fantasy font? I seems quite usable in a professional context to me (see fontconfig-generics.txt) However both elements are quite easy to tweak even after inclusion and you've been a solid packager to far. Therefore I'm going to approve the package and let you the judge on them. ??? 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 a other fonts for Fedora. Please do not hesitate to suggest improvements to our organisation or documentation on the fonts mailing list. Thank you for another contribution to our font package pool. -- 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. From bugzilla at redhat.com Fri Nov 6 22:01:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 17:01:38 -0500 Subject: [Bug 532816] Review Request: gdouros-alexander-fonts - A Greek typeface inspired by Alexander Wilson In-Reply-To: References: Message-ID: <200911062201.nA6M1cNm021631@bz-web1.app.phx.redhat.com> 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=532816 --- Comment #2 from Nicolas Mailhot 2009-11-06 17:01:37 EDT --- (It may be a good idea to package the pdf of samples on the author's page as %doc BTW) -- 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. From bugzilla at redhat.com Fri Nov 6 22:02:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 17:02:59 -0500 Subject: [Bug 532817] Review Request: gdouros-analecta-fonts - An eccleastic scripts font In-Reply-To: References: Message-ID: <200911062202.nA6M2xFM025801@bz-web2.app.phx.redhat.com> 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=532817 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |ozamosi at flukkost.nu Flag| |fedora-review+ --- Comment #1 from Nicolas Mailhot 2009-11-06 17:02:58 EDT --- Review: 1. typo in the summary (eccleastic?) 2. should have fontconfig prefix < 65 (coptic is a greek-like script, see fontconfig-priorities.txt) Nevertheless, these are all minor problems you're quite capable to fix, an not blockers ??? 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 a other fonts for Fedora. Please do not hesitate to suggest improvements to our organisation or documentation on the fonts mailing list. Thank you for another contribution to our font package pool. -- 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. From bugzilla at redhat.com Fri Nov 6 22:19:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 17:19:02 -0500 Subject: [Bug 532818] Review Request: gdouros-musica-fonts - A font for musical symbols In-Reply-To: References: Message-ID: <200911062219.nA6MJ2As025437@bz-web1.app.phx.redhat.com> 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=532818 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |ozamosi at flukkost.nu Flag| |fedora-review+ --- Comment #1 from Nicolas Mailhot 2009-11-06 17:19:02 EDT --- Review: 1. I'd say this is a serif font but probably does not matter much for a symbol font 2. Needs fontconfig prio < 65, nothing really exotic in there 3. repo-font audit suggests extending it to cover more scripts But his is all minor ??? APPROVED ??? Nice to see Unicode 5.2 fonts are already appearing 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 a other fonts for Fedora. Please do not hesitate to suggest improvements to our organisation or documentation on the fonts mailing list. Thank you for another contribution to our font package pool. -- 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. From bugzilla at redhat.com Sat Nov 7 00:45:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 19:45:04 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911070045.nA70j4oB001344@bz-web2.app.phx.redhat.com> 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=530880 TK009 changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(john.brown009 at gma | |il.com) | --- Comment #9 from TK009 2009-11-06 19:45:03 EDT --- I have a question, where is the '60' prefix coming from? both my uploaded spec and the spec in the srpm it is '61'. Is this set somewhere else that I've missed? -- 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. From bugzilla at redhat.com Sat Nov 7 02:33:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Nov 2009 21:33:24 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911070233.nA72XOLM010622@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #10 from TK009 2009-11-06 21:33:23 EDT --- I should have been clearer in my comment. This is the second time you've seen something in the review that I didn't upload. The first was the font name in the description. I thought it was somehow an error on my part. I checked for the name in the file but made no change as it wasn't there. Now the font prefix is not correct (I am not sure 61 is correct either, it was a guess after talking to another fonts packager about the setting). Both my spec file and srpm spec have 61 as the prefix, I am concerned we are not seeing the same file and I am trying to determine the cause. If Serif is not correct for generic family I will change it to Fantasy, however, I am not sure you see Serif in the file can you confirm that is what you see in the review? Again I ask this because I am concerned we are not working with the same file? -- 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. From bugzilla at redhat.com Sat Nov 7 07:23:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 02:23:29 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911070723.nA77NT0g012981@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #11 from TK009 2009-11-07 02:23:29 EDT --- Spec URL: http://linuxkommando.com/dev/ns-tiza-chalk-fonts.spec SRPM URL: http://linuxkommando.com/dev/ns-tiza-chalk-fonts-20080210-1.fc12.src.rpm A. Used basic template in fontpackages-devel. B. Changed the name in fontconfig to 'Tiza'. C. Changed generic family to 'fantasy'. I am assuming rule #1 overrides all other rules in fontconfig-generics.txt. D. Changed prefix from '61' to '64'. -- 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. From bugzilla at redhat.com Sat Nov 7 09:30:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 04:30:22 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911070930.nA79UMLW023869@bz-web2.app.phx.redhat.com> 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=530880 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nicolas.mailhot at laposte.net |john.brown009 at gmail.com Flag|fedora-review? |fedora-review+ --- Comment #12 from Nicolas Mailhot 2009-11-07 04:30:21 EDT --- Thanks I'm going to approve the package, but please do not forget to reference the licensing file in %doc (don't know if I missed this before or if your removed it since the start of review) ??? APPROVED ??? I'm going to look at Bola now and sponsor you if Bola's packaging is ok As soon as you're sponsored, you'll be able to 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 a other fonts for Fedora. Please do not hesitate to suggest improvements to our organisation or documentation on the fonts mailing list. -- 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. From bugzilla at redhat.com Sat Nov 7 09:34:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 04:34:47 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911070934.nA79YlHh011528@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #13 from Nicolas Mailhot 2009-11-07 04:34:46 EDT --- (In reply to comment #10) > If Serif is not correct for generic family I will change it to Fantasy, > however, I am not sure you see Serif in the file can you confirm that is what > you see in the review? > Again I ask this because I am concerned we are not working with the same file? I'm behind a proxy. If you upload a file on a web server that sets expiry time to a high value I won't necessarily see the changes (a common way to avoid this is to increment the Release number each time you have a change, numbers are cheap and having several files with the same id is always dangerous Lastly, I always work from the spec in the srpm file -- 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. From bugzilla at redhat.com Sat Nov 7 09:42:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 04:42:57 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911070942.nA79gvWw026546@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #14 from Nicolas Mailhot 2009-11-07 04:42:57 EDT --- (In reply to comment #11) > C. Changed generic family to 'fantasy'. I am assuming rule #1 overrides all > other rules in fontconfig-generics.txt. fontconfig-generics.txt is a decision graph. A font could be fantasy and serif and monospace at the same time, so you need common rules for everyone to chose the same category in the same circumstances -- 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. From bugzilla at redhat.com Sat Nov 7 14:55:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 09:55:28 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911071455.nA7EtSDm027040@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #15 from Nicolas Mailhot 2009-11-07 09:55:25 EDT --- (the fontlint warning More points in a glyph than PostScript allows is probably worth looking at upstream too) -- 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. From bugzilla at redhat.com Sat Nov 7 15:39:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 10:39:27 -0500 Subject: [Bug 532819] Review Request: gdouros-symbola-fonts - A symbol font In-Reply-To: References: Message-ID: <200911071539.nA7FdRMa022012@bz-web1.app.phx.redhat.com> 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=532819 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ -- 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. From bugzilla at redhat.com Sat Nov 7 15:38:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 10:38:37 -0500 Subject: [Bug 532819] Review Request: gdouros-symbola-fonts - A symbol font In-Reply-To: References: Message-ID: <200911071538.nA7FcbuM003210@bz-web2.app.phx.redhat.com> 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=532819 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |ozamosi at flukkost.nu Flag| |fedora-review? --- Comment #1 from Nicolas Mailhot 2009-11-07 10:38:36 EDT --- Review 1. The description is particularly difficult to digest ? please try to come up with something better with upstream (not blocking). The specific reference to Unicode 5.2 in particular will force you to change the description each time the font and the standard are updated 2. fontlint notes "More points in a glyph than PostScript allows" ? please relay upstream (not blocking) 3. repo-font-audit notes partial script and unicode coverage ? please relay upstream (not blocking) 4. the unicode points are unusual but the style is not exotic, I'd say it's a serif not fantasy font (not blocking) 5. It would be nice if upstream added a .txt licensing file to the zip ??? 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 a other fonts for Fedora. Please do not hesitate to suggest improvements to our organisation or documentation on the fonts mailing list. Thank you for another contribution to our font package pool. -- 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. From bugzilla at redhat.com Sat Nov 7 16:36:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 11:36:15 -0500 Subject: [Bug 532819] Review Request: gdouros-symbola-fonts - A symbol font In-Reply-To: References: Message-ID: <200911071636.nA7GaFnT001752@bz-web1.app.phx.redhat.com> 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=532819 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #2 from Robin Sonefors 2009-11-07 11:36:14 EDT --- New Package CVS Request ======================= Package Name: gdouros-symbola-fonts Short Description: A symbol font Owners: ozamosi Branches: F11 F12 InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Sat Nov 7 16:37:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 11:37:11 -0500 Subject: [Bug 532818] Review Request: gdouros-musica-fonts - A font for musical symbols In-Reply-To: References: Message-ID: <200911071637.nA7GbBDg001902@bz-web1.app.phx.redhat.com> 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=532818 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #2 from Robin Sonefors 2009-11-07 11:37:10 EDT --- New Package CVS Request ======================= Package Name: gdouros-musica-fonts Short Description: A font for musical symbols Owners: ozamosi Branches: F11 F12 InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Sat Nov 7 16:36:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 11:36:45 -0500 Subject: [Bug 532817] Review Request: gdouros-analecta-fonts - An eccleastic scripts font In-Reply-To: References: Message-ID: <200911071636.nA7GajiV001843@bz-web1.app.phx.redhat.com> 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=532817 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #2 from Robin Sonefors 2009-11-07 11:36:44 EDT --- New Package CVS Request ======================= Package Name: gdouros-analecta-fonts Short Description: An eccleastic scripts font Owners: ozamosi Branches: F11 F12 InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Sat Nov 7 16:36:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 11:36:32 -0500 Subject: [Bug 532816] Review Request: gdouros-alexander-fonts - A Greek typeface inspired by Alexander Wilson In-Reply-To: References: Message-ID: <200911071636.nA7GaWgd001805@bz-web1.app.phx.redhat.com> 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=532816 Robin Sonefors changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #3 from Robin Sonefors 2009-11-07 11:36:31 EDT --- New Package CVS Request ======================= Package Name: gdouros-alexander-fonts Short Description: A Greek typeface inspired by Alexander Wilson Owners: ozamosi Branches: F11 F12 InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Sat Nov 7 17:45:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 12:45:02 -0500 Subject: [Bug 532817] Review Request: gdouros-analecta-fonts - An eccleastic scripts font In-Reply-To: References: Message-ID: <200911071745.nA7Hj2vT015683@bz-web1.app.phx.redhat.com> 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=532817 --- Comment #3 from Robin Sonefors 2009-11-07 12:45:02 EDT --- Sorry, that description is wrong. Correct description: An ecclesiastic scripts font -- 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. From bugzilla at redhat.com Sat Nov 7 18:25:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 13:25:18 -0500 Subject: [Bug 487913] Review Request: culmus-fancy-fonts - Fancy fonts for Hebrew In-Reply-To: References: Message-ID: <200911071825.nA7IPITI023809@bz-web1.app.phx.redhat.com> 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=487913 --- Comment #5 from Nicolas Mailhot 2009-11-07 13:25:16 EDT --- (In reply to comment #4) > Created an attachment (id=367518) --> (https://bugzilla.redhat.com/attachment.cgi?id=367518) [details] > spec with fixes to sever of the comments > > It might be just about at the packaging standard, but certainly has several of > the comments unfixed. Can you post a srpm please? It's a lot easier to review when you can build the package -- 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. From bugzilla at redhat.com Sat Nov 7 19:16:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 14:16:31 -0500 Subject: [Bug 487913] Review Request: culmus-fancy-fonts - Fancy fonts for Hebrew In-Reply-To: References: Message-ID: <200911071916.nA7JGVNI015095@bz-web2.app.phx.redhat.com> 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=487913 Dan Kenigsberg changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #367518|spec with fixes to sever of |spec with fixes to several description|the comments |of the comments -- 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. From bugzilla at redhat.com Sat Nov 7 19:15:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 14:15:08 -0500 Subject: [Bug 487913] Review Request: culmus-fancy-fonts - Fancy fonts for Hebrew In-Reply-To: References: Message-ID: <200911071915.nA7JF8t0000359@bz-web1.app.phx.redhat.com> 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=487913 --- Comment #6 from Dan Kenigsberg 2009-11-07 14:15:07 EDT --- Created an attachment (id=367959) --> (https://bugzilla.redhat.com/attachment.cgi?id=367959) srpm with fixes to several of the problems. -- 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. From bugzilla at redhat.com Sat Nov 7 23:19:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 18:19:47 -0500 Subject: [Bug 466369] font rendering is messed up on F-11 In-Reply-To: References: Message-ID: <200911072319.nA7NJlLo025399@bz-web1.app.phx.redhat.com> 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=466369 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(tim at niemueller.de | |) --- Comment #46 from Matej Cepl 2009-11-07 18:19:42 EDT --- (In reply to comment #43) > On my laptop > (http://www.smolts.org/client/show/pub_d3521300-de3d-40ee-be30-5c99bb593c3b) I > see similar problems. From time to time some letters get corrupted (especially > in Firefox, Emacs does not show this problem). After some time they are gone, > and then come back again. This is not on powerpc, but on x86_64. Very annoying, > any information I can provide to get this fixed? Version of the xorg-x11-drv-ati package please. -- 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. From bugzilla at redhat.com Sat Nov 7 23:30:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Nov 2009 18:30:08 -0500 Subject: [Bug 466369] font rendering is messed up on F-11 In-Reply-To: References: Message-ID: <200911072330.nA7NU8P4028610@bz-web1.app.phx.redhat.com> 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=466369 --- Comment #47 from Matej Cepl 2009-11-07 18:30:06 EDT --- (In reply to comment #42) > I just tried to rebuild driver from git at fd.o - while isssue with completely > unuseable fonts (See screenshot above) was gone, the other issue with slight > font corruption is still here: Please, don't do it: a) Xorg drivers are tightly connected to kernel these days, so you should expect quite high level of brokeness with incorrect kernel (for more explanation see http://thread.gmane.org/gmane.linux.redhat.fedora.devel/121773/). b) we have some patches in our drivers, so result of your testing are almost worthless for us, because we don't know if it is broken/working because of our patches existing/missing in your driver. -- 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. From bugzilla at redhat.com Sun Nov 8 18:34:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:34:50 -0500 Subject: [Bug 531510] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911081834.nA8IYoCB030769@bz-web2.app.phx.redhat.com> 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=531510 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #3 from Kevin Fenzi 2009-11-08 13:34:49 EDT --- Excellent. I guess we can go ahead and close this then? (I'm building the latest version into the devel branch now). Feel free to reopen or file a new bug if you spot anything further. -- 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. From kevin at fedoraproject.org Sun Nov 8 18:37:28 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 8 Nov 2009 18:37:28 +0000 (UTC) Subject: rpms/fontforge/devel sources, 1.27, 1.28 .cvsignore, 1.27, 1.28 fontforge.spec, 1.47, 1.48 Message-ID: <20091108183728.46A7B11C009B@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/fontforge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16185 Modified Files: sources .cvsignore fontforge.spec Log Message: Upgrade to 20090923 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- sources 14 Jul 2009 16:21:54 -0000 1.27 +++ sources 8 Nov 2009 18:37:27 -0000 1.28 @@ -1,2 +1,2 @@ -3f4ff2d2dab200f47595bff38baa13ca fontforge_full-20090622.tar.bz2 -db6003b077e9fe6b9ba1d9f64dbe3569 fontforge_htdocs-20090622.tar.bz2 +ea9d8dc38de79235fbe6add725b38ffe fontforge_full-20090923.tar.bz2 +8979b8b38e3653c452dbe310f17a996d fontforge_htdocs-20090914.tar.bz2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- .cvsignore 14 Jul 2009 16:21:54 -0000 1.27 +++ .cvsignore 8 Nov 2009 18:37:27 -0000 1.28 @@ -1,2 +1,2 @@ -fontforge_full-20090622.tar.bz2 -fontforge_htdocs-20090622.tar.bz2 +fontforge_full-20090923.tar.bz2 +fontforge_htdocs-20090914.tar.bz2 Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -r1.47 -r1.48 --- fontforge.spec 24 Jul 2009 22:59:26 -0000 1.47 +++ fontforge.spec 8 Nov 2009 18:37:27 -0000 1.48 @@ -1,11 +1,11 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%global docs_version 20090622 +%global docs_version 20090914 %global gettext_package FontForge Name: fontforge -Version: 20090622 -Release: 2%{?dist} +Version: 20090923 +Release: 1%{?dist} Summary: Outline and bitmap font editor Group: Applications/Publishing @@ -147,6 +147,9 @@ update-mime-database %{_datadir}/mime &> %{_libdir}/pkgconfig/*.pc %changelog +* Sun Nov 01 2009 Kevin Fenzi - 20090923-1 +- Upgrade to 20090923 + * Fri Jul 24 2009 Fedora Release Engineering - 20090622-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From bugzilla at redhat.com Sun Nov 8 18:39:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:39:00 -0500 Subject: [Bug 530853] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911081839.nA8Id0Yo010831@bz-web1.app.phx.redhat.com> 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=530853 --- Comment #4 from Kevin Fenzi 2009-11-08 13:38:59 EDT --- will report upstream. -- 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. From bugzilla at redhat.com Sun Nov 8 18:36:50 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:36:50 -0500 Subject: [Bug 532571] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911081836.nA8Iao5K010558@bz-web1.app.phx.redhat.com> 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=532571 --- Comment #2 from Kevin Fenzi 2009-11-08 13:36:48 EDT --- *** Bug 530846 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. From bugzilla at redhat.com Sun Nov 8 18:38:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:38:51 -0500 Subject: [Bug 532341] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911081838.nA8Icpq4010805@bz-web1.app.phx.redhat.com> 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=532341 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Kevin Fenzi 2009-11-08 13:38:50 EDT --- will report upstream. -- 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. From bugzilla at redhat.com Sun Nov 8 18:36:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:36:49 -0500 Subject: [Bug 530846] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911081836.nA8IanKe010536@bz-web1.app.phx.redhat.com> 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=530846 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |DUPLICATE --- Comment #3 from Kevin Fenzi 2009-11-08 13:36:48 EDT --- moving this to the report from the newer fontforge version. *** This bug has been marked as a duplicate of 532571 *** -- 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. From bugzilla at redhat.com Sun Nov 8 18:39:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:39:40 -0500 Subject: [Bug 532571] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911081839.nA8Ide3p031673@bz-web2.app.phx.redhat.com> 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=532571 --- Comment #3 from Kevin Fenzi 2009-11-08 13:39:39 EDT --- will report upstream. -- 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. From bugzilla at redhat.com Sun Nov 8 18:39:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:39:11 -0500 Subject: [Bug 532372] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911081839.nA8IdBsN031626@bz-web2.app.phx.redhat.com> 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=532372 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Kevin Fenzi 2009-11-08 13:39:10 EDT --- will report upstream. -- 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. From bugzilla at redhat.com Sun Nov 8 18:39:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:39:49 -0500 Subject: [Bug 532577] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911081839.nA8IdnDR010985@bz-web1.app.phx.redhat.com> 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=532577 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Kevin Fenzi 2009-11-08 13:39:48 EDT --- will report upstream. -- 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. From bugzilla at redhat.com Sun Nov 8 18:52:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:52:06 -0500 Subject: [Bug 532571] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911081852.nA8Iq60b013055@bz-web1.app.phx.redhat.com> 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=532571 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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. From bugzilla at redhat.com Sun Nov 8 18:52:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 13:52:53 -0500 Subject: [Bug 530760] fontlint can not parse ./ relative paths In-Reply-To: References: Message-ID: <200911081852.nA8IqrNl013171@bz-web1.app.phx.redhat.com> 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=530760 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Kevin Fenzi 2009-11-08 13:52:52 EDT --- will ask upstream. -- 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. From nmailhot at openoffice.org Sun Nov 8 21:42:17 2009 From: nmailhot at openoffice.org (nmailhot at openoffice.org) Date: 8 Nov 2009 21:42:17 -0000 Subject: [Issue 106704] Type 1 fonts in PDF export have incorrect /Length3 In-Reply-To: Message-ID: <20091108214217.28686.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106704 User nmailhot changed the following: What |Old value |New value ================================================================================ CC|'' |'fedorafonts' -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Sun Nov 8 23:22:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 18:22:46 -0500 Subject: [Bug 526204] Review Request: ucs-fixed-fonts selected set of bitmap fonts In-Reply-To: References: Message-ID: <200911082322.nA8NMkF0028129@bz-web2.app.phx.redhat.com> 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 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #11 from Pravin Satpute 2009-11-08 18:22:45 EDT --- New Package CVS Request ======================= Package Name: ucs-fixed-fonts Short Description: Selected set of bitmap fonts Owners: pravins Branches: InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Mon Nov 9 01:53:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Nov 2009 20:53:38 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911090153.nA91rcqs012419@bz-web1.app.phx.redhat.com> 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 #31 from Pravin Satpute 2009-11-08 20:53:34 EDT --- updated srpm and spec http://pravins.fedorapeople.org/bitmap-fonts-0.3-14.fc12.src.rpm http://pravins.fedorapeople.org/bitmap-fonts.spec removed console8x8.pcf for now will try to solve problem in free time -- 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. From hdu at openoffice.org Mon Nov 9 09:52:41 2009 From: hdu at openoffice.org (hdu at openoffice.org) Date: 9 Nov 2009 09:52:41 -0000 Subject: [Issue 106704] Type 1 fonts in PDF export have incorrect /Length3 In-Reply-To: Message-ID: <20091109095241.21103.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106704 User hdu changed the following: What |Old value |New value ================================================================================ Assigned to|writerneedsconfirm |pl -------------------------------------------------------------------------------- Component|Word processor |gsl -------------------------------------------------------------------------------- Ever confirmed| |1 -------------------------------------------------------------------------------- Status|UNCONFIRMED |NEW -------------------------------------------------------------------------------- OS/Version|Linux |All -------------------------------------------------------------------------------- QA contact|issues at sw |issues at gsl -------------------------------------------------------------------------------- Platform|PC |All -------------------------------------------------------------------------------- Subcomponent|save-export |code -------------------------------------------------------------------------------- ------- Additional comments from hdu at openoffice.org Mon Nov 9 09:52:40 +0000 2009 ------- Indeed, thanks Adrian! --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Mon Nov 9 11:01:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Nov 2009 06:01:10 -0500 Subject: [Bug 476951] missing dependencies of emacs: xorg-x11-fonts-ISO8859-1-100dpi In-Reply-To: References: Message-ID: <200911091101.nA9B1AcL031107@bz-web2.app.phx.redhat.com> 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=476951 Daniel Novotny changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(dnovotny at redhat.c | |om) | --- Comment #6 from Daniel Novotny 2009-11-09 06:01:06 EDT --- hello Matej, New version of Emacs has different font system and does not need the requested package anymore. That means you can close this. Thanks. -- 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. From bugzilla at redhat.com Mon Nov 9 11:22:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Nov 2009 06:22:35 -0500 Subject: [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200911091122.nA9BMZNF015179@bz-web1.app.phx.redhat.com> 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=492510 J.H.M. Dassen (Ray) changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |485811(GSS_4_9_proposed) -- 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. From ih at openoffice.org Mon Nov 9 15:25:14 2009 From: ih at openoffice.org (ih at openoffice.org) Date: 9 Nov 2009 15:25:14 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091109152514.27993.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 ------- Additional comments from ih at openoffice.org Mon Nov 9 15:25:13 +0000 2009 ------- Created an attachment (id=66020) new Version (V2.1) of OpenSymbol Font --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From ih at openoffice.org Mon Nov 9 15:27:19 2009 From: ih at openoffice.org (ih at openoffice.org) Date: 9 Nov 2009 15:27:19 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091109152719.28899.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 User ih changed the following: What |Old value |New value ================================================================================ CC|'fedorafonts,kamataki,mru'|'fedorafonts,kamataki,mru, | |va' -------------------------------------------------------------------------------- ------- Additional comments from ih at openoffice.org Mon Nov 9 15:27:18 +0000 2009 ------- Unfortunately I took a wrong list of needed changes for the first Version of the font. Now I took the list attached to this issue and made some corrections. I attached V2.1 of the font to the issue. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Tue Nov 10 09:04:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 04:04:28 -0500 Subject: [Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts In-Reply-To: References: Message-ID: <200911100904.nAA94S52011336@bz-web2.app.phx.redhat.com> 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=492510 J.H.M. Dassen (Ray) changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|485811(GSS_4_9_proposed) | -- 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. From bugzilla at redhat.com Tue Nov 10 13:00:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 08:00:39 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911101300.nAAD0dwU023847@bz-web1.app.phx.redhat.com> 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=530880 TK009 changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #16 from TK009 2009-11-10 08:00:38 EDT --- New Package CVS Request ======================= Package Name: ns-tisa-chalk-fonts Short Description: Chalky slab-serif fonts Owners: TK009 Branches: F-10 F-11 F-12 InitialCC: fonts-sig -- 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. From bugzilla at redhat.com Tue Nov 10 16:15:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 11:15:12 -0500 Subject: [Bug 534118] New: Coredump on exit from X Windows in FontFileFreeDir Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Coredump on exit from X Windows in FontFileFreeDir https://bugzilla.redhat.com/show_bug.cgi?id=534118 Summary: Coredump on exit from X Windows in FontFileFreeDir Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: libXfont AssignedTo: sandmann at redhat.com ReportedBy: zkabelac at redhat.com QAContact: extras-qa at fedoraproject.org CC: sandmann at redhat.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora Target Release: --- Description of problem: While doing exit of Xorg - I'm getting this coredump: #0 malloc_consolidate (av=) at malloc.c:5136 #1 0x00007f2f45461fc8 in _int_free (av=0x7f2f4575ee80, p=0x32c2490, have_lock=0) at malloc.c:5015 #2 0x00007f2f4770584c in FontFileFreeDir (dir=0x3291bb0) at fontdir.c:170 #3 0x00007f2f47707454 in FontFileFreeFPE (fpe=0x3291b40) at fontfile.c:144 #4 0x00007f2f477092c4 in CatalogueUnrefFPEs (fpe=) at catalogue.c:116 #5 0x00007f2f477099b8 in CatalogueFreeFPE (fpe=0x3280e60) at catalogue.c:272 #6 0x000000000042e4b6 in FreeFPE (fpe=0x3280e60) at dixfonts.c:225 #7 0x000000000042e507 in FreeFontPath (list=0x3280e30, n=4, force=1) at dixfonts.c:1661 #8 0x000000000042e5c7 in FreeFonts () at dixfonts.c:2028 #9 0x0000000000421dc4 in main (argc=, argv=, envp=) at main.c:32 I think it might be related to the latest Xfont upgrade. Version-Release number of selected component (if applicable): libXfont-1.4.1-1.fc12.x86_64 xorg-x11-server-Xorg-1.7.1-7.fc12.x86_64 How reproducible: Steps to Reproduce: 1. startx 2. do some work 3. kill X Actual results: Expected results: Additional info: -- 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. From bugzilla at redhat.com Tue Nov 10 17:34:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 12:34:37 -0500 Subject: [Bug 476951] missing dependencies of emacs: xorg-x11-fonts-ISO8859-1-100dpi In-Reply-To: References: Message-ID: <200911101734.nAAHYb4M012809@bz-web1.app.phx.redhat.com> 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=476951 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX -- 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. From ajax at fedoraproject.org Tue Nov 10 19:08:06 2009 From: ajax at fedoraproject.org (Adam Jackson) Date: Tue, 10 Nov 2009 19:08:06 +0000 (UTC) Subject: rpms/xorg-x11-font-utils/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 xorg-x11-font-utils.spec, 1.34, 1.35 Message-ID: <20091110190806.CB7A311C009B@cvs1.fedora.phx.redhat.com> Author: ajax Update of /cvs/pkgs/rpms/xorg-x11-font-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9202 Modified Files: .cvsignore sources xorg-x11-font-utils.spec Log Message: * Tue Nov 10 2009 Adam Jackson 7.2-11 - font-util 1.1.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-font-utils/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- .cvsignore 13 Oct 2009 19:59:49 -0000 1.14 +++ .cvsignore 10 Nov 2009 19:08:06 -0000 1.15 @@ -5,3 +5,4 @@ mkfontscale-1.0.1.tar.bz2 bdftopcf-1.0.1.tar.bz2 mkfontscale-1.0.7.tar.bz2 mkfontdir-1.0.5.tar.bz2 +font-util-1.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-font-utils/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- sources 13 Oct 2009 19:59:49 -0000 1.14 +++ sources 10 Nov 2009 19:08:06 -0000 1.15 @@ -1,5 +1,5 @@ -b81535f78fe05732931f02841e5ca37b font-util-1.0.1.tar.bz2 b0ebd86029571239b9d7b0c61191b591 fonttosfnt-1.0.3.tar.bz2 9685fab33d39954ab8a0d22e0969d5a4 bdftopcf-1.0.1.tar.bz2 96ca346f185c0ab48e42bf5bb0375da5 mkfontscale-1.0.7.tar.bz2 9365ac66d19186eaf030482d312fca06 mkfontdir-1.0.5.tar.bz2 +9538043de60d685fc4253b0dc2924d58 font-util-1.1.0.tar.bz2 Index: xorg-x11-font-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-font-utils/devel/xorg-x11-font-utils.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- xorg-x11-font-utils.spec 13 Oct 2009 19:59:49 -0000 1.34 +++ xorg-x11-font-utils.spec 10 Nov 2009 19:08:06 -0000 1.35 @@ -5,7 +5,7 @@ Name: xorg-x11-%{pkgname} # IMPORTANT: If package ever gets renamed to something else, remove the Epoch line! Epoch: 1 Version: 7.2 -Release: 10%{?dist} +Release: 11%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -15,7 +15,7 @@ Source0: ftp://ftp.x.org/pub/individual/ Source1: ftp://ftp.x.org/pub/individual/app/fonttosfnt-1.0.3.tar.bz2 Source2: ftp://ftp.x.org/pub/individual/app/mkfontdir-1.0.5.tar.bz2 Source3: ftp://ftp.x.org/pub/individual/app/mkfontscale-1.0.7.tar.bz2 -Source4: ftp://ftp.x.org/pub/individual/font/font-util-1.0.1.tar.bz2 +Source4: ftp://ftp.x.org/pub/individual/font/font-util-1.1.0.tar.bz2 Patch0: font-util-1.0.1-mapdir-use-datadir-fix.patch Patch1: font-util-1.0.1-autoconf-add-with-fontdir-option.patch @@ -47,8 +47,8 @@ populated fonts. %prep %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -%patch0 -p0 -b .font-util-mapdir-use-datadir-fix -%patch1 -p0 -b .autoconf-add-with-fontdir-option +#patch0 -p0 -b .font-util-mapdir-use-datadir-fix +#patch1 -p0 -b .autoconf-add-with-fontdir-option %build # Build all apps @@ -61,7 +61,8 @@ populated fonts. autoconf ;; esac - %configure + # this --with-mapdir should be redundant? + %configure --with-mapdir=%{_datadir}/X11/fonts/util make popd done @@ -113,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 10 2009 Adam Jackson 7.2-11 +- font-util 1.1.0 + * Tue Oct 13 2009 Adam Jackson 7.2-10 - mkfontscale 1.0.7 - mkfontdir 1.0.5 From bugzilla at redhat.com Wed Nov 11 02:38:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 21:38:14 -0500 Subject: [Bug 536718] Review Request: tlomt-sniglet-fonts - A rounded, sans-serif font useful for headlines In-Reply-To: References: Message-ID: <200911110238.nAB2cEJP030778@bz-web2.app.phx.redhat.com> 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=536718 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.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. From bugzilla at redhat.com Wed Nov 11 03:40:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 22:40:35 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911110340.nAB3eZUH013988@bz-web2.app.phx.redhat.com> 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=530880 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #17 from Kevin Fenzi 2009-11-10 22:40:35 EDT --- cvs done. -- 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. From bugzilla at redhat.com Wed Nov 11 03:46:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 22:46:25 -0500 Subject: [Bug 532818] Review Request: gdouros-musica-fonts - A font for musical symbols In-Reply-To: References: Message-ID: <200911110346.nAB3kPAZ015651@bz-web2.app.phx.redhat.com> 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=532818 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #3 from Kevin Fenzi 2009-11-10 22:46:25 EDT --- cvs done. -- 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. From bugzilla at redhat.com Wed Nov 11 03:45:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 22:45:37 -0500 Subject: [Bug 532817] Review Request: gdouros-analecta-fonts - An eccleastic scripts font In-Reply-To: References: Message-ID: <200911110345.nAB3jbHC015422@bz-web2.app.phx.redhat.com> 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=532817 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #4 from Kevin Fenzi 2009-11-10 22:45:37 EDT --- cvs done. -- 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. From bugzilla at redhat.com Wed Nov 11 03:44:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 22:44:46 -0500 Subject: [Bug 532816] Review Request: gdouros-alexander-fonts - A Greek typeface inspired by Alexander Wilson In-Reply-To: References: Message-ID: <200911110344.nAB3ikCM014965@bz-web2.app.phx.redhat.com> 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=532816 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #4 from Kevin Fenzi 2009-11-10 22:44:46 EDT --- cvs done. -- 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. From bugzilla at redhat.com Wed Nov 11 03:47:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 22:47:11 -0500 Subject: [Bug 532819] Review Request: gdouros-symbola-fonts - A symbol font In-Reply-To: References: Message-ID: <200911110347.nAB3lBb7015876@bz-web2.app.phx.redhat.com> 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=532819 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #3 from Kevin Fenzi 2009-11-10 22:47:10 EDT --- cvs done. -- 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. From bugzilla at redhat.com Wed Nov 11 03:55:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 22:55:13 -0500 Subject: [Bug 526204] Review Request: ucs-fixed-fonts selected set of bitmap fonts In-Reply-To: References: Message-ID: <200911110355.nAB3tDXQ018186@bz-web2.app.phx.redhat.com> 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 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #12 from Kevin Fenzi 2009-11-10 22:55:12 EDT --- cvs done. -- 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. From phuang at fedoraproject.org Wed Nov 11 04:04:34 2009 From: phuang at fedoraproject.org (Huang Peng) Date: Wed, 11 Nov 2009 04:04:34 +0000 (UTC) Subject: rpms/cjkuni-fonts/F-12 cjkuni-fonts-uming-use-latin.patch, NONE, 1.1 cjkuni-fonts.spec, 1.13, 1.14 Message-ID: <20091111040434.015DD11C025E@cvs1.fedora.phx.redhat.com> Author: phuang Update of /cvs/pkgs/rpms/cjkuni-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11232 Modified Files: cjkuni-fonts.spec Added Files: cjkuni-fonts-uming-use-latin.patch Log Message: Use Latin font for Chinese string cjkuni-fonts-uming-use-latin.patch: 64-ttf-arphic-uming.conf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- NEW FILE cjkuni-fonts-uming-use-latin.patch --- --- 64-ttf-arphic-uming.conf.origin 2009-10-20 15:34:29.062453906 +0800 +++ 64-ttf-arphic-uming.conf 2009-10-20 16:02:21.272888664 +0800 @@ -8,7 +8,9 @@ serif - + + Bitstream Vera Serif + DejaVu Serif AR PL UMing HK AR PL UMing CN @@ -20,7 +22,9 @@ sans-serif - + + Bitstream Vera Sans + DejaVu Sans AR PL UMing HK AR PL UMing CN @@ -32,7 +36,9 @@ monospace - + + Bitstream Vera Sans Mono + DejaVu Sans Mono AR PL UMing HK AR PL UMing CN Index: cjkuni-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkuni-fonts/F-12/cjkuni-fonts.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- cjkuni-fonts.spec 21 Sep 2009 04:37:07 -0000 1.13 +++ cjkuni-fonts.spec 11 Nov 2009 04:04:33 -0000 1.14 @@ -22,7 +22,7 @@ the CJK Unifonts project. Name: %{fontname}-fonts Version: 0.2.20080216.1 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Chinese Unicode TrueType fonts in Ming and Kai face. License: Arphic Group: User Interface/X @@ -39,6 +39,7 @@ Source8: CIDFnmap.zh_CN Patch1: cjkunifonts-0.2.20080216.1-2.patch Patch2: cjkuni-fonts-0.2.20080216.1-18.patch Patch3: cjkuni-fonts-0.2.20080216.1-19.patch +Patch4: cjkuni-fonts-uming-use-latin.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -163,6 +164,7 @@ CJK Unifonts compatibility files. %patch1 -p1 -b .1-rhbz466667 %patch2 -p1 -b .2-rhbz475743 %patch3 -p1 -b .3-rhbz459680 +%patch4 -p0 -b .4-use-latin %setup -q -c -T -a2 -n %{ukaibuilddir} %build @@ -240,6 +242,9 @@ cd - %__rm -fr %{buildroot} %changelog +* Wed Nov 11 2009 Peng Huang - 0.2.20080216.1-28 +- Use latin font for to display common ascii in Chines string + * Mon Sep 21 2009 Caius 'kaio' Chance - 0.2.20080216.1-27.fc12 - Merged from F-11 tree. - Obsoleted cjkuni-fonts-common. From bugzilla at redhat.com Wed Nov 11 04:04:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 23:04:54 -0500 Subject: [Bug 526204] Review Request: ucs-fixed-fonts selected set of bitmap fonts In-Reply-To: References: Message-ID: <200911110404.nAB44sJ9020138@bz-web2.app.phx.redhat.com> 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 #13 from Pravin Satpute 2009-11-10 23:04:53 EDT --- Thanks Kevin for CVS work i am waiting for bitmap-fonts merge-review bug once that will also over i will build both these package simultaneously. -- 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. From bugzilla at redhat.com Wed Nov 11 04:15:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 23:15:25 -0500 Subject: [Bug 536724] New: problem with character 0BB7 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: problem with character 0BB7 https://bugzilla.redhat.com/show_bug.cgi?id=536724 Summary: problem with character 0BB7 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Keywords: i18n Severity: medium Priority: low Component: lohit-tamil-fonts AssignedTo: psatpute at redhat.com ReportedBy: psatpute at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-fonts-bugs-list at redhat.com, psatpute at redhat.com, fedora-i18n-bugs at redhat.com, skhome at gmail.com Classification: Fedora Target Release: --- Description of problem: whenever anyone type 0bb7 character with any previous characters, its get merged with last one Version-Release number of selected component (if applicable): lohit-tamil-2.4.3 fonts How reproducible: everytimg Steps to Reproduce: 1.type any tamil cons and type 0bb7 2. 3. Actual results: its merging with other one Expected results: should not merge with last one Additional info: -- 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. From phuang at fedoraproject.org Wed Nov 11 04:19:34 2009 From: phuang at fedoraproject.org (Huang Peng) Date: Wed, 11 Nov 2009 04:19:34 +0000 (UTC) Subject: rpms/cjkuni-fonts/devel cjkuni-fonts-uming-use-latin.patch, NONE, 1.1 cjkuni-fonts.spec, 1.16, 1.17 Message-ID: <20091111041934.2A4AF11C00E8@cvs1.fedora.phx.redhat.com> Author: phuang Update of /cvs/pkgs/rpms/cjkuni-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4802 Modified Files: cjkuni-fonts.spec Added Files: cjkuni-fonts-uming-use-latin.patch Log Message: Use latin font to display common ascii in Chinese string cjkuni-fonts-uming-use-latin.patch: 64-ttf-arphic-uming.conf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- NEW FILE cjkuni-fonts-uming-use-latin.patch --- --- 64-ttf-arphic-uming.conf.origin 2009-10-20 15:34:29.062453906 +0800 +++ 64-ttf-arphic-uming.conf 2009-10-20 16:02:21.272888664 +0800 @@ -8,7 +8,9 @@ serif - + + Bitstream Vera Serif + DejaVu Serif AR PL UMing HK AR PL UMing CN @@ -20,7 +22,9 @@ sans-serif - + + Bitstream Vera Sans + DejaVu Sans AR PL UMing HK AR PL UMing CN @@ -32,7 +36,9 @@ monospace - + + Bitstream Vera Sans Mono + DejaVu Sans Mono AR PL UMing HK AR PL UMing CN Index: cjkuni-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkuni-fonts/devel/cjkuni-fonts.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- cjkuni-fonts.spec 4 Nov 2009 06:37:14 -0000 1.16 +++ cjkuni-fonts.spec 11 Nov 2009 04:19:33 -0000 1.17 @@ -23,7 +23,7 @@ the CJK Unifonts project. Name: %{fontname}-fonts Version: 0.2.20080216.1 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Chinese Unicode TrueType fonts in Ming and Kai face. License: Arphic Group: User Interface/X @@ -35,6 +35,7 @@ Source3: cjkuni-fonts-gscid-0.1.tgz Patch1: cjkunifonts-0.2.20080216.1-2.patch Patch2: cjkuni-fonts-0.2.20080216.1-18.patch Patch3: cjkuni-fonts-0.2.20080216.1-19.patch +Patch4: cjkuni-fonts-uming-use-latin.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -159,6 +160,7 @@ CJK Unifonts compatibility files. %patch1 -p1 -b .1-rhbz466667 %patch2 -p1 -b .2-rhbz475743 %patch3 -p1 -b .3-rhbz459680 +%patch4 -p0 -b .4-use-latin %setup -q -c -T -a2 -n %{ukaibuilddir} %setup -q -c -T -a3 -n %{gsbuilddir} @@ -248,6 +250,9 @@ cd ../ %__rm -fr %{buildroot} %changelog +* Wed Nov 11 2009 Peng Huang - 0.2.20080216.1-31 +- Use latin font to display common ascii in Chinese string + * Wed Nov 4 2009 Jens Petersen - 0.2.20080216.1-30 - drop bitmap fontconfig .conf for now (#459680) From phuang at fedoraproject.org Wed Nov 11 04:21:18 2009 From: phuang at fedoraproject.org (Huang Peng) Date: Wed, 11 Nov 2009 04:21:18 +0000 (UTC) Subject: rpms/cjkuni-fonts/F-12 cjkuni-fonts.spec,1.14,1.15 Message-ID: <20091111042118.9566D11C00E8@cvs1.fedora.phx.redhat.com> Author: phuang Update of /cvs/pkgs/rpms/cjkuni-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5211 Modified Files: cjkuni-fonts.spec Log Message: Fix some typo Index: cjkuni-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkuni-fonts/F-12/cjkuni-fonts.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- cjkuni-fonts.spec 11 Nov 2009 04:04:33 -0000 1.14 +++ cjkuni-fonts.spec 11 Nov 2009 04:21:18 -0000 1.15 @@ -22,7 +22,7 @@ the CJK Unifonts project. Name: %{fontname}-fonts Version: 0.2.20080216.1 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Chinese Unicode TrueType fonts in Ming and Kai face. License: Arphic Group: User Interface/X @@ -242,8 +242,8 @@ cd - %__rm -fr %{buildroot} %changelog -* Wed Nov 11 2009 Peng Huang - 0.2.20080216.1-28 -- Use latin font for to display common ascii in Chines string +* Wed Nov 11 2009 Peng Huang - 0.2.20080216.1-29 +- Use latin font to display common ascii in Chinese string * Mon Sep 21 2009 Caius 'kaio' Chance - 0.2.20080216.1-27.fc12 - Merged from F-11 tree. From pravins at fedoraproject.org Wed Nov 11 04:47:37 2009 From: pravins at fedoraproject.org (Pravin Satpute) Date: Wed, 11 Nov 2009 04:47:37 +0000 (UTC) Subject: rpms/lohit-tamil-fonts/F-12 anchor-bug.patch, NONE, 1.1 lohit-tamil-fonts.spec, 1.3, 1.4 Message-ID: <20091111044737.8749C11C00E8@cvs1.fedora.phx.redhat.com> Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11143 Modified Files: lohit-tamil-fonts.spec Added Files: anchor-bug.patch Log Message: * Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 - resolved rh bug 536724 anchor-bug.patch: Lohit-Tamil.sfd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE anchor-bug.patch --- diff -rup lohit-tamil-2.4.4/Lohit-Tamil.sfd lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd --- lohit-tamil-2.4.4/Lohit-Tamil.sfd 2009-09-21 20:44:28.000000000 +1000 +++ lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd 2009-11-11 14:41:12.000000000 +1000 @@ -7001,7 +7001,7 @@ PUSHW_3 5 CALL EndTTInstrs -AnchorPoint: "Anchor-0" 501 408 mark 0 +AnchorPoint: "Anchor-0" 501 408 basechar 0 LayerCount: 2 Fore SplineSet @@ -7542,7 +7542,7 @@ StartChar: u0BC1 Encoding: 3009 3009 91 Width: 433 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 14 @@ -7613,7 +7613,7 @@ StartChar: u0BC2 Encoding: 3010 3010 92 Width: 632 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 22 Index: lohit-tamil-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/F-12/lohit-tamil-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-tamil-fonts.spec 25 Sep 2009 12:14:47 -0000 1.3 +++ lohit-tamil-fonts.spec 11 Nov 2009 04:47:37 -0000 1.4 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version: 2.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Free Tamil font Group: User Interface/X @@ -16,13 +16,15 @@ BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: lohit-fonts-common < %{version}-%{release} +Patch1: anchor-bug.patch %description This package provides a free Tamil truetype/opentype font. %prep -%setup -q -n %{fontname}-%{version} +%setup -q -n %{fontname}-%{version} +%patch1 -p1 -b .1-anchor-problem %build @@ -53,6 +55,9 @@ rm -fr %{buildroot} %changelog +* Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 +- resolved rh bug 536724 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs From pravins at fedoraproject.org Wed Nov 11 04:50:00 2009 From: pravins at fedoraproject.org (Pravin Satpute) Date: Wed, 11 Nov 2009 04:50:00 +0000 (UTC) Subject: rpms/lohit-tamil-fonts/devel anchor-bug.patch, NONE, 1.1 lohit-tamil-fonts.spec, 1.3, 1.4 Message-ID: <20091111045000.92BA711C00E8@cvs1.fedora.phx.redhat.com> Author: pravins Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12048 Modified Files: lohit-tamil-fonts.spec Added Files: anchor-bug.patch Log Message: * Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 - resolved rh bug 536724 anchor-bug.patch: Lohit-Tamil.sfd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE anchor-bug.patch --- diff -rup lohit-tamil-2.4.4/Lohit-Tamil.sfd lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd --- lohit-tamil-2.4.4/Lohit-Tamil.sfd 2009-09-21 20:44:28.000000000 +1000 +++ lohit-tamil-2.4.4_mod/Lohit-Tamil.sfd 2009-11-11 14:41:12.000000000 +1000 @@ -7001,7 +7001,7 @@ PUSHW_3 5 CALL EndTTInstrs -AnchorPoint: "Anchor-0" 501 408 mark 0 +AnchorPoint: "Anchor-0" 501 408 basechar 0 LayerCount: 2 Fore SplineSet @@ -7542,7 +7542,7 @@ StartChar: u0BC1 Encoding: 3009 3009 91 Width: 433 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 14 @@ -7613,7 +7613,7 @@ StartChar: u0BC2 Encoding: 3010 3010 92 Width: 632 GlyphClass: 4 -Flags: HW +Flags: W TtInstrs: NPUSHW 22 Index: lohit-tamil-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- lohit-tamil-fonts.spec 25 Sep 2009 12:14:47 -0000 1.3 +++ lohit-tamil-fonts.spec 11 Nov 2009 04:50:00 -0000 1.4 @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version: 2.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Free Tamil font Group: User Interface/X @@ -16,13 +16,15 @@ BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem Obsoletes: lohit-fonts-common < %{version}-%{release} +Patch1: anchor-bug.patch %description This package provides a free Tamil truetype/opentype font. %prep -%setup -q -n %{fontname}-%{version} +%setup -q -n %{fontname}-%{version} +%patch1 -p1 -b .1-anchor-problem %build @@ -53,6 +55,9 @@ rm -fr %{buildroot} %changelog +* Wed Nov 11 2009 Pravin Satpute - 2.4.4-3 +- resolved rh bug 536724 + * Fri Sep 25 2009 Pravin Satpute - 2.4.4-2 - updated specs From bugzilla at redhat.com Wed Nov 11 04:55:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 23:55:55 -0500 Subject: [Bug 536724] problem with character 0BB7 In-Reply-To: References: Message-ID: <200911110455.nAB4ttMq031784@bz-web2.app.phx.redhat.com> 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=536724 --- Comment #1 from Pravin Satpute 2009-11-10 23:55:54 EDT --- fixed bug in lohit-tamil-fonts-2.4.4-3.fc12 and rawhide as well one can quick test font with $ wget http://kojipkgs.fedoraproject.org/packages/lohit-tamil-fonts/2.4.4/3.fc12/noarch/lohit-tamil-fonts-2.4.4-3.fc12.noarch.rpm $ su $ rpm -Uhv lohit-tamil-fonts-2.4.4-3.fc12.noarch.rpm please let me if there any other bug so i can commit same in lohit upstream, so fix will be available toa ll -- 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. From bugzilla at redhat.com Wed Nov 11 04:56:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Nov 2009 23:56:34 -0500 Subject: [Bug 536724] problem with character 0BB7 In-Reply-To: References: Message-ID: <200911110456.nAB4uYrU031991@bz-web2.app.phx.redhat.com> 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=536724 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED -- 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. From bugzilla at redhat.com Wed Nov 11 05:12:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 00:12:27 -0500 Subject: [Bug 536724] problem with character 0BB7 In-Reply-To: References: Message-ID: <200911110512.nAB5CRDQ005073@bz-web1.app.phx.redhat.com> 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=536724 --- Comment #2 from K. Sethu 2009-11-11 00:12:26 EDT --- Thanks for the quick action. I will test in my Fedora later in tonight and report K. Sethu -- 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. From bugzilla at redhat.com Wed Nov 11 07:48:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 02:48:24 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911110748.nAB7mOqh009620@bz-web2.app.phx.redhat.com> 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 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(nicolas.mailhot at l | |aposte.net) -- 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. From tl at openoffice.org Wed Nov 11 08:16:55 2009 From: tl at openoffice.org (tl at openoffice.org) Date: 11 Nov 2009 08:16:55 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091111081655.14871.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 User tl changed the following: What |Old value |New value ================================================================================ OtherIssuesDependingOnTh|50314,53223,69108,75472,79|50314,53223,69108,75472,79 is|037,105085 |037,93925,105085 -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From tl at openoffice.org Wed Nov 11 12:41:24 2009 From: tl at openoffice.org (tl at openoffice.org) Date: 11 Nov 2009 12:41:24 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091111124124.28046.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 User tl changed the following: What |Old value |New value ================================================================================ OtherIssuesDependingOnTh|50314,53223,69108,75472,79|50314,53223,69108,75472,79 is|037,93925,105085 |037,93925,105085,106815 -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From pl at openoffice.org Wed Nov 11 14:47:08 2009 From: pl at openoffice.org (pl at openoffice.org) Date: 11 Nov 2009 14:47:08 -0000 Subject: [Issue 106704] Type 1 fonts in PDF export have incorrect /Length3 In-Reply-To: Message-ID: <20091111144708.10515.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106704 User pl changed the following: What |Old value |New value ================================================================================ Target milestone|--- |OOo 3.3 -------------------------------------------------------------------------------- ------- Additional comments from pl at openoffice.org Wed Nov 11 14:47:08 +0000 2009 ------- target --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Wed Nov 11 17:53:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 12:53:00 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911111753.nABHr0g4008198@bz-web1.app.phx.redhat.com> 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=530880 TK009 changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs? --- Comment #18 from TK009 2009-11-11 12:52:59 EDT --- Correction for typo in package name. No commits or builds have been done. New Package CVS Request ======================= Package Name: ns-tiza-chalk-fonts Short Description: Chalky slab-serif fonts Owners: TK009 Branches: F-10 F-11 F-12 InitialCC: fonts-sig -- 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. From tk009 at fedoraproject.org Wed Nov 11 17:56:54 2009 From: tk009 at fedoraproject.org (tk009) Date: Wed, 11 Nov 2009 17:56:54 +0000 (UTC) Subject: rpms/ns-bola-fonts/devel import.log, NONE, 1.1 ns-bola-fonts-fontconfig.conf, NONE, 1.1 ns-bola-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091111175654.62A3D11C01EA@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-bola-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12647/devel Modified Files: .cvsignore sources Added Files: import.log ns-bola-fonts-fontconfig.conf ns-bola-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging --- NEW FILE import.log --- ns-bola-fonts-20080203-2_fc12:HEAD:ns-bola-fonts-20080203-2.fc12.src.rpm:1257962186 --- NEW FILE ns-bola-fonts-fontconfig.conf --- fantasy Bola Bola fantasy --- NEW FILE ns-bola-fonts.spec --- %global fontname ns-bola %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080203 Release: 2%{?dist} Summary: Chunky Geometric Fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/bola/ Source0: http://www.nuevostudio.com/files/downloads/bola.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A chunky geometric font like many others out there! It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 %changelog * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:57:33 -0000 1.1 +++ .cvsignore 11 Nov 2009 17:56:54 -0000 1.2 @@ -0,0 +1 @@ +bola.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:57:33 -0000 1.1 +++ sources 11 Nov 2009 17:56:54 -0000 1.2 @@ -0,0 +1 @@ +8975511e7985a53a8a2b2b6cb1a3881b bola.zip From tk009 at fedoraproject.org Wed Nov 11 18:02:49 2009 From: tk009 at fedoraproject.org (tk009) Date: Wed, 11 Nov 2009 18:02:49 +0000 (UTC) Subject: rpms/ns-bola-fonts/F-10 import.log, NONE, 1.1 ns-bola-fonts-fontconfig.conf, NONE, 1.1 ns-bola-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091111180249.5EE1E11C01EA@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-bola-fonts/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15188/F-10 Modified Files: .cvsignore sources Added Files: import.log ns-bola-fonts-fontconfig.conf ns-bola-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging --- NEW FILE import.log --- ns-bola-fonts-20080203-2_fc12:F-10:ns-bola-fonts-20080203-2.fc12.src.rpm:1257962535 --- NEW FILE ns-bola-fonts-fontconfig.conf --- fantasy Bola Bola fantasy --- NEW FILE ns-bola-fonts.spec --- %global fontname ns-bola %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080203 Release: 2%{?dist} Summary: Chunky Geometric Fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/bola/ Source0: http://www.nuevostudio.com/files/downloads/bola.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A chunky geometric font like many others out there! It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 %changelog * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:57:33 -0000 1.1 +++ .cvsignore 11 Nov 2009 18:02:48 -0000 1.2 @@ -0,0 +1 @@ +bola.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:57:33 -0000 1.1 +++ sources 11 Nov 2009 18:02:48 -0000 1.2 @@ -0,0 +1 @@ +8975511e7985a53a8a2b2b6cb1a3881b bola.zip From tk009 at fedoraproject.org Wed Nov 11 18:04:13 2009 From: tk009 at fedoraproject.org (tk009) Date: Wed, 11 Nov 2009 18:04:13 +0000 (UTC) Subject: rpms/ns-bola-fonts/F-11 import.log, NONE, 1.1 ns-bola-fonts-fontconfig.conf, NONE, 1.1 ns-bola-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091111180413.A661911C01EA@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-bola-fonts/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15788/F-11 Modified Files: .cvsignore sources Added Files: import.log ns-bola-fonts-fontconfig.conf ns-bola-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging --- NEW FILE import.log --- ns-bola-fonts-20080203-2_fc12:F-11:ns-bola-fonts-20080203-2.fc12.src.rpm:1257962616 --- NEW FILE ns-bola-fonts-fontconfig.conf --- fantasy Bola Bola fantasy --- NEW FILE ns-bola-fonts.spec --- %global fontname ns-bola %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080203 Release: 2%{?dist} Summary: Chunky Geometric Fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/bola/ Source0: http://www.nuevostudio.com/files/downloads/bola.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A chunky geometric font like many others out there! It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 %changelog * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:57:33 -0000 1.1 +++ .cvsignore 11 Nov 2009 18:04:13 -0000 1.2 @@ -0,0 +1 @@ +bola.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:57:33 -0000 1.1 +++ sources 11 Nov 2009 18:04:13 -0000 1.2 @@ -0,0 +1 @@ +8975511e7985a53a8a2b2b6cb1a3881b bola.zip From tk009 at fedoraproject.org Wed Nov 11 18:35:23 2009 From: tk009 at fedoraproject.org (tk009) Date: Wed, 11 Nov 2009 18:35:23 +0000 (UTC) Subject: rpms/ns-bola-fonts/F-12 import.log, NONE, 1.1 ns-bola-fonts-fontconfig.conf, NONE, 1.1 ns-bola-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091111183523.13CC211C043B@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-bola-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26181/F-12 Modified Files: .cvsignore sources Added Files: import.log ns-bola-fonts-fontconfig.conf ns-bola-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging --- NEW FILE import.log --- ns-bola-fonts-20080203-2_fc12:F-12:ns-bola-fonts-20080203-2.fc12.src.rpm:1257964433 --- NEW FILE ns-bola-fonts-fontconfig.conf --- fantasy Bola Bola fantasy --- NEW FILE ns-bola-fonts.spec --- %global fontname ns-bola %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080203 Release: 2%{?dist} Summary: Chunky Geometric Fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/bola/ Source0: http://www.nuevostudio.com/files/downloads/bola.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A chunky geometric font like many others out there! It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 %changelog * Tue Nov 10 2009 TK009 - 20080203-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080203-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:57:33 -0000 1.1 +++ .cvsignore 11 Nov 2009 18:35:22 -0000 1.2 @@ -0,0 +1 @@ +bola.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-bola-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:57:33 -0000 1.1 +++ sources 11 Nov 2009 18:35:22 -0000 1.2 @@ -0,0 +1 @@ +8975511e7985a53a8a2b2b6cb1a3881b bola.zip From bugzilla at redhat.com Wed Nov 11 19:28:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 14:28:04 -0500 Subject: [Bug 536920] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <200911111928.nABJS4ak002506@bz-web1.app.phx.redhat.com> 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=536920 --- Comment #1 from Nicolas Mailhot 2009-11-11 14:28:03 EDT --- Created an attachment (id=369093) --> (https://bugzilla.redhat.com/attachment.cgi?id=369093) File: backtrace -- 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. From bugzilla at redhat.com Wed Nov 11 19:28:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 14:28:01 -0500 Subject: [Bug 536920] New: [abrt] crash detected in fontforge-20090923-1.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090923-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=536920 Summary: [abrt] crash detected in fontforge-20090923-1.fc12 Product: Fedora Version: 12 Platform: x86_64 OS/Version: Linux Status: NEW Status Whiteboard: abrt_hash:b3e2ab72c0df6624350588b46b7b8a6bb6ff35f1 Severity: medium Priority: low Component: fontforge AssignedTo: kevin at tummy.com ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: roozbeh at gmail.com, kevin at tummy.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora abrt detected a crash. Attached file: backtrace cmdline: /usr/bin/fontforge -lang=ff /usr/bin/fontlint usr/share/poker3d/data/neurpoli.ttf component: fontforge executable: /usr/bin/fontforge kernel: 2.6.31.5-122.fc12.x86_64 package: fontforge-20090923-1.fc12 rating: 3 reason: Process was terminated by signal 11 -- 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. From bugzilla at redhat.com Wed Nov 11 21:45:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 16:45:23 -0500 Subject: [Bug 532377] [abrt] crash detected in nspluginwrapper-1.3.0-8.fc12 In-Reply-To: References: Message-ID: <200911112145.nABLjNs9005193@bz-web2.app.phx.redhat.com> 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=532377 --- Comment #3 from Behdad Esfahbod 2009-11-11 16:45:22 EDT --- Crash in malloc() is hardly pango's fault. Not mine. -- 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. From bugzilla at redhat.com Wed Nov 11 21:45:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 16:45:51 -0500 Subject: [Bug 532377] [abrt] crash detected in nspluginwrapper-1.3.0-8.fc12 In-Reply-To: References: Message-ID: <200911112145.nABLjp8T005316@bz-web2.app.phx.redhat.com> 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=532377 Behdad Esfahbod changed: What |Removed |Added ---------------------------------------------------------------------------- Component|pango |nspluginwrapper AssignedTo|besfahbo at redhat.com |stransky at redhat.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. From jisakiel at openoffice.org Wed Nov 11 22:13:38 2009 From: jisakiel at openoffice.org (jisakiel at openoffice.org) Date: 11 Nov 2009 22:13:38 -0000 Subject: [Issue 79878] OO.o can not select modern font faces conveniently In-Reply-To: Message-ID: <20091111221338.7033.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79878 User jisakiel changed the following: What |Old value |New value ================================================================================ CC|'belegdol,beppec56,cmc,dta|'belegdol,beppec56,cmc,dta |rdon,fedorafonts,hdu,kamat|rdon,fedorafonts,hdu,jisak |aki,khirano,masayan,mba,me|iel,kamataki,khirano,masay |ywer,norbusan,ralphie,rene|an,mba,meywer,norbusan,ral |,thb,tora' |phie,rene,thb,tora' -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Wed Nov 11 22:44:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Nov 2009 17:44:56 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911112244.nABMiu3m027447@bz-web1.app.phx.redhat.com> 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=530880 Toshio Ernie Kuratomi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a.badger at gmail.com Flag|fedora-cvs? |fedora-cvs+ --- Comment #19 from Toshio Ernie Kuratomi 2009-11-11 17:44:55 EDT --- cvs done. -- 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. From bugzilla at redhat.com Thu Nov 12 06:16:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 01:16:15 -0500 Subject: [Bug 501852] [ml_IN] need extra backspace press to delete this string of characters In-Reply-To: References: Message-ID: <200911120616.nAC6GFwe010052@bz-web1.app.phx.redhat.com> 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=501852 --- Comment #8 from Pravin Satpute 2009-11-12 01:16:14 EDT --- there is problem with pango its doing normalization of 0d4a kind of characters into 0d46 + od3e so while backspacing it takes one extra space there are some bug files for same thing, i will try to find such bug and close this one -- 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. From bugzilla at redhat.com Thu Nov 12 06:21:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 01:21:43 -0500 Subject: [Bug 501849] [ml_IN][GSUB] U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D move to the right of the font need pressing right arrow key many times In-Reply-To: References: Message-ID: <200911120621.nAC6LhN3005772@bz-web2.app.phx.redhat.com> 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=501849 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #2 from Pravin Satpute 2009-11-12 01:21:42 EDT --- i guess better to close this bug please reopen if you feel any problem -- 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. From tk009 at fedoraproject.org Thu Nov 12 06:26:54 2009 From: tk009 at fedoraproject.org (tk009) Date: Thu, 12 Nov 2009 06:26:54 +0000 (UTC) Subject: rpms/ns-tiza-chalk-fonts/devel import.log, NONE, 1.1 ns-tiza-chalk-fonts-fontconfig.conf, NONE, 1.1 ns-tiza-chalk-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091112062654.9219C11C01EA@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-tiza-chalk-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24278/devel Modified Files: .cvsignore sources Added Files: import.log ns-tiza-chalk-fonts-fontconfig.conf ns-tiza-chalk-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging --- NEW FILE import.log --- ns-tiza-chalk-fonts-20080210-2_fc12:HEAD:ns-tiza-chalk-fonts-20080210-2.fc12.src.rpm:1258007143 --- NEW FILE ns-tiza-chalk-fonts-fontconfig.conf --- fantasy Tiza Tiza fantasy --- NEW FILE ns-tiza-chalk-fonts.spec --- %global fontname ns-tiza-chalk %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080210 Release: 2%{?dist} Summary: Chalky slab-serif fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/tiza/ Source0: http://www.nuevostudio.com/files/downloads/tiza.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A bold, chalky slab-serif font inspired by the lovely slab-serif Giza. It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:40:46 -0000 1.1 +++ .cvsignore 12 Nov 2009 06:26:52 -0000 1.2 @@ -0,0 +1 @@ +tiza.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:40:46 -0000 1.1 +++ sources 12 Nov 2009 06:26:53 -0000 1.2 @@ -0,0 +1 @@ +91e836058bf35f601eb5e473d05c63fe tiza.zip From tk009 at fedoraproject.org Thu Nov 12 06:28:15 2009 From: tk009 at fedoraproject.org (tk009) Date: Thu, 12 Nov 2009 06:28:15 +0000 (UTC) Subject: rpms/ns-tiza-chalk-fonts/F-10 import.log, NONE, 1.1 ns-tiza-chalk-fonts-fontconfig.conf, NONE, 1.1 ns-tiza-chalk-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091112062815.89D1111C01EA@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24803/F-10 Modified Files: .cvsignore sources Added Files: import.log ns-tiza-chalk-fonts-fontconfig.conf ns-tiza-chalk-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging --- NEW FILE import.log --- ns-tiza-chalk-fonts-20080210-2_fc12:F-10:ns-tiza-chalk-fonts-20080210-2.fc12.src.rpm:1258007268 --- NEW FILE ns-tiza-chalk-fonts-fontconfig.conf --- fantasy Tiza Tiza fantasy --- NEW FILE ns-tiza-chalk-fonts.spec --- %global fontname ns-tiza-chalk %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080210 Release: 2%{?dist} Summary: Chalky slab-serif fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/tiza/ Source0: http://www.nuevostudio.com/files/downloads/tiza.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A bold, chalky slab-serif font inspired by the lovely slab-serif Giza. It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:40:46 -0000 1.1 +++ .cvsignore 12 Nov 2009 06:28:15 -0000 1.2 @@ -0,0 +1 @@ +tiza.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:40:46 -0000 1.1 +++ sources 12 Nov 2009 06:28:15 -0000 1.2 @@ -0,0 +1 @@ +91e836058bf35f601eb5e473d05c63fe tiza.zip From tk009 at fedoraproject.org Thu Nov 12 06:29:07 2009 From: tk009 at fedoraproject.org (tk009) Date: Thu, 12 Nov 2009 06:29:07 +0000 (UTC) Subject: rpms/ns-tiza-chalk-fonts/F-11 import.log, NONE, 1.1 ns-tiza-chalk-fonts-fontconfig.conf, NONE, 1.1 ns-tiza-chalk-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091112062907.72C8411C01EA@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25602/F-11 Modified Files: .cvsignore sources Added Files: import.log ns-tiza-chalk-fonts-fontconfig.conf ns-tiza-chalk-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging --- NEW FILE import.log --- ns-tiza-chalk-fonts-20080210-2_fc12:F-11:ns-tiza-chalk-fonts-20080210-2.fc12.src.rpm:1258007321 --- NEW FILE ns-tiza-chalk-fonts-fontconfig.conf --- fantasy Tiza Tiza fantasy --- NEW FILE ns-tiza-chalk-fonts.spec --- %global fontname ns-tiza-chalk %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080210 Release: 2%{?dist} Summary: Chalky slab-serif fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/tiza/ Source0: http://www.nuevostudio.com/files/downloads/tiza.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A bold, chalky slab-serif font inspired by the lovely slab-serif Giza. It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:40:46 -0000 1.1 +++ .cvsignore 12 Nov 2009 06:29:07 -0000 1.2 @@ -0,0 +1 @@ +tiza.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:40:46 -0000 1.1 +++ sources 12 Nov 2009 06:29:07 -0000 1.2 @@ -0,0 +1 @@ +91e836058bf35f601eb5e473d05c63fe tiza.zip From tk009 at fedoraproject.org Thu Nov 12 06:30:03 2009 From: tk009 at fedoraproject.org (tk009) Date: Thu, 12 Nov 2009 06:30:03 +0000 (UTC) Subject: rpms/ns-tiza-chalk-fonts/F-12 import.log, NONE, 1.1 ns-tiza-chalk-fonts-fontconfig.conf, NONE, 1.1 ns-tiza-chalk-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091112063003.44C6811C043B@cvs1.fedora.phx.redhat.com> Author: tk009 Update of /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26008/F-12 Modified Files: .cvsignore sources Added Files: import.log ns-tiza-chalk-fonts-fontconfig.conf ns-tiza-chalk-fonts.spec Log Message: * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging --- NEW FILE import.log --- ns-tiza-chalk-fonts-20080210-2_fc12:F-12:ns-tiza-chalk-fonts-20080210-2.fc12.src.rpm:1258007384 --- NEW FILE ns-tiza-chalk-fonts-fontconfig.conf --- fantasy Tiza Tiza fantasy --- NEW FILE ns-tiza-chalk-fonts.spec --- %global fontname ns-tiza-chalk %global fontconf 64-%{fontname}.conf Name: %{fontname}-fonts Version: 20080210 Release: 2%{?dist} Summary: Chalky slab-serif fonts Group: User Interface/X License: OFL URL: http://www.nuevostudio.com/project/tiza/ Source0: http://www.nuevostudio.com/files/downloads/tiza.zip Source1: %{name}-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A bold, chalky slab-serif font inspired by the lovely slab-serif Giza. It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro. %prep %setup -q -c -T unzip -j -L -q %{SOURCE0} chmod 0644 *.txt for txt in *.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 * Tue Nov 10 2009 TK009 - 20080210-2 - correction to spec * Sat Nov 07 2009 TK009 - 20080210-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:40:46 -0000 1.1 +++ .cvsignore 12 Nov 2009 06:30:02 -0000 1.2 @@ -0,0 +1 @@ +tiza.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ns-tiza-chalk-fonts/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:40:46 -0000 1.1 +++ sources 12 Nov 2009 06:30:03 -0000 1.2 @@ -0,0 +1 @@ +91e836058bf35f601eb5e473d05c63fe tiza.zip From bugzilla at redhat.com Thu Nov 12 06:30:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 01:30:47 -0500 Subject: [Bug 501847] [ml_IN][GSUB] U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D delete key can't delete the whole char In-Reply-To: References: Message-ID: <200911120630.nAC6UlSj013988@bz-web1.app.phx.redhat.com> 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=501847 --- Comment #3 from Pravin Satpute 2009-11-12 01:30:46 EDT --- delete key deletes syllable wise so in this sequence.. U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D first delete should delete U+0D21 U+0D4D U+0D30 second delete should delete U+0D48 and third delete should delete U+0D35 U+0D4D Hi koka, if things appearing like i have given above i guess better to close 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. From bugzilla at redhat.com Thu Nov 12 06:51:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 01:51:37 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911120651.nAC6pbbm014100@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #20 from Fedora Update System 2009-11-12 01:51:36 EDT --- ns-tiza-chalk-fonts-20080210-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ns-tiza-chalk-fonts-20080210-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. From bugzilla at redhat.com Thu Nov 12 06:51:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 01:51:43 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911120651.nAC6phnF014207@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #21 from Fedora Update System 2009-11-12 01:51:43 EDT --- ns-tiza-chalk-fonts-20080210-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/ns-tiza-chalk-fonts-20080210-2.fc10 -- 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. From bugzilla at redhat.com Thu Nov 12 09:35:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 04:35:19 -0500 Subject: [Bug 536724] problem with character 0BB7 In-Reply-To: References: Message-ID: <200911120935.nAC9ZJiE001666@bz-web2.app.phx.redhat.com> 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=536724 --- Comment #3 from K. Sethu 2009-11-12 04:35:18 EDT --- I tried to install lohit-tamil-fonts-2.4.4-3.fc12.noarch.rpm in my Fedora 11 but it fails. Error message indicates failed dependencies as follows : rpmlib(PayloadIsXz)<=5.201 is needed by lohit-tamil-fonts-2.4.4-3.fc12.noarch.rpm and same indication for other lohit fonts packages each of which is of version 2.4.0-1.fc11.noarch and also for openoffice.org-langpack-ta_IN-1:3.1.0-11.3.fc11-i586. To Check whether rawhide version 2.4.4-2.fc12.noarch for lohit-tamil could be installed first and then try the above bug fixed update, I enabled rawhide repo and tried installing 2.4.4-2. That also fails with error message showing the need of rpmlib(PayloadIsXz) Later I tried in my Ubuntu to first convert the rpm to deb with alien. It failed due to not being able to open the archive. To extract the font .ttf file only, I tried to open the rpm as archive with "mc" (Midnight Commander) as well as the default archive manager of the gnome GUI and both were unable to open the archive. rpm2cpio command usage to extract a file (http://www.cyberciti.biz/tips/how-to-extract-an-rpm-package-without-installing-it.html) also fails. However rpm -q -l command works to show the presence of the .ttf file inside. It would help if you could provide a link to download the font file since only it is need for the testing on whether bug fix has worked. K. Sethu -- 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. From tl at openoffice.org Thu Nov 12 15:17:15 2009 From: tl at openoffice.org (tl at openoffice.org) Date: 12 Nov 2009 15:17:15 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091112151715.16521.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 ------- Additional comments from tl at openoffice.org Thu Nov 12 15:17:15 +0000 2009 ------- Files changed: M extras/source/truetype/symbol/OpenSymbol.sfd M extras/source/truetype/symbol/opens___.ttf --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Fri Nov 13 01:35:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 20:35:47 -0500 Subject: [Bug 466369] font rendering is messed up on F-11 In-Reply-To: References: Message-ID: <200911130135.nAD1ZlwU009391@bz-web1.app.phx.redhat.com> 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=466369 Tim Niemueller changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(tim at niemueller.de | |) | --- Comment #48 from Tim Niemueller 2009-11-12 20:35:42 EDT --- I'm using xorg-x11-drv-ati-6.12.2-14.fc11.x86_64 and haven't seen the font corruptions for a while. Elements like check boxes and radio selectors are still corrupted from time to time though. -- 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. From bugzilla at redhat.com Fri Nov 13 01:58:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 20:58:34 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911130158.nAD1wY3f014487@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #22 from Fedora Update System 2009-11-12 20:58:32 EDT --- ns-tiza-chalk-fonts-20080210-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/ns-tiza-chalk-fonts-20080210-2.fc12 -- 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. From bugzilla at redhat.com Fri Nov 13 02:31:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 21:31:05 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911130231.nAD2V5HQ013174@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #23 from Fedora Update System 2009-11-12 21:31:05 EDT --- ns-tiza-chalk-fonts-20080210-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Fri Nov 13 02:31:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 21:31:11 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911130231.nAD2VBVJ023092@bz-web1.app.phx.redhat.com> 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=530880 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |20080210-2.fc10 Resolution| |ERRATA -- 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. From bugzilla at redhat.com Fri Nov 13 02:33:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 21:33:54 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911130233.nAD2XsKv023883@bz-web1.app.phx.redhat.com> 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=530880 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|20080210-2.fc10 |20080210-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. From bugzilla at redhat.com Fri Nov 13 02:33:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Nov 2009 21:33:49 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911130233.nAD2Xnw6014376@bz-web2.app.phx.redhat.com> 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=530880 --- Comment #24 from Fedora Update System 2009-11-12 21:33:48 EDT --- ns-tiza-chalk-fonts-20080210-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Fri Nov 13 11:03:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Nov 2009 06:03:04 -0500 Subject: [Bug 536718] Review Request: tlomt-sniglet-fonts - A rounded, sans-serif font useful for headlines In-Reply-To: References: Message-ID: <200911131103.nADB343j015877@bz-web1.app.phx.redhat.com> 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=536718 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |nicolas.mailhot at laposte.net Flag| |fedora-review?, | |needinfo?(tcallawa at redhat.c | |om) --- Comment #1 from Nicolas Mailhot 2009-11-13 06:03:02 EDT --- Hey, Nice to see you packaging some fonts again. Review: 1. (nitpick) the exact term for "accent marks" is diactritics (includes stuff like cedilla which is not strictly speaking an accent mark) 2. repo-font-audit found some partial coverage, and that rpmlint is not completely happy with the font (to relay upstream, see attached archive) 3. (nitpick) you don't really need to define a common_desc when there's only one package produced. It's useful for multi-subpackages 4. Please check with upstream they'll actually increment the version next time the font is updated. If 1.000 is an eternal unchanging version, using the timestamp of the font file as version is more useful. 5. You forgot the Requires: fontpackages-filesystem ? fails review :( 6. Not too sure looping on one fontconf file is useful 7. Maybe it would be a good idea to bundle the licensing email as %doc ? Some old font packages did this and it's invaluable when all the web references have moved 20 times since packaging 8. There is no licensing info, either as detached txt file, or as metadata in the font (just confirming your finds). Doing both is best 9. This is not really a general-purpose sans-serif font, please change your fontconfig file (see /usr/share/fontconfig/templates/fontconfig-generics.txt and /usr/share/fontconfig/templates/basic-font-template.* ) ? Needs a little more work, even though it's already a pretty nice srpm -- 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. From bugzilla at redhat.com Fri Nov 13 11:05:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Nov 2009 06:05:00 -0500 Subject: [Bug 536718] Review Request: tlomt-sniglet-fonts - A rounded, sans-serif font useful for headlines In-Reply-To: References: Message-ID: <200911131105.nADB50hA004206@bz-web2.app.phx.redhat.com> 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=536718 --- Comment #2 from Nicolas Mailhot 2009-11-13 06:04:59 EDT --- Created an attachment (id=369404) --> (https://bugzilla.redhat.com/attachment.cgi?id=369404) repo-font-audit output for the package -- 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. From bugzilla at redhat.com Fri Nov 13 11:07:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Nov 2009 06:07:06 -0500 Subject: [Bug 440992] [ro] Correct Romanian glyphs in Liberation Fonts. In-Reply-To: References: Message-ID: <200911131107.nADB76fP005059@bz-web2.app.phx.redhat.com> 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=440992 --- Comment #35 from Alexandru Szasz 2009-11-13 06:07:00 EDT --- Somehow this change is not present in Fedora 12. -- 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. From bugzilla at redhat.com Fri Nov 13 11:09:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Nov 2009 06:09:51 -0500 Subject: [Bug 440992] [ro] Correct Romanian glyphs in Liberation Fonts. In-Reply-To: References: Message-ID: <200911131109.nADB9phx005476@bz-web2.app.phx.redhat.com> 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=440992 Nicu Buculei changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicubunu at gmail.com --- Comment #36 from Nicu Buculei 2009-11-13 06:09:50 EDT --- confirmed, liberation fonts 1.05 (Fedora 12) and the latest sources from fedorahosted have the glyphs empty (checked with fontforge), it looks like the change was somehow reverted -- 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. From bugzilla at redhat.com Fri Nov 13 17:03:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Nov 2009 12:03:06 -0500 Subject: [Bug 524883] cpi setting not used accurately In-Reply-To: References: Message-ID: <200911131703.nADH36vO003001@bz-web1.app.phx.redhat.com> 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=524883 Tim Waugh changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |537450 -- 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. From bugzilla at redhat.com Fri Nov 13 17:03:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Nov 2009 12:03:05 -0500 Subject: [Bug 537450] New: cpi setting not used accurately Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: cpi setting not used accurately https://bugzilla.redhat.com/show_bug.cgi?id=537450 Summary: cpi setting not used accurately Product: Red Hat Enterprise Linux 5 Version: 5.4 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: paps AssignedTo: tagoh at redhat.com ReportedBy: twaugh at redhat.com QAContact: desktop-bugs at redhat.com CC: tagoh at redhat.com, fedora-fonts-bugs-list at redhat.com, fedora-i18n-bugs at redhat.com Depends on: 524883 Classification: Red Hat Target Release: --- Clone Of: 524883 Presumably this also affects Red Hat Enterprise Linux 5. +++ This bug was initially created as a clone of Bug #524883 +++ Created an attachment (id=362101) --> (https://bugzilla.redhat.com/attachment.cgi?id=362101) ppd.ppd Description of problem: When used as texttopaps, the 'cpi' option is only used to scale the font to the nearest integer point size. This isn't nearly good enough: it must be *exact*. The reason is that it is used for controlling the number of columns of text print, and this needs to be set to e.g. 132, or 80, or whatever is required. Unfortunately the only way to set it is indirectly, via 'cpi'. Of course this depends on the page size used, as well as the printer margins. Here is a test case for verifying that it is operating correctly. The CUPS filter 'texttops' passes this test, and 'texttopaps' must as well. The test case consists of a PPD 'ppd.ppd', an input file '132.txt', and a command line given below. Version-Release number of selected component (if applicable): paps-0.6.8-10.fc12.x86_64 How reproducible: 100% Steps to Reproduce: PPD=ppd.ppd \ /usr/lib/cups/filter/texttopaps 1 tim '' 1 \ 'cpi=17.6 lpi=6.7 page-bottom=36 page-left=36 \ page-right=36 page-top=36 scaling=100' 132.txt > out.ps Actual results: See actual.jpg. Expected results: When viewing the resulting PostScript (with, say, evince), the result should look as in expected.jpg: in particular, there should be exactly 132 characters per line, and the output should fit on a single side of US Letter paper. --- Additional comment from twaugh at redhat.com on 2009-09-22 11:22:41 EDT --- Created an attachment (id=362103) --> (https://bugzilla.redhat.com/attachment.cgi?id=362103) expected.jpg --- Additional comment from twaugh at redhat.com on 2009-09-22 11:23:38 EDT --- Created an attachment (id=362105) --> (https://bugzilla.redhat.com/attachment.cgi?id=362105) 132.txt --- Additional comment from twaugh at redhat.com on 2009-09-22 11:24:05 EDT --- Created an attachment (id=362106) --> (https://bugzilla.redhat.com/attachment.cgi?id=362106) actual.jpg --- Additional comment from tagoh at redhat.com on 2009-09-24 08:19:47 EDT --- Does scaling option affect to the text printing? --- Additional comment from twaugh at redhat.com on 2009-09-24 09:13:33 EDT --- No, ignore 'scaling=100'. The problem can be seen without that option. --- Additional comment from tagoh at redhat.com on 2009-09-24 10:04:15 EDT --- Thanks. well, the root cause is the scaling value is a bit sensitive and the approximate width from Pango doesn't work enough. paps may needs to evaluate each lines to figure out the scale X perhaps. --- Additional comment from tagoh at redhat.com on 2009-10-14 06:50:56 EDT --- Should be fixed in paps-0.6.8-11.fc13. please test. --- Additional comment from tagoh at redhat.com on 2009-10-19 03:54:31 EDT --- Created an attachment (id=365205) --> (https://bugzilla.redhat.com/attachment.cgi?id=365205) Fixed screenshot on evince --- Additional comment from tagoh at redhat.com on 2009-10-19 03:55:09 EDT --- If it looks good, I'll propose the fix for f12-final too. --- Additional comment from twaugh at redhat.com on 2009-10-19 06:30:38 EDT --- Yes, looks perfect. Thanks! --- Additional comment from tagoh at redhat.com on 2009-10-20 01:10:30 EDT --- pushed to F-12 and tagged for f12-final now. -- 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. From bugzilla at redhat.com Sat Nov 14 08:55:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 14 Nov 2009 03:55:11 -0500 Subject: [Bug 536724] problem with character 0BB7 In-Reply-To: References: Message-ID: <200911140855.nAE8tBub003812@bz-web2.app.phx.redhat.com> 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=536724 --- Comment #4 from Pravin Satpute 2009-11-14 03:55:10 EDT --- hmm, you can get ttf file from rpm as well but anyway i have uploaded for you http://pravins.fedorapeople.org/Lohit-Tamil.ttf -- 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. From buildsys at fedoraproject.org Sat Nov 14 15:51:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:08 +0000 (UTC) Subject: Broken dependencies: oflb-prociono-fonts Message-ID: <20091114155108.69E551F808E@releng2.fedora.phx.redhat.com> oflb-prociono-fonts has broken dependencies in the development tree: On ppc: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh On ppc64: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:09 +0000 (UTC) Subject: Broken dependencies: ns-bola-fonts Message-ID: <20091114155109.06C671F808B@releng2.fedora.phx.redhat.com> ns-bola-fonts has broken dependencies in the development tree: On ppc: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh On ppc64: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:09 +0000 (UTC) Subject: Broken dependencies: linux-libertine-fonts Message-ID: <20091114155109.BF85C1F808C@releng2.fedora.phx.redhat.com> linux-libertine-fonts has broken dependencies in the development tree: On ppc: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh On ppc64: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:13 +0000 (UTC) Subject: Broken dependencies: serafettin-cartoon-fonts Message-ID: <20091114155113.6BA5D1F808C@releng2.fedora.phx.redhat.com> serafettin-cartoon-fonts has broken dependencies in the development tree: On ppc: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh On ppc64: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:14 +0000 (UTC) Subject: Broken dependencies: google-droid-fonts Message-ID: <20091114155114.9F66C1F8087@releng2.fedora.phx.redhat.com> google-droid-fonts has broken dependencies in the development tree: On ppc: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:16 +0000 (UTC) Subject: Broken dependencies: lcdf-typetools Message-ID: <20091114155116.429CD1F808B@releng2.fedora.phx.redhat.com> lcdf-typetools has broken dependencies in the development tree: On ppc: lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.4) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires libkpathsea.so.4 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.3) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6 On ppc64: lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libkpathsea.so.4()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:16 +0000 (UTC) Subject: Broken dependencies: lohit-tamil-fonts Message-ID: <20091114155116.7D0DB1F808B@releng2.fedora.phx.redhat.com> lohit-tamil-fonts has broken dependencies in the development tree: On ppc: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh On ppc64: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:18 +0000 (UTC) Subject: Broken dependencies: ipa-pgothic-fonts Message-ID: <20091114155118.3F7711F808C@releng2.fedora.phx.redhat.com> ipa-pgothic-fonts has broken dependencies in the development tree: On ppc: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:18 +0000 (UTC) Subject: Broken dependencies: gdouros-aegean-fonts Message-ID: <20091114155118.A3F691F808E@releng2.fedora.phx.redhat.com> gdouros-aegean-fonts has broken dependencies in the development tree: On ppc: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh On ppc64: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:19 +0000 (UTC) Subject: Broken dependencies: cjkuni-fonts Message-ID: <20091114155119.3847A1F8087@releng2.fedora.phx.redhat.com> cjkuni-fonts has broken dependencies in the development tree: On ppc: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 On ppc64: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:20 +0000 (UTC) Subject: Broken dependencies: alfont Message-ID: <20091114155120.A5C7C1F808C@releng2.fedora.phx.redhat.com> alfont has broken dependencies in the development tree: On ppc: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc64: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:23 +0000 (UTC) Subject: Broken dependencies: drehatlas-xaporho-fonts Message-ID: <20091114155123.6B3A51F808B@releng2.fedora.phx.redhat.com> drehatlas-xaporho-fonts has broken dependencies in the development tree: On ppc: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh On ppc64: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:23 +0000 (UTC) Subject: Broken dependencies: fonts-ISO8859-2 Message-ID: <20091114155123.8E4D01F8087@releng2.fedora.phx.redhat.com> fonts-ISO8859-2 has broken dependencies in the development tree: On ppc: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:25 +0000 (UTC) Subject: Broken dependencies: apanov-heuristica-fonts Message-ID: <20091114155125.BCB561F808B@releng2.fedora.phx.redhat.com> apanov-heuristica-fonts has broken dependencies in the development tree: On ppc: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh On ppc64: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:28 +0000 (UTC) Subject: Broken dependencies: vollkorn-fonts Message-ID: <20091114155128.DDD051F808D@releng2.fedora.phx.redhat.com> vollkorn-fonts has broken dependencies in the development tree: On ppc: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh On ppc64: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:29 +0000 (UTC) Subject: Broken dependencies: lohit-gujarati-fonts Message-ID: <20091114155129.D3BB01F8087@releng2.fedora.phx.redhat.com> lohit-gujarati-fonts has broken dependencies in the development tree: On ppc: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh On ppc64: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:29 +0000 (UTC) Subject: Broken dependencies: ns-tiza-chalk-fonts Message-ID: <20091114155129.C70961F808D@releng2.fedora.phx.redhat.com> ns-tiza-chalk-fonts has broken dependencies in the development tree: On ppc: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh On ppc64: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:31 +0000 (UTC) Subject: Broken dependencies: bpg-fonts Message-ID: <20091114155131.53A3F1F8087@releng2.fedora.phx.redhat.com> bpg-fonts has broken dependencies in the development tree: On ppc: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:33 +0000 (UTC) Subject: Broken dependencies: lohit-kannada-fonts Message-ID: <20091114155133.C97461F8087@releng2.fedora.phx.redhat.com> lohit-kannada-fonts has broken dependencies in the development tree: On ppc: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:34 +0000 (UTC) Subject: Broken dependencies: sj-fonts Message-ID: <20091114155134.AD4C31F808F@releng2.fedora.phx.redhat.com> sj-fonts has broken dependencies in the development tree: On ppc: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:36 +0000 (UTC) Subject: Broken dependencies: smc-fonts Message-ID: <20091114155136.E50A91F808C@releng2.fedora.phx.redhat.com> smc-fonts has broken dependencies in the development tree: On ppc: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:42 +0000 (UTC) Subject: Broken dependencies: sazanami-fonts Message-ID: <20091114155142.0FCD61F8087@releng2.fedora.phx.redhat.com> sazanami-fonts has broken dependencies in the development tree: On ppc: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:44 +0000 (UTC) Subject: Broken dependencies: lohit-bengali-fonts Message-ID: <20091114155144.03B441F809A@releng2.fedora.phx.redhat.com> lohit-bengali-fonts has broken dependencies in the development tree: On ppc: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh On ppc64: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:46 +0000 (UTC) Subject: Broken dependencies: lohit-maithili-fonts Message-ID: <20091114155146.40D9A1F808F@releng2.fedora.phx.redhat.com> lohit-maithili-fonts has broken dependencies in the development tree: On ppc: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:46 +0000 (UTC) Subject: Broken dependencies: silkscreen-fonts Message-ID: <20091114155146.841941F808D@releng2.fedora.phx.redhat.com> silkscreen-fonts has broken dependencies in the development tree: On ppc: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:46 +0000 (UTC) Subject: Broken dependencies: gfs-decker-fonts Message-ID: <20091114155146.D7EBC1F808B@releng2.fedora.phx.redhat.com> gfs-decker-fonts has broken dependencies in the development tree: On ppc: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:49 +0000 (UTC) Subject: Broken dependencies: sil-doulos-fonts Message-ID: <20091114155149.73D6F1F8087@releng2.fedora.phx.redhat.com> sil-doulos-fonts has broken dependencies in the development tree: On ppc: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh On ppc64: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:55 +0000 (UTC) Subject: Broken dependencies: gfs-ambrosia-fonts Message-ID: <20091114155155.CDECC1F808B@releng2.fedora.phx.redhat.com> gfs-ambrosia-fonts has broken dependencies in the development tree: On ppc: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh On ppc64: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:59 +0000 (UTC) Subject: Broken dependencies: khmeros-fonts Message-ID: <20091114155159.A25B51F8087@releng2.fedora.phx.redhat.com> khmeros-fonts has broken dependencies in the development tree: On ppc: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:00 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-classic-fonts Message-ID: <20091114155200.DCEAF1F808B@releng2.fedora.phx.redhat.com> gfs-bodoni-classic-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:04 +0000 (UTC) Subject: Broken dependencies: oflb-smonohand-fonts Message-ID: <20091114155204.2E9BC1F808B@releng2.fedora.phx.redhat.com> oflb-smonohand-fonts has broken dependencies in the development tree: On ppc: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh On ppc64: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:13 +0000 (UTC) Subject: Broken dependencies: lohit-kashmiri-fonts Message-ID: <20091114155213.2DF001F808C@releng2.fedora.phx.redhat.com> lohit-kashmiri-fonts has broken dependencies in the development tree: On ppc: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:13 +0000 (UTC) Subject: Broken dependencies: tiresias-fonts Message-ID: <20091114155213.D45171F8087@releng2.fedora.phx.redhat.com> tiresias-fonts has broken dependencies in the development tree: On ppc: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:23 +0000 (UTC) Subject: Broken dependencies: gfs-garaldus-fonts Message-ID: <20091114155223.DC1221F8087@releng2.fedora.phx.redhat.com> gfs-garaldus-fonts has broken dependencies in the development tree: On ppc: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh On ppc64: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:24 +0000 (UTC) Subject: Broken dependencies: gfs-jackson-fonts Message-ID: <20091114155224.163621F808D@releng2.fedora.phx.redhat.com> gfs-jackson-fonts has broken dependencies in the development tree: On ppc: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:24 +0000 (UTC) Subject: Broken dependencies: kurdit-unikurd-web-fonts Message-ID: <20091114155224.667411F808B@releng2.fedora.phx.redhat.com> kurdit-unikurd-web-fonts has broken dependencies in the development tree: On ppc: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh On ppc64: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:27 +0000 (UTC) Subject: Broken dependencies: gfs-nicefore-fonts Message-ID: <20091114155227.CDB531F808B@releng2.fedora.phx.redhat.com> gfs-nicefore-fonts has broken dependencies in the development tree: On ppc: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:30 +0000 (UTC) Subject: Broken dependencies: nafees-web-naskh-fonts Message-ID: <20091114155230.997DA1F8087@releng2.fedora.phx.redhat.com> nafees-web-naskh-fonts has broken dependencies in the development tree: On ppc: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh On ppc64: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:31 +0000 (UTC) Subject: Broken dependencies: lohit-hindi-fonts Message-ID: <20091114155231.45D641F808C@releng2.fedora.phx.redhat.com> lohit-hindi-fonts has broken dependencies in the development tree: On ppc: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:32 +0000 (UTC) Subject: Broken dependencies: baekmuk-bdf-fonts Message-ID: <20091114155232.1613E1F8087@releng2.fedora.phx.redhat.com> baekmuk-bdf-fonts has broken dependencies in the development tree: On ppc: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh On ppc64: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:34 +0000 (UTC) Subject: Broken dependencies: gfs-ignacio-fonts Message-ID: <20091114155234.52F7C1F808B@releng2.fedora.phx.redhat.com> gfs-ignacio-fonts has broken dependencies in the development tree: On ppc: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh On ppc64: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:38 +0000 (UTC) Subject: Broken dependencies: brettfont-fonts Message-ID: <20091114155238.8FEF41F8087@releng2.fedora.phx.redhat.com> brettfont-fonts has broken dependencies in the development tree: On ppc: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh On ppc64: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:39 +0000 (UTC) Subject: Broken dependencies: knm-new-fixed-fonts Message-ID: <20091114155239.C632E1F808B@releng2.fedora.phx.redhat.com> knm-new-fixed-fonts has broken dependencies in the development tree: On ppc: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh On ppc64: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:40 +0000 (UTC) Subject: Broken dependencies: fonts-KOI8-R Message-ID: <20091114155240.6E2B31F8087@releng2.fedora.phx.redhat.com> fonts-KOI8-R has broken dependencies in the development tree: On ppc: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) On ppc64: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:40 +0000 (UTC) Subject: Broken dependencies: wqy-unibit-fonts Message-ID: <20091114155240.C32BF1F808B@releng2.fedora.phx.redhat.com> wqy-unibit-fonts has broken dependencies in the development tree: On ppc: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh On ppc64: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:42 +0000 (UTC) Subject: Broken dependencies: adf-accanthis-fonts Message-ID: <20091114155242.423E81F8087@releng2.fedora.phx.redhat.com> adf-accanthis-fonts has broken dependencies in the development tree: On ppc: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:43 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-fonts Message-ID: <20091114155243.342181F8087@releng2.fedora.phx.redhat.com> gfs-bodoni-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:47 +0000 (UTC) Subject: Broken dependencies: libfontenc Message-ID: <20091114155247.F3C5F1F8087@releng2.fedora.phx.redhat.com> libfontenc has broken dependencies in the development tree: On ppc: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:53 +0000 (UTC) Subject: Broken dependencies: adf-tribun-fonts Message-ID: <20091114155253.7890D1F8092@releng2.fedora.phx.redhat.com> adf-tribun-fonts has broken dependencies in the development tree: On ppc: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh On ppc64: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:56 +0000 (UTC) Subject: Broken dependencies: ipa-pmincho-fonts Message-ID: <20091114155256.683B21F8087@releng2.fedora.phx.redhat.com> ipa-pmincho-fonts has broken dependencies in the development tree: On ppc: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:57 +0000 (UTC) Subject: Broken dependencies: samyak-fonts Message-ID: <20091114155257.D9CB21F808B@releng2.fedora.phx.redhat.com> samyak-fonts has broken dependencies in the development tree: On ppc: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:52:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:52:59 +0000 (UTC) Subject: Broken dependencies: woodardworks-laconic-fonts Message-ID: <20091114155259.AB5601F808D@releng2.fedora.phx.redhat.com> woodardworks-laconic-fonts has broken dependencies in the development tree: On ppc: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:00 +0000 (UTC) Subject: Broken dependencies: urw-fonts Message-ID: <20091114155300.BD1191F8087@releng2.fedora.phx.redhat.com> urw-fonts has broken dependencies in the development tree: On ppc: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh On ppc64: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:07 +0000 (UTC) Subject: Broken dependencies: gfs-olga-fonts Message-ID: <20091114155307.169D41F808C@releng2.fedora.phx.redhat.com> gfs-olga-fonts has broken dependencies in the development tree: On ppc: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh On ppc64: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:09 +0000 (UTC) Subject: Broken dependencies: drehatlas-warender-bibliothek-fonts Message-ID: <20091114155309.6DB781F8093@releng2.fedora.phx.redhat.com> drehatlas-warender-bibliothek-fonts has broken dependencies in the development tree: On ppc: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh On ppc64: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:14 +0000 (UTC) Subject: Broken dependencies: chisholm-to-be-continued-fonts Message-ID: <20091114155314.335C31F8087@releng2.fedora.phx.redhat.com> chisholm-to-be-continued-fonts has broken dependencies in the development tree: On ppc: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh On ppc64: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:16 +0000 (UTC) Subject: Broken dependencies: icelandic-fonts Message-ID: <20091114155316.5F1DC1F8087@releng2.fedora.phx.redhat.com> icelandic-fonts has broken dependencies in the development tree: On ppc: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh On ppc64: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:16 +0000 (UTC) Subject: Broken dependencies: ipa-mincho-fonts Message-ID: <20091114155316.A75E01F808B@releng2.fedora.phx.redhat.com> ipa-mincho-fonts has broken dependencies in the development tree: On ppc: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:17 +0000 (UTC) Subject: Broken dependencies: gfs-porson-fonts Message-ID: <20091114155317.C422D1F808B@releng2.fedora.phx.redhat.com> gfs-porson-fonts has broken dependencies in the development tree: On ppc: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh On ppc64: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:18 +0000 (UTC) Subject: Broken dependencies: yanone-kaffeesatz-fonts Message-ID: <20091114155318.00DCC1F808B@releng2.fedora.phx.redhat.com> yanone-kaffeesatz-fonts has broken dependencies in the development tree: On ppc: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh On ppc64: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:17 +0000 (UTC) Subject: Broken dependencies: drehatlas-widelands-fonts Message-ID: <20091114155317.DDF711F808B@releng2.fedora.phx.redhat.com> drehatlas-widelands-fonts has broken dependencies in the development tree: On ppc: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh On ppc64: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:33 +0000 (UTC) Subject: Broken dependencies: gfs-fleischman-fonts Message-ID: <20091114155333.6E07B1F8087@releng2.fedora.phx.redhat.com> gfs-fleischman-fonts has broken dependencies in the development tree: On ppc: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:35 +0000 (UTC) Subject: Broken dependencies: fontpackages Message-ID: <20091114155335.5E6151F8087@releng2.fedora.phx.redhat.com> fontpackages has broken dependencies in the development tree: On ppc: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) On ppc64: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:35 +0000 (UTC) Subject: Broken dependencies: msimonson-anonymouspro-fonts Message-ID: <20091114155335.ECA901F808B@releng2.fedora.phx.redhat.com> msimonson-anonymouspro-fonts has broken dependencies in the development tree: On ppc: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:36 +0000 (UTC) Subject: Broken dependencies: lohit-malayalam-fonts Message-ID: <20091114155336.C77061F808B@releng2.fedora.phx.redhat.com> lohit-malayalam-fonts has broken dependencies in the development tree: On ppc: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:37 +0000 (UTC) Subject: Broken dependencies: hartke-aurulent-sans-fonts Message-ID: <20091114155337.009421F8087@releng2.fedora.phx.redhat.com> hartke-aurulent-sans-fonts has broken dependencies in the development tree: On ppc: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:38 +0000 (UTC) Subject: Broken dependencies: gargi-fonts Message-ID: <20091114155338.7DAB41F8087@releng2.fedora.phx.redhat.com> gargi-fonts has broken dependencies in the development tree: On ppc: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh On ppc64: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:38 +0000 (UTC) Subject: Broken dependencies: gfs-didot-fonts Message-ID: <20091114155338.B44DB1F8087@releng2.fedora.phx.redhat.com> gfs-didot-fonts has broken dependencies in the development tree: On ppc: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh On ppc64: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:39 +0000 (UTC) Subject: Broken dependencies: bitmap-fonts Message-ID: <20091114155339.6EAD81F808D@releng2.fedora.phx.redhat.com> bitmap-fonts has broken dependencies in the development tree: On ppc: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:47 +0000 (UTC) Subject: Broken dependencies: cf-bonveno-fonts Message-ID: <20091114155347.C06791F8087@releng2.fedora.phx.redhat.com> cf-bonveno-fonts has broken dependencies in the development tree: On ppc: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh On ppc64: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:04 +0000 (UTC) Subject: Broken dependencies: chisholm-letterslaughing-fonts Message-ID: <20091114155404.3FEF01F808D@releng2.fedora.phx.redhat.com> chisholm-letterslaughing-fonts has broken dependencies in the development tree: On ppc: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh On ppc64: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:07 +0000 (UTC) Subject: Broken dependencies: lohit-nepali-fonts Message-ID: <20091114155407.CD89D1F808B@releng2.fedora.phx.redhat.com> lohit-nepali-fonts has broken dependencies in the development tree: On ppc: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:09 +0000 (UTC) Subject: Broken dependencies: lohit-oriya-fonts Message-ID: <20091114155409.C9F761F808E@releng2.fedora.phx.redhat.com> lohit-oriya-fonts has broken dependencies in the development tree: On ppc: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:12 +0000 (UTC) Subject: Broken dependencies: baekmuk-ttf-fonts Message-ID: <20091114155412.10DA01F808F@releng2.fedora.phx.redhat.com> baekmuk-ttf-fonts has broken dependencies in the development tree: On ppc: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc64: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:12 +0000 (UTC) Subject: Broken dependencies: ecolier-court-fonts Message-ID: <20091114155412.A96CC1F808B@releng2.fedora.phx.redhat.com> ecolier-court-fonts has broken dependencies in the development tree: On ppc: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:12 +0000 (UTC) Subject: Broken dependencies: gfs-baskerville-fonts Message-ID: <20091114155412.CA5DB1F808B@releng2.fedora.phx.redhat.com> gfs-baskerville-fonts has broken dependencies in the development tree: On ppc: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh On ppc64: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:13 +0000 (UTC) Subject: Broken dependencies: tulrich-tuffy-fonts Message-ID: <20091114155413.5ADD81F808B@releng2.fedora.phx.redhat.com> tulrich-tuffy-fonts has broken dependencies in the development tree: On ppc: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh On ppc64: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:13 +0000 (UTC) Subject: Broken dependencies: artwiz-aleczapka-fonts Message-ID: <20091114155413.C36E01F808B@releng2.fedora.phx.redhat.com> artwiz-aleczapka-fonts has broken dependencies in the development tree: On ppc: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh On ppc64: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:16 +0000 (UTC) Subject: Broken dependencies: sil-andika-fonts Message-ID: <20091114155416.A313F1F808C@releng2.fedora.phx.redhat.com> sil-andika-fonts has broken dependencies in the development tree: On ppc: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:17 +0000 (UTC) Subject: Broken dependencies: xorg-x11-fonts Message-ID: <20091114155418.0006D1F808B@releng2.fedora.phx.redhat.com> xorg-x11-fonts has broken dependencies in the development tree: On ppc: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:21 +0000 (UTC) Subject: Broken dependencies: sil-gentium-basic-fonts Message-ID: <20091114155421.DEF6F1F808B@releng2.fedora.phx.redhat.com> sil-gentium-basic-fonts has broken dependencies in the development tree: On ppc: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:22 +0000 (UTC) Subject: Broken dependencies: ctan-musixtex-fonts Message-ID: <20091114155422.BA7C51F808B@releng2.fedora.phx.redhat.com> ctan-musixtex-fonts has broken dependencies in the development tree: On ppc: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh On ppc64: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:22 +0000 (UTC) Subject: Broken dependencies: senamirmir-washra-fonts Message-ID: <20091114155422.E071D1F8087@releng2.fedora.phx.redhat.com> senamirmir-washra-fonts has broken dependencies in the development tree: On ppc: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:28 +0000 (UTC) Subject: Broken dependencies: gfs-didot-classic-fonts Message-ID: <20091114155428.CACA51F8087@releng2.fedora.phx.redhat.com> gfs-didot-classic-fonts has broken dependencies in the development tree: On ppc: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh On ppc64: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:29 +0000 (UTC) Subject: Broken dependencies: gdouros-aegyptus-fonts Message-ID: <20091114155429.58C061F808D@releng2.fedora.phx.redhat.com> gdouros-aegyptus-fonts has broken dependencies in the development tree: On ppc: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:37 +0000 (UTC) Subject: Broken dependencies: myanmar3-unicode-fonts Message-ID: <20091114155437.52D0F1B8043@releng2.fedora.phx.redhat.com> myanmar3-unicode-fonts has broken dependencies in the development tree: On ppc: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh On ppc64: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:37 +0000 (UTC) Subject: Broken dependencies: lohit-konkani-fonts Message-ID: <20091114155437.A0F781B804B@releng2.fedora.phx.redhat.com> lohit-konkani-fonts has broken dependencies in the development tree: On ppc: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:35 +0000 (UTC) Subject: Broken dependencies: gdouros-akkadian-fonts Message-ID: <20091114155435.74BAE1B8029@releng2.fedora.phx.redhat.com> gdouros-akkadian-fonts has broken dependencies in the development tree: On ppc: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:41 +0000 (UTC) Subject: Broken dependencies: ipa-gothic-fonts Message-ID: <20091114155441.8216D1B807A@releng2.fedora.phx.redhat.com> ipa-gothic-fonts has broken dependencies in the development tree: On ppc: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:31 +0000 (UTC) Subject: Broken dependencies: apanov-edrip-fonts Message-ID: <20091114155431.F29381F80A1@releng2.fedora.phx.redhat.com> apanov-edrip-fonts has broken dependencies in the development tree: On ppc: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh On ppc64: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:49 +0000 (UTC) Subject: Broken dependencies: sportrop-fonts Message-ID: <20091114155449.2FD631F80D8@releng2.fedora.phx.redhat.com> sportrop-fonts has broken dependencies in the development tree: On ppc: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh On ppc64: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:43 +0000 (UTC) Subject: Broken dependencies: gfs-gazis-fonts Message-ID: <20091114155443.E70711B8098@releng2.fedora.phx.redhat.com> gfs-gazis-fonts has broken dependencies in the development tree: On ppc: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh On ppc64: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:45 +0000 (UTC) Subject: Broken dependencies: sil-lateef-fonts Message-ID: <20091114155445.19D201B80A8@releng2.fedora.phx.redhat.com> sil-lateef-fonts has broken dependencies in the development tree: On ppc: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh On ppc64: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:45 +0000 (UTC) Subject: Broken dependencies: knm_new-fonts Message-ID: <20091114155445.E3F151B80B6@releng2.fedora.phx.redhat.com> knm_new-fonts has broken dependencies in the development tree: On ppc: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh On ppc64: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:43 +0000 (UTC) Subject: Broken dependencies: fontconfig Message-ID: <20091114155443.37FFF1B808B@releng2.fedora.phx.redhat.com> fontconfig has broken dependencies in the development tree: On ppc: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc64: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:50 +0000 (UTC) Subject: Broken dependencies: sil-scheherazade-fonts Message-ID: <20091114155450.3196E1F80BA@releng2.fedora.phx.redhat.com> sil-scheherazade-fonts has broken dependencies in the development tree: On ppc: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:50 +0000 (UTC) Subject: Broken dependencies: lohit-telugu-fonts Message-ID: <20091114155450.6D3F81F80E6@releng2.fedora.phx.redhat.com> lohit-telugu-fonts has broken dependencies in the development tree: On ppc: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:54 +0000 (UTC) Subject: Broken dependencies: sil-charis-fonts Message-ID: <20091114155454.070C61F80A9@releng2.fedora.phx.redhat.com> sil-charis-fonts has broken dependencies in the development tree: On ppc: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh On ppc64: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:57 +0000 (UTC) Subject: Broken dependencies: pango Message-ID: <20091114155457.AF6F31F808D@releng2.fedora.phx.redhat.com> pango has broken dependencies in the development tree: On ppc: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 On ppc64: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:02 +0000 (UTC) Subject: Broken dependencies: lohit-assamese-fonts Message-ID: <20091114155502.99D2D1B8038@releng2.fedora.phx.redhat.com> lohit-assamese-fonts has broken dependencies in the development tree: On ppc: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:07 +0000 (UTC) Subject: Broken dependencies: gfs-neohellenic-fonts Message-ID: <20091114155507.741A21F80B7@releng2.fedora.phx.redhat.com> gfs-neohellenic-fonts has broken dependencies in the development tree: On ppc: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh On ppc64: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:06 +0000 (UTC) Subject: Broken dependencies: oflb-goudy-bookletter-1911-fonts Message-ID: <20091114155506.0E5461F8096@releng2.fedora.phx.redhat.com> oflb-goudy-bookletter-1911-fonts has broken dependencies in the development tree: On ppc: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh On ppc64: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:09 +0000 (UTC) Subject: Broken dependencies: bitstream-vera-fonts Message-ID: <20091114155509.212A21F8094@releng2.fedora.phx.redhat.com> bitstream-vera-fonts has broken dependencies in the development tree: On ppc: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:13 +0000 (UTC) Subject: Broken dependencies: jisksp16-1990-fonts Message-ID: <20091114155513.8049C1F8093@releng2.fedora.phx.redhat.com> jisksp16-1990-fonts has broken dependencies in the development tree: On ppc: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh On ppc64: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:15 +0000 (UTC) Subject: Broken dependencies: fonts-hebrew-fancy Message-ID: <20091114155515.2933B1F808F@releng2.fedora.phx.redhat.com> fonts-hebrew-fancy has broken dependencies in the development tree: On ppc: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh On ppc64: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:16 +0000 (UTC) Subject: Broken dependencies: gfs-pyrsos-fonts Message-ID: <20091114155516.BE2D41F8087@releng2.fedora.phx.redhat.com> gfs-pyrsos-fonts has broken dependencies in the development tree: On ppc: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:17 +0000 (UTC) Subject: Broken dependencies: lohit-sindhi-fonts Message-ID: <20091114155517.5E2DA1F808B@releng2.fedora.phx.redhat.com> lohit-sindhi-fonts has broken dependencies in the development tree: On ppc: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:19 +0000 (UTC) Subject: Broken dependencies: oflb-notcouriersans-fonts Message-ID: <20091114155519.ED8731F808C@releng2.fedora.phx.redhat.com> oflb-notcouriersans-fonts has broken dependencies in the development tree: On ppc: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh On ppc64: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:19 +0000 (UTC) Subject: Broken dependencies: mgopen-fonts Message-ID: <20091114155519.6C9021F808B@releng2.fedora.phx.redhat.com> mgopen-fonts has broken dependencies in the development tree: On ppc: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:25 +0000 (UTC) Subject: Broken dependencies: taipeifonts Message-ID: <20091114155525.0268E1F808C@releng2.fedora.phx.redhat.com> taipeifonts has broken dependencies in the development tree: On ppc: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh On ppc64: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:27 +0000 (UTC) Subject: Broken dependencies: sil-padauk-fonts Message-ID: <20091114155527.D7D7B1F808B@releng2.fedora.phx.redhat.com> sil-padauk-fonts has broken dependencies in the development tree: On ppc: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh On ppc64: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:34 +0000 (UTC) Subject: Broken dependencies: pothana2000-fonts Message-ID: <20091114155534.A6ADF1F808C@releng2.fedora.phx.redhat.com> pothana2000-fonts has broken dependencies in the development tree: On ppc: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh On ppc64: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:36 +0000 (UTC) Subject: Broken dependencies: fonttools Message-ID: <20091114155536.ACB051F8087@releng2.fedora.phx.redhat.com> fonttools has broken dependencies in the development tree: On ppc: fonttools-2.2-7.fc12.ppc requires libc.so.6 fonttools-2.2-7.fc12.ppc requires libpython2.6.so.1.0 fonttools-2.2-7.fc12.ppc requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) fonttools-2.2-7.fc12.ppc requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.0) fonttools-2.2-7.fc12.ppc requires libpthread.so.0 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.3) fonttools-2.2-7.fc12.ppc requires /usr/bin/python On ppc64: fonttools-2.2-7.fc12.ppc64 requires libc.so.6()(64bit) fonttools-2.2-7.fc12.ppc64 requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) fonttools-2.2-7.fc12.ppc64 requires libpthread.so.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires libpython2.6.so.1.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc64 requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:38 +0000 (UTC) Subject: Broken dependencies: dustin-domestic-manners-fonts Message-ID: <20091114155538.15D741F808F@releng2.fedora.phx.redhat.com> dustin-domestic-manners-fonts has broken dependencies in the development tree: On ppc: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh On ppc64: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:42 +0000 (UTC) Subject: Broken dependencies: conakry-fonts Message-ID: <20091114155542.8577D1F808B@releng2.fedora.phx.redhat.com> conakry-fonts has broken dependencies in the development tree: On ppc: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh On ppc64: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:42 +0000 (UTC) Subject: Broken dependencies: apa-new-athena-unicode-fonts Message-ID: <20091114155542.8E1281F8087@releng2.fedora.phx.redhat.com> apa-new-athena-unicode-fonts has broken dependencies in the development tree: On ppc: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh On ppc64: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:44 +0000 (UTC) Subject: Broken dependencies: hanazono-fonts Message-ID: <20091114155544.0BEDD1F8087@releng2.fedora.phx.redhat.com> hanazono-fonts has broken dependencies in the development tree: On ppc: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh On ppc64: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:44 +0000 (UTC) Subject: Broken dependencies: dustin-dustismo-fonts Message-ID: <20091114155544.446481F808B@releng2.fedora.phx.redhat.com> dustin-dustismo-fonts has broken dependencies in the development tree: On ppc: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:46 +0000 (UTC) Subject: Broken dependencies: gfs-complutum-fonts Message-ID: <20091114155546.5CE741F808C@releng2.fedora.phx.redhat.com> gfs-complutum-fonts has broken dependencies in the development tree: On ppc: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh On ppc64: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:49 +0000 (UTC) Subject: Broken dependencies: vemana2000-fonts Message-ID: <20091114155549.845C81F808B@releng2.fedora.phx.redhat.com> vemana2000-fonts has broken dependencies in the development tree: On ppc: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh On ppc64: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:49 +0000 (UTC) Subject: Broken dependencies: liberation-fonts Message-ID: <20091114155549.61FD71F8087@releng2.fedora.phx.redhat.com> liberation-fonts has broken dependencies in the development tree: On ppc: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:50 +0000 (UTC) Subject: Broken dependencies: roadstencil-fonts Message-ID: <20091114155550.ED5771F808B@releng2.fedora.phx.redhat.com> roadstencil-fonts has broken dependencies in the development tree: On ppc: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh On ppc64: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:53 +0000 (UTC) Subject: Broken dependencies: ghostscript-fonts Message-ID: <20091114155553.ED00D1F8098@releng2.fedora.phx.redhat.com> ghostscript-fonts has broken dependencies in the development tree: On ppc: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh On ppc64: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:54 +0000 (UTC) Subject: Broken dependencies: asana-math-fonts Message-ID: <20091114155554.B5DA61F8087@releng2.fedora.phx.redhat.com> asana-math-fonts has broken dependencies in the development tree: On ppc: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh On ppc64: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:56 +0000 (UTC) Subject: Broken dependencies: saab-fonts Message-ID: <20091114155556.31C561F8093@releng2.fedora.phx.redhat.com> saab-fonts has broken dependencies in the development tree: On ppc: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh On ppc64: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:56 +0000 (UTC) Subject: Broken dependencies: un-core-fonts Message-ID: <20091114155556.56FDA1F80A3@releng2.fedora.phx.redhat.com> un-core-fonts has broken dependencies in the development tree: On ppc: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:57 +0000 (UTC) Subject: Broken dependencies: wqy-bitmap-fonts Message-ID: <20091114155557.A1BDC1F8090@releng2.fedora.phx.redhat.com> wqy-bitmap-fonts has broken dependencies in the development tree: On ppc: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh On ppc64: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:58 +0000 (UTC) Subject: Broken dependencies: sil-charis-compact-fonts Message-ID: <20091114155558.EB7321F80B0@releng2.fedora.phx.redhat.com> sil-charis-compact-fonts has broken dependencies in the development tree: On ppc: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh On ppc64: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:56 +0000 (UTC) Subject: Broken dependencies: xgridfit Message-ID: <20091114155556.19C251F80A1@releng2.fedora.phx.redhat.com> xgridfit has broken dependencies in the development tree: On ppc: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash On ppc64: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:05 +0000 (UTC) Subject: Broken dependencies: abyssinica-fonts Message-ID: <20091114155605.66A7B1B8031@releng2.fedora.phx.redhat.com> abyssinica-fonts has broken dependencies in the development tree: On ppc: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh On ppc64: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:09 +0000 (UTC) Subject: Broken dependencies: yanone-tagesschrift-fonts Message-ID: <20091114155609.55D891F80FC@releng2.fedora.phx.redhat.com> yanone-tagesschrift-fonts has broken dependencies in the development tree: On ppc: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh On ppc64: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:08 +0000 (UTC) Subject: Broken dependencies: dejavu-fonts Message-ID: <20091114155608.9E4381F80BC@releng2.fedora.phx.redhat.com> dejavu-fonts has broken dependencies in the development tree: On ppc: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:04 +0000 (UTC) Subject: Broken dependencies: gfs-solomos-fonts Message-ID: <20091114155604.9D9D61F80AD@releng2.fedora.phx.redhat.com> gfs-solomos-fonts has broken dependencies in the development tree: On ppc: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh On ppc64: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:14 +0000 (UTC) Subject: Broken dependencies: efont-unicode-bdf Message-ID: <20091114155614.18C291F81AC@releng2.fedora.phx.redhat.com> efont-unicode-bdf has broken dependencies in the development tree: On ppc: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh On ppc64: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:12 +0000 (UTC) Subject: Broken dependencies: lohit-marathi-fonts Message-ID: <20091114155612.90B441F814B@releng2.fedora.phx.redhat.com> lohit-marathi-fonts has broken dependencies in the development tree: On ppc: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:19 +0000 (UTC) Subject: Broken dependencies: gfs-artemisia-fonts Message-ID: <20091114155619.3F9571B8024@releng2.fedora.phx.redhat.com> gfs-artemisia-fonts has broken dependencies in the development tree: On ppc: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:16 +0000 (UTC) Subject: Broken dependencies: gfs-theokritos-fonts Message-ID: <20091114155616.8703A1F80C6@releng2.fedora.phx.redhat.com> gfs-theokritos-fonts has broken dependencies in the development tree: On ppc: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh On ppc64: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:23 +0000 (UTC) Subject: Broken dependencies: beteckna-fonts Message-ID: <20091114155623.4ED521B807C@releng2.fedora.phx.redhat.com> beteckna-fonts has broken dependencies in the development tree: On ppc: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:15 +0000 (UTC) Subject: Broken dependencies: gfs-eustace-fonts Message-ID: <20091114155515.E97DE1F8087@releng2.fedora.phx.redhat.com> gfs-eustace-fonts has broken dependencies in the development tree: On ppc: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:10 +0000 (UTC) Subject: Broken dependencies: oldstandard-sfd-fonts Message-ID: <20091114155510.B15021F8095@releng2.fedora.phx.redhat.com> oldstandard-sfd-fonts has broken dependencies in the development tree: On ppc: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh On ppc64: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:02 +0000 (UTC) Subject: Broken dependencies: stix-fonts Message-ID: <20091114155502.473921B8032@releng2.fedora.phx.redhat.com> stix-fonts has broken dependencies in the development tree: On ppc: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:23 +0000 (UTC) Subject: Broken dependencies: gfs-philostratos-fonts Message-ID: <20091114155623.EFDE01B808B@releng2.fedora.phx.redhat.com> gfs-philostratos-fonts has broken dependencies in the development tree: On ppc: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh On ppc64: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:21 +0000 (UTC) Subject: Broken dependencies: jomolhari-fonts Message-ID: <20091114155621.B58C21B805A@releng2.fedora.phx.redhat.com> jomolhari-fonts has broken dependencies in the development tree: On ppc: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh On ppc64: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:06 +0000 (UTC) Subject: Broken dependencies: tibetan-machine-uni-fonts Message-ID: <20091114155506.38B791F8099@releng2.fedora.phx.redhat.com> tibetan-machine-uni-fonts has broken dependencies in the development tree: On ppc: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh On ppc64: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:25 +0000 (UTC) Subject: Broken dependencies: vlgothic-fonts Message-ID: <20091114155625.E96ED1B80B5@releng2.fedora.phx.redhat.com> vlgothic-fonts has broken dependencies in the development tree: On ppc: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:26 +0000 (UTC) Subject: Broken dependencies: lohit-punjabi-fonts Message-ID: <20091114155626.5A0181B80BB@releng2.fedora.phx.redhat.com> lohit-punjabi-fonts has broken dependencies in the development tree: On ppc: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:44 +0000 (UTC) Subject: Broken dependencies: oflb-prociono-fonts Message-ID: <20091115132644.539861F8090@releng2.fedora.phx.redhat.com> oflb-prociono-fonts has broken dependencies in the development tree: On ppc: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh On ppc64: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:44 +0000 (UTC) Subject: Broken dependencies: ns-bola-fonts Message-ID: <20091115132644.E167E1F8093@releng2.fedora.phx.redhat.com> ns-bola-fonts has broken dependencies in the development tree: On ppc: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh On ppc64: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:45 +0000 (UTC) Subject: Broken dependencies: linux-libertine-fonts Message-ID: <20091115132645.8AB9C1F8093@releng2.fedora.phx.redhat.com> linux-libertine-fonts has broken dependencies in the development tree: On ppc: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh On ppc64: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:48 +0000 (UTC) Subject: Broken dependencies: serafettin-cartoon-fonts Message-ID: <20091115132648.377C21F8090@releng2.fedora.phx.redhat.com> serafettin-cartoon-fonts has broken dependencies in the development tree: On ppc: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh On ppc64: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:49 +0000 (UTC) Subject: Broken dependencies: google-droid-fonts Message-ID: <20091115132649.3F0621F8095@releng2.fedora.phx.redhat.com> google-droid-fonts has broken dependencies in the development tree: On ppc: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:50 +0000 (UTC) Subject: Broken dependencies: lcdf-typetools Message-ID: <20091115132650.BC5C81F8098@releng2.fedora.phx.redhat.com> lcdf-typetools has broken dependencies in the development tree: On ppc: lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.4) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires libkpathsea.so.4 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.3) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6 On ppc64: lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libkpathsea.so.4()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:51 +0000 (UTC) Subject: Broken dependencies: lohit-tamil-fonts Message-ID: <20091115132651.20E531F8095@releng2.fedora.phx.redhat.com> lohit-tamil-fonts has broken dependencies in the development tree: On ppc: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh On ppc64: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:52 +0000 (UTC) Subject: Broken dependencies: ipa-pgothic-fonts Message-ID: <20091115132652.720561F8093@releng2.fedora.phx.redhat.com> ipa-pgothic-fonts has broken dependencies in the development tree: On ppc: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:52 +0000 (UTC) Subject: Broken dependencies: gdouros-aegean-fonts Message-ID: <20091115132652.B61671F8095@releng2.fedora.phx.redhat.com> gdouros-aegean-fonts has broken dependencies in the development tree: On ppc: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh On ppc64: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:53 +0000 (UTC) Subject: Broken dependencies: cjkuni-fonts Message-ID: <20091115132653.358771F8093@releng2.fedora.phx.redhat.com> cjkuni-fonts has broken dependencies in the development tree: On ppc: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 On ppc64: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:54 +0000 (UTC) Subject: Broken dependencies: alfont Message-ID: <20091115132654.8C4B71F8095@releng2.fedora.phx.redhat.com> alfont has broken dependencies in the development tree: On ppc: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc64: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:57 +0000 (UTC) Subject: Broken dependencies: drehatlas-xaporho-fonts Message-ID: <20091115132657.22F071F8093@releng2.fedora.phx.redhat.com> drehatlas-xaporho-fonts has broken dependencies in the development tree: On ppc: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh On ppc64: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:57 +0000 (UTC) Subject: Broken dependencies: fonts-ISO8859-2 Message-ID: <20091115132657.5CF7C1F8095@releng2.fedora.phx.redhat.com> fonts-ISO8859-2 has broken dependencies in the development tree: On ppc: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:00 +0000 (UTC) Subject: Broken dependencies: apanov-heuristica-fonts Message-ID: <20091115132700.5A8581F8093@releng2.fedora.phx.redhat.com> apanov-heuristica-fonts has broken dependencies in the development tree: On ppc: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh On ppc64: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:04 +0000 (UTC) Subject: Broken dependencies: vollkorn-fonts Message-ID: <20091115132704.82FE61F8090@releng2.fedora.phx.redhat.com> vollkorn-fonts has broken dependencies in the development tree: On ppc: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh On ppc64: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:05 +0000 (UTC) Subject: Broken dependencies: ns-tiza-chalk-fonts Message-ID: <20091115132705.8F1321F8090@releng2.fedora.phx.redhat.com> ns-tiza-chalk-fonts has broken dependencies in the development tree: On ppc: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh On ppc64: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:05 +0000 (UTC) Subject: Broken dependencies: lohit-gujarati-fonts Message-ID: <20091115132705.994C41F8093@releng2.fedora.phx.redhat.com> lohit-gujarati-fonts has broken dependencies in the development tree: On ppc: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh On ppc64: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:07 +0000 (UTC) Subject: Broken dependencies: bpg-fonts Message-ID: <20091115132707.1755B1F8093@releng2.fedora.phx.redhat.com> bpg-fonts has broken dependencies in the development tree: On ppc: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:10 +0000 (UTC) Subject: Broken dependencies: lohit-kannada-fonts Message-ID: <20091115132710.165801F8093@releng2.fedora.phx.redhat.com> lohit-kannada-fonts has broken dependencies in the development tree: On ppc: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:11 +0000 (UTC) Subject: Broken dependencies: sj-fonts Message-ID: <20091115132711.0860F1F8090@releng2.fedora.phx.redhat.com> sj-fonts has broken dependencies in the development tree: On ppc: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:14 +0000 (UTC) Subject: Broken dependencies: smc-fonts Message-ID: <20091115132714.097201F8090@releng2.fedora.phx.redhat.com> smc-fonts has broken dependencies in the development tree: On ppc: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:19 +0000 (UTC) Subject: Broken dependencies: sazanami-fonts Message-ID: <20091115132719.68ADC1F8095@releng2.fedora.phx.redhat.com> sazanami-fonts has broken dependencies in the development tree: On ppc: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:21 +0000 (UTC) Subject: Broken dependencies: lohit-bengali-fonts Message-ID: <20091115132721.5C5F41F8096@releng2.fedora.phx.redhat.com> lohit-bengali-fonts has broken dependencies in the development tree: On ppc: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh On ppc64: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:23 +0000 (UTC) Subject: Broken dependencies: lohit-maithili-fonts Message-ID: <20091115132723.9245C1F8093@releng2.fedora.phx.redhat.com> lohit-maithili-fonts has broken dependencies in the development tree: On ppc: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:23 +0000 (UTC) Subject: Broken dependencies: silkscreen-fonts Message-ID: <20091115132723.E5B771F8093@releng2.fedora.phx.redhat.com> silkscreen-fonts has broken dependencies in the development tree: On ppc: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:24 +0000 (UTC) Subject: Broken dependencies: gfs-decker-fonts Message-ID: <20091115132724.41EC21F8093@releng2.fedora.phx.redhat.com> gfs-decker-fonts has broken dependencies in the development tree: On ppc: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:26 +0000 (UTC) Subject: Broken dependencies: sil-doulos-fonts Message-ID: <20091115132726.4990E1F8090@releng2.fedora.phx.redhat.com> sil-doulos-fonts has broken dependencies in the development tree: On ppc: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh On ppc64: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:31 +0000 (UTC) Subject: Broken dependencies: gfs-ambrosia-fonts Message-ID: <20091115132731.4A6AB1F8090@releng2.fedora.phx.redhat.com> gfs-ambrosia-fonts has broken dependencies in the development tree: On ppc: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh On ppc64: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:34 +0000 (UTC) Subject: Broken dependencies: khmeros-fonts Message-ID: <20091115132734.5C7DD1B801E@releng2.fedora.phx.redhat.com> khmeros-fonts has broken dependencies in the development tree: On ppc: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:35 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-classic-fonts Message-ID: <20091115132735.94DB41F8093@releng2.fedora.phx.redhat.com> gfs-bodoni-classic-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:38 +0000 (UTC) Subject: Broken dependencies: oflb-smonohand-fonts Message-ID: <20091115132738.9C0811F8090@releng2.fedora.phx.redhat.com> oflb-smonohand-fonts has broken dependencies in the development tree: On ppc: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh On ppc64: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:48 +0000 (UTC) Subject: Broken dependencies: lohit-kashmiri-fonts Message-ID: <20091115132748.A248D1F8095@releng2.fedora.phx.redhat.com> lohit-kashmiri-fonts has broken dependencies in the development tree: On ppc: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:49 +0000 (UTC) Subject: Broken dependencies: tiresias-fonts Message-ID: <20091115132749.581521F8095@releng2.fedora.phx.redhat.com> tiresias-fonts has broken dependencies in the development tree: On ppc: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:58 +0000 (UTC) Subject: Broken dependencies: gfs-garaldus-fonts Message-ID: <20091115132758.83D8D1F8095@releng2.fedora.phx.redhat.com> gfs-garaldus-fonts has broken dependencies in the development tree: On ppc: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh On ppc64: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:58 +0000 (UTC) Subject: Broken dependencies: gfs-jackson-fonts Message-ID: <20091115132758.BF76C1F8090@releng2.fedora.phx.redhat.com> gfs-jackson-fonts has broken dependencies in the development tree: On ppc: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:27:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:27:59 +0000 (UTC) Subject: Broken dependencies: kurdit-unikurd-web-fonts Message-ID: <20091115132759.0CA931F8095@releng2.fedora.phx.redhat.com> kurdit-unikurd-web-fonts has broken dependencies in the development tree: On ppc: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh On ppc64: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:02 +0000 (UTC) Subject: Broken dependencies: gfs-nicefore-fonts Message-ID: <20091115132802.71A061F8093@releng2.fedora.phx.redhat.com> gfs-nicefore-fonts has broken dependencies in the development tree: On ppc: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:04 +0000 (UTC) Subject: Broken dependencies: nafees-web-naskh-fonts Message-ID: <20091115132804.E3F8D1F8093@releng2.fedora.phx.redhat.com> nafees-web-naskh-fonts has broken dependencies in the development tree: On ppc: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh On ppc64: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:05 +0000 (UTC) Subject: Broken dependencies: lohit-hindi-fonts Message-ID: <20091115132805.827B21F8095@releng2.fedora.phx.redhat.com> lohit-hindi-fonts has broken dependencies in the development tree: On ppc: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:06 +0000 (UTC) Subject: Broken dependencies: baekmuk-bdf-fonts Message-ID: <20091115132806.69C831F8090@releng2.fedora.phx.redhat.com> baekmuk-bdf-fonts has broken dependencies in the development tree: On ppc: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh On ppc64: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:08 +0000 (UTC) Subject: Broken dependencies: gfs-ignacio-fonts Message-ID: <20091115132808.825811F8093@releng2.fedora.phx.redhat.com> gfs-ignacio-fonts has broken dependencies in the development tree: On ppc: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh On ppc64: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:13 +0000 (UTC) Subject: Broken dependencies: brettfont-fonts Message-ID: <20091115132813.0A0011F8093@releng2.fedora.phx.redhat.com> brettfont-fonts has broken dependencies in the development tree: On ppc: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh On ppc64: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:14 +0000 (UTC) Subject: Broken dependencies: knm-new-fixed-fonts Message-ID: <20091115132814.5192C1F8090@releng2.fedora.phx.redhat.com> knm-new-fixed-fonts has broken dependencies in the development tree: On ppc: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh On ppc64: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:15 +0000 (UTC) Subject: Broken dependencies: fonts-KOI8-R Message-ID: <20091115132815.188931F8090@releng2.fedora.phx.redhat.com> fonts-KOI8-R has broken dependencies in the development tree: On ppc: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) On ppc64: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:15 +0000 (UTC) Subject: Broken dependencies: wqy-unibit-fonts Message-ID: <20091115132815.899121F8095@releng2.fedora.phx.redhat.com> wqy-unibit-fonts has broken dependencies in the development tree: On ppc: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh On ppc64: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:17 +0000 (UTC) Subject: Broken dependencies: adf-accanthis-fonts Message-ID: <20091115132817.8373C1F8090@releng2.fedora.phx.redhat.com> adf-accanthis-fonts has broken dependencies in the development tree: On ppc: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:18 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-fonts Message-ID: <20091115132818.754EC1F8090@releng2.fedora.phx.redhat.com> gfs-bodoni-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:23 +0000 (UTC) Subject: Broken dependencies: libfontenc Message-ID: <20091115132823.980131F8090@releng2.fedora.phx.redhat.com> libfontenc has broken dependencies in the development tree: On ppc: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:29 +0000 (UTC) Subject: Broken dependencies: adf-tribun-fonts Message-ID: <20091115132829.679081F8093@releng2.fedora.phx.redhat.com> adf-tribun-fonts has broken dependencies in the development tree: On ppc: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh On ppc64: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:31 +0000 (UTC) Subject: Broken dependencies: ipa-pmincho-fonts Message-ID: <20091115132831.DCD061F8090@releng2.fedora.phx.redhat.com> ipa-pmincho-fonts has broken dependencies in the development tree: On ppc: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:33 +0000 (UTC) Subject: Broken dependencies: samyak-fonts Message-ID: <20091115132833.28E361F8093@releng2.fedora.phx.redhat.com> samyak-fonts has broken dependencies in the development tree: On ppc: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:35 +0000 (UTC) Subject: Broken dependencies: woodardworks-laconic-fonts Message-ID: <20091115132835.93D681F8093@releng2.fedora.phx.redhat.com> woodardworks-laconic-fonts has broken dependencies in the development tree: On ppc: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:36 +0000 (UTC) Subject: Broken dependencies: urw-fonts Message-ID: <20091115132836.DA7651F8090@releng2.fedora.phx.redhat.com> urw-fonts has broken dependencies in the development tree: On ppc: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh On ppc64: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:43 +0000 (UTC) Subject: Broken dependencies: gfs-olga-fonts Message-ID: <20091115132843.D4DB21F8093@releng2.fedora.phx.redhat.com> gfs-olga-fonts has broken dependencies in the development tree: On ppc: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh On ppc64: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:46 +0000 (UTC) Subject: Broken dependencies: drehatlas-warender-bibliothek-fonts Message-ID: <20091115132846.E70041F8093@releng2.fedora.phx.redhat.com> drehatlas-warender-bibliothek-fonts has broken dependencies in the development tree: On ppc: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh On ppc64: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:52 +0000 (UTC) Subject: Broken dependencies: chisholm-to-be-continued-fonts Message-ID: <20091115132852.9BCCF1F8093@releng2.fedora.phx.redhat.com> chisholm-to-be-continued-fonts has broken dependencies in the development tree: On ppc: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh On ppc64: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:54 +0000 (UTC) Subject: Broken dependencies: icelandic-fonts Message-ID: <20091115132854.F119F1F8095@releng2.fedora.phx.redhat.com> icelandic-fonts has broken dependencies in the development tree: On ppc: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh On ppc64: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:55 +0000 (UTC) Subject: Broken dependencies: ipa-mincho-fonts Message-ID: <20091115132855.3D3691F8093@releng2.fedora.phx.redhat.com> ipa-mincho-fonts has broken dependencies in the development tree: On ppc: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:56 +0000 (UTC) Subject: Broken dependencies: gfs-porson-fonts Message-ID: <20091115132856.5D90C1F8095@releng2.fedora.phx.redhat.com> gfs-porson-fonts has broken dependencies in the development tree: On ppc: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh On ppc64: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:56 +0000 (UTC) Subject: Broken dependencies: drehatlas-widelands-fonts Message-ID: <20091115132856.7F9831F8097@releng2.fedora.phx.redhat.com> drehatlas-widelands-fonts has broken dependencies in the development tree: On ppc: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh On ppc64: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:28:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:28:56 +0000 (UTC) Subject: Broken dependencies: yanone-kaffeesatz-fonts Message-ID: <20091115132856.A4DBA1F8093@releng2.fedora.phx.redhat.com> yanone-kaffeesatz-fonts has broken dependencies in the development tree: On ppc: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh On ppc64: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:13 +0000 (UTC) Subject: Broken dependencies: gfs-fleischman-fonts Message-ID: <20091115132913.6B73D1F8093@releng2.fedora.phx.redhat.com> gfs-fleischman-fonts has broken dependencies in the development tree: On ppc: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:15 +0000 (UTC) Subject: Broken dependencies: fontpackages Message-ID: <20091115132915.623FC1F8093@releng2.fedora.phx.redhat.com> fontpackages has broken dependencies in the development tree: On ppc: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) On ppc64: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:15 +0000 (UTC) Subject: Broken dependencies: msimonson-anonymouspro-fonts Message-ID: <20091115132915.D7A151F8090@releng2.fedora.phx.redhat.com> msimonson-anonymouspro-fonts has broken dependencies in the development tree: On ppc: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:16 +0000 (UTC) Subject: Broken dependencies: lohit-malayalam-fonts Message-ID: <20091115132916.994FA1F8090@releng2.fedora.phx.redhat.com> lohit-malayalam-fonts has broken dependencies in the development tree: On ppc: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:18 +0000 (UTC) Subject: Broken dependencies: gargi-fonts Message-ID: <20091115132918.1A51E1F8095@releng2.fedora.phx.redhat.com> gargi-fonts has broken dependencies in the development tree: On ppc: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh On ppc64: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:18 +0000 (UTC) Subject: Broken dependencies: gfs-didot-fonts Message-ID: <20091115132918.6B1BA1F8090@releng2.fedora.phx.redhat.com> gfs-didot-fonts has broken dependencies in the development tree: On ppc: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh On ppc64: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:19 +0000 (UTC) Subject: Broken dependencies: bitmap-fonts Message-ID: <20091115132919.3A3CD1F8093@releng2.fedora.phx.redhat.com> bitmap-fonts has broken dependencies in the development tree: On ppc: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:16 +0000 (UTC) Subject: Broken dependencies: hartke-aurulent-sans-fonts Message-ID: <20091115132916.BDFAA1F8090@releng2.fedora.phx.redhat.com> hartke-aurulent-sans-fonts has broken dependencies in the development tree: On ppc: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:27 +0000 (UTC) Subject: Broken dependencies: cf-bonveno-fonts Message-ID: <20091115132927.7E1B41F8093@releng2.fedora.phx.redhat.com> cf-bonveno-fonts has broken dependencies in the development tree: On ppc: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh On ppc64: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:43 +0000 (UTC) Subject: Broken dependencies: chisholm-letterslaughing-fonts Message-ID: <20091115132943.17AC01F8093@releng2.fedora.phx.redhat.com> chisholm-letterslaughing-fonts has broken dependencies in the development tree: On ppc: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh On ppc64: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:46 +0000 (UTC) Subject: Broken dependencies: lohit-nepali-fonts Message-ID: <20091115132946.6D3571F8093@releng2.fedora.phx.redhat.com> lohit-nepali-fonts has broken dependencies in the development tree: On ppc: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:48 +0000 (UTC) Subject: Broken dependencies: lohit-oriya-fonts Message-ID: <20091115132948.BA4A11F8093@releng2.fedora.phx.redhat.com> lohit-oriya-fonts has broken dependencies in the development tree: On ppc: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:51 +0000 (UTC) Subject: Broken dependencies: baekmuk-ttf-fonts Message-ID: <20091115132951.1D0DE1F8090@releng2.fedora.phx.redhat.com> baekmuk-ttf-fonts has broken dependencies in the development tree: On ppc: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc64: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:51 +0000 (UTC) Subject: Broken dependencies: ecolier-court-fonts Message-ID: <20091115132951.8DAF61F8090@releng2.fedora.phx.redhat.com> ecolier-court-fonts has broken dependencies in the development tree: On ppc: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:51 +0000 (UTC) Subject: Broken dependencies: gfs-baskerville-fonts Message-ID: <20091115132951.A353B1F8090@releng2.fedora.phx.redhat.com> gfs-baskerville-fonts has broken dependencies in the development tree: On ppc: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh On ppc64: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:52 +0000 (UTC) Subject: Broken dependencies: tulrich-tuffy-fonts Message-ID: <20091115132952.1B90B1F8093@releng2.fedora.phx.redhat.com> tulrich-tuffy-fonts has broken dependencies in the development tree: On ppc: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh On ppc64: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:52 +0000 (UTC) Subject: Broken dependencies: artwiz-aleczapka-fonts Message-ID: <20091115132952.7D6A41F8093@releng2.fedora.phx.redhat.com> artwiz-aleczapka-fonts has broken dependencies in the development tree: On ppc: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh On ppc64: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:55 +0000 (UTC) Subject: Broken dependencies: sil-andika-fonts Message-ID: <20091115132955.C94111F8093@releng2.fedora.phx.redhat.com> sil-andika-fonts has broken dependencies in the development tree: On ppc: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:56 +0000 (UTC) Subject: Broken dependencies: xorg-x11-fonts Message-ID: <20091115132956.D10361F8096@releng2.fedora.phx.redhat.com> xorg-x11-fonts has broken dependencies in the development tree: On ppc: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:00 +0000 (UTC) Subject: Broken dependencies: sil-gentium-basic-fonts Message-ID: <20091115133000.C32281F8093@releng2.fedora.phx.redhat.com> sil-gentium-basic-fonts has broken dependencies in the development tree: On ppc: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:01 +0000 (UTC) Subject: Broken dependencies: ctan-musixtex-fonts Message-ID: <20091115133001.CEC431F8090@releng2.fedora.phx.redhat.com> ctan-musixtex-fonts has broken dependencies in the development tree: On ppc: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh On ppc64: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:01 +0000 (UTC) Subject: Broken dependencies: senamirmir-washra-fonts Message-ID: <20091115133001.E64E11F8090@releng2.fedora.phx.redhat.com> senamirmir-washra-fonts has broken dependencies in the development tree: On ppc: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:09 +0000 (UTC) Subject: Broken dependencies: gfs-didot-classic-fonts Message-ID: <20091115133009.545F81F8090@releng2.fedora.phx.redhat.com> gfs-didot-classic-fonts has broken dependencies in the development tree: On ppc: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh On ppc64: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:09 +0000 (UTC) Subject: Broken dependencies: gdouros-aegyptus-fonts Message-ID: <20091115133009.D1EDC1F8090@releng2.fedora.phx.redhat.com> gdouros-aegyptus-fonts has broken dependencies in the development tree: On ppc: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:13 +0000 (UTC) Subject: Broken dependencies: apanov-edrip-fonts Message-ID: <20091115133013.06BF31F809A@releng2.fedora.phx.redhat.com> apanov-edrip-fonts has broken dependencies in the development tree: On ppc: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh On ppc64: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:17 +0000 (UTC) Subject: Broken dependencies: gdouros-akkadian-fonts Message-ID: <20091115133017.88DD51F8095@releng2.fedora.phx.redhat.com> gdouros-akkadian-fonts has broken dependencies in the development tree: On ppc: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:20 +0000 (UTC) Subject: Broken dependencies: myanmar3-unicode-fonts Message-ID: <20091115133020.47E771F8096@releng2.fedora.phx.redhat.com> myanmar3-unicode-fonts has broken dependencies in the development tree: On ppc: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh On ppc64: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:20 +0000 (UTC) Subject: Broken dependencies: lohit-konkani-fonts Message-ID: <20091115133020.A6AD01B801E@releng2.fedora.phx.redhat.com> lohit-konkani-fonts has broken dependencies in the development tree: On ppc: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:25 +0000 (UTC) Subject: Broken dependencies: ipa-gothic-fonts Message-ID: <20091115133025.70FBE1F8095@releng2.fedora.phx.redhat.com> ipa-gothic-fonts has broken dependencies in the development tree: On ppc: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:27 +0000 (UTC) Subject: Broken dependencies: fontconfig Message-ID: <20091115133027.476121F8090@releng2.fedora.phx.redhat.com> fontconfig has broken dependencies in the development tree: On ppc: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc64: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:28 +0000 (UTC) Subject: Broken dependencies: gfs-gazis-fonts Message-ID: <20091115133028.759351F8090@releng2.fedora.phx.redhat.com> gfs-gazis-fonts has broken dependencies in the development tree: On ppc: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh On ppc64: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:31 +0000 (UTC) Subject: Broken dependencies: knm_new-fonts Message-ID: <20091115133031.1908A1F8090@releng2.fedora.phx.redhat.com> knm_new-fonts has broken dependencies in the development tree: On ppc: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh On ppc64: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:29 +0000 (UTC) Subject: Broken dependencies: sil-lateef-fonts Message-ID: <20091115133029.B3AEC1F8090@releng2.fedora.phx.redhat.com> sil-lateef-fonts has broken dependencies in the development tree: On ppc: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh On ppc64: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:35 +0000 (UTC) Subject: Broken dependencies: sportrop-fonts Message-ID: <20091115133035.C57FD1F8090@releng2.fedora.phx.redhat.com> sportrop-fonts has broken dependencies in the development tree: On ppc: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh On ppc64: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:37 +0000 (UTC) Subject: Broken dependencies: lohit-telugu-fonts Message-ID: <20091115133037.2E4531F8090@releng2.fedora.phx.redhat.com> lohit-telugu-fonts has broken dependencies in the development tree: On ppc: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:41 +0000 (UTC) Subject: Broken dependencies: sil-charis-fonts Message-ID: <20091115133041.6BE3F1B8033@releng2.fedora.phx.redhat.com> sil-charis-fonts has broken dependencies in the development tree: On ppc: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh On ppc64: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:45 +0000 (UTC) Subject: Broken dependencies: pango Message-ID: <20091115133045.9DDB11F8090@releng2.fedora.phx.redhat.com> pango has broken dependencies in the development tree: On ppc: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 On ppc64: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:49 +0000 (UTC) Subject: Broken dependencies: stix-fonts Message-ID: <20091115133049.F19931F8090@releng2.fedora.phx.redhat.com> stix-fonts has broken dependencies in the development tree: On ppc: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:50 +0000 (UTC) Subject: Broken dependencies: lohit-assamese-fonts Message-ID: <20091115133050.4C47F1F8090@releng2.fedora.phx.redhat.com> lohit-assamese-fonts has broken dependencies in the development tree: On ppc: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:52 +0000 (UTC) Subject: Broken dependencies: oflb-goudy-bookletter-1911-fonts Message-ID: <20091115133052.C07141F8093@releng2.fedora.phx.redhat.com> oflb-goudy-bookletter-1911-fonts has broken dependencies in the development tree: On ppc: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh On ppc64: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:52 +0000 (UTC) Subject: Broken dependencies: tibetan-machine-uni-fonts Message-ID: <20091115133052.E0DEF1B801E@releng2.fedora.phx.redhat.com> tibetan-machine-uni-fonts has broken dependencies in the development tree: On ppc: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh On ppc64: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:54 +0000 (UTC) Subject: Broken dependencies: gfs-neohellenic-fonts Message-ID: <20091115133054.89B411F8096@releng2.fedora.phx.redhat.com> gfs-neohellenic-fonts has broken dependencies in the development tree: On ppc: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh On ppc64: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:55 +0000 (UTC) Subject: Broken dependencies: bitstream-vera-fonts Message-ID: <20091115133055.CFE3C1F8096@releng2.fedora.phx.redhat.com> bitstream-vera-fonts has broken dependencies in the development tree: On ppc: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:57 +0000 (UTC) Subject: Broken dependencies: oldstandard-sfd-fonts Message-ID: <20091115133057.292721B8035@releng2.fedora.phx.redhat.com> oldstandard-sfd-fonts has broken dependencies in the development tree: On ppc: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh On ppc64: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:36 +0000 (UTC) Subject: Broken dependencies: sil-scheherazade-fonts Message-ID: <20091115133036.CFEB91F8093@releng2.fedora.phx.redhat.com> sil-scheherazade-fonts has broken dependencies in the development tree: On ppc: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:00 +0000 (UTC) Subject: Broken dependencies: jisksp16-1990-fonts Message-ID: <20091115133100.303451F8090@releng2.fedora.phx.redhat.com> jisksp16-1990-fonts has broken dependencies in the development tree: On ppc: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh On ppc64: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:01 +0000 (UTC) Subject: Broken dependencies: fonts-hebrew-fancy Message-ID: <20091115133101.C49081F8090@releng2.fedora.phx.redhat.com> fonts-hebrew-fancy has broken dependencies in the development tree: On ppc: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh On ppc64: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:02 +0000 (UTC) Subject: Broken dependencies: gfs-eustace-fonts Message-ID: <20091115133102.4DF8F1F8095@releng2.fedora.phx.redhat.com> gfs-eustace-fonts has broken dependencies in the development tree: On ppc: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:03 +0000 (UTC) Subject: Broken dependencies: gfs-pyrsos-fonts Message-ID: <20091115133103.33AFF1F8090@releng2.fedora.phx.redhat.com> gfs-pyrsos-fonts has broken dependencies in the development tree: On ppc: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:03 +0000 (UTC) Subject: Broken dependencies: lohit-sindhi-fonts Message-ID: <20091115133103.BC7021F8095@releng2.fedora.phx.redhat.com> lohit-sindhi-fonts has broken dependencies in the development tree: On ppc: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:06 +0000 (UTC) Subject: Broken dependencies: oflb-notcouriersans-fonts Message-ID: <20091115133106.452511F8090@releng2.fedora.phx.redhat.com> oflb-notcouriersans-fonts has broken dependencies in the development tree: On ppc: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh On ppc64: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:05 +0000 (UTC) Subject: Broken dependencies: mgopen-fonts Message-ID: <20091115133105.BEEE01B801E@releng2.fedora.phx.redhat.com> mgopen-fonts has broken dependencies in the development tree: On ppc: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:11 +0000 (UTC) Subject: Broken dependencies: taipeifonts Message-ID: <20091115133111.935FD1F8090@releng2.fedora.phx.redhat.com> taipeifonts has broken dependencies in the development tree: On ppc: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh On ppc64: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:14 +0000 (UTC) Subject: Broken dependencies: sil-padauk-fonts Message-ID: <20091115133114.587CB1F8090@releng2.fedora.phx.redhat.com> sil-padauk-fonts has broken dependencies in the development tree: On ppc: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh On ppc64: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:21 +0000 (UTC) Subject: Broken dependencies: pothana2000-fonts Message-ID: <20091115133121.61C2F1F8090@releng2.fedora.phx.redhat.com> pothana2000-fonts has broken dependencies in the development tree: On ppc: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh On ppc64: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:23 +0000 (UTC) Subject: Broken dependencies: fonttools Message-ID: <20091115133123.82FBB1F8093@releng2.fedora.phx.redhat.com> fonttools has broken dependencies in the development tree: On ppc: fonttools-2.2-7.fc12.ppc requires libc.so.6 fonttools-2.2-7.fc12.ppc requires libpython2.6.so.1.0 fonttools-2.2-7.fc12.ppc requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) fonttools-2.2-7.fc12.ppc requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.0) fonttools-2.2-7.fc12.ppc requires libpthread.so.0 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.3) fonttools-2.2-7.fc12.ppc requires /usr/bin/python On ppc64: fonttools-2.2-7.fc12.ppc64 requires libc.so.6()(64bit) fonttools-2.2-7.fc12.ppc64 requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) fonttools-2.2-7.fc12.ppc64 requires libpthread.so.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires libpython2.6.so.1.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc64 requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:24 +0000 (UTC) Subject: Broken dependencies: dustin-domestic-manners-fonts Message-ID: <20091115133124.DE9FB1F8096@releng2.fedora.phx.redhat.com> dustin-domestic-manners-fonts has broken dependencies in the development tree: On ppc: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh On ppc64: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:29 +0000 (UTC) Subject: Broken dependencies: apa-new-athena-unicode-fonts Message-ID: <20091115133129.641C51F8090@releng2.fedora.phx.redhat.com> apa-new-athena-unicode-fonts has broken dependencies in the development tree: On ppc: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh On ppc64: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:29 +0000 (UTC) Subject: Broken dependencies: conakry-fonts Message-ID: <20091115133129.5CA8A1F8093@releng2.fedora.phx.redhat.com> conakry-fonts has broken dependencies in the development tree: On ppc: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh On ppc64: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:30 +0000 (UTC) Subject: Broken dependencies: hanazono-fonts Message-ID: <20091115133130.AAE201F8093@releng2.fedora.phx.redhat.com> hanazono-fonts has broken dependencies in the development tree: On ppc: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh On ppc64: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:30 +0000 (UTC) Subject: Broken dependencies: dustin-dustismo-fonts Message-ID: <20091115133130.F3D511F8093@releng2.fedora.phx.redhat.com> dustin-dustismo-fonts has broken dependencies in the development tree: On ppc: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:33 +0000 (UTC) Subject: Broken dependencies: gfs-complutum-fonts Message-ID: <20091115133133.4147E1F8090@releng2.fedora.phx.redhat.com> gfs-complutum-fonts has broken dependencies in the development tree: On ppc: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh On ppc64: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:36 +0000 (UTC) Subject: Broken dependencies: vemana2000-fonts Message-ID: <20091115133136.273F71F8090@releng2.fedora.phx.redhat.com> vemana2000-fonts has broken dependencies in the development tree: On ppc: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh On ppc64: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:35 +0000 (UTC) Subject: Broken dependencies: liberation-fonts Message-ID: <20091115133135.F27E51F8093@releng2.fedora.phx.redhat.com> liberation-fonts has broken dependencies in the development tree: On ppc: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:37 +0000 (UTC) Subject: Broken dependencies: roadstencil-fonts Message-ID: <20091115133137.C9C1A1F8095@releng2.fedora.phx.redhat.com> roadstencil-fonts has broken dependencies in the development tree: On ppc: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh On ppc64: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:41 +0000 (UTC) Subject: Broken dependencies: ghostscript-fonts Message-ID: <20091115133141.046951F8090@releng2.fedora.phx.redhat.com> ghostscript-fonts has broken dependencies in the development tree: On ppc: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh On ppc64: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:41 +0000 (UTC) Subject: Broken dependencies: asana-math-fonts Message-ID: <20091115133141.E6C5D1F8093@releng2.fedora.phx.redhat.com> asana-math-fonts has broken dependencies in the development tree: On ppc: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh On ppc64: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:43 +0000 (UTC) Subject: Broken dependencies: xgridfit Message-ID: <20091115133143.B5DA71F8093@releng2.fedora.phx.redhat.com> xgridfit has broken dependencies in the development tree: On ppc: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash On ppc64: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:43 +0000 (UTC) Subject: Broken dependencies: saab-fonts Message-ID: <20091115133143.E8D051F8090@releng2.fedora.phx.redhat.com> saab-fonts has broken dependencies in the development tree: On ppc: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh On ppc64: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:44 +0000 (UTC) Subject: Broken dependencies: un-core-fonts Message-ID: <20091115133144.17CEE1F8090@releng2.fedora.phx.redhat.com> un-core-fonts has broken dependencies in the development tree: On ppc: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:45 +0000 (UTC) Subject: Broken dependencies: wqy-bitmap-fonts Message-ID: <20091115133145.8568C1F8095@releng2.fedora.phx.redhat.com> wqy-bitmap-fonts has broken dependencies in the development tree: On ppc: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh On ppc64: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:47 +0000 (UTC) Subject: Broken dependencies: sil-charis-compact-fonts Message-ID: <20091115133147.1D8A81F8090@releng2.fedora.phx.redhat.com> sil-charis-compact-fonts has broken dependencies in the development tree: On ppc: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh On ppc64: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:53 +0000 (UTC) Subject: Broken dependencies: gfs-solomos-fonts Message-ID: <20091115133153.E58671F8090@releng2.fedora.phx.redhat.com> gfs-solomos-fonts has broken dependencies in the development tree: On ppc: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh On ppc64: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:54 +0000 (UTC) Subject: Broken dependencies: abyssinica-fonts Message-ID: <20091115133154.B8AC21F8095@releng2.fedora.phx.redhat.com> abyssinica-fonts has broken dependencies in the development tree: On ppc: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh On ppc64: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:58 +0000 (UTC) Subject: Broken dependencies: dejavu-fonts Message-ID: <20091115133158.2CA241F8097@releng2.fedora.phx.redhat.com> dejavu-fonts has broken dependencies in the development tree: On ppc: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:59 +0000 (UTC) Subject: Broken dependencies: yanone-tagesschrift-fonts Message-ID: <20091115133159.27CD51F8093@releng2.fedora.phx.redhat.com> yanone-tagesschrift-fonts has broken dependencies in the development tree: On ppc: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh On ppc64: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:02 +0000 (UTC) Subject: Broken dependencies: lohit-marathi-fonts Message-ID: <20091115133202.D84F61F8090@releng2.fedora.phx.redhat.com> lohit-marathi-fonts has broken dependencies in the development tree: On ppc: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:04 +0000 (UTC) Subject: Broken dependencies: efont-unicode-bdf Message-ID: <20091115133204.C04E11F8095@releng2.fedora.phx.redhat.com> efont-unicode-bdf has broken dependencies in the development tree: On ppc: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh On ppc64: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:07 +0000 (UTC) Subject: Broken dependencies: gfs-theokritos-fonts Message-ID: <20091115133207.396151F8093@releng2.fedora.phx.redhat.com> gfs-theokritos-fonts has broken dependencies in the development tree: On ppc: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh On ppc64: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:11 +0000 (UTC) Subject: Broken dependencies: gfs-artemisia-fonts Message-ID: <20091115133211.4958A1F8090@releng2.fedora.phx.redhat.com> gfs-artemisia-fonts has broken dependencies in the development tree: On ppc: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:13 +0000 (UTC) Subject: Broken dependencies: jomolhari-fonts Message-ID: <20091115133213.DE3731F8093@releng2.fedora.phx.redhat.com> jomolhari-fonts has broken dependencies in the development tree: On ppc: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh On ppc64: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:15 +0000 (UTC) Subject: Broken dependencies: beteckna-fonts Message-ID: <20091115133215.90AB51F8093@releng2.fedora.phx.redhat.com> beteckna-fonts has broken dependencies in the development tree: On ppc: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:16 +0000 (UTC) Subject: Broken dependencies: gfs-philostratos-fonts Message-ID: <20091115133216.333C31F8093@releng2.fedora.phx.redhat.com> gfs-philostratos-fonts has broken dependencies in the development tree: On ppc: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh On ppc64: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:18 +0000 (UTC) Subject: Broken dependencies: vlgothic-fonts Message-ID: <20091115133218.175B71F8090@releng2.fedora.phx.redhat.com> vlgothic-fonts has broken dependencies in the development tree: On ppc: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:18 +0000 (UTC) Subject: Broken dependencies: lohit-punjabi-fonts Message-ID: <20091115133218.5EA191F8090@releng2.fedora.phx.redhat.com> lohit-punjabi-fonts has broken dependencies in the development tree: On ppc: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From bugzilla at redhat.com Mon Nov 16 07:30:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Nov 2009 02:30:29 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911160730.nAG7UTGv007014@bz-web1.app.phx.redhat.com> 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=530880 --- Comment #25 from Fedora Update System 2009-11-16 02:30:27 EDT --- ns-tiza-chalk-fonts-20080210-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. -- 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. From bugzilla at redhat.com Mon Nov 16 07:30:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Nov 2009 02:30:35 -0500 Subject: [Bug 530880] Review Request: ns-tiza-fonts - A Slab-Serif Font In-Reply-To: References: Message-ID: <200911160730.nAG7UZ0p007064@bz-web1.app.phx.redhat.com> 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=530880 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|20080210-2.fc11 |20080210-2.fc12 -- 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. From bugzilla at redhat.com Mon Nov 16 10:41:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Nov 2009 05:41:10 -0500 Subject: [Bug 532377] [abrt] crash detected in nspluginwrapper-1.3.0-8.fc12 In-Reply-To: References: Message-ID: <200911161041.nAGAfAdG015738@bz-web2.app.phx.redhat.com> 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=532377 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Component|nspluginwrapper |pango AssignedTo|stransky at redhat.com |besfahbo at redhat.com --- Comment #4 from Matej Cepl 2009-11-16 05:40:57 EDT --- Either pango or flash. Reassigning for further decision. -- 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. From buildsys at fedoraproject.org Mon Nov 16 14:21:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:21:59 +0000 (UTC) Subject: Broken dependencies: oflb-prociono-fonts Message-ID: <20091116142159.780A41F8082@releng2.fedora.phx.redhat.com> oflb-prociono-fonts has broken dependencies in the development tree: On ppc: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh On ppc64: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:01 +0000 (UTC) Subject: Broken dependencies: ns-bola-fonts Message-ID: <20091116142201.EB8A61F8083@releng2.fedora.phx.redhat.com> ns-bola-fonts has broken dependencies in the development tree: On ppc: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh On ppc64: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:04 +0000 (UTC) Subject: Broken dependencies: linux-libertine-fonts Message-ID: <20091116142204.0F3121F808D@releng2.fedora.phx.redhat.com> linux-libertine-fonts has broken dependencies in the development tree: On ppc: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh On ppc64: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:14 +0000 (UTC) Subject: Broken dependencies: serafettin-cartoon-fonts Message-ID: <20091116142214.B0D371F8082@releng2.fedora.phx.redhat.com> serafettin-cartoon-fonts has broken dependencies in the development tree: On ppc: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh On ppc64: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:17 +0000 (UTC) Subject: Broken dependencies: google-droid-fonts Message-ID: <20091116142217.9CF741F8082@releng2.fedora.phx.redhat.com> google-droid-fonts has broken dependencies in the development tree: On ppc: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:19 +0000 (UTC) Subject: Broken dependencies: lcdf-typetools Message-ID: <20091116142219.D9AD51F8083@releng2.fedora.phx.redhat.com> lcdf-typetools has broken dependencies in the development tree: On ppc: lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.4) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires libkpathsea.so.4 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.3) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6 On ppc64: lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libkpathsea.so.4()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:20 +0000 (UTC) Subject: Broken dependencies: lohit-tamil-fonts Message-ID: <20091116142220.593E51F8083@releng2.fedora.phx.redhat.com> lohit-tamil-fonts has broken dependencies in the development tree: On ppc: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh On ppc64: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:23 +0000 (UTC) Subject: Broken dependencies: ipa-pgothic-fonts Message-ID: <20091116142223.0E29A1F808C@releng2.fedora.phx.redhat.com> ipa-pgothic-fonts has broken dependencies in the development tree: On ppc: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:23 +0000 (UTC) Subject: Broken dependencies: gdouros-aegean-fonts Message-ID: <20091116142223.D01FA1F808C@releng2.fedora.phx.redhat.com> gdouros-aegean-fonts has broken dependencies in the development tree: On ppc: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh On ppc64: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:24 +0000 (UTC) Subject: Broken dependencies: cjkuni-fonts Message-ID: <20091116142224.BC0DC1F8083@releng2.fedora.phx.redhat.com> cjkuni-fonts has broken dependencies in the development tree: On ppc: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 On ppc64: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:27 +0000 (UTC) Subject: Broken dependencies: alfont Message-ID: <20091116142227.613301F8082@releng2.fedora.phx.redhat.com> alfont has broken dependencies in the development tree: On ppc: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc64: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:34 +0000 (UTC) Subject: Broken dependencies: drehatlas-xaporho-fonts Message-ID: <20091116142234.BDB051F8082@releng2.fedora.phx.redhat.com> drehatlas-xaporho-fonts has broken dependencies in the development tree: On ppc: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh On ppc64: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:35 +0000 (UTC) Subject: Broken dependencies: fonts-ISO8859-2 Message-ID: <20091116142235.103C71F808C@releng2.fedora.phx.redhat.com> fonts-ISO8859-2 has broken dependencies in the development tree: On ppc: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:41 +0000 (UTC) Subject: Broken dependencies: apanov-heuristica-fonts Message-ID: <20091116142241.8A2861F8082@releng2.fedora.phx.redhat.com> apanov-heuristica-fonts has broken dependencies in the development tree: On ppc: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh On ppc64: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:49 +0000 (UTC) Subject: Broken dependencies: vollkorn-fonts Message-ID: <20091116142249.7B61D1F8083@releng2.fedora.phx.redhat.com> vollkorn-fonts has broken dependencies in the development tree: On ppc: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh On ppc64: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:51 +0000 (UTC) Subject: Broken dependencies: ns-tiza-chalk-fonts Message-ID: <20091116142251.D2F071F8082@releng2.fedora.phx.redhat.com> ns-tiza-chalk-fonts has broken dependencies in the development tree: On ppc: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh On ppc64: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:53 +0000 (UTC) Subject: Broken dependencies: lohit-gujarati-fonts Message-ID: <20091116142253.1A9461F8083@releng2.fedora.phx.redhat.com> lohit-gujarati-fonts has broken dependencies in the development tree: On ppc: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh On ppc64: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:56 +0000 (UTC) Subject: Broken dependencies: bpg-fonts Message-ID: <20091116142256.690471F8082@releng2.fedora.phx.redhat.com> bpg-fonts has broken dependencies in the development tree: On ppc: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:02 +0000 (UTC) Subject: Broken dependencies: lohit-kannada-fonts Message-ID: <20091116142302.5E1C81F8083@releng2.fedora.phx.redhat.com> lohit-kannada-fonts has broken dependencies in the development tree: On ppc: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:03 +0000 (UTC) Subject: Broken dependencies: sj-fonts Message-ID: <20091116142303.C738B1F8082@releng2.fedora.phx.redhat.com> sj-fonts has broken dependencies in the development tree: On ppc: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:08 +0000 (UTC) Subject: Broken dependencies: smc-fonts Message-ID: <20091116142308.7E5691F8082@releng2.fedora.phx.redhat.com> smc-fonts has broken dependencies in the development tree: On ppc: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:18 +0000 (UTC) Subject: Broken dependencies: sazanami-fonts Message-ID: <20091116142318.141401F8083@releng2.fedora.phx.redhat.com> sazanami-fonts has broken dependencies in the development tree: On ppc: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:22 +0000 (UTC) Subject: Broken dependencies: lohit-bengali-fonts Message-ID: <20091116142322.1C5F21F8083@releng2.fedora.phx.redhat.com> lohit-bengali-fonts has broken dependencies in the development tree: On ppc: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh On ppc64: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:31 +0000 (UTC) Subject: Broken dependencies: lohit-maithili-fonts Message-ID: <20091116142331.339381F8082@releng2.fedora.phx.redhat.com> lohit-maithili-fonts has broken dependencies in the development tree: On ppc: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:32 +0000 (UTC) Subject: Broken dependencies: silkscreen-fonts Message-ID: <20091116142332.8AC2C1F8083@releng2.fedora.phx.redhat.com> silkscreen-fonts has broken dependencies in the development tree: On ppc: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:33 +0000 (UTC) Subject: Broken dependencies: gfs-decker-fonts Message-ID: <20091116142333.47AF91F808C@releng2.fedora.phx.redhat.com> gfs-decker-fonts has broken dependencies in the development tree: On ppc: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:40 +0000 (UTC) Subject: Broken dependencies: sil-doulos-fonts Message-ID: <20091116142340.A7FD41F8083@releng2.fedora.phx.redhat.com> sil-doulos-fonts has broken dependencies in the development tree: On ppc: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh On ppc64: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:23:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:23:59 +0000 (UTC) Subject: Broken dependencies: gfs-ambrosia-fonts Message-ID: <20091116142359.8402B1F8083@releng2.fedora.phx.redhat.com> gfs-ambrosia-fonts has broken dependencies in the development tree: On ppc: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh On ppc64: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:24:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:24:17 +0000 (UTC) Subject: Broken dependencies: khmeros-fonts Message-ID: <20091116142417.3DF3A1F8082@releng2.fedora.phx.redhat.com> khmeros-fonts has broken dependencies in the development tree: On ppc: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:24:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:24:21 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-classic-fonts Message-ID: <20091116142421.ACBD31F8083@releng2.fedora.phx.redhat.com> gfs-bodoni-classic-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:24:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:24:38 +0000 (UTC) Subject: Broken dependencies: oflb-smonohand-fonts Message-ID: <20091116142438.B81E51F8082@releng2.fedora.phx.redhat.com> oflb-smonohand-fonts has broken dependencies in the development tree: On ppc: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh On ppc64: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:13 +0000 (UTC) Subject: Broken dependencies: lohit-kashmiri-fonts Message-ID: <20091116142513.C1FFA1F8082@releng2.fedora.phx.redhat.com> lohit-kashmiri-fonts has broken dependencies in the development tree: On ppc: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:18 +0000 (UTC) Subject: Broken dependencies: tiresias-fonts Message-ID: <20091116142518.4EF0F1F8083@releng2.fedora.phx.redhat.com> tiresias-fonts has broken dependencies in the development tree: On ppc: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:45 +0000 (UTC) Subject: Broken dependencies: gfs-garaldus-fonts Message-ID: <20091116142545.01A531F8083@releng2.fedora.phx.redhat.com> gfs-garaldus-fonts has broken dependencies in the development tree: On ppc: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh On ppc64: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:45 +0000 (UTC) Subject: Broken dependencies: gfs-jackson-fonts Message-ID: <20091116142545.50FA61F8083@releng2.fedora.phx.redhat.com> gfs-jackson-fonts has broken dependencies in the development tree: On ppc: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:45 +0000 (UTC) Subject: Broken dependencies: kurdit-unikurd-web-fonts Message-ID: <20091116142545.CDA901F8082@releng2.fedora.phx.redhat.com> kurdit-unikurd-web-fonts has broken dependencies in the development tree: On ppc: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh On ppc64: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:52 +0000 (UTC) Subject: Broken dependencies: gfs-nicefore-fonts Message-ID: <20091116142552.7BF4A1F8082@releng2.fedora.phx.redhat.com> gfs-nicefore-fonts has broken dependencies in the development tree: On ppc: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:57 +0000 (UTC) Subject: Broken dependencies: nafees-web-naskh-fonts Message-ID: <20091116142557.92B231F8083@releng2.fedora.phx.redhat.com> nafees-web-naskh-fonts has broken dependencies in the development tree: On ppc: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh On ppc64: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:25:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:25:59 +0000 (UTC) Subject: Broken dependencies: lohit-hindi-fonts Message-ID: <20091116142559.4BD121F8083@releng2.fedora.phx.redhat.com> lohit-hindi-fonts has broken dependencies in the development tree: On ppc: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:01 +0000 (UTC) Subject: Broken dependencies: baekmuk-bdf-fonts Message-ID: <20091116142601.73A761F8083@releng2.fedora.phx.redhat.com> baekmuk-bdf-fonts has broken dependencies in the development tree: On ppc: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh On ppc64: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:06 +0000 (UTC) Subject: Broken dependencies: gfs-ignacio-fonts Message-ID: <20091116142606.3A3C31F8091@releng2.fedora.phx.redhat.com> gfs-ignacio-fonts has broken dependencies in the development tree: On ppc: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh On ppc64: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:14 +0000 (UTC) Subject: Broken dependencies: brettfont-fonts Message-ID: <20091116142614.022661F8083@releng2.fedora.phx.redhat.com> brettfont-fonts has broken dependencies in the development tree: On ppc: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh On ppc64: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:16 +0000 (UTC) Subject: Broken dependencies: knm-new-fixed-fonts Message-ID: <20091116142616.C98A21F8082@releng2.fedora.phx.redhat.com> knm-new-fixed-fonts has broken dependencies in the development tree: On ppc: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh On ppc64: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:18 +0000 (UTC) Subject: Broken dependencies: fonts-KOI8-R Message-ID: <20091116142618.319371F8083@releng2.fedora.phx.redhat.com> fonts-KOI8-R has broken dependencies in the development tree: On ppc: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) On ppc64: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:19 +0000 (UTC) Subject: Broken dependencies: wqy-unibit-fonts Message-ID: <20091116142619.41B111F8082@releng2.fedora.phx.redhat.com> wqy-unibit-fonts has broken dependencies in the development tree: On ppc: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh On ppc64: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:22 +0000 (UTC) Subject: Broken dependencies: adf-accanthis-fonts Message-ID: <20091116142622.E268B1F8083@releng2.fedora.phx.redhat.com> adf-accanthis-fonts has broken dependencies in the development tree: On ppc: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:24 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-fonts Message-ID: <20091116142624.DE4BE1F808C@releng2.fedora.phx.redhat.com> gfs-bodoni-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:37 +0000 (UTC) Subject: Broken dependencies: libfontenc Message-ID: <20091116142637.A42481F8082@releng2.fedora.phx.redhat.com> libfontenc has broken dependencies in the development tree: On ppc: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:48 +0000 (UTC) Subject: Broken dependencies: adf-tribun-fonts Message-ID: <20091116142648.3BE961F8083@releng2.fedora.phx.redhat.com> adf-tribun-fonts has broken dependencies in the development tree: On ppc: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh On ppc64: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:53 +0000 (UTC) Subject: Broken dependencies: ipa-pmincho-fonts Message-ID: <20091116142653.D0BD01F8082@releng2.fedora.phx.redhat.com> ipa-pmincho-fonts has broken dependencies in the development tree: On ppc: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:26:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:26:56 +0000 (UTC) Subject: Broken dependencies: samyak-fonts Message-ID: <20091116142656.CA8181F8083@releng2.fedora.phx.redhat.com> samyak-fonts has broken dependencies in the development tree: On ppc: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:00 +0000 (UTC) Subject: Broken dependencies: woodardworks-laconic-fonts Message-ID: <20091116142700.A989F1F8083@releng2.fedora.phx.redhat.com> woodardworks-laconic-fonts has broken dependencies in the development tree: On ppc: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:03 +0000 (UTC) Subject: Broken dependencies: urw-fonts Message-ID: <20091116142703.36FE41F8083@releng2.fedora.phx.redhat.com> urw-fonts has broken dependencies in the development tree: On ppc: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh On ppc64: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:18 +0000 (UTC) Subject: Broken dependencies: gfs-olga-fonts Message-ID: <20091116142718.16CAE1F8082@releng2.fedora.phx.redhat.com> gfs-olga-fonts has broken dependencies in the development tree: On ppc: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh On ppc64: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:22 +0000 (UTC) Subject: Broken dependencies: drehatlas-warender-bibliothek-fonts Message-ID: <20091116142722.B24B21F8083@releng2.fedora.phx.redhat.com> drehatlas-warender-bibliothek-fonts has broken dependencies in the development tree: On ppc: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh On ppc64: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:41 +0000 (UTC) Subject: Broken dependencies: chisholm-to-be-continued-fonts Message-ID: <20091116142741.5731B1F808C@releng2.fedora.phx.redhat.com> chisholm-to-be-continued-fonts has broken dependencies in the development tree: On ppc: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh On ppc64: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:46 +0000 (UTC) Subject: Broken dependencies: icelandic-fonts Message-ID: <20091116142746.4010A1F8083@releng2.fedora.phx.redhat.com> icelandic-fonts has broken dependencies in the development tree: On ppc: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh On ppc64: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:46 +0000 (UTC) Subject: Broken dependencies: ipa-mincho-fonts Message-ID: <20091116142746.B579C1F8082@releng2.fedora.phx.redhat.com> ipa-mincho-fonts has broken dependencies in the development tree: On ppc: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:49 +0000 (UTC) Subject: Broken dependencies: gfs-porson-fonts Message-ID: <20091116142749.375F21F8083@releng2.fedora.phx.redhat.com> gfs-porson-fonts has broken dependencies in the development tree: On ppc: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh On ppc64: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:49 +0000 (UTC) Subject: Broken dependencies: drehatlas-widelands-fonts Message-ID: <20091116142749.66F4F1F8083@releng2.fedora.phx.redhat.com> drehatlas-widelands-fonts has broken dependencies in the development tree: On ppc: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh On ppc64: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:27:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:27:49 +0000 (UTC) Subject: Broken dependencies: yanone-kaffeesatz-fonts Message-ID: <20091116142749.A01201F8083@releng2.fedora.phx.redhat.com> yanone-kaffeesatz-fonts has broken dependencies in the development tree: On ppc: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh On ppc64: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:21 +0000 (UTC) Subject: Broken dependencies: gfs-fleischman-fonts Message-ID: <20091116142821.72D8A1F8082@releng2.fedora.phx.redhat.com> gfs-fleischman-fonts has broken dependencies in the development tree: On ppc: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:24 +0000 (UTC) Subject: Broken dependencies: fontpackages Message-ID: <20091116142824.BB19E1F8083@releng2.fedora.phx.redhat.com> fontpackages has broken dependencies in the development tree: On ppc: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) On ppc64: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:25 +0000 (UTC) Subject: Broken dependencies: msimonson-anonymouspro-fonts Message-ID: <20091116142825.B6F731F808C@releng2.fedora.phx.redhat.com> msimonson-anonymouspro-fonts has broken dependencies in the development tree: On ppc: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:26 +0000 (UTC) Subject: Broken dependencies: lohit-malayalam-fonts Message-ID: <20091116142826.ABAD61F808D@releng2.fedora.phx.redhat.com> lohit-malayalam-fonts has broken dependencies in the development tree: On ppc: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:27 +0000 (UTC) Subject: Broken dependencies: hartke-aurulent-sans-fonts Message-ID: <20091116142827.4868C1F8082@releng2.fedora.phx.redhat.com> hartke-aurulent-sans-fonts has broken dependencies in the development tree: On ppc: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:29 +0000 (UTC) Subject: Broken dependencies: gargi-fonts Message-ID: <20091116142829.EEC7D1F8082@releng2.fedora.phx.redhat.com> gargi-fonts has broken dependencies in the development tree: On ppc: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh On ppc64: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:30 +0000 (UTC) Subject: Broken dependencies: gfs-didot-fonts Message-ID: <20091116142830.85B7D1F8083@releng2.fedora.phx.redhat.com> gfs-didot-fonts has broken dependencies in the development tree: On ppc: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh On ppc64: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:31 +0000 (UTC) Subject: Broken dependencies: bitmap-fonts Message-ID: <20091116142831.958D61F808C@releng2.fedora.phx.redhat.com> bitmap-fonts has broken dependencies in the development tree: On ppc: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:48 +0000 (UTC) Subject: Broken dependencies: cf-bonveno-fonts Message-ID: <20091116142848.789D01F8083@releng2.fedora.phx.redhat.com> cf-bonveno-fonts has broken dependencies in the development tree: On ppc: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh On ppc64: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:25 +0000 (UTC) Subject: Broken dependencies: chisholm-letterslaughing-fonts Message-ID: <20091116142925.36F881F8083@releng2.fedora.phx.redhat.com> chisholm-letterslaughing-fonts has broken dependencies in the development tree: On ppc: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh On ppc64: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:32 +0000 (UTC) Subject: Broken dependencies: lohit-nepali-fonts Message-ID: <20091116142932.29CEA1F8082@releng2.fedora.phx.redhat.com> lohit-nepali-fonts has broken dependencies in the development tree: On ppc: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:35 +0000 (UTC) Subject: Broken dependencies: lohit-oriya-fonts Message-ID: <20091116142935.4A5721F8082@releng2.fedora.phx.redhat.com> lohit-oriya-fonts has broken dependencies in the development tree: On ppc: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:44 +0000 (UTC) Subject: Broken dependencies: baekmuk-ttf-fonts Message-ID: <20091116142944.704B61F8083@releng2.fedora.phx.redhat.com> baekmuk-ttf-fonts has broken dependencies in the development tree: On ppc: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc64: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:47 +0000 (UTC) Subject: Broken dependencies: ecolier-court-fonts Message-ID: <20091116142947.E57491F8083@releng2.fedora.phx.redhat.com> ecolier-court-fonts has broken dependencies in the development tree: On ppc: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:48 +0000 (UTC) Subject: Broken dependencies: gfs-baskerville-fonts Message-ID: <20091116142948.C51191F8083@releng2.fedora.phx.redhat.com> gfs-baskerville-fonts has broken dependencies in the development tree: On ppc: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh On ppc64: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:52 +0000 (UTC) Subject: Broken dependencies: tulrich-tuffy-fonts Message-ID: <20091116142952.423731F8083@releng2.fedora.phx.redhat.com> tulrich-tuffy-fonts has broken dependencies in the development tree: On ppc: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh On ppc64: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:54 +0000 (UTC) Subject: Broken dependencies: artwiz-aleczapka-fonts Message-ID: <20091116142954.C63E81F8083@releng2.fedora.phx.redhat.com> artwiz-aleczapka-fonts has broken dependencies in the development tree: On ppc: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh On ppc64: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:00 +0000 (UTC) Subject: Broken dependencies: sil-andika-fonts Message-ID: <20091116143000.5C8C51F8082@releng2.fedora.phx.redhat.com> sil-andika-fonts has broken dependencies in the development tree: On ppc: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:02 +0000 (UTC) Subject: Broken dependencies: xorg-x11-fonts Message-ID: <20091116143002.A67B71F8083@releng2.fedora.phx.redhat.com> xorg-x11-fonts has broken dependencies in the development tree: On ppc: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:09 +0000 (UTC) Subject: Broken dependencies: sil-gentium-basic-fonts Message-ID: <20091116143009.81EB21F8082@releng2.fedora.phx.redhat.com> sil-gentium-basic-fonts has broken dependencies in the development tree: On ppc: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:10 +0000 (UTC) Subject: Broken dependencies: ctan-musixtex-fonts Message-ID: <20091116143010.8024E1F8082@releng2.fedora.phx.redhat.com> ctan-musixtex-fonts has broken dependencies in the development tree: On ppc: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh On ppc64: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:10 +0000 (UTC) Subject: Broken dependencies: senamirmir-washra-fonts Message-ID: <20091116143010.A25A81F8083@releng2.fedora.phx.redhat.com> senamirmir-washra-fonts has broken dependencies in the development tree: On ppc: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:16 +0000 (UTC) Subject: Broken dependencies: gfs-didot-classic-fonts Message-ID: <20091116143016.99AB71F8082@releng2.fedora.phx.redhat.com> gfs-didot-classic-fonts has broken dependencies in the development tree: On ppc: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh On ppc64: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:17 +0000 (UTC) Subject: Broken dependencies: gdouros-aegyptus-fonts Message-ID: <20091116143017.3179B1F8083@releng2.fedora.phx.redhat.com> gdouros-aegyptus-fonts has broken dependencies in the development tree: On ppc: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:22 +0000 (UTC) Subject: Broken dependencies: apanov-edrip-fonts Message-ID: <20091116143022.523861F8082@releng2.fedora.phx.redhat.com> apanov-edrip-fonts has broken dependencies in the development tree: On ppc: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh On ppc64: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:27 +0000 (UTC) Subject: Broken dependencies: gdouros-akkadian-fonts Message-ID: <20091116143027.2AFC31F8082@releng2.fedora.phx.redhat.com> gdouros-akkadian-fonts has broken dependencies in the development tree: On ppc: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:29 +0000 (UTC) Subject: Broken dependencies: myanmar3-unicode-fonts Message-ID: <20091116143029.575451F8082@releng2.fedora.phx.redhat.com> myanmar3-unicode-fonts has broken dependencies in the development tree: On ppc: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh On ppc64: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:29 +0000 (UTC) Subject: Broken dependencies: lohit-konkani-fonts Message-ID: <20091116143029.A9C0E1F8082@releng2.fedora.phx.redhat.com> lohit-konkani-fonts has broken dependencies in the development tree: On ppc: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:35 +0000 (UTC) Subject: Broken dependencies: ipa-gothic-fonts Message-ID: <20091116143035.349BC1F8082@releng2.fedora.phx.redhat.com> ipa-gothic-fonts has broken dependencies in the development tree: On ppc: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:37 +0000 (UTC) Subject: Broken dependencies: fontconfig Message-ID: <20091116143037.4EC791F8082@releng2.fedora.phx.redhat.com> fontconfig has broken dependencies in the development tree: On ppc: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc64: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:38 +0000 (UTC) Subject: Broken dependencies: gfs-gazis-fonts Message-ID: <20091116143038.3371C1F8082@releng2.fedora.phx.redhat.com> gfs-gazis-fonts has broken dependencies in the development tree: On ppc: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh On ppc64: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:40 +0000 (UTC) Subject: Broken dependencies: knm_new-fonts Message-ID: <20091116143040.E93C71F8082@releng2.fedora.phx.redhat.com> knm_new-fonts has broken dependencies in the development tree: On ppc: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh On ppc64: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:46 +0000 (UTC) Subject: Broken dependencies: sportrop-fonts Message-ID: <20091116143046.9A2FE1F808D@releng2.fedora.phx.redhat.com> sportrop-fonts has broken dependencies in the development tree: On ppc: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh On ppc64: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:48 +0000 (UTC) Subject: Broken dependencies: lohit-telugu-fonts Message-ID: <20091116143048.1B6491F8083@releng2.fedora.phx.redhat.com> lohit-telugu-fonts has broken dependencies in the development tree: On ppc: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:47 +0000 (UTC) Subject: Broken dependencies: sil-scheherazade-fonts Message-ID: <20091116143047.AD72C1F808D@releng2.fedora.phx.redhat.com> sil-scheherazade-fonts has broken dependencies in the development tree: On ppc: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:51 +0000 (UTC) Subject: Broken dependencies: sil-charis-fonts Message-ID: <20091116143052.0040D1F8083@releng2.fedora.phx.redhat.com> sil-charis-fonts has broken dependencies in the development tree: On ppc: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh On ppc64: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:56 +0000 (UTC) Subject: Broken dependencies: pango Message-ID: <20091116143056.E20261F8083@releng2.fedora.phx.redhat.com> pango has broken dependencies in the development tree: On ppc: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 On ppc64: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:01 +0000 (UTC) Subject: Broken dependencies: stix-fonts Message-ID: <20091116143101.BB0E71F8082@releng2.fedora.phx.redhat.com> stix-fonts has broken dependencies in the development tree: On ppc: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:02 +0000 (UTC) Subject: Broken dependencies: lohit-assamese-fonts Message-ID: <20091116143102.055111F8082@releng2.fedora.phx.redhat.com> lohit-assamese-fonts has broken dependencies in the development tree: On ppc: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:39 +0000 (UTC) Subject: Broken dependencies: sil-lateef-fonts Message-ID: <20091116143039.B17C01F8082@releng2.fedora.phx.redhat.com> sil-lateef-fonts has broken dependencies in the development tree: On ppc: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh On ppc64: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:05 +0000 (UTC) Subject: Broken dependencies: oflb-goudy-bookletter-1911-fonts Message-ID: <20091116143105.2C5BD1F8083@releng2.fedora.phx.redhat.com> oflb-goudy-bookletter-1911-fonts has broken dependencies in the development tree: On ppc: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh On ppc64: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:05 +0000 (UTC) Subject: Broken dependencies: tibetan-machine-uni-fonts Message-ID: <20091116143105.48F011F808C@releng2.fedora.phx.redhat.com> tibetan-machine-uni-fonts has broken dependencies in the development tree: On ppc: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh On ppc64: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:06 +0000 (UTC) Subject: Broken dependencies: gfs-neohellenic-fonts Message-ID: <20091116143106.B834E1F8082@releng2.fedora.phx.redhat.com> gfs-neohellenic-fonts has broken dependencies in the development tree: On ppc: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh On ppc64: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:07 +0000 (UTC) Subject: Broken dependencies: bitstream-vera-fonts Message-ID: <20091116143107.F249F1F8083@releng2.fedora.phx.redhat.com> bitstream-vera-fonts has broken dependencies in the development tree: On ppc: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:09 +0000 (UTC) Subject: Broken dependencies: oldstandard-sfd-fonts Message-ID: <20091116143109.50AFB1F808C@releng2.fedora.phx.redhat.com> oldstandard-sfd-fonts has broken dependencies in the development tree: On ppc: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh On ppc64: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:11 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:11 +0000 (UTC) Subject: Broken dependencies: jisksp16-1990-fonts Message-ID: <20091116143111.86A1B1F8083@releng2.fedora.phx.redhat.com> jisksp16-1990-fonts has broken dependencies in the development tree: On ppc: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh On ppc64: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:14 +0000 (UTC) Subject: Broken dependencies: gfs-eustace-fonts Message-ID: <20091116143114.56B8F1F8083@releng2.fedora.phx.redhat.com> gfs-eustace-fonts has broken dependencies in the development tree: On ppc: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:15 +0000 (UTC) Subject: Broken dependencies: gfs-pyrsos-fonts Message-ID: <20091116143115.3EA5C1F8083@releng2.fedora.phx.redhat.com> gfs-pyrsos-fonts has broken dependencies in the development tree: On ppc: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:13 +0000 (UTC) Subject: Broken dependencies: fonts-hebrew-fancy Message-ID: <20091116143113.620811F808C@releng2.fedora.phx.redhat.com> fonts-hebrew-fancy has broken dependencies in the development tree: On ppc: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh On ppc64: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:15 +0000 (UTC) Subject: Broken dependencies: lohit-sindhi-fonts Message-ID: <20091116143115.B54BA1F8083@releng2.fedora.phx.redhat.com> lohit-sindhi-fonts has broken dependencies in the development tree: On ppc: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:17 +0000 (UTC) Subject: Broken dependencies: mgopen-fonts Message-ID: <20091116143117.A9A821F8082@releng2.fedora.phx.redhat.com> mgopen-fonts has broken dependencies in the development tree: On ppc: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:18 +0000 (UTC) Subject: Broken dependencies: oflb-notcouriersans-fonts Message-ID: <20091116143118.313471F808C@releng2.fedora.phx.redhat.com> oflb-notcouriersans-fonts has broken dependencies in the development tree: On ppc: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh On ppc64: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:23 +0000 (UTC) Subject: Broken dependencies: taipeifonts Message-ID: <20091116143123.1F6EA1F808C@releng2.fedora.phx.redhat.com> taipeifonts has broken dependencies in the development tree: On ppc: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh On ppc64: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:26 +0000 (UTC) Subject: Broken dependencies: sil-padauk-fonts Message-ID: <20091116143126.4EC2F1F8083@releng2.fedora.phx.redhat.com> sil-padauk-fonts has broken dependencies in the development tree: On ppc: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh On ppc64: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:33 +0000 (UTC) Subject: Broken dependencies: pothana2000-fonts Message-ID: <20091116143133.6E7111F8083@releng2.fedora.phx.redhat.com> pothana2000-fonts has broken dependencies in the development tree: On ppc: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh On ppc64: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:35 +0000 (UTC) Subject: Broken dependencies: fonttools Message-ID: <20091116143135.9D6E71F8082@releng2.fedora.phx.redhat.com> fonttools has broken dependencies in the development tree: On ppc: fonttools-2.2-7.fc12.ppc requires libc.so.6 fonttools-2.2-7.fc12.ppc requires libpython2.6.so.1.0 fonttools-2.2-7.fc12.ppc requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) fonttools-2.2-7.fc12.ppc requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.0) fonttools-2.2-7.fc12.ppc requires libpthread.so.0 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.3) fonttools-2.2-7.fc12.ppc requires /usr/bin/python On ppc64: fonttools-2.2-7.fc12.ppc64 requires libc.so.6()(64bit) fonttools-2.2-7.fc12.ppc64 requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) fonttools-2.2-7.fc12.ppc64 requires libpthread.so.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires libpython2.6.so.1.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc64 requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:36 +0000 (UTC) Subject: Broken dependencies: dustin-domestic-manners-fonts Message-ID: <20091116143136.F39741F8082@releng2.fedora.phx.redhat.com> dustin-domestic-manners-fonts has broken dependencies in the development tree: On ppc: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh On ppc64: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:41 +0000 (UTC) Subject: Broken dependencies: conakry-fonts Message-ID: <20091116143141.D20611F8083@releng2.fedora.phx.redhat.com> conakry-fonts has broken dependencies in the development tree: On ppc: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh On ppc64: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:41 +0000 (UTC) Subject: Broken dependencies: apa-new-athena-unicode-fonts Message-ID: <20091116143141.D9EFE1F8082@releng2.fedora.phx.redhat.com> apa-new-athena-unicode-fonts has broken dependencies in the development tree: On ppc: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh On ppc64: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:43 +0000 (UTC) Subject: Broken dependencies: hanazono-fonts Message-ID: <20091116143143.495B71F808C@releng2.fedora.phx.redhat.com> hanazono-fonts has broken dependencies in the development tree: On ppc: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh On ppc64: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:43 +0000 (UTC) Subject: Broken dependencies: dustin-dustismo-fonts Message-ID: <20091116143143.753531F808E@releng2.fedora.phx.redhat.com> dustin-dustismo-fonts has broken dependencies in the development tree: On ppc: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:45 +0000 (UTC) Subject: Broken dependencies: gfs-complutum-fonts Message-ID: <20091116143145.5E5E81F8082@releng2.fedora.phx.redhat.com> gfs-complutum-fonts has broken dependencies in the development tree: On ppc: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh On ppc64: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:48 +0000 (UTC) Subject: Broken dependencies: vemana2000-fonts Message-ID: <20091116143148.630DF1F808C@releng2.fedora.phx.redhat.com> vemana2000-fonts has broken dependencies in the development tree: On ppc: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh On ppc64: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:48 +0000 (UTC) Subject: Broken dependencies: liberation-fonts Message-ID: <20091116143148.443DE1F808E@releng2.fedora.phx.redhat.com> liberation-fonts has broken dependencies in the development tree: On ppc: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:50 +0000 (UTC) Subject: Broken dependencies: roadstencil-fonts Message-ID: <20091116143150.00EF91F8083@releng2.fedora.phx.redhat.com> roadstencil-fonts has broken dependencies in the development tree: On ppc: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh On ppc64: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:52 +0000 (UTC) Subject: Broken dependencies: ghostscript-fonts Message-ID: <20091116143152.E60ED1F808E@releng2.fedora.phx.redhat.com> ghostscript-fonts has broken dependencies in the development tree: On ppc: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh On ppc64: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:53 +0000 (UTC) Subject: Broken dependencies: asana-math-fonts Message-ID: <20091116143153.EEC881F8083@releng2.fedora.phx.redhat.com> asana-math-fonts has broken dependencies in the development tree: On ppc: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh On ppc64: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:55 +0000 (UTC) Subject: Broken dependencies: xgridfit Message-ID: <20091116143155.B44291F8083@releng2.fedora.phx.redhat.com> xgridfit has broken dependencies in the development tree: On ppc: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash On ppc64: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:55 +0000 (UTC) Subject: Broken dependencies: saab-fonts Message-ID: <20091116143155.CBB391F808D@releng2.fedora.phx.redhat.com> saab-fonts has broken dependencies in the development tree: On ppc: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh On ppc64: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:55 +0000 (UTC) Subject: Broken dependencies: un-core-fonts Message-ID: <20091116143155.EC21A1F8090@releng2.fedora.phx.redhat.com> un-core-fonts has broken dependencies in the development tree: On ppc: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:57 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:57 +0000 (UTC) Subject: Broken dependencies: wqy-bitmap-fonts Message-ID: <20091116143157.6D31F1F808D@releng2.fedora.phx.redhat.com> wqy-bitmap-fonts has broken dependencies in the development tree: On ppc: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh On ppc64: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:58 +0000 (UTC) Subject: Broken dependencies: sil-charis-compact-fonts Message-ID: <20091116143158.D7D2A1F8083@releng2.fedora.phx.redhat.com> sil-charis-compact-fonts has broken dependencies in the development tree: On ppc: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh On ppc64: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:05 +0000 (UTC) Subject: Broken dependencies: gfs-solomos-fonts Message-ID: <20091116143205.79B9D1F8082@releng2.fedora.phx.redhat.com> gfs-solomos-fonts has broken dependencies in the development tree: On ppc: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh On ppc64: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:06 +0000 (UTC) Subject: Broken dependencies: abyssinica-fonts Message-ID: <20091116143206.6A96B1F8082@releng2.fedora.phx.redhat.com> abyssinica-fonts has broken dependencies in the development tree: On ppc: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh On ppc64: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:10 +0000 (UTC) Subject: Broken dependencies: dejavu-fonts Message-ID: <20091116143210.34C581F8082@releng2.fedora.phx.redhat.com> dejavu-fonts has broken dependencies in the development tree: On ppc: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:10 +0000 (UTC) Subject: Broken dependencies: yanone-tagesschrift-fonts Message-ID: <20091116143210.CBFA71F8082@releng2.fedora.phx.redhat.com> yanone-tagesschrift-fonts has broken dependencies in the development tree: On ppc: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh On ppc64: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:15 +0000 (UTC) Subject: Broken dependencies: lohit-marathi-fonts Message-ID: <20091116143215.2D51F1F8082@releng2.fedora.phx.redhat.com> lohit-marathi-fonts has broken dependencies in the development tree: On ppc: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:17 +0000 (UTC) Subject: Broken dependencies: efont-unicode-bdf Message-ID: <20091116143217.0C0461F8082@releng2.fedora.phx.redhat.com> efont-unicode-bdf has broken dependencies in the development tree: On ppc: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh On ppc64: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:19 +0000 (UTC) Subject: Broken dependencies: gfs-theokritos-fonts Message-ID: <20091116143219.A521F1F8082@releng2.fedora.phx.redhat.com> gfs-theokritos-fonts has broken dependencies in the development tree: On ppc: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh On ppc64: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:23 +0000 (UTC) Subject: Broken dependencies: gfs-artemisia-fonts Message-ID: <20091116143223.A04C81F808E@releng2.fedora.phx.redhat.com> gfs-artemisia-fonts has broken dependencies in the development tree: On ppc: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:26 +0000 (UTC) Subject: Broken dependencies: jomolhari-fonts Message-ID: <20091116143226.C5C901F8082@releng2.fedora.phx.redhat.com> jomolhari-fonts has broken dependencies in the development tree: On ppc: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh On ppc64: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:28 +0000 (UTC) Subject: Broken dependencies: beteckna-fonts Message-ID: <20091116143228.978D81F8083@releng2.fedora.phx.redhat.com> beteckna-fonts has broken dependencies in the development tree: On ppc: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:29 +0000 (UTC) Subject: Broken dependencies: gfs-philostratos-fonts Message-ID: <20091116143229.66E2E1F8083@releng2.fedora.phx.redhat.com> gfs-philostratos-fonts has broken dependencies in the development tree: On ppc: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh On ppc64: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:31 +0000 (UTC) Subject: Broken dependencies: vlgothic-fonts Message-ID: <20091116143231.E07A91F8082@releng2.fedora.phx.redhat.com> vlgothic-fonts has broken dependencies in the development tree: On ppc: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:32 +0000 (UTC) Subject: Broken dependencies: lohit-punjabi-fonts Message-ID: <20091116143232.4C42D1F8083@releng2.fedora.phx.redhat.com> lohit-punjabi-fonts has broken dependencies in the development tree: On ppc: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From bugzilla at redhat.com Mon Nov 16 17:45:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Nov 2009 12:45:24 -0500 Subject: [Bug 532377] [abrt] crash detected in nspluginwrapper-1.3.0-8.fc12 In-Reply-To: References: Message-ID: <200911161745.nAGHjOZx011218@bz-web2.app.phx.redhat.com> 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=532377 --- Comment #6 from Behdad Esfahbod 2009-11-16 12:45:23 EDT --- Matej, I already said I can't do anything about this. -- 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. From annulen at openoffice.org Mon Nov 16 21:33:27 2009 From: annulen at openoffice.org (annulen at openoffice.org) Date: 16 Nov 2009 21:33:27 -0000 Subject: [Issue 76587] WW8: MathType object displayed without brackets etc. In-Reply-To: Message-ID: <20091116213327.14827.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76587 ------- Additional comments from annulen at openoffice.org Mon Nov 16 21:33:26 +0000 2009 ------- Created an attachment (id=66146) This document in OOo 3.0.1. Isn't acceptable at all --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From fmms at openoffice.org Tue Nov 17 02:00:58 2009 From: fmms at openoffice.org (fmms at openoffice.org) Date: 17 Nov 2009 02:00:58 -0000 Subject: [Issue 79878] OO.o can not select modern font faces conveniently In-Reply-To: Message-ID: <20091117020058.27221.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79878 User fmms changed the following: What |Old value |New value ================================================================================ CC|'belegdol,beppec56,cmc,dta|'belegdol,beppec56,cmc,dta |rdon,fedorafonts,hdu,jisak|rdon,fedorafonts,fmms,hdu, |iel,kamataki,khirano,masay|jisakiel,kamataki,khirano, |an,mba,meywer,norbusan,ral|masayan,mba,meywer,norbusa |phie,rene,thb,tora' |n,ralphie,rene,thb,tora' -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From bugzilla at redhat.com Tue Nov 17 03:35:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Nov 2009 22:35:37 -0500 Subject: [Bug 537987] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <200911170335.nAH3Zbkp031799@bz-web1.app.phx.redhat.com> 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=537987 --- Comment #1 from V??ctor Daniel 2009-11-16 22:35:37 EDT --- Created an attachment (id=369821) --> (https://bugzilla.redhat.com/attachment.cgi?id=369821) File: backtrace -- 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. From bugzilla at redhat.com Tue Nov 17 03:35:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Nov 2009 22:35:35 -0500 Subject: [Bug 537987] New: [abrt] crash detected in fontforge-20090622-2.fc12 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090622-2.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=537987 Summary: [abrt] crash detected in fontforge-20090622-2.fc12 Product: Fedora Version: 12 Platform: i686 OS/Version: Linux Status: NEW Status Whiteboard: abrt_hash:5b248140e5c887df7b22fd94d9a94f2cb1cd9684 Severity: medium Priority: low Component: fontforge AssignedTo: kevin at tummy.com ReportedBy: bombayvdmo at yahoo.com.mx QAContact: extras-qa at fedoraproject.org CC: roozbeh at gmail.com, kevin at tummy.com, fedora-fonts-bugs-list at redhat.com Classification: Fedora abrt detected a crash. Attached file: backtrace cmdline: fontforge component: fontforge executable: /usr/bin/fontforge kernel: 2.6.31.5-127.fc12.i686 package: fontforge-20090622-2.fc12 rating: 3 reason: Process was terminated by signal 11 -- 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. From tl at openoffice.org Tue Nov 17 13:07:59 2009 From: tl at openoffice.org (tl at openoffice.org) Date: 17 Nov 2009 13:07:59 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091117130759.3224.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 User tl changed the following: What |Old value |New value ================================================================================ OtherIssuesDependingOnTh|50314,53223,69108,75472,79|50314,53223,69108,75472,79 is|037,93925,105085,106815 |037,92203,93925,105085,106 | |815 -------------------------------------------------------------------------------- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From buildsys at fedoraproject.org Tue Nov 17 13:18:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:50 +0000 (UTC) Subject: Broken dependencies: oflb-prociono-fonts Message-ID: <20091117131850.1C69F1F8088@releng2.fedora.phx.redhat.com> oflb-prociono-fonts has broken dependencies in the development tree: On ppc: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh On ppc64: oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh oflb-prociono-fonts-20090715-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:18:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:50 +0000 (UTC) Subject: Broken dependencies: ns-bola-fonts Message-ID: <20091117131850.EDF221F8088@releng2.fedora.phx.redhat.com> ns-bola-fonts has broken dependencies in the development tree: On ppc: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh On ppc64: ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh ns-bola-fonts-20080203-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:18:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:51 +0000 (UTC) Subject: Broken dependencies: linux-libertine-fonts Message-ID: <20091117131851.A4C931F8088@releng2.fedora.phx.redhat.com> linux-libertine-fonts has broken dependencies in the development tree: On ppc: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh On ppc64: linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh linux-libertine-fonts-4.4.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:18:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:55 +0000 (UTC) Subject: Broken dependencies: serafettin-cartoon-fonts Message-ID: <20091117131855.CC11E1F808F@releng2.fedora.phx.redhat.com> serafettin-cartoon-fonts has broken dependencies in the development tree: On ppc: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh On ppc64: serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh serafettin-cartoon-fonts-0.5.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:18:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:56 +0000 (UTC) Subject: Broken dependencies: google-droid-fonts Message-ID: <20091117131856.D43651F8087@releng2.fedora.phx.redhat.com> google-droid-fonts has broken dependencies in the development tree: On ppc: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-sans-mono-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh On ppc64: google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh google-droid-serif-fonts-20090906-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:18:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:58 +0000 (UTC) Subject: Broken dependencies: lcdf-typetools Message-ID: <20091117131858.7584A1F8088@releng2.fedora.phx.redhat.com> lcdf-typetools has broken dependencies in the development tree: On ppc: lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.4) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.1.3) lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.0) lcdf-typetools-2.79-2.fc12.ppc requires libkpathsea.so.4 lcdf-typetools-2.79-2.fc12.ppc requires libc.so.6(GLIBC_2.3) lcdf-typetools-2.79-2.fc12.ppc requires libm.so.6 On ppc64: lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libkpathsea.so.4()(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires rtld(GNU_HASH) lcdf-typetools-2.79-2.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) lcdf-typetools-2.79-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:18:58 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:18:58 +0000 (UTC) Subject: Broken dependencies: lohit-tamil-fonts Message-ID: <20091117131858.AFC3E1F8088@releng2.fedora.phx.redhat.com> lohit-tamil-fonts has broken dependencies in the development tree: On ppc: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh On ppc64: lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh lohit-tamil-fonts-2.4.4-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:00 +0000 (UTC) Subject: Broken dependencies: ipa-pgothic-fonts Message-ID: <20091117131900.439A91F8088@releng2.fedora.phx.redhat.com> ipa-pgothic-fonts has broken dependencies in the development tree: On ppc: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pgothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:00 +0000 (UTC) Subject: Broken dependencies: gdouros-aegean-fonts Message-ID: <20091117131900.A75931F8087@releng2.fedora.phx.redhat.com> gdouros-aegean-fonts has broken dependencies in the development tree: On ppc: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh On ppc64: gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh gdouros-aegean-fonts-3.01-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:01 +0000 (UTC) Subject: Broken dependencies: cjkuni-fonts Message-ID: <20091117131901.51CFB1F808E@releng2.fedora.phx.redhat.com> cjkuni-fonts has broken dependencies in the development tree: On ppc: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 On ppc64: cjkuni-fonts-ghostscript-0.2.20080216.1-31.fc13.noarch requires ghostscript >= 0:8.63-4 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:02 +0000 (UTC) Subject: Broken dependencies: alfont Message-ID: <20091117131902.F2D4F1F8088@releng2.fedora.phx.redhat.com> alfont has broken dependencies in the development tree: On ppc: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc64: alfont-devel-2.0.6-6.fc12.ppc64 requires allegro-devel On ppc: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: alfont-2.0.6-6.fc12.ppc64 requires libc.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires liballeg.so.4.2()(64bit) alfont-2.0.6-6.fc12.ppc64 requires rtld(GNU_HASH) alfont-2.0.6-6.fc12.ppc64 requires /sbin/ldconfig alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) alfont-2.0.6-6.fc12.ppc64 requires libfreetype.so.6()(64bit) alfont-2.0.6-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:05 +0000 (UTC) Subject: Broken dependencies: drehatlas-xaporho-fonts Message-ID: <20091117131905.D246C1F8088@releng2.fedora.phx.redhat.com> drehatlas-xaporho-fonts has broken dependencies in the development tree: On ppc: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh On ppc64: drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh drehatlas-xaporho-fonts-1.0.3.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:09 +0000 (UTC) Subject: Broken dependencies: apanov-heuristica-fonts Message-ID: <20091117131909.158681F8087@releng2.fedora.phx.redhat.com> apanov-heuristica-fonts has broken dependencies in the development tree: On ppc: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh On ppc64: 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh 1:apanov-heuristica-fonts-0.2-4.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:06 +0000 (UTC) Subject: Broken dependencies: fonts-ISO8859-2 Message-ID: <20091117131906.12E541F808F@releng2.fedora.phx.redhat.com> fonts-ISO8859-2 has broken dependencies in the development tree: On ppc: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-75dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-100dpi-1.0-22.fc12.noarch requires mkfontdir On ppc: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir On ppc64: fonts-ISO8859-2-1.0-22.fc12.noarch requires /bin/sh fonts-ISO8859-2-1.0-22.fc12.noarch requires mkfontdir Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:13 +0000 (UTC) Subject: Broken dependencies: vollkorn-fonts Message-ID: <20091117131913.2A73D1F8087@releng2.fedora.phx.redhat.com> vollkorn-fonts has broken dependencies in the development tree: On ppc: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh On ppc64: vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh vollkorn-fonts-1.008-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:14 +0000 (UTC) Subject: Broken dependencies: ns-tiza-chalk-fonts Message-ID: <20091117131914.12DCC1F808E@releng2.fedora.phx.redhat.com> ns-tiza-chalk-fonts has broken dependencies in the development tree: On ppc: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh On ppc64: ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh ns-tiza-chalk-fonts-20080210-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:14 +0000 (UTC) Subject: Broken dependencies: lohit-gujarati-fonts Message-ID: <20091117131914.1E49C1F808F@releng2.fedora.phx.redhat.com> lohit-gujarati-fonts has broken dependencies in the development tree: On ppc: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh On ppc64: lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh lohit-gujarati-fonts-2.4.4-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:16 +0000 (UTC) Subject: Broken dependencies: bpg-fonts Message-ID: <20091117131916.7B2E91F808E@releng2.fedora.phx.redhat.com> bpg-fonts has broken dependencies in the development tree: On ppc: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-regular-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh bpg-courier-fonts-4.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh bpg-serif-modern-fonts-2.028-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-medium-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh bpg-elite-fonts-3.000-7.fc12.noarch requires /bin/sh On ppc: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc64: bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh bpg-chveulebrivi-fonts-3.002-7.fc12.noarch requires /bin/sh On ppc: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-serif-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-sans-modern-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh bpg-glaho-fonts-9.000-7.fc12.noarch requires /bin/sh On ppc: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-courier-s-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh bpg-nino-medium-cond-fonts-4.005-7.fc12.noarch requires /bin/sh On ppc: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc64: bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh bpg-ingiri-fonts-4.000-7.fc12.noarch requires /bin/sh On ppc: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh bpg-sans-fonts-1.005-7.fc12.noarch requires /bin/sh On ppc: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc64: bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh bpg-excelsior-fonts-2.025-7.fc12.noarch requires /bin/sh On ppc: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh On ppc64: bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh bpg-algeti-fonts-2.005-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:19 +0000 (UTC) Subject: Broken dependencies: lohit-kannada-fonts Message-ID: <20091117131919.1E7BF1F8088@releng2.fedora.phx.redhat.com> lohit-kannada-fonts has broken dependencies in the development tree: On ppc: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-kannada-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:19 +0000 (UTC) Subject: Broken dependencies: sj-fonts Message-ID: <20091117131919.F25C01F808E@releng2.fedora.phx.redhat.com> sj-fonts has broken dependencies in the development tree: On ppc: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-delphine-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh On ppc64: sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh sj-stevehand-fonts-2.0.2-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:22 +0000 (UTC) Subject: Broken dependencies: smc-fonts Message-ID: <20091117131922.401461F80A4@releng2.fedora.phx.redhat.com> smc-fonts has broken dependencies in the development tree: On ppc: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh smc-meera-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh smc-suruma-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh smc-kalyani-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-anjalioldlipi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh smc-dyuthi-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh smc-raghumalayalam-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh On ppc64: smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh smc-rachana-fonts-04.2-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:27 +0000 (UTC) Subject: Broken dependencies: sazanami-fonts Message-ID: <20091117131927.A12941F80AA@releng2.fedora.phx.redhat.com> sazanami-fonts has broken dependencies in the development tree: On ppc: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-mincho-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh On ppc64: sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh sazanami-gothic-fonts-0.20040629-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:30 +0000 (UTC) Subject: Broken dependencies: lohit-bengali-fonts Message-ID: <20091117131930.393081F8087@releng2.fedora.phx.redhat.com> lohit-bengali-fonts has broken dependencies in the development tree: On ppc: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh On ppc64: lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh lohit-bengali-fonts-2.4.3-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:32 +0000 (UTC) Subject: Broken dependencies: lohit-maithili-fonts Message-ID: <20091117131932.9D8851F8087@releng2.fedora.phx.redhat.com> lohit-maithili-fonts has broken dependencies in the development tree: On ppc: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-maithili-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:32 +0000 (UTC) Subject: Broken dependencies: silkscreen-fonts Message-ID: <20091117131932.EC0C31F8087@releng2.fedora.phx.redhat.com> silkscreen-fonts has broken dependencies in the development tree: On ppc: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-expanded-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh On ppc64: silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh silkscreen-fonts-1.0-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:33 +0000 (UTC) Subject: Broken dependencies: gfs-decker-fonts Message-ID: <20091117131933.530521F808E@releng2.fedora.phx.redhat.com> gfs-decker-fonts has broken dependencies in the development tree: On ppc: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-decker-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:35 +0000 (UTC) Subject: Broken dependencies: sil-doulos-fonts Message-ID: <20091117131935.E3C711F808E@releng2.fedora.phx.redhat.com> sil-doulos-fonts has broken dependencies in the development tree: On ppc: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh On ppc64: sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh sil-doulos-fonts-4.104-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:42 +0000 (UTC) Subject: Broken dependencies: gfs-ambrosia-fonts Message-ID: <20091117131942.7A9771F8097@releng2.fedora.phx.redhat.com> gfs-ambrosia-fonts has broken dependencies in the development tree: On ppc: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh On ppc64: gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh gfs-ambrosia-fonts-20080624-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:46 +0000 (UTC) Subject: Broken dependencies: khmeros-fonts Message-ID: <20091117131946.412671F8088@releng2.fedora.phx.redhat.com> khmeros-fonts has broken dependencies in the development tree: On ppc: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-bokor-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-siemreap-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-handwritten-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-muol-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-base-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-metal-chrieng-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh On ppc64: khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh khmeros-battambang-fonts-5.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:47 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-classic-fonts Message-ID: <20091117131947.5779A1F8087@releng2.fedora.phx.redhat.com> gfs-bodoni-classic-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-bodoni-classic-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:53 +0000 (UTC) Subject: Broken dependencies: oflb-smonohand-fonts Message-ID: <20091117131953.448111F8087@releng2.fedora.phx.redhat.com> oflb-smonohand-fonts has broken dependencies in the development tree: On ppc: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh On ppc64: oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh oflb-smonohand-fonts-20090423-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:09 +0000 (UTC) Subject: Broken dependencies: lohit-kashmiri-fonts Message-ID: <20091117132009.CA3FC1F8088@releng2.fedora.phx.redhat.com> lohit-kashmiri-fonts has broken dependencies in the development tree: On ppc: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-kashmiri-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:10 +0000 (UTC) Subject: Broken dependencies: tiresias-fonts Message-ID: <20091117132010.7B92B1F8091@releng2.fedora.phx.redhat.com> tiresias-fonts has broken dependencies in the development tree: On ppc: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-pc-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-key-v2-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-lp-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-sign-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh tiresias-info-z-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:23 +0000 (UTC) Subject: Broken dependencies: gfs-garaldus-fonts Message-ID: <20091117132023.BE8C71F8088@releng2.fedora.phx.redhat.com> gfs-garaldus-fonts has broken dependencies in the development tree: On ppc: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh On ppc64: gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh gfs-garaldus-fonts-20080707-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:24 +0000 (UTC) Subject: Broken dependencies: gfs-jackson-fonts Message-ID: <20091117132024.1C9671F8087@releng2.fedora.phx.redhat.com> gfs-jackson-fonts has broken dependencies in the development tree: On ppc: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-jackson-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:24 +0000 (UTC) Subject: Broken dependencies: kurdit-unikurd-web-fonts Message-ID: <20091117132024.938ED1F8087@releng2.fedora.phx.redhat.com> kurdit-unikurd-web-fonts has broken dependencies in the development tree: On ppc: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh On ppc64: kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh kurdit-unikurd-web-fonts-20020502-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:30 +0000 (UTC) Subject: Broken dependencies: gfs-nicefore-fonts Message-ID: <20091117132030.692AF1F8087@releng2.fedora.phx.redhat.com> gfs-nicefore-fonts has broken dependencies in the development tree: On ppc: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-nicefore-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:34 +0000 (UTC) Subject: Broken dependencies: lohit-hindi-fonts Message-ID: <20091117132034.59BDA1F80BF@releng2.fedora.phx.redhat.com> lohit-hindi-fonts has broken dependencies in the development tree: On ppc: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-hindi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:33 +0000 (UTC) Subject: Broken dependencies: nafees-web-naskh-fonts Message-ID: <20091117132033.BF22F1F80B5@releng2.fedora.phx.redhat.com> nafees-web-naskh-fonts has broken dependencies in the development tree: On ppc: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh On ppc64: nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh nafees-web-naskh-fonts-1.2-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:35 +0000 (UTC) Subject: Broken dependencies: baekmuk-bdf-fonts Message-ID: <20091117132035.8EED61F809E@releng2.fedora.phx.redhat.com> baekmuk-bdf-fonts has broken dependencies in the development tree: On ppc: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh On ppc64: baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh baekmuk-bdf-fonts-2.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:38 +0000 (UTC) Subject: Broken dependencies: gfs-ignacio-fonts Message-ID: <20091117132038.8EDA11F808F@releng2.fedora.phx.redhat.com> gfs-ignacio-fonts has broken dependencies in the development tree: On ppc: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh On ppc64: gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh gfs-ignacio-fonts-20090923-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:44 +0000 (UTC) Subject: Broken dependencies: brettfont-fonts Message-ID: <20091117132044.3EE7F1F8087@releng2.fedora.phx.redhat.com> brettfont-fonts has broken dependencies in the development tree: On ppc: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh On ppc64: brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh brettfont-fonts-20080506-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:45 +0000 (UTC) Subject: Broken dependencies: knm-new-fixed-fonts Message-ID: <20091117132045.DA7801F8090@releng2.fedora.phx.redhat.com> knm-new-fixed-fonts has broken dependencies in the development tree: On ppc: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh On ppc64: knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh knm-new-fixed-fonts-1.1-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:46 +0000 (UTC) Subject: Broken dependencies: fonts-KOI8-R Message-ID: <20091117132046.888B51F808F@releng2.fedora.phx.redhat.com> fonts-KOI8-R has broken dependencies in the development tree: On ppc: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) On ppc64: fonts-KOI8-R-1.0-12.fc12.noarch requires /usr/bin/perl fonts-KOI8-R-1.0-12.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:46 +0000 (UTC) Subject: Broken dependencies: wqy-unibit-fonts Message-ID: <20091117132046.D45F11F8088@releng2.fedora.phx.redhat.com> wqy-unibit-fonts has broken dependencies in the development tree: On ppc: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh On ppc64: wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh wqy-unibit-fonts-1.1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:49 +0000 (UTC) Subject: Broken dependencies: adf-accanthis-fonts Message-ID: <20091117132049.06C081F8088@releng2.fedora.phx.redhat.com> adf-accanthis-fonts has broken dependencies in the development tree: On ppc: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-3-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-2-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh On ppc64: adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh adf-accanthis-fonts-1.6-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:50 +0000 (UTC) Subject: Broken dependencies: gfs-bodoni-fonts Message-ID: <20091117132050.1C6741F8087@releng2.fedora.phx.redhat.com> gfs-bodoni-fonts has broken dependencies in the development tree: On ppc: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh On ppc64: gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh gfs-bodoni-fonts-20070415-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:20:56 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:20:56 +0000 (UTC) Subject: Broken dependencies: libfontenc Message-ID: <20091117132056.507F91F808F@releng2.fedora.phx.redhat.com> libfontenc has broken dependencies in the development tree: On ppc: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6()(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires rtld(GNU_HASH) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires /sbin/ldconfig libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) libfontenc-1.0.5-2.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From bugzilla at redhat.com Tue Nov 17 13:39:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Nov 2009 08:39:39 -0500 Subject: [Bug 517620] Xchat wants to install additional font Japanese which fails In-Reply-To: References: Message-ID: <200911171339.nAHDddBr009332@bz-web1.app.phx.redhat.com> 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=517620 Richard Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |rhughes at redhat.com Resolution| |NEXTRELEASE Flag|needinfo?(richard at hughsie.c | |om) | --- Comment #8 from Richard Hughes 2009-11-17 08:39:38 EDT --- commit b4369cb7084e0690041f62231fc9eb45d9e004bb Author: Richard Hughes Date: Tue Nov 17 13:38:41 2009 +0000 Also add xchat to the list of applications we ignore -- 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. From buildsys at fedoraproject.org Tue Nov 17 13:21:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:02 +0000 (UTC) Subject: Broken dependencies: adf-tribun-fonts Message-ID: <20091117132102.48D3C1F8087@releng2.fedora.phx.redhat.com> adf-tribun-fonts has broken dependencies in the development tree: On ppc: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh On ppc64: adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh adf-tribun-fonts-1.13-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:05 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:05 +0000 (UTC) Subject: Broken dependencies: ipa-pmincho-fonts Message-ID: <20091117132105.0ECB31F808E@releng2.fedora.phx.redhat.com> ipa-pmincho-fonts has broken dependencies in the development tree: On ppc: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-pmincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:06 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:06 +0000 (UTC) Subject: Broken dependencies: samyak-fonts Message-ID: <20091117132106.6DDF61F8087@releng2.fedora.phx.redhat.com> samyak-fonts has broken dependencies in the development tree: On ppc: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-malayalam-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-tamil-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-devanagari-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-oriya-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh On ppc64: samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh samyak-gujarati-fonts-1.2.1-7.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:07 +0000 (UTC) Subject: Broken dependencies: woodardworks-laconic-fonts Message-ID: <20091117132107.E03671F80B1@releng2.fedora.phx.redhat.com> woodardworks-laconic-fonts has broken dependencies in the development tree: On ppc: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-shadow-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh On ppc64: woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh woodardworks-laconic-fonts-001.001-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:09 +0000 (UTC) Subject: Broken dependencies: urw-fonts Message-ID: <20091117132109.0805D1F808E@releng2.fedora.phx.redhat.com> urw-fonts has broken dependencies in the development tree: On ppc: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh On ppc64: urw-fonts-2.4-9.fc13.noarch requires /bin/sh urw-fonts-2.4-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:16 +0000 (UTC) Subject: Broken dependencies: gfs-olga-fonts Message-ID: <20091117132116.0A3A91F8087@releng2.fedora.phx.redhat.com> gfs-olga-fonts has broken dependencies in the development tree: On ppc: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh On ppc64: gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh gfs-olga-fonts-20060908-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:19 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:19 +0000 (UTC) Subject: Broken dependencies: drehatlas-warender-bibliothek-fonts Message-ID: <20091117132119.3D8C81F8087@releng2.fedora.phx.redhat.com> drehatlas-warender-bibliothek-fonts has broken dependencies in the development tree: On ppc: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh On ppc64: drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh drehatlas-warender-bibliothek-fonts-1.0.1.1-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:24 +0000 (UTC) Subject: Broken dependencies: chisholm-to-be-continued-fonts Message-ID: <20091117132124.40F611F8087@releng2.fedora.phx.redhat.com> chisholm-to-be-continued-fonts has broken dependencies in the development tree: On ppc: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh On ppc64: chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh chisholm-to-be-continued-fonts-20090124-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:26 +0000 (UTC) Subject: Broken dependencies: icelandic-fonts Message-ID: <20091117132126.CA49C1F8087@releng2.fedora.phx.redhat.com> icelandic-fonts has broken dependencies in the development tree: On ppc: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh On ppc64: icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh icelandic-fonts-1.001-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:26 +0000 (UTC) Subject: Broken dependencies: ipa-mincho-fonts Message-ID: <20091117132126.EFF6C1F8087@releng2.fedora.phx.redhat.com> ipa-mincho-fonts has broken dependencies in the development tree: On ppc: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-mincho-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:28 +0000 (UTC) Subject: Broken dependencies: gfs-porson-fonts Message-ID: <20091117132128.5EDF41F8088@releng2.fedora.phx.redhat.com> gfs-porson-fonts has broken dependencies in the development tree: On ppc: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh On ppc64: gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh gfs-porson-fonts-20060908-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:28 +0000 (UTC) Subject: Broken dependencies: yanone-kaffeesatz-fonts Message-ID: <20091117132128.8E0751F808F@releng2.fedora.phx.redhat.com> yanone-kaffeesatz-fonts has broken dependencies in the development tree: On ppc: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh On ppc64: yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh yanone-kaffeesatz-fonts-20080723-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:28 +0000 (UTC) Subject: Broken dependencies: drehatlas-widelands-fonts Message-ID: <20091117132128.77FF21F8088@releng2.fedora.phx.redhat.com> drehatlas-widelands-fonts has broken dependencies in the development tree: On ppc: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh On ppc64: drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh drehatlas-widelands-fonts-1.0.2.2-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:47 +0000 (UTC) Subject: Broken dependencies: gfs-fleischman-fonts Message-ID: <20091117132147.C04D41F8088@releng2.fedora.phx.redhat.com> gfs-fleischman-fonts has broken dependencies in the development tree: On ppc: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-fleischman-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:49 +0000 (UTC) Subject: Broken dependencies: fontpackages Message-ID: <20091117132149.B86971F8088@releng2.fedora.phx.redhat.com> fontpackages has broken dependencies in the development tree: On ppc: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) On ppc64: fontpackages-tools-1.31-2.fc13.noarch requires /bin/bash fontpackages-tools-1.31-2.fc13.noarch requires fontforge fontpackages-tools-1.31-2.fc13.noarch requires perl(Getopt::Std) fontpackages-tools-1.31-2.fc13.noarch requires /usr/bin/perl fontpackages-tools-1.31-2.fc13.noarch requires perl(Unicode::UCD) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:50 +0000 (UTC) Subject: Broken dependencies: msimonson-anonymouspro-fonts Message-ID: <20091117132150.407651F8087@releng2.fedora.phx.redhat.com> msimonson-anonymouspro-fonts has broken dependencies in the development tree: On ppc: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh msimonson-anonymouspro-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:51 +0000 (UTC) Subject: Broken dependencies: lohit-malayalam-fonts Message-ID: <20091117132151.054561F8090@releng2.fedora.phx.redhat.com> lohit-malayalam-fonts has broken dependencies in the development tree: On ppc: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-malayalam-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:51 +0000 (UTC) Subject: Broken dependencies: hartke-aurulent-sans-fonts Message-ID: <20091117132151.39CA41F808F@releng2.fedora.phx.redhat.com> hartke-aurulent-sans-fonts has broken dependencies in the development tree: On ppc: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh On ppc64: hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh hartke-aurulent-sans-mono-fonts-20070504-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:52 +0000 (UTC) Subject: Broken dependencies: gargi-fonts Message-ID: <20091117132152.D526A1F8087@releng2.fedora.phx.redhat.com> gargi-fonts has broken dependencies in the development tree: On ppc: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh On ppc64: gargi-fonts-1.9-2.fc13.noarch requires /bin/sh gargi-fonts-1.9-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:53 +0000 (UTC) Subject: Broken dependencies: gfs-didot-fonts Message-ID: <20091117132153.254081F8088@releng2.fedora.phx.redhat.com> gfs-didot-fonts has broken dependencies in the development tree: On ppc: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh On ppc64: gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh gfs-didot-fonts-20070616-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:54 +0000 (UTC) Subject: Broken dependencies: bitmap-fonts Message-ID: <20091117132154.0878B1F809B@releng2.fedora.phx.redhat.com> bitmap-fonts has broken dependencies in the development tree: On ppc: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh On ppc64: bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh bitmap-cjk-fonts-0.3-9.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:03 +0000 (UTC) Subject: Broken dependencies: cf-bonveno-fonts Message-ID: <20091117132203.AC7AD1F8087@releng2.fedora.phx.redhat.com> cf-bonveno-fonts has broken dependencies in the development tree: On ppc: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh On ppc64: cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh cf-bonveno-fonts-1.1-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:22 +0000 (UTC) Subject: Broken dependencies: chisholm-letterslaughing-fonts Message-ID: <20091117132222.E27EC1F8093@releng2.fedora.phx.redhat.com> chisholm-letterslaughing-fonts has broken dependencies in the development tree: On ppc: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh On ppc64: chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh chisholm-letterslaughing-fonts-20030323-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:26 +0000 (UTC) Subject: Broken dependencies: lohit-nepali-fonts Message-ID: <20091117132226.B9D8C1F808E@releng2.fedora.phx.redhat.com> lohit-nepali-fonts has broken dependencies in the development tree: On ppc: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-nepali-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:29 +0000 (UTC) Subject: Broken dependencies: lohit-oriya-fonts Message-ID: <20091117132229.2C8341F8087@releng2.fedora.phx.redhat.com> lohit-oriya-fonts has broken dependencies in the development tree: On ppc: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-oriya-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:31 +0000 (UTC) Subject: Broken dependencies: baekmuk-ttf-fonts Message-ID: <20091117132231.B28ED1F8088@releng2.fedora.phx.redhat.com> baekmuk-ttf-fonts has broken dependencies in the development tree: On ppc: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-batang-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc64: baekmuk-ttf-fonts-ghostscript-2.2-22.fc12.noarch requires ghostscript >= 0:8.63-4 On ppc: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-gulim-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-hline-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh On ppc64: baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh baekmuk-ttf-dotum-fonts-2.2-22.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:32 +0000 (UTC) Subject: Broken dependencies: ecolier-court-fonts Message-ID: <20091117132232.585851F8087@releng2.fedora.phx.redhat.com> ecolier-court-fonts has broken dependencies in the development tree: On ppc: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-lignes-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh On ppc64: ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh ecolier-court-fonts-20070702-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:32 +0000 (UTC) Subject: Broken dependencies: gfs-baskerville-fonts Message-ID: <20091117132232.768141F8087@releng2.fedora.phx.redhat.com> gfs-baskerville-fonts has broken dependencies in the development tree: On ppc: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh On ppc64: gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh gfs-baskerville-fonts-20070327-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:33 +0000 (UTC) Subject: Broken dependencies: tulrich-tuffy-fonts Message-ID: <20091117132233.2990A1F8087@releng2.fedora.phx.redhat.com> tulrich-tuffy-fonts has broken dependencies in the development tree: On ppc: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh On ppc64: tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh tulrich-tuffy-fonts-1.1-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:33 +0000 (UTC) Subject: Broken dependencies: artwiz-aleczapka-fonts Message-ID: <20091117132233.A00D81F8087@releng2.fedora.phx.redhat.com> artwiz-aleczapka-fonts has broken dependencies in the development tree: On ppc: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh On ppc64: artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh artwiz-aleczapka-fonts-1.3-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:36 +0000 (UTC) Subject: Broken dependencies: sil-andika-fonts Message-ID: <20091117132236.E2F071F8087@releng2.fedora.phx.redhat.com> sil-andika-fonts has broken dependencies in the development tree: On ppc: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh On ppc64: sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh sil-andika-fonts-1.0-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:38 +0000 (UTC) Subject: Broken dependencies: xorg-x11-fonts Message-ID: <20091117132238.5D3D71F808F@releng2.fedora.phx.redhat.com> xorg-x11-fonts has broken dependencies in the development tree: On ppc: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires mkfontscale xorg-x11-fonts-ethiopic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-Type1-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-cyrillic-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-2-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-15-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-75dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-misc-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-14-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh On ppc64: xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires mkfontdir xorg-x11-fonts-ISO8859-9-100dpi-7.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:41 +0000 (UTC) Subject: Broken dependencies: sil-gentium-basic-fonts Message-ID: <20091117132241.C89C71F8088@releng2.fedora.phx.redhat.com> sil-gentium-basic-fonts has broken dependencies in the development tree: On ppc: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh On ppc64: sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh sil-gentium-basic-book-fonts-1.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:42 +0000 (UTC) Subject: Broken dependencies: ctan-musixtex-fonts Message-ID: <20091117132242.F05A11F808E@releng2.fedora.phx.redhat.com> ctan-musixtex-fonts has broken dependencies in the development tree: On ppc: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh On ppc64: ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh ctan-musixtex-fonts-1.13-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:43 +0000 (UTC) Subject: Broken dependencies: senamirmir-washra-fonts Message-ID: <20091117132243.1B90A1F8087@releng2.fedora.phx.redhat.com> senamirmir-washra-fonts has broken dependencies in the development tree: On ppc: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-goffer-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-tint-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-wookianos-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-fantuwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-jiret-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yigezu-bisrat-gothic-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-yebse-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-hiwua-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh On ppc64: senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh senamirmir-washra-zelan-fonts-4.1-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:50 +0000 (UTC) Subject: Broken dependencies: gfs-didot-classic-fonts Message-ID: <20091117132250.DC8151F8087@releng2.fedora.phx.redhat.com> gfs-didot-classic-fonts has broken dependencies in the development tree: On ppc: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh On ppc64: gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh gfs-didot-classic-fonts-20080702-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:51 +0000 (UTC) Subject: Broken dependencies: gdouros-aegyptus-fonts Message-ID: <20091117132251.6ED261F8087@releng2.fedora.phx.redhat.com> gdouros-aegyptus-fonts has broken dependencies in the development tree: On ppc: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-aegyptus-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:55 +0000 (UTC) Subject: Broken dependencies: apanov-edrip-fonts Message-ID: <20091117132255.7B4B71F809C@releng2.fedora.phx.redhat.com> apanov-edrip-fonts has broken dependencies in the development tree: On ppc: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh On ppc64: apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh apanov-edrip-fonts-20081007-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:01 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:01 +0000 (UTC) Subject: Broken dependencies: gdouros-akkadian-fonts Message-ID: <20091117132301.018BB1F8087@releng2.fedora.phx.redhat.com> gdouros-akkadian-fonts has broken dependencies in the development tree: On ppc: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh On ppc64: gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh gdouros-akkadian-fonts-2.52-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:04 +0000 (UTC) Subject: Broken dependencies: myanmar3-unicode-fonts Message-ID: <20091117132304.165AD1F8087@releng2.fedora.phx.redhat.com> myanmar3-unicode-fonts has broken dependencies in the development tree: On ppc: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh On ppc64: myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh myanmar3-unicode-fonts-3.00-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:04 +0000 (UTC) Subject: Broken dependencies: lohit-konkani-fonts Message-ID: <20091117132304.A3C331F8087@releng2.fedora.phx.redhat.com> lohit-konkani-fonts has broken dependencies in the development tree: On ppc: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-konkani-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:09 +0000 (UTC) Subject: Broken dependencies: ipa-gothic-fonts Message-ID: <20091117132310.004A11F8088@releng2.fedora.phx.redhat.com> ipa-gothic-fonts has broken dependencies in the development tree: On ppc: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh On ppc64: ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh ipa-gothic-fonts-003.01-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:12 +0000 (UTC) Subject: Broken dependencies: fontconfig Message-ID: <20091117132312.571BB1F808F@releng2.fedora.phx.redhat.com> fontconfig has broken dependencies in the development tree: On ppc: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc64: fontconfig-devel-2.7.3-1.fc12.ppc64 requires freetype-devel >= 0:2.1.4 On ppc: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: fontconfig-2.7.3-1.fc12.ppc64 requires /bin/sh fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires rtld(GNU_HASH) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires /sbin/ldconfig fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires libfreetype.so.6()(64bit) fontconfig-2.7.3-1.fc12.ppc64 requires coreutils fontconfig-2.7.3-1.fc12.ppc64 requires freetype >= 0:2.1.4 fontconfig-2.7.3-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:13 +0000 (UTC) Subject: Broken dependencies: gfs-gazis-fonts Message-ID: <20091117132313.72E191F808E@releng2.fedora.phx.redhat.com> gfs-gazis-fonts has broken dependencies in the development tree: On ppc: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh On ppc64: gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh gfs-gazis-fonts-20091008-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:16 +0000 (UTC) Subject: Broken dependencies: knm_new-fonts Message-ID: <20091117132316.560A01F808E@releng2.fedora.phx.redhat.com> knm_new-fonts has broken dependencies in the development tree: On ppc: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh On ppc64: knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh knm_new-fonts-1.1-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:15 +0000 (UTC) Subject: Broken dependencies: sil-lateef-fonts Message-ID: <20091117132315.2C7D11F8087@releng2.fedora.phx.redhat.com> sil-lateef-fonts has broken dependencies in the development tree: On ppc: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh On ppc64: sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh sil-lateef-fonts-1.001-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:22 +0000 (UTC) Subject: Broken dependencies: sportrop-fonts Message-ID: <20091117132322.173531F808E@releng2.fedora.phx.redhat.com> sportrop-fonts has broken dependencies in the development tree: On ppc: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh On ppc64: sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh sportrop-fonts-0.9-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:23 +0000 (UTC) Subject: Broken dependencies: lohit-telugu-fonts Message-ID: <20091117132323.066D21F808E@releng2.fedora.phx.redhat.com> lohit-telugu-fonts has broken dependencies in the development tree: On ppc: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh On ppc64: lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh lohit-telugu-fonts-2.4.4-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:22 +0000 (UTC) Subject: Broken dependencies: sil-scheherazade-fonts Message-ID: <20091117132322.BE9A61F8087@releng2.fedora.phx.redhat.com> sil-scheherazade-fonts has broken dependencies in the development tree: On ppc: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh On ppc64: sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh sil-scheherazade-fonts-1.001-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:27 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:27 +0000 (UTC) Subject: Broken dependencies: sil-charis-fonts Message-ID: <20091117132327.33AE81F809D@releng2.fedora.phx.redhat.com> sil-charis-fonts has broken dependencies in the development tree: On ppc: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh On ppc64: sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh sil-charis-fonts-4.106-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:31 +0000 (UTC) Subject: Broken dependencies: pango Message-ID: <20091117132331.113391F8090@releng2.fedora.phx.redhat.com> pango has broken dependencies in the development tree: On ppc: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc64: pango-1.26.0-1.fc12.ppc64 requires libc.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) pango-1.26.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires libX11.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libm.so.6()(64bit) pango-1.26.0-1.fc12.ppc64 requires libXrender.so.1()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires /bin/sh pango-1.26.0-1.fc12.ppc64 requires rtld(GNU_HASH) pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires freetype >= 0:2.1.3-3 pango-1.26.0-1.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) pango-1.26.0-1.fc12.ppc64 requires libXft.so.2()(64bit) pango-1.26.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 On ppc64: pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(xft) pango-devel-1.26.0-1.fc12.ppc64 requires libXft-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXext-devel pango-devel-1.26.0-1.fc12.ppc64 requires libXrender-devel pango-devel-1.26.0-1.fc12.ppc64 requires pkgconfig(freetype2) pango-devel-1.26.0-1.fc12.ppc64 requires libX11-devel pango-devel-1.26.0-1.fc12.ppc64 requires freetype-devel >= 0:2.1.3-3 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:35 +0000 (UTC) Subject: Broken dependencies: stix-fonts Message-ID: <20091117132335.E2E5E1F8087@releng2.fedora.phx.redhat.com> stix-fonts has broken dependencies in the development tree: On ppc: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh stix-pua-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh stix-integrals-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-fonts-0.9-13.fc12.noarch requires /bin/sh stix-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh stix-variants-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh On ppc64: stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh stix-sizes-fonts-0.9-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:36 +0000 (UTC) Subject: Broken dependencies: lohit-assamese-fonts Message-ID: <20091117132336.36ED01F8088@releng2.fedora.phx.redhat.com> lohit-assamese-fonts has broken dependencies in the development tree: On ppc: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-assamese-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:49 +0000 (UTC) Subject: Broken dependencies: fonts-hebrew-fancy Message-ID: <20091117132349.E36361F808E@releng2.fedora.phx.redhat.com> fonts-hebrew-fancy has broken dependencies in the development tree: On ppc: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh On ppc64: fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh fonts-hebrew-fancy-0.20051122-5.fc11.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:50 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:50 +0000 (UTC) Subject: Broken dependencies: gfs-eustace-fonts Message-ID: <20091117132350.CFF801F8090@releng2.fedora.phx.redhat.com> gfs-eustace-fonts has broken dependencies in the development tree: On ppc: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh On ppc64: gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh gfs-eustace-fonts-20080303-6.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:51 +0000 (UTC) Subject: Broken dependencies: gfs-pyrsos-fonts Message-ID: <20091117132351.828691F8088@releng2.fedora.phx.redhat.com> gfs-pyrsos-fonts has broken dependencies in the development tree: On ppc: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh On ppc64: gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh gfs-pyrsos-fonts-20090618-3.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:52 +0000 (UTC) Subject: Broken dependencies: lohit-sindhi-fonts Message-ID: <20091117132352.2EEB81F808E@releng2.fedora.phx.redhat.com> lohit-sindhi-fonts has broken dependencies in the development tree: On ppc: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-sindhi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:54 +0000 (UTC) Subject: Broken dependencies: mgopen-fonts Message-ID: <20091117132354.20F7D1F808F@releng2.fedora.phx.redhat.com> mgopen-fonts has broken dependencies in the development tree: On ppc: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-cosmetica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-canonica-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-moderna-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh On ppc64: mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh mgopen-modata-fonts-0.20050515-16.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:54 +0000 (UTC) Subject: Broken dependencies: oflb-notcouriersans-fonts Message-ID: <20091117132354.716791F8090@releng2.fedora.phx.redhat.com> oflb-notcouriersans-fonts has broken dependencies in the development tree: On ppc: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh On ppc64: oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh oflb-notcouriersans-fonts-1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From tl at openoffice.org Tue Nov 17 14:09:49 2009 From: tl at openoffice.org (tl at openoffice.org) Date: 17 Nov 2009 14:09:49 -0000 Subject: [Issue 105084] OpenSymbol font: Math related changes In-Reply-To: Message-ID: <20091117140949.4921.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 User tl changed the following: What |Old value |New value ================================================================================ CC|'fedorafonts,kamataki,mru,|'fedorafonts,hdu,kamataki, |va' |mru,va' -------------------------------------------------------------------------------- ------- Additional comments from tl at openoffice.org Tue Nov 17 14:09:48 +0000 2009 ------- Adding hdu to CC. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification From buildsys at fedoraproject.org Tue Nov 17 13:24:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:00 +0000 (UTC) Subject: Broken dependencies: taipeifonts Message-ID: <20091117132400.567F21F808E@releng2.fedora.phx.redhat.com> taipeifonts has broken dependencies in the development tree: On ppc: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh On ppc64: taipeifonts-1.2-9.fc12.noarch requires /bin/sh taipeifonts-1.2-9.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:03 +0000 (UTC) Subject: Broken dependencies: sil-padauk-fonts Message-ID: <20091117132403.105971F80B7@releng2.fedora.phx.redhat.com> sil-padauk-fonts has broken dependencies in the development tree: On ppc: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh On ppc64: sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh sil-padauk-fonts-2.4-6.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:10 +0000 (UTC) Subject: Broken dependencies: pothana2000-fonts Message-ID: <20091117132410.91A7A1F8088@releng2.fedora.phx.redhat.com> pothana2000-fonts has broken dependencies in the development tree: On ppc: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh On ppc64: pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh pothana2000-fonts-1.3.1-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:13 +0000 (UTC) Subject: Broken dependencies: fonttools Message-ID: <20091117132413.0787B1F8088@releng2.fedora.phx.redhat.com> fonttools has broken dependencies in the development tree: On ppc: fonttools-2.2-7.fc12.ppc requires libc.so.6 fonttools-2.2-7.fc12.ppc requires libpython2.6.so.1.0 fonttools-2.2-7.fc12.ppc requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.1.3) fonttools-2.2-7.fc12.ppc requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.0) fonttools-2.2-7.fc12.ppc requires libpthread.so.0 fonttools-2.2-7.fc12.ppc requires libc.so.6(GLIBC_2.3) fonttools-2.2-7.fc12.ppc requires /usr/bin/python On ppc64: fonttools-2.2-7.fc12.ppc64 requires libc.so.6()(64bit) fonttools-2.2-7.fc12.ppc64 requires rtld(GNU_HASH) fonttools-2.2-7.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) fonttools-2.2-7.fc12.ppc64 requires libpthread.so.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires libpython2.6.so.1.0()(64bit) fonttools-2.2-7.fc12.ppc64 requires python(abi) = 0:2.6 fonttools-2.2-7.fc12.ppc64 requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:14 +0000 (UTC) Subject: Broken dependencies: dustin-domestic-manners-fonts Message-ID: <20091117132414.6D07E1F8087@releng2.fedora.phx.redhat.com> dustin-domestic-manners-fonts has broken dependencies in the development tree: On ppc: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh On ppc64: dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh dustin-domestic-manners-fonts-20030527-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:20 +0000 (UTC) Subject: Broken dependencies: apa-new-athena-unicode-fonts Message-ID: <20091117132420.3CC4E1F8088@releng2.fedora.phx.redhat.com> apa-new-athena-unicode-fonts has broken dependencies in the development tree: On ppc: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh On ppc64: apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh apa-new-athena-unicode-fonts-3.4-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:22 +0000 (UTC) Subject: Broken dependencies: hanazono-fonts Message-ID: <20091117132422.16DCE1F808F@releng2.fedora.phx.redhat.com> hanazono-fonts has broken dependencies in the development tree: On ppc: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh On ppc64: hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh hanazono-fonts-20081012-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:22 +0000 (UTC) Subject: Broken dependencies: dustin-dustismo-fonts Message-ID: <20091117132422.5B9731F808E@releng2.fedora.phx.redhat.com> dustin-dustismo-fonts has broken dependencies in the development tree: On ppc: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-roman-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh On ppc64: dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh dustin-dustismo-sans-fonts-20030318-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:20 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:20 +0000 (UTC) Subject: Broken dependencies: conakry-fonts Message-ID: <20091117132420.2D6101F8087@releng2.fedora.phx.redhat.com> conakry-fonts has broken dependencies in the development tree: On ppc: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh On ppc64: conakry-fonts-20070829-3.fc12.noarch requires /bin/sh conakry-fonts-20070829-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:24 +0000 (UTC) Subject: Broken dependencies: gfs-complutum-fonts Message-ID: <20091117132424.ACF571F8087@releng2.fedora.phx.redhat.com> gfs-complutum-fonts has broken dependencies in the development tree: On ppc: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh On ppc64: gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh gfs-complutum-fonts-20070413-13.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:28 +0000 (UTC) Subject: Broken dependencies: liberation-fonts Message-ID: <20091117132428.2DE581F8087@releng2.fedora.phx.redhat.com> liberation-fonts has broken dependencies in the development tree: On ppc: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-sans-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-serif-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh On ppc64: liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh liberation-mono-fonts-1.05.2.20091019-2.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:28 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:28 +0000 (UTC) Subject: Broken dependencies: vemana2000-fonts Message-ID: <20091117132428.453561F8088@releng2.fedora.phx.redhat.com> vemana2000-fonts has broken dependencies in the development tree: On ppc: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh On ppc64: vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh vemana2000-fonts-1.1.1-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:29 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:29 +0000 (UTC) Subject: Broken dependencies: roadstencil-fonts Message-ID: <20091117132429.830D81F8091@releng2.fedora.phx.redhat.com> roadstencil-fonts has broken dependencies in the development tree: On ppc: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh On ppc64: roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh roadstencil-fonts-1.0-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:33 +0000 (UTC) Subject: Broken dependencies: ghostscript-fonts Message-ID: <20091117132433.269451F8087@releng2.fedora.phx.redhat.com> ghostscript-fonts has broken dependencies in the development tree: On ppc: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh On ppc64: ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh ghostscript-fonts-5.50-23.fc12.noarch requires xorg-x11-font-utils ghostscript-fonts-5.50-23.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:34 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:34 +0000 (UTC) Subject: Broken dependencies: asana-math-fonts Message-ID: <20091117132434.34BE01F8088@releng2.fedora.phx.redhat.com> asana-math-fonts has broken dependencies in the development tree: On ppc: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh On ppc64: asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh asana-math-fonts-0.914-7.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:36 +0000 (UTC) Subject: Broken dependencies: xgridfit Message-ID: <20091117132436.1607D1F8087@releng2.fedora.phx.redhat.com> xgridfit has broken dependencies in the development tree: On ppc: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash On ppc64: xgridfit-1.19-2.b.fc12.noarch requires /bin/bash Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:36 +0000 (UTC) Subject: Broken dependencies: saab-fonts Message-ID: <20091117132436.36D781F8087@releng2.fedora.phx.redhat.com> saab-fonts has broken dependencies in the development tree: On ppc: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh On ppc64: saab-fonts-0.91-3.fc12.noarch requires /bin/sh saab-fonts-0.91-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:36 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:36 +0000 (UTC) Subject: Broken dependencies: un-core-fonts Message-ID: <20091117132436.69D401F8088@releng2.fedora.phx.redhat.com> un-core-fonts has broken dependencies in the development tree: On ppc: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-graphic-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dinaru-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-pilgi-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-batang-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh On ppc64: un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh un-core-gungseo-fonts-1.0.2-0.10.080608.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:37 +0000 (UTC) Subject: Broken dependencies: wqy-bitmap-fonts Message-ID: <20091117132437.E20E41F80AB@releng2.fedora.phx.redhat.com> wqy-bitmap-fonts has broken dependencies in the development tree: On ppc: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh On ppc64: wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh wqy-bitmap-fonts-0.9.9-11.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:39 +0000 (UTC) Subject: Broken dependencies: sil-charis-compact-fonts Message-ID: <20091117132439.076D31F80C7@releng2.fedora.phx.redhat.com> sil-charis-compact-fonts has broken dependencies in the development tree: On ppc: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh On ppc64: sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh sil-charis-compact-fonts-4.106-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:47 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:47 +0000 (UTC) Subject: Broken dependencies: gfs-solomos-fonts Message-ID: <20091117132447.3273F1F8087@releng2.fedora.phx.redhat.com> gfs-solomos-fonts has broken dependencies in the development tree: On ppc: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh On ppc64: gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh gfs-solomos-fonts-20071114-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:48 +0000 (UTC) Subject: Broken dependencies: abyssinica-fonts Message-ID: <20091117132448.78B181F8088@releng2.fedora.phx.redhat.com> abyssinica-fonts has broken dependencies in the development tree: On ppc: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh On ppc64: abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh abyssinica-fonts-1.0-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:52 +0000 (UTC) Subject: Broken dependencies: dejavu-fonts Message-ID: <20091117132452.CFD441F808F@releng2.fedora.phx.redhat.com> dejavu-fonts has broken dependencies in the development tree: On ppc: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-sans-mono-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-lgc-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-serif-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh On ppc64: dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh dejavu-sans-fonts-2.30-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:53 +0000 (UTC) Subject: Broken dependencies: yanone-tagesschrift-fonts Message-ID: <20091117132453.C8AD51F808F@releng2.fedora.phx.redhat.com> yanone-tagesschrift-fonts has broken dependencies in the development tree: On ppc: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh On ppc64: yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh yanone-tagesschrift-fonts-20050524-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:59 +0000 (UTC) Subject: Broken dependencies: lohit-marathi-fonts Message-ID: <20091117132459.28E9F1F808E@releng2.fedora.phx.redhat.com> lohit-marathi-fonts has broken dependencies in the development tree: On ppc: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-marathi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:00 +0000 (UTC) Subject: Broken dependencies: efont-unicode-bdf Message-ID: <20091117132500.F3E891F808E@releng2.fedora.phx.redhat.com> efont-unicode-bdf has broken dependencies in the development tree: On ppc: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh On ppc64: efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh efont-unicode-bdf-0.4.2-10.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:04 +0000 (UTC) Subject: Broken dependencies: gfs-theokritos-fonts Message-ID: <20091117132504.1981D1F8087@releng2.fedora.phx.redhat.com> gfs-theokritos-fonts has broken dependencies in the development tree: On ppc: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh On ppc64: gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh gfs-theokritos-fonts-20070415-14.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:41 +0000 (UTC) Subject: Broken dependencies: gfs-neohellenic-fonts Message-ID: <20091117132341.A8A1E1F8087@releng2.fedora.phx.redhat.com> gfs-neohellenic-fonts has broken dependencies in the development tree: On ppc: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh On ppc64: gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh gfs-neohellenic-fonts-20090918-1.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:44 +0000 (UTC) Subject: Broken dependencies: oldstandard-sfd-fonts Message-ID: <20091117132344.E7AA21F8087@releng2.fedora.phx.redhat.com> oldstandard-sfd-fonts has broken dependencies in the development tree: On ppc: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh On ppc64: oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh oldstandard-sfd-fonts-2.0.2-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:39 +0000 (UTC) Subject: Broken dependencies: oflb-goudy-bookletter-1911-fonts Message-ID: <20091117132339.9F8D21F808E@releng2.fedora.phx.redhat.com> oflb-goudy-bookletter-1911-fonts has broken dependencies in the development tree: On ppc: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh On ppc64: oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh oflb-goudy-bookletter-1911-fonts-20080206-3.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:48 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:48 +0000 (UTC) Subject: Broken dependencies: jisksp16-1990-fonts Message-ID: <20091117132348.0DBD71F8087@releng2.fedora.phx.redhat.com> jisksp16-1990-fonts has broken dependencies in the development tree: On ppc: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh On ppc64: jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh jisksp16-1990-fonts-0.983-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:39 +0000 (UTC) Subject: Broken dependencies: tibetan-machine-uni-fonts Message-ID: <20091117132339.CBAB11F808E@releng2.fedora.phx.redhat.com> tibetan-machine-uni-fonts has broken dependencies in the development tree: On ppc: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh On ppc64: tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh tibetan-machine-uni-fonts-1.901-4.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:09 +0000 (UTC) Subject: Broken dependencies: gfs-artemisia-fonts Message-ID: <20091117132509.AEA011F8087@releng2.fedora.phx.redhat.com> gfs-artemisia-fonts has broken dependencies in the development tree: On ppc: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh On ppc64: gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh gfs-artemisia-fonts-20070415-12.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:12 +0000 (UTC) Subject: Broken dependencies: jomolhari-fonts Message-ID: <20091117132512.D66131F80A7@releng2.fedora.phx.redhat.com> jomolhari-fonts has broken dependencies in the development tree: On ppc: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh On ppc64: jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh jomolhari-fonts-0.003-8.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:14 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:14 +0000 (UTC) Subject: Broken dependencies: beteckna-fonts Message-ID: <20091117132514.A7D501F809B@releng2.fedora.phx.redhat.com> beteckna-fonts has broken dependencies in the development tree: On ppc: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-small-caps-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh On ppc64: beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh beteckna-lower-case-fonts-0.3-5.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:15 +0000 (UTC) Subject: Broken dependencies: gfs-philostratos-fonts Message-ID: <20091117132515.A926B1F8088@releng2.fedora.phx.redhat.com> gfs-philostratos-fonts has broken dependencies in the development tree: On ppc: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh On ppc64: gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh gfs-philostratos-fonts-20090902-1.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:18 +0000 (UTC) Subject: Broken dependencies: vlgothic-fonts Message-ID: <20091117132518.19A7A1F8087@releng2.fedora.phx.redhat.com> vlgothic-fonts has broken dependencies in the development tree: On ppc: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-p-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh On ppc64: vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh vlgothic-fonts-20090612-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:18 +0000 (UTC) Subject: Broken dependencies: lohit-punjabi-fonts Message-ID: <20091117132518.67D991F8088@releng2.fedora.phx.redhat.com> lohit-punjabi-fonts has broken dependencies in the development tree: On ppc: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh On ppc64: lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh lohit-punjabi-fonts-2.4.3-2.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:43 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:43 +0000 (UTC) Subject: Broken dependencies: bitstream-vera-fonts Message-ID: <20091117132343.69F0B1F8087@releng2.fedora.phx.redhat.com> bitstream-vera-fonts has broken dependencies in the development tree: On ppc: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-sans-mono-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh On ppc64: bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh bitstream-vera-serif-fonts-1.10-18.fc12.noarch requires /bin/sh Please resolve this as soon as possible. From bugzilla at redhat.com Tue Nov 17 23:37:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Nov 2009 18:37:20 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911172337.nAHNbKhm022530@bz-web2.app.phx.redhat.com> 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 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Triaged -- 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. From bugzilla at redhat.com Tue Nov 17 23:37:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Nov 2009 18:37:32 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911172337.nAHNbWn2022606@bz-web2.app.phx.redhat.com> 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 Matej Cepl changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Triaged | -- 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. From bugzilla at redhat.com Wed Nov 18 05:28:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 00:28:42 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911180528.nAI5Sg78024998@bz-web1.app.phx.redhat.com> 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 #32 from Pravin Satpute 2009-11-18 00:28:37 EDT --- should i proceed with devel build? -- 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. From bugzilla at redhat.com Wed Nov 18 05:29:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 00:29:59 -0500 Subject: [Bug 529323] Review Request: gdouros-aegean-fonts - Font for ancient scripts in the Aegean vicinity In-Reply-To: References: Message-ID: <200911180529.nAI5TxkE009257@bz-web2.app.phx.redhat.com> 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=529323 --- Comment #9 from Fedora Update System 2009-11-18 00:29:58 EDT --- gdouros-aegean-fonts-3.01-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/gdouros-aegean-fonts-3.01-2.fc12 -- 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. From bugzilla at redhat.com Wed Nov 18 05:32:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 00:32:03 -0500 Subject: [Bug 530190] Review Request: gdouros-aegyptus-fonts - A font for Egyptian hieroglyphs In-Reply-To: References: Message-ID: <200911180532.nAI5W37Z009983@bz-web2.app.phx.redhat.com> 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 --- Comment #6 from Fedora Update System 2009-11-18 00:32:02 EDT --- gdouros-aegyptus-fonts-2.52-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/gdouros-aegyptus-fonts-2.52-1.fc12 -- 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. From bugzilla at redhat.com Wed Nov 18 05:39:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 00:39:12 -0500 Subject: [Bug 532231] Review Request: gdouros-akkadian-fonts - A font for Sumero-Akkadian cuneiform In-Reply-To: References: Message-ID: <200911180539.nAI5dCiX027025@bz-web1.app.phx.redhat.com> 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=532231 --- Comment #5 from Fedora Update System 2009-11-18 00:39:12 EDT --- gdouros-akkadian-fonts-2.52-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/gdouros-akkadian-fonts-2.52-1.fc12 -- 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. From bugzilla at redhat.com Wed Nov 18 05:35:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 00:35:22 -0500 Subject: [Bug 532231] Review Request: gdouros-akkadian-fonts - A font for Sumero-Akkadian cuneiform In-Reply-To: References: Message-ID: <200911180535.nAI5ZMeF026535@bz-web1.app.phx.redhat.com> 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=532231 --- Comment #4 from Fedora Update System 2009-11-18 00:35:22 EDT --- gdouros-akkadian-fonts-2.52-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/gdouros-akkadian-fonts-2.52-1.fc12 -- 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. From ozamosi at fedoraproject.org Wed Nov 18 06:41:49 2009 From: ozamosi at fedoraproject.org (Robin Sonefors) Date: Wed, 18 Nov 2009 06:41:49 +0000 (UTC) Subject: rpms/gdouros-alexander-fonts/devel gdouros-alexander-fonts-fontconfig.conf, NONE, 1.1 gdouros-alexander-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20091118064149.7350C11C00DE@cvs1.fedora.phx.redhat.com> Author: ozamosi Update of /cvs/pkgs/rpms/gdouros-alexander-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19129 Modified Files: .cvsignore sources Added Files: gdouros-alexander-fonts-fontconfig.conf gdouros-alexander-fonts.spec Log Message: Initial version --- NEW FILE gdouros-alexander-fonts-fontconfig.conf --- serif Alexander Alexander serif --- NEW FILE gdouros-alexander-fonts.spec --- %global fontname gdouros-alexander %global fontconf 62-%{fontname}.conf Name: %{fontname}-fonts Version: 3.01 Release: 2%{?dist} Summary: A Greek typeface inspired by Alexander Wilson Group: User Interface/X License: Copyright only URL: http://users.teilar.gr/~g1951d/ Source0: http://users.teilar.gr/~g1951d/Alexander.zip Source1: %{name}-fontconfig.conf Source2: http://users.teilar.gr/~g1951d/Samples.pdf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description A text typeface using the Greek letters designed by Alexander Wilson (1714-1786), a Scottish doctor, astronomer, and typefounder, who established a typefoundry in Glasgow in 1744. The type was especially designed for an edition of Homer?s epics, published in 1756-8 by Andrew and Robert Foulis, printers to the University of Glasgow. A modern revival, Wilson Greek, was designed by Matthew Carter in 1995. Peter S. Baker is also using Wilson?s Greek type in his Junicode font for medieval scholars (2007). Latin and Cyrillic are based on a Garamond typeface. The font covers the Windows Glyph List, IPA Extensions, Greek Extended, Ancient Greek Numbers, Byzantine and Ancient Greek Musical Notation, various typographic extras and several Open Type features (Case-Sensitive Forms, Small Capitals, Subscript, Superscript, Numerators, Denominators, Fractions, Old Style Figures, Historical Forms, Stylistic Alternates, Ligatures). 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 Alexander.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} install -m 0755 -d %{buildroot}%{_docdir}/%{name}-%{version} install -m 0644 -p %{SOURCE2} %{buildroot}%{_docdir}/%{name}-%{version} %clean rm -fr %{buildroot} %_font_pkg -f %{fontconf} Alexander.otf %doc %{_docdir}/%{name}-%{version}/Samples.pdf %changelog * Wed Nov 18 2009 Robin Sonefors - 3.01-2 - Fix fontconfig priority and categorization - Add sample document * Thu Oct 22 2009 Robin Sonefors - 3.01-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-alexander-fonts/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 11 Nov 2009 03:44:47 -0000 1.1 +++ .cvsignore 18 Nov 2009 06:41:48 -0000 1.2 @@ -0,0 +1,2 @@ +Alexander.zip +Samples.pdf Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdouros-alexander-fonts/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 11 Nov 2009 03:44:48 -0000 1.1 +++ sources 18 Nov 2009 06:41:48 -0000 1.2 @@ -0,0 +1,2 @@ +89437a9b8440771a0c7b725349cff466 Alexander.zip +22bef50514c41c9bc52e926a3907a232 Samples.pdf From bugzilla at redhat.com Wed Nov 18 07:45:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 02:45:59 -0500 Subject: [Bug 456580] Multiple severe problems with texlive-texfm-fonts In-Reply-To: References: Message-ID: <200911180745.nAI7jx10009646@bz-web2.app.phx.redhat.com> 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=456580 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 --- Comment #4 from Bug Zapper 2008-11-25 21:35:48 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping --- Comment #5 from Bug Zapper 2009-11-18 02:45:56 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 07:48:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 02:48:42 -0500 Subject: [Bug 494046] updating fontconfig to rawhide then ANY font package causes gnome-terminal to segfault In-Reply-To: References: Message-ID: <200911180748.nAI7mgTK010862@bz-web2.app.phx.redhat.com> 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=494046 --- Comment #6 from Bug Zapper 2009-11-18 02:48:40 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 08:24:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 03:24:47 -0500 Subject: [Bug 463036] LiberationSans-Bold 'u' and 'W' blurred in smaller sizes. In-Reply-To: References: Message-ID: <200911180824.nAI8Ol3d012574@bz-web1.app.phx.redhat.com> 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=463036 --- Comment #18 from Bug Zapper 2009-11-18 03:24:46 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 08:33:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 03:33:39 -0500 Subject: [Bug 466595] Needless ghost files (fonts.cache-*). In-Reply-To: References: Message-ID: <200911180833.nAI8Xdak032571@bz-web2.app.phx.redhat.com> 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=466595 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 --- Comment #2 from Bug Zapper 2008-11-25 22:46:11 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping --- Comment #3 from Bug Zapper 2009-11-18 03:33:38 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 08:38:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 03:38:36 -0500 Subject: [Bug 468565] Checkbox won't select on fillable PDF In-Reply-To: References: Message-ID: <200911180838.nAI8caV7019920@bz-web1.app.phx.redhat.com> 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=468565 --- Comment #5 from Bug Zapper 2009-11-18 03:38:35 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 08:56:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 03:56:37 -0500 Subject: [Bug 472695] exa-master-upgrade breaks glyph rendering with OLPC XO In-Reply-To: References: Message-ID: <200911180856.nAI8ubFW029427@bz-web1.app.phx.redhat.com> 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=472695 --- Comment #5 from Bug Zapper 2009-11-18 03:56:36 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 09:06:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 04:06:54 -0500 Subject: [Bug 473903] font size isn't restored upon login In-Reply-To: References: Message-ID: <200911180906.nAI96s5b018120@bz-web2.app.phx.redhat.com> 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=473903 --- Comment #3 from Bug Zapper 2009-11-18 04:06:52 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 09:46:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 04:46:42 -0500 Subject: [Bug 481532] luit crashes and burns. In-Reply-To: References: Message-ID: <200911180946.nAI9kgBC024298@bz-web1.app.phx.redhat.com> 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=481532 --- Comment #2 from Bug Zapper 2009-11-18 04:46:40 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 09:49:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 04:49:23 -0500 Subject: [Bug 484613] crash with "double free or corruption (out)" in pango In-Reply-To: References: Message-ID: <200911180949.nAI9nNm6009960@bz-web2.app.phx.redhat.com> 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=484613 --- Comment #3 from Bug Zapper 2009-11-18 04:49:21 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 09:55:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 04:55:13 -0500 Subject: [Bug 490583] Package includes the wrong fonts, so rendering of most Myanmar words is wrong In-Reply-To: References: Message-ID: <200911180955.nAI9tD7M013302@bz-web2.app.phx.redhat.com> 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=490583 --- Comment #3 from Bug Zapper 2009-11-18 04:55:12 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 09:58:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 04:58:45 -0500 Subject: [Bug 494902] [te_IN] Incorrect glyph substitution for telugu letter ka followed by dep vowel AA then consonant sha and then viram In-Reply-To: References: Message-ID: <200911180958.nAI9wjAs014953@bz-web2.app.phx.redhat.com> 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=494902 --- Comment #7 from Bug Zapper 2009-11-18 04:58:43 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 10:13:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 05:13:14 -0500 Subject: [Bug 450061] [ro] Create (U+0218..021B,2011) glyphs in Lat2-Terminus16. In-Reply-To: References: Message-ID: <200911181013.nAIADEdE022453@bz-web2.app.phx.redhat.com> 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=450061 --- Comment #11 from Bug Zapper 2009-11-18 05:13:12 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 10:23:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 05:23:43 -0500 Subject: [Bug 475233] pango update i386 conflicts In-Reply-To: References: Message-ID: <200911181023.nAIANhwx010886@bz-web1.app.phx.redhat.com> 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=475233 --- Comment #4 from Bug Zapper 2009-11-18 05:23:42 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 10:31:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 05:31:25 -0500 Subject: [Bug 490583] Package includes the wrong fonts, so rendering of most Myanmar words is wrong In-Reply-To: References: Message-ID: <200911181031.nAIAVPB3031985@bz-web2.app.phx.redhat.com> 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=490583 Minto Joseph changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE --- Comment #4 from Minto Joseph 2009-11-18 05:31:24 EDT --- issue fixed.. -- 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. From bugzilla at redhat.com Wed Nov 18 10:38:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 05:38:39 -0500 Subject: [Bug 478695] Firefox crashes in pango-hangul-fc.so In-Reply-To: References: Message-ID: <200911181038.nAIAcdvn003442@bz-web2.app.phx.redhat.com> 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=478695 --- Comment #1 from Bug Zapper 2009-11-18 05:38:38 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 10:42:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 05:42:28 -0500 Subject: [Bug 479386] Pango multilib conflict on F10 In-Reply-To: References: Message-ID: <200911181042.nAIAgSot005627@bz-web2.app.phx.redhat.com> 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=479386 --- Comment #1 from Bug Zapper 2009-11-18 05:42:27 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:08:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:08:29 -0500 Subject: [Bug 225617] Merge Review: bitmap-fonts In-Reply-To: References: Message-ID: <200911181108.nAIB8TwF000794@bz-web1.app.phx.redhat.com> 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 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(nicolas.mailhot at l | |aposte.net) | --- Comment #33 from Nicolas Mailhot 2009-11-18 06:08:23 EDT --- You can build in rawhide however please do not close this, I need to find time to review the result properly and approve the merge review (unfortunately, it seems I'm a bit under water those past days) -- 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. From bugzilla at redhat.com Wed Nov 18 11:35:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:35:56 -0500 Subject: [Bug 491986] a font cause gtk applications to crash on x86_64 systems In-Reply-To: References: Message-ID: <200911181135.nAIBZupK015000@bz-web1.app.phx.redhat.com> 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=491986 --- Comment #1 from Bug Zapper 2009-11-18 06:35:54 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:50:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:50:12 -0500 Subject: [Bug 497311] Dependent Vowel (0CBC) are Render as Independenet vowel In-Reply-To: References: Message-ID: <200911181150.nAIBoCMG021460@bz-web1.app.phx.redhat.com> 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=497311 --- Comment #2 from Bug Zapper 2009-11-18 06:50:11 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:54:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:54:33 -0500 Subject: [Bug 499349] "Backspace" has wrong function in Assamese Codepoint. In-Reply-To: References: Message-ID: <200911181154.nAIBsXob010465@bz-web2.app.phx.redhat.com> 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=499349 --- Comment #4 from Bug Zapper 2009-11-18 06:54:30 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:54:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:54:37 -0500 Subject: [Bug 499360] [as_IN] [Codepoint- Additional Vowels] U+09E3 has error. In-Reply-To: References: Message-ID: <200911181154.nAIBsbOx010505@bz-web2.app.phx.redhat.com> 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=499360 --- Comment #8 from Bug Zapper 2009-11-18 06:54:36 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:56:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:56:19 -0500 Subject: [Bug 500119] [Indic[Codepoint]Press backspace key can't delete the whole char In-Reply-To: References: Message-ID: <200911181156.nAIBuJrd011506@bz-web2.app.phx.redhat.com> 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=500119 --- Comment #7 from Bug Zapper 2009-11-18 06:56:18 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:54:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:54:53 -0500 Subject: [Bug 499790] [te_IN][pango]GSUB delete key can't delete the whole char in f10 In-Reply-To: References: Message-ID: <200911181154.nAIBsrSl010649@bz-web2.app.phx.redhat.com> 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=499790 --- Comment #3 from Bug Zapper 2009-11-18 06:54:52 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:56:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:56:36 -0500 Subject: [Bug 500307] [gu_IN][Additional Vowels]U0AE2/U0AE3 font doesn't have right shape In-Reply-To: References: Message-ID: <200911181156.nAIBuaL8011617@bz-web2.app.phx.redhat.com> 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=500307 --- Comment #3 from Bug Zapper 2009-11-18 06:56:35 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:56:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:56:10 -0500 Subject: [Bug 500105] [hi_IN][Various Sign]Unicode 0952/0953/0954 don't have the right font shape In-Reply-To: References: Message-ID: <200911181156.nAIBuAKt011398@bz-web2.app.phx.redhat.com> 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=500105 --- Comment #3 from Bug Zapper 2009-11-18 06:56:08 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:55:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:55:01 -0500 Subject: [Bug 499807] [te_IN][codepoint]Press right arrow key it can't move to the right of the char In-Reply-To: References: Message-ID: <200911181155.nAIBt1Ni010757@bz-web2.app.phx.redhat.com> 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=499807 --- Comment #1 from Bug Zapper 2009-11-18 06:55:00 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:56:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:56:15 -0500 Subject: [Bug 500110] [Indic][CodePoint]Press backspace key it delete the whole char and letter before it In-Reply-To: References: Message-ID: <200911181156.nAIBuFas011468@bz-web2.app.phx.redhat.com> 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=500110 --- Comment #29 from Bug Zapper 2009-11-18 06:56:13 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:56:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:56:56 -0500 Subject: [Bug 500563] [si_LK][GPOS] U0DB8 U0DDA font shape has error In-Reply-To: References: Message-ID: <200911181156.nAIBuuBA024843@bz-web1.app.phx.redhat.com> 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=500563 --- Comment #4 from Bug Zapper 2009-11-18 06:56:55 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:59:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:59:11 -0500 Subject: [Bug 501416] [kn_IN][CodePoint] "U+0CE[2-3]" have error results. In-Reply-To: References: Message-ID: <200911181159.nAIBxB0N025612@bz-web1.app.phx.redhat.com> 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=501416 --- Comment #3 from Bug Zapper 2009-11-18 06:59:10 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:57:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:57:00 -0500 Subject: [Bug 500569] [si_LK][GPOS] Delete 0D[0-F][A-D] 0DDA need to press backspace key three times In-Reply-To: References: Message-ID: <200911181157.nAIBv04A024880@bz-web1.app.phx.redhat.com> 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=500569 --- Comment #1 from Bug Zapper 2009-11-18 06:56:59 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:59:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:59:06 -0500 Subject: [Bug 501414] [kn_IN]Cursor stays in the middle of char when moving it to the right hand of the char. In-Reply-To: References: Message-ID: <200911181159.nAIBx6cK025573@bz-web1.app.phx.redhat.com> 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=501414 --- Comment #3 from Bug Zapper 2009-11-18 06:59:05 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:58:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:58:58 -0500 Subject: [Bug 501277] [pa_IN][CodePoint]"U+0A33" need press backspace key twice to delete the whole char In-Reply-To: References: Message-ID: <200911181158.nAIBwwMx025509@bz-web1.app.phx.redhat.com> 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=501277 --- Comment #2 from Bug Zapper 2009-11-18 06:58:57 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:58:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:58:54 -0500 Subject: [Bug 501271] [Indic][GPOS]"U+0C95 U+0CCB" need press backspace key four times to delete the whole char. In-Reply-To: References: Message-ID: <200911181158.nAIBwsQg025474@bz-web1.app.phx.redhat.com> 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=501271 --- Comment #2 from Bug Zapper 2009-11-18 06:58:53 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:57:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:57:22 -0500 Subject: [Bug 500772] [te_IN][GPOS] U0C[1-3][0-F]+0C48 need press backspace key three times to delete the whole char In-Reply-To: References: Message-ID: <200911181157.nAIBvMvF025049@bz-web1.app.phx.redhat.com> 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=500772 --- Comment #1 from Bug Zapper 2009-11-18 06:57:21 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:58:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:58:44 -0500 Subject: [Bug 501267] [Indic][GPOS]"U+0A33 U+0A70" need press backspace key three times to delete the whole char. In-Reply-To: References: Message-ID: <200911181158.nAIBwi7G025407@bz-web1.app.phx.redhat.com> 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=501267 --- Comment #4 from Bug Zapper 2009-11-18 06:58:43 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:59:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:59:15 -0500 Subject: [Bug 501417] [kn_IN][CodePoint] "U+0CBC" has error result. In-Reply-To: References: Message-ID: <200911181159.nAIBxFfC012708@bz-web2.app.phx.redhat.com> 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=501417 --- Comment #1 from Bug Zapper 2009-11-18 06:59:14 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:59:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:59:43 -0500 Subject: [Bug 501852] [ml_IN] need extra backspace press to delete this string of characters In-Reply-To: References: Message-ID: <200911181159.nAIBxhCV012946@bz-web2.app.phx.redhat.com> 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=501852 --- Comment #9 from Bug Zapper 2009-11-18 06:59:42 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:57:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:57:57 -0500 Subject: [Bug 500971] [Indic][GSUB]"U+09DC U+09CD U+09AF" need press backspace key four times to delete the whole char In-Reply-To: References: Message-ID: <200911181157.nAIBvvBn012332@bz-web2.app.phx.redhat.com> 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=500971 --- Comment #4 from Bug Zapper 2009-11-18 06:57:56 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:00:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:00:22 -0500 Subject: [Bug 501910] [hi_IN][GSUB]"U+0929 U+094D U+0929" need press backspace key five times to delete the whole char In-Reply-To: References: Message-ID: <200911181200.nAIC0Mdh013441@bz-web2.app.phx.redhat.com> 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=501910 --- Comment #2 from Bug Zapper 2009-11-18 07:00:21 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:00:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:00:17 -0500 Subject: [Bug 501905] [hi_IN][GSUB]"U+0915 U+094D U+0934" need press backspace key four times to delete the whole char. In-Reply-To: References: Message-ID: <200911181200.nAIC0HQG013381@bz-web2.app.phx.redhat.com> 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=501905 --- Comment #2 from Bug Zapper 2009-11-18 07:00:16 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:59:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:59:47 -0500 Subject: [Bug 501900] [hi_IN][GSUB]"U+0915 U+094D U+0929" need press backspace key four times to delete the whole char. In-Reply-To: References: Message-ID: <200911181159.nAIBxljO026004@bz-web1.app.phx.redhat.com> 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=501900 --- Comment #3 from Bug Zapper 2009-11-18 06:59:46 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 11:59:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 06:59:38 -0500 Subject: [Bug 501847] [ml_IN][GSUB] U+0D21 U+0D4D U+0D30 U+0D48 U+0D35 U+0D4D delete key can't delete the whole char In-Reply-To: References: Message-ID: <200911181159.nAIBxcvG025709@bz-web1.app.phx.redhat.com> 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=501847 --- Comment #4 from Bug Zapper 2009-11-18 06:59:38 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:00:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:00:12 -0500 Subject: [Bug 501903] [hi_IN][GSUB]"U+0915 U+094D U+0931" need press backspace key four times to delete the whole char. In-Reply-To: References: Message-ID: <200911181200.nAIC0CEd026536@bz-web1.app.phx.redhat.com> 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=501903 --- Comment #2 from Bug Zapper 2009-11-18 07:00:11 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:15:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:15:36 -0500 Subject: [Bug 525624] [kn_IN][CodePoint] "U+0CBC" has error result. In-Reply-To: References: Message-ID: <200911181215.nAICFahM002570@bz-web1.app.phx.redhat.com> 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=525624 --- Comment #1 from Bug Zapper 2009-11-18 07:15:35 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:19:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:19:27 -0500 Subject: [Bug 244384] Firefox font antialises too much In-Reply-To: References: Message-ID: <200911181219.nAICJRhT023809@bz-web2.app.phx.redhat.com> 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=244384 --- Comment #28 from Bug Zapper 2009-11-18 07:19:23 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:22:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:22:53 -0500 Subject: [Bug 370441] subpixel on by default? In-Reply-To: References: Message-ID: <200911181222.nAICMru9006129@bz-web1.app.phx.redhat.com> 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=370441 --- Comment #3 from Bug Zapper 2009-11-18 07:22:51 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:23:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:23:18 -0500 Subject: [Bug 391191] wrong verify options in rpm package for fonts.dir In-Reply-To: References: Message-ID: <200911181223.nAICNIwu006239@bz-web1.app.phx.redhat.com> 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=391191 --- Comment #4 from Bug Zapper 2009-11-18 07:23:16 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:25:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:25:54 -0500 Subject: [Bug 432184] Firefox "organise status bar" extensions conflicts with IcedTeaPlugin In-Reply-To: References: Message-ID: <200911181225.nAICPsm8008122@bz-web1.app.phx.redhat.com> 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=432184 --- Comment #32 from Bug Zapper 2009-11-18 07:25:51 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:29:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:29:03 -0500 Subject: [Bug 444281] Provides: freetype2-devel In-Reply-To: References: Message-ID: <200911181229.nAICT3jf029483@bz-web2.app.phx.redhat.com> 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=444281 --- Comment #3 from Bug Zapper 2009-11-18 07:29:02 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:46:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:46:33 -0500 Subject: [Bug 487061] Japanese fonts changed to less readable after update In-Reply-To: References: Message-ID: <200911181246.nAICkXix019067@bz-web1.app.phx.redhat.com> 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=487061 --- Comment #7 from Bug Zapper 2009-11-18 07:46:33 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:51:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:51:54 -0500 Subject: [Bug 499921] xorg-x11-fonts-misc's description does not list "Greek fonts" In-Reply-To: References: Message-ID: <200911181251.nAICps2V010288@bz-web2.app.phx.redhat.com> 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=499921 --- Comment #1 from Bug Zapper 2009-11-18 07:51:53 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 12:58:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 07:58:57 -0500 Subject: [Bug 387491] =?utf-8?q?_=C3=B8_character_is_wrong_in_?= "nimbus sans l condensed" at size 20 In-Reply-To: References: Message-ID: <200911181258.nAICwv5x013658@bz-web2.app.phx.redhat.com> 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=387491 --- Comment #3 from Noura El hawary 2009-11-18 07:58:56 EDT --- This message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- 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. From bugzilla at redhat.com Wed Nov 18 13:09:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 08:09:06 -0500 Subject: [Bug 387491] =?utf-8?q?_=C3=B8_character_is_wrong_in_?= "nimbus sans l condensed" at size 20 In-Reply-To: References: Message-ID: <200911181309.nAID96lg030486@bz-web1.app.phx.redhat.com> 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=387491 Hans de Goede changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE --- Comment #4 from Hans de Goede 2009-11-18 08:09:05 EDT --- This seems fixed in F-12, closing with a resolution of current release. -- 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. From bugzilla at redhat.com Wed Nov 18 13:45:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 08:45:48 -0500 Subject: [Bug 456580] Multiple severe problems with texlive-texfm-fonts In-Reply-To: References: Message-ID: <200911181345.nAIDjmiL015366@bz-web1.app.phx.redhat.com> 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=456580 Jonathan Underwood changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10 |rawhide --- Comment #6 from Jonathan Underwood 2009-11-18 08:45:45 EDT --- Moving to Rawhide, since this is still in progress. -- 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. From pravins at fedoraproject.org Wed Nov 18 14:22:19 2009 From: pravins at fedoraproject.org (Pravin Satpute) Date: Wed, 18 Nov 2009 14:22:19 +0000 (UTC) Subject: rpms/bitmap-fonts/devel 66-bitmap-console.conf, NONE, 1.1 66-bitmap-fangsongti.conf, NONE, 1.1 66-bitmap-fixed.conf, NONE, 1.1 66-bitmap-lucida-typewriter.conf, NONE, 1.1 LICENSE, NONE, 1.1 bitmap-fonts.spec, 1.21, 1.22 Message-ID: <20091118142219.84C5D11C00DE@cvs1.fedora.phx.redhat.com> Author: pravins Update of /cvs/pkgs/rpms/bitmap-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8344 Modified Files: bitmap-fonts.spec Added Files: 66-bitmap-console.conf 66-bitmap-fangsongti.conf 66-bitmap-fixed.conf 66-bitmap-lucida-typewriter.conf LICENSE Log Message: * Wed Nov 18 2009 Pravin Satpute - 0.3-14 - removed console8x8.pcf from console sub-package --- NEW FILE 66-bitmap-console.conf --- monospace Console Console monospace --- NEW FILE 66-bitmap-fangsongti.conf --- monospace Fangsong ti Fangsong ti monospace --- NEW FILE 66-bitmap-fixed.conf --- monospace Fixed Fixed monospace --- NEW FILE 66-bitmap-lucida-typewriter.conf --- monospace LucidaTypewriter LucidaTypewriter monospace --- NEW FILE LICENSE --- This font is a merge of: -ISAS-Fangsong ti-Medium-R-Normal--24-240-72-72-c-240-ISO10646-1 -Sony-Fixed-Medium-R-Normal--24-170-100-100-C-120-ISO8859-1 Copyright (C) 1988 The Institute of Software, Academia Sinica. Correspondence Address: P.O.Box 8718, Beijing, China 100080. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notices appear in all copies and that both those copyright notices and this permission notice appear in supporting documentation, and that the name of "the Institute of Software, Academia Sinica" not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. The Institute of Software, Academia Sinica, makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. THE INSTITUTE OF SOFTWARE, ACADEMIA SINICA, DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE INSTITUTE OF SOFTWARE, ACADEMIA SINICA, BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. This is a hanzi guobiao (GB) code 24x24 song ti font. GB stands for the National Standard GB2312-80 of the People's Republic of China. Copyright 1989 by Sony Corp. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notices appear in all copies and that both those copyright notices and this permission notice appear in supporting documentation, and that the name of Sony Corp. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Sony Corp. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. SONY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SONY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Index: bitmap-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/bitmap-fonts/devel/bitmap-fonts.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- bitmap-fonts.spec 30 Sep 2009 07:36:13 -0000 1.21 +++ bitmap-fonts.spec 18 Nov 2009 14:22:19 -0000 1.22 @@ -1,53 +1,83 @@ -#%global fontname bitmap -%define common_desc \ +%global fontname bitmap +%global fontconf 66-%{fontname} +%global common_desc \ The bitmap-fonts package provides a number of bitmap fonts selected\ from the xorg package designed for use locations such as\ terminals. Name: bitmap-fonts Version: 0.3 -Release: 9%{?dist} -License: Lucida and MIT and Public Domain +Release: 14%{?dist} +License: Lucida Source0: bitmap-fonts-%{version}.tar.bz2 Source1: fixfont-3.5.tar.bz2 +Source2: LICENSE +Source3: 66-bitmap-console.conf +Source4: 66-bitmap-fangsongti.conf +Source5: 66-bitmap-fixed.conf +Source6: 66-bitmap-lucida-typewriter.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Group: User Interface/X Summary: Selected set of bitmap fonts -Requires(pre): fontconfig +Requires: fontpackages-filesystem BuildRequires: xorg-x11-font-utils BuildRequires: fontpackages-devel + %description %common_desc -%package common -Summary: Common files for bitmap-fonts +%package -n bitmap-lucida-typewriter-fonts +Summary: Selected CJK bitmap fonts for Anaconda Requires: fontpackages-filesystem +Provides: %{name}-cjk = %{version}-%{release} +License: MIT -%description common +%description -n bitmap-lucida-typewriter-fonts %common_desc -This package consists of files used by other %{name} packages. - -%_font_pkg lut* con* [0-9]* +%_font_pkg -n lucida-typewriter -f %{fontconf}-lucida-typewriter.conf lut* +%doc LU_LEGALNOTICE -%package -n bitmap-cjk-fonts +%package -n bitmap-fangsongti-fonts Summary: Selected CJK bitmap fonts for Anaconda -Group: Applications/System -Requires(pre): fontconfig -Requires: %{name}-common = %{version}-%{release} +Requires: fontpackages-filesystem Provides: %{name}-cjk = %{version}-%{release} +License: MIT -%description -n %{fontname}-cjk-fonts +%description -n %{fontname}-fangsongti-fonts bitmap-fonts-cjk package contains bitmap fonts used by Anaconda. They are selected from the xorg packages, and the font encoding are converted from native encoding to ISO10646. They are only intended to be used in Anaconda. -%_font_pkg -n cjk fangsongti* +%_font_pkg -n fangsongti -f %{fontconf}-fangsongti.conf fangsongti* +%doc LICENSE + +%package -n bitmap-console-fonts +Summary: Selected set of bitmap fonts +Requires: fontpackages-filesystem +License: GPLv2 + +%description -n %{fontname}-console-fonts +%common_desc + +%_font_pkg -n console -f %{fontconf}-console.conf console8x16* + + +%package -n bitmap-fixed-fonts +Summary: Selected set of bitmap fonts +Requires: fontpackages-filesystem +License: GPLv2 + +%description -n %{fontname}-fixed-fonts +%common_desc + +%_font_pkg -n fixed -f %{fontconf}-fixed.conf console9* %prep %setup -q -a 1 +cp %{SOURCE2} . %install @@ -61,22 +91,61 @@ make install DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/usr/share/fonts/bitmap-fonts %{buildroot}%{_fontdir} -#install -m 0755 -d %{buildroot}%{_fontdir} +rm %{buildroot}%{_fontdir}/[0-9]*.pcf +rm %{buildroot}%{_fontdir}/console8x8.pcf +rm README + +gzip %{buildroot}%{_fontdir}/*.pcf + +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} + +# Repeat for every font family +install -m 0644 -p %{SOURCE3} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-console.conf + +install -m 0644 -p %{SOURCE4} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-fangsongti.conf + +install -m 0644 -p %{SOURCE5} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-fixed.conf + +install -m 0644 -p %{SOURCE6} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-lucida-typewriter.conf + + +for fconf in %{fontconf}-console.conf \ + %{fontconf}-fangsongti.conf \ + %{fontconf}-fixed.conf \ + %{fontconf}-lucida-typewriter.conf ; do + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fconf +done -# %%ghost the fonts.cache-1 file -#touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1 %clean rm -rf $RPM_BUILD_ROOT -%files common -%defattr(-,root,root) -%doc README LU_LEGALNOTICE - %changelog -* Wed Sep 30 2009 Pravin Satpute - 0.3-9 +* Wed Nov 18 2009 Pravin Satpute - 0.3-14 +- removed console8x8.pcf from console sub-package + +* Fri Oct 09 2009 Pravin Satpute - 0.3-13 +- added lucida-typewriter and fixed subpackage +- removed common subpackage +- added conf file for each subpackage + +* Fri Oct 09 2009 Pravin Satpute - 0.3-12 +- updates license for each subpackage + +* Thu Sep 17 2009 Pravin Satpute - 0.3-11 +- second update as per merge review comment, bug 225617 + +* Thu Sep 17 2009 Pravin Satpute - 0.3-10 +- updating as per merge review comment + +* Thu Sep 17 2009 Pravin Satpute - 0.3-9 - updating as per new packaging guidelines -- bugfix 481068 * Fri Jul 24 2009 Fedora Release Engineering - 0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From bugzilla at redhat.com Wed Nov 18 14:34:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Nov 2009 09:34:01 -0500 Subject: [Bug 526204] Review Request: ucs-miscfixed-fonts selected set of bitmap fonts In-Reply-To: References: Message-ID: <200911181434.nAIEY1rG020300@bz-web2.app.phx.redhat.com> 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 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Review Request: |Review Request: |ucs-fixed-fonts selected |ucs-miscfixed-fonts |set of bitmap fonts |selected set of bitmap | |fonts --- Comment #14 from Pravin Satpute 2009-11-18 09:34:00 EDT --- oops, looks like i have done cvs request with wrong package name :( really sorry for that it should be usc-miscfixed-fonts New Package CVS Request ======================= Package Name: ucs-miscfixed-fonts Short Description: Selected set of bitmap fonts Owners: pravins Branches: InitialCC: fonts-sig can we do something now? -- 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. From bugzilla-daemon at freedesktop.org Wed Nov 18 16:59:53 2009 From: bugzilla-daemon at freedesktop.org (bugzilla-daemon at freedesktop.org) Date: Wed, 18 Nov 2009 08:59:53 -0800 (PST) Subject: [Bug 1281] Use a public identifier for fonts.conf In-Reply-To: References: Message-ID: <20091118165953.8EAEF1300C9@annarchy.freedesktop.org> http://bugs.freedesktop.org/show_bug.cgi?id=1281 --- Comment #7 from Nicolas Mailhot 2009-11-18 08:59:52 PST --- Looking at the catalog spec I'm not so sure it needs a different identifier. This question is probably best to ask on the xml list where people that write reference books can answer http://www.xml.org/xml-dev/ -- 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. From Matt_Domsch at dell.com Thu Nov 19 04:33:26 2009 From: Matt_Domsch at dell.com (Matt Domsch) Date: Wed, 18 Nov 2009 22:33:26 -0600 Subject: Fedora rawhide rebuild in mock status 2009-11-18 x86_64 Message-ID: <20091119043326.GA18185@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 using the rawhide tree as of 2009-11-15. All packages were built on systems running Fedora 12. All failed builds were retried to avoid single or transient build failures. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ 6 Open Bugs which now build, and can be marked CLOSED RAWHIDE: gmpc: [u'530858'] gnubversion: [u'511678'] latex2rtf: [u'530856'] libfakekey: [u'511716'] matchbox-keyboard: [u'511774'] safekeep: [u'511793'] Total packages: 8598 Number failed to build: 373 Number expected to fail due to ExclusiveArch or ExcludeArch: 31 Leaving: 342 Of those expected to have worked... Without a bug filed: 320 ---------------------------------- GMT-4.5.1-1.fc13 (build/make) orion,pertusus Glide3-20050815-9.fc12 (build/make) ajax Io-language-20071010-10.fc11 (build/make) orphan LabPlot-1.6.0.2-8.fc12 (build/make) chitlesh,chitlesh,tnorth OpenSceneGraph-2.8.2-3.fc12 (build/make) corsepiu PyKDE-3.16.3-2.fc12 (build/make) rdieter,jamatos PyQuante-1.6.3-2.fc12 (build/make) jussilehtola R-AnnotationDbi-1.6.1-1.fc12 (build/make) pingou R-BSgenome-1.12.3-2.fc12 (build/make) pingou R-BSgenome.Celegans.UCSC.ce2-1.3.13-4.fc12 (build/make) pingou R-Biobase-2.4.1-2.fc12 (build/make) pingou R-Biostrings-2.12.9-1.fc12 (build/make) pingou R-BufferedMatrix-1.8.0-2.fc12 (build/make) pingou R-BufferedMatrixMethods-1.8.0-4.fc12 (build/make) pingou R-DBI-0.2-4.fc12 (build/make) nigelj R-DynDoc-1.22.0-2.fc12 (build/make) pingou R-GeneR-2.14.0-2.fc12 (build/make) pingou R-IRanges-1.2.3-2.fc12 (build/make) pingou R-RM2-0.0-5.fc12 (build/make) denisarnaud R-RODBC-1.3.0-1.fc12 (build/make) spot R-RSQLite-0.7-4.fc12 (build/make) nigelj R-RUnit-0.4.22-2.fc12 (build/make) pingou R-abind-1.1.0-5.fc12 (build/make) spot R-acepack-1.3.2.2-7.fc12 (build/make) spot R-affy-1.22.1-3.fc12 (build/make) pingou R-affyio-1.12.0-3.fc12 (build/make) pingou R-biglm-0.7-1.fc12 (build/make) spot R-bigmemory-3.10-1.fc12 (build/make) spot R-hgu95av2probe-2.4.0-2.fc12 (build/make) pingou R-lmtest-0.9-6.fc12 (build/make) orion R-maanova-1.14.0-1.fc12 (build/make) pingou R-msm-0.9.1-3.fc12 (build/make) denisarnaud R-multtest-2.0.0-2.fc12 (build/make) pingou,alexlan R-mvtnorm-0.9-8.fc12 (build/make) orion R-nws-2.0.0.3-1.fc13 (build/make) spot R-pls-2.1.0-2.fc12 (build/make) pingou R-preprocessCore-1.6.0-2.fc12 (build/make) pingou R-qtl-1.14.2-1.fc13 (build/make) ellert R-qvalue-1.18.0-2.fc12 (build/make) pingou R-rlecuyer-0.2-3.fc12 (build/make) pingou R-systemfit-1.1-1.fc12 (build/make) orion R-tkWidgets-1.22.0-2.fc12 (build/make) pingou R-widgetTools-1.22.0-2.fc12 (build/make) pingou UnihanDb-5.1.0-7.fc12.2 (build/make) dchen,i18n-team aimage-3.2.1-1.fc12 (build/make) kwizart aldo-0.7.5-4.fc12 (build/make) bjensen,bjensen,dp67,sconklin,sindrepb anjal-0.1.0-1.fc13 (build/make) pbrobinson apbs-1.1.0-7.fc12 (build/make) timfenn arm-gp2x-linux-SDL-1.2.9-6.fc12 (build/make) jwrdegoede arm-gp2x-linux-gcc-4.1.2-11.fc12 (build/make) jwrdegoede arm-gp2x-linux-glibc-2.3.6-7.fc12 (build/make) jwrdegoede arm-gp2x-linux-zlib-1.2.3-8.fc12 (build/make) jwrdegoede arts-1.5.10-8.fc12 (build/make) than,kkofler,rdieter,tuxbrewr asio-1.4.1-2.fc12 (build/make) uwog atlas-3.8.3-12.fc13 (build/make) deji,deji automake15-1.5-27 (build/make) karsten awn-extras-applets-0.3.2.1-8.fc11 (build/make) phuang,sindrepb baekmuk-bdf-fonts-2.2-8.fc12 (build/make) cchance,fonts-sig,i18n-team,petersen ballbuster-1.0-9.fc12 (build/make) jwrdegoede beagle-0.3.9-15.fc12 (build/make) nushio,psytux bind-dyndb-ldap-0.1.0-0.3.a1.fc12 (build/make) mnagy,atkac blacs-1.1-33.fc12 (build/make) spot blitz-0.9-12.fc12 (build/make) sergiopr bluefish-1.0.7-8.fc12 (build/make) pghmcfc boo-0.9.2.3383-3.fc13 (build/make) pfj,palango botan-1.8.7-1.fc12 (build/make) thm bro-1.4-0.6.20080804svn.fc12 (build/make) mildew,pvrabec buildbot-0.7.11p3-1.fc12 (build/make) giallu,dmalcolm,smilner cadaver-0.23.2-6 (build/make) jorton cdrdao-1.2.3-0.rc2.4 (build/make) rrakus,denis,npajkovs cdrkit-1.1.9-10.fc12 (build/make) rrakus,npajkovs chktex-1.6.4-4.fc11 (build/make) sergiopr,pertusus chronojump-0.8.11-3.fc12 (build/make) olea,salimma clisp-2.47-4.fc12 (build/make) gemi,green clutter-gtk-0.10.2-1.fc12 (build/make) itamarjp,sundaram cobbler-2.0.0-1.fc12 (build/make) jeckersb,awood,dgoodwin,jeckersb cryptopp-5.6.0-4.fc13 (build/make) sundaram,nucleo davfs2-1.3.3-3.fc12 (build/make) wwoods dnsperf-1.0.1.0-12.fc12 (build/make) pwouters eclipse-eclox-0.8.0-3.20090616svn.fc12 (build/make) chitlesh eclipse-mylyn-3.3.0-3.fc13 (build/make) overholt,mbooth eclipse-subclipse-1.6.5-1.fc12 (build/make) robmv,akurtakov efte-1.1-1.fc12 (build/make) jussilehtola emacs-bbdb-2.35-3.fc12 (build/make) jgu emacs-common-muse-3.12-3.fc12 (build/make) jgu emacs-vm-8.0.12-5.fc12 (build/make) jgu emacspeak-29.0-3.fc12 (build/make) petersen evolution-2.28.0-2.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-couchdb-0.3.2-2.fc13 (build/make) pbrobinson evolution-exchange-2.28.0-1.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-mapi-0.28.0-1.fc12 (build/make) mbarnes,mcrha evolution-remove-duplicates-0.0.4-4.fc12 (build/make) salimma evolution-rspam-0.0.10-1.fc12 (build/make) lucilanga evolution-rss-0.1.4-5.fc12 (build/make) lucilanga fbterm-1.5-2.fc12 (build/make) dchen,i18n-team fedora-security-guide-en-US-1.0-19.fc13 (build/make) sparks,mhideo fedora-setup-keyboard-0.4-3.fc12 (build/make) drago01,whot flac123-0.0.11-7.fc12 (build/make) sindrepb fonts-ISO8859-2-1.0-22.fc12 (build/make) pnemade,fonts-sig,i18n-team,pnemade freenx-server-0.7.3-15.fc12 (build/make) athimm,limb frescobaldi-0.7.14-1.fc12 (build/make) oget frysk-0.4-12.fc12 (build/make) cagney,pmuldoon,swagiaal fuse-python-0.2-12.fc12 (build/make) peter gdm-2.28.0-5.fc13 (build/make) mccann,rstrode geda-gattrib-20081231-3.fc11 (build/make) chitlesh geda-gnetlist-20081231-3.fc12 (build/make) chitlesh geda-gschem-20081231-4.fc12 (build/make) chitlesh geda-gsymcheck-20081231-3.fc12 (build/make) chitlesh geda-utils-20081231-3.fc12 (build/make) chitlesh gettext-0.17-15.fc12 (build/make) petersen,i18n-team ghc-xmonad-contrib-0.8.1-8.fc12 (build/make) ynemoy,bos,haskell-sig,petersen gnash-0.9.0-0.6.20090809bzr11401.fc12 (build/make) kkofler,jreznik,pertusus,tomeu gnome-do-plugins-0.8.2-1.fc12 (build/make) nushio,salimma gnome-doc-utils-0.18.0-1.fc12 (build/make) mbarnes gnome-python2-desktop-2.28.0-1.fc12 (build/make) mbarnes gnome-rdp-0.2.3-6.fc12 (build/make) janderson gnuradio-3.2.2-1.fc12 (build/make) mmahut,astronomy-sig gnustep-base-1.18.0-6.fc13 (build/make) s4504kr gpgme-1.1.8-2.fc12 (build/make) rdieter,tmraz granule-1.4.0-9.fc12 (build/make) vlg grass-6.3.0-14.fc12 (build/make) rezso,pertusus gromacs-4.0.4-2.fc11 (build/make) jussilehtola grub-0.97-62.fc13 (build/make) pjones,lkundrak gts-0.7.6-13.fc12 (build/make) edhill guile-1.8.7-3.fc12 (build/make) mlichvar guile-gnome-platform-2.16.1-4.fc12 (build/make) laxathom gvfs-1.4.0-7.fc13 (build/make) tbzatek,alexl,hadess ibus-table-extraphrase-1.1.0.20090415-4.fc12 (build/make) cchance,i18n-team,liangsuilong icu-4.2.1-6.fc12 (build/make) caolanm,denisarnaud,thl imgtarget-0.1.4-4.fc12 (build/make) grof inotify-tools-3.13-3.fc12 (build/make) drago01 isdn4k-utils-3.2-67.fc13 (build/make) than javassist-3.9.0-5.fc12 (build/make) john5342,john5342 jed-0.99.18-10.fc12 (build/make) rakesh jline-0.9.94-0.4.fc12 (build/make) mbooth jsr-305-0-0.4.20090203svn.fc12 (build/make) jjames k3d-0.7.11.0-1.fc12 (build/make) orphan kadu-0.6.5.2-3.fc12 (build/make) gajownik,gajownik kdebase3-3.5.10-14.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,svahl,tuxbrewr kdebindings-4.3.2-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdelibs3-3.5.10-19.fc12 (build/make) than,kkofler,ltinkl,rdieter,tuxbrewr kdepim-4.3.3-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdevelop-3.9.95-0.1.beta5.fc13 (build/make) than,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdewebdev-3.5.10-4.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,tuxbrewr kdnssd-avahi-0.1.3-0.9.20080116svn.fc12 (build/make) rdieter,rdieter,tuxbrewr keepassx-0.4.0-3.fc12 (build/make) abompard kguitar-0.5.1-8.926svn.fc12 (build/make) oget kio_sword-0.3-11.fc12 (build/make) anderson,deji kita-0.177.5-6.fc12 (build/make) mtasaka knm_new-fonts-1.1-5.fc11 (build/make) orphan,fonts-sig,i18n-team kpolynome-0.1.2-15.fc12 (build/make) chitlesh kst-1.8.0-3.fc12 (build/make) mtruch libguestfs-1.0.78-2.fc13 (build/make) rjones,virtmaint libopensync-plugin-kdepim-0.22-6.fc12 (build/make) awjb libsoup22-2.2.105-6.fc12 (build/make) mbarnes linbox-1.1.6-6.fc13 (build/make) tomspur log4net-1.2.10-8.fc13 (build/make) snecker luma-2.4-6.fc12 (build/make) s4504kr lxappearance-0.2.1-2.fc12 (build/make) cwickert lxlauncher-0.2.1-2.fc12 (build/make) cwickert lxrandr-0.1.1-2.fc12 (build/make) cwickert lxsession-edit-0.1.1-2.fc12 (build/make) cwickert lxshortcut-0.1.1-2.fc12 (build/make) cwickert lyx-1.6.4-2.fc12 (build/make) rdieter,jamatos mail-notification-5.4-16.fc12 (build/make) buc,buc,thl mapnik-0.6.1-3.fc12 (build/make) rezso,snecker mapserver-5.4.2-1.fc12 (build/make) rezso,devrim maven-archiver-2.2-2.fc12 (build/make) overholt,akurtakov maven-doxia-1.0-0.8.a10.1.fc12 (build/make) dbhole,akurtakov maven-doxia-sitetools-1.0-0.2.a10.1.fc12 (build/make) overholt,akurtakov maven-plugin-tools-2.1-5.fc12 (build/make) akurtakov maven-scm-1.2-4.fc12 (build/make) dbhole,akurtakov maven-shared-8-3.fc12 (build/make) dbhole,akurtakov maven-surefire-2.3-7.7.fc12 (build/make) dbhole,akurtakov maven2-2.0.8-3.fc12 (build/make) dbhole,akurtakov maven2-plugin-shade-1.0-7.fc12 (build/make) overholt,akurtakov merkaartor-0.14-1.fc12 (build/make) slankes,till mingw32-cairo-1.8.8-1.fc12 (build/make) rjones,berrange,epienbro,lfarkas,mingwmaint mingw32-gtk2-2.18.2-1.fc13 (build/make) rjones,berrange,epienbro,sailer mingw32-qt-4.5.2-2.fc12 (build/make) sailer,rjones mingw32-qwt-5.1.1-9.fc12 (build/make) sailer,rjones mingw32-sqlite-3.6.17-1.fc12 (build/make) rjones,berrange,lfarkas,mingwmaint,sailer mksh-39-1.fc12 (build/make) robert modello-1.0-0.4.a15.0.1.fc12 (build/make) fnasser monkeystudio-1.8.4.0-0.3.20090824svn3243.fc12 (build/make) eponyme mono-ndoc-1.3.1-7.fc12 (build/make) spot mono-nunit22-2.2.10-11.fc13 (build/make) spot mono-sharpcvslib-0.35-13.fc12 (build/make) spot muse-1.0-0.7.rc3.fc12.1 (build/make) oget,nando nagios-plugins-1.4.13-17.fc12 (build/make) mmcgrath,jpo,romal,sebastian nant-0.85-32.fc12 (build/make) pfj nqc-3.1.6-6.fc12 (build/make) rvinyard nss-3.12.4-13.1.fc13 (build/make) kengert,emaldonado,kdudka nx-3.3.0-38.fc12 (build/make) athimm,limb openalchemist-0.3-7.fc12 (build/make) xavierb openoffice.org-voikko-3.1-1.fc12 (build/make) vpv par2cmdline-0.4.tbb.20090203-1.fc12 (build/make) epienbro paraview-3.6.1-6.fc12 (build/make) orion,pertusus perl-Catalyst-Plugin-Authorization-ACL-0.10-4.fc12 (build/make) somlo perl-Class-InsideOut-1.09-2.fc11 (build/make) cweyl,perl-sig perl-Config-Augeas-0.400-2.fc12 (build/make) apevec perl-Crypt-GPG-1.63-4.fc12 (build/make) robert,perl-sig perl-DBIx-Class-0.08108-1.fc12 (build/make) cweyl,perl-sig perl-Expect-1.21-3.fc12 (build/make) cweyl,perl-sig perl-Expect-Simple-0.04-3.fc12 (build/make) cweyl,perl-sig perl-IO-Tty-1.08-3.fc12 (build/make) spot,perl-sig perl-IPC-Run-0.84-1.fc12 (build/make) steve,perl-sig perl-Jemplate-0.23-2.fc11 (build/make) cweyl,perl-sig perl-MooseX-Role-Parameterized-0.09-2.fc12 (build/make) cweyl,perl-sig perl-MooseX-Singleton-0.17-2.fc12 (build/make) allisson,perl-sig perl-POE-1.269-1.fc12 (build/make) cweyl,perl-sig perl-POE-Component-Child-1.39-6.fc12 (build/make) cweyl,perl-sig perl-PPIx-EditorTools-0.07-1.fc12 (build/make) mmaslano,perl-sig perl-Test-Aggregate-0.35-2.fc12 (build/make) cweyl,perl-sig perl-Test-AutoBuild-1.2.2-9.fc12 (build/make) berrange perl-Test-Expect-0.31-3.fc12 (build/make) cweyl,perl-sig perl-Test-Prereq-1.037-1.fc13 (build/make) steve,perl-sig perl-XML-LibXML-1.69-3.fc12 (build/make) kasal,mmaslano perl-XML-LibXSLT-1.68-4.fc12 (build/make) kasal,perl-sig,shishz pfstools-1.8.1-1.fc13 (build/make) drepper photoprint-0.4.0-7.fc12 (build/make) grof php-5.3.0-6.fc12 (build/make) jorton,remi,timj pidgin-2.6.3-2.fc12 (build/make) wtogami,nosnilmot pigment-0.3.17-3.fc12 (build/make) thias planner-0.14.4-3.fc12 (build/make) caolanm plexus-ant-factory-1.0-0.4.a1.1.11.fc12 (build/make) dbhole plexus-appserver-1.0-0.4.a5.2.9.fc12 (build/make) dbhole plexus-bsh-factory-1.0-0.4.a7s.1.10.fc12 (build/make) dbhole plexus-cdc-1.0-0.5.a10.1.1.fc12 (build/make) dbhole,akurtakov,fnasser plexus-i18n-1.0-0.b6.5.3.fc12.3 (build/make) pcheung plexus-mail-sender-1.0-0.a2.12.fc12 (build/make) overholt,akurtakov plexus-registry-1.0-0.2.a3.fc12 (build/make) overholt,akurtakov plexus-runtime-builder-1.0-0.4.a9.1.9.fc12 (build/make) dbhole plexus-xmlrpc-1.0-0.4.b4.2.14.fc12 (build/make) dbhole,fnasser plymouth-0.8.0-0.2009.29.09.19.fc12 (build/make) rstrode,brejc8,krh pmd-4.2.5-4.fc12 (build/make) jjames pocketsphinx-0.5.1-3.fc12 (build/make) jjames postgresql-pgpool-ha-1.1.0-8.fc12 (build/make) devrim postgresql-plruby-0.5.3-3.fc12 (build/make) devrim pygtksourceview-2.8.0-1.fc12 (build/make) mbarnes,mclasen pymol-1.2-8.20091006svn3866.fc13 (build/make) timfenn pypar-2.1.0_66-5.fc12 (build/make) jussilehtola python-cryptsetup-0.0.10-1.fc12 (build/make) msivak python-daap-0.7.1-4.fc12 (build/make) jcollie python-networkx-0.99-4.fc12 (build/make) konradm python-ptrace-0.6-5.fc12 (build/make) terjeros python-py-1.0.2-1.fc12 (build/make) thm python-pysctp-0.3.1-6.fc12 (build/make) nhorman python-sybase-0.39-4.fc12 (build/make) yaneti qedje-0.4.0-2.fc12 (build/make) john5342,rdieter qgis-1.0.2-1.fc12 (build/make) silfreed,rezso qlandkartegt-0.16.0-2.fc13 (build/make) sharkcz qpxtool-0.6.1-11.fc12 (build/make) drago01 qzion-0.4.0-3.fc12 (build/make) john5342,rdieter recordmydesktop-0.3.8.1-1.fc11 (build/make) sindrepb rubygem-attributes-5.0.1-5.fc12 (unpackaged_files/python-egg-info?) kanarip rubygem-cobbler-1.6.1-1.fc12 (unpackaged_files/python-egg-info?) mcpierce rubygem-configuration-0.0.5-4.fc12 (unpackaged_files/python-egg-info?) lkundrak rubygem-gem2rpm-0.6.0-3.fc12 (unpackaged_files/python-egg-info?) lutter,stahnma rubygem-gettext_rails-2.0.4-5.fc12 (build/make) mtasaka rubygem-locale_rails-2.0.4-3.fc12 (build/make) mtasaka rubygem-mongrel_cluster-1.0.5-4.fc12 (unpackaged_files/python-egg-info?) robert rubygem-pam-1.5.3-6.fc12 (unpackaged_files/python-egg-info?) bkearney rubygem-pervasives-1.1.0-5.fc12 (unpackaged_files/python-egg-info?) kanarip sap-0.4.4-7.fc12 (build/make) julian sblim-indication_helper-0.4.2-3.fc12 (build/make) praveenp,mdomsch,srini scalapack-1.7.5-7.fc12 (build/make) spot scidavis-0.2.3-8.fc12 (build/make) tanguy sdcc-2.9.0-4.fc12 (build/make) konradm,jwrdegoede sear-0.6.3-14.fc12 (build/make) wart,atorkhov showimg-0.9.5-26.fc12 (build/make) abompard sim-0.9.5-0.21.20090821svn2902rev.fc12 (build/make) hubbitus sitecopy-0.16.6-4.fc12 (build/make) rakesh,jorton skychart-3.0.1.5-6.20081026svn.fc11 (build/make) lkundrak,mmahut smartmontools-5.38-21.fc13 (build/make) mhlavink sox-14.2.0-3.fc12 (build/make) jmoskovc sphinxbase-0.4.1-1.fc12 (build/make) jjames strace-4.5.19-1.fc12 (build/make) roland,schwab,vda subversion-api-docs-1.6.5-3.fc12 (build/make) bojan sugar-calculator-30-2.fc12 (build/make) tuxbrewr,mpg sugar-clock-5-2.fc12 (build/make) fab sugar-connect-22-4.fc12 (build/make) fab sugar-distance-13-3.fc12 (build/make) fab sugar-implode-5-4.20090717.fc12 (build/make) fab sugar-infoslicer-5.1-1.fc12 (build/make) fab sugar-jukebox-11-2.fc12 (build/make) sdz,kushal sugar-memorize-33-2.fc12 (build/make) fab sugar-moon-10-2.fc12 (build/make) bkearney,fab sugar-pippy-34-5.fc12 (build/make) fab sugar-playgo-5-3.fc12 (build/make) fab sugar-record-64-3.fc12 (build/make) fab synce-kde-0.9.1-4.fc11 (build/make) awjb,abompard taskcoach-0.76.0-1.fc13 (build/make) rakesh tasque-0.1.8-4.fc12 (build/make) dkaylor,mtasaka tigervnc-1.0.0-2.fc13 (build/make) atkac timidity++-2.13.2-20.fc12 (build/make) jnovy,jwrdegoede towhee-6.2.6-4.fc13 (build/make) jussilehtola tracker-0.6.95-3.fc12 (build/make) deji trophy-1.1.5-5.fc12 (build/make) jwrdegoede tuxcmd-0.6.69-git20091027.1.fc12 (build/make) tbzatek ucblogo-6.0-5.fc12 (build/make) gemi vavoom-1.30-3.fc12 (build/make) jwrdegoede,dtimms vfrnav-0.3-10.fc12 (build/make) sailer virt-ctrl-1.0.1-4.fc12 (build/make) rjones,ocamlmaint vorbis-tools-1.2.0-6.fc13 (build/make) kdudka,jwrdegoede w3m-el-1.4.367-0.1.20090819cvs.fc12 (build/make) tagoh wings-0.99.05-4.fc12 (build/make) gemi writer2latex-1.0-1.fc12 (build/make) caolanm ws-commons-util-1.0.1-12.fc12 (build/make) green,overholt xastir-1.9.6-2.fc13 (build/make) lucilanga,bjensen xdvik-22.84.14-7.fc12 (build/make) jgu,jnovy,pertusus xmlrpc3-3.0-4.10.fc12 (build/make) overholt,akurtakov xmms2-0.6-4.fc12 (build/make) spot xmp-2.7.1-1.fc12 (build/make) rathann,itamarjp xorg-x11-drv-ark-0.7.1-4.fc12 (build/make) xgl-maint xorg-x11-drv-nouveau-0.0.15-17.20091105gite1c2efd.fc12 (build/make) bskeggs,airlied,ajax,bskeggs xorg-x11-drv-tseng-1.2.2-2.fc12 (build/make) xgl-maint xorg-x11-fonts-7.2-9.fc12 (build/make) xgl-maint,fonts-sig zhcon-0.2.6-14.fc12 (build/make) dchen,i18n-team zsh-4.3.10-4.fc12 (build/make) james With bugs filed: 22 ---------------------------------- Macaulay2-1.2-4.fc12 [u'511481 ASSIGNED'] (build/make) rdieter ScientificPython-2.8-6.fc11 [u'511734 ASSIGNED'] (build/make) jspaleta evolution-brutus-1.2.35-2.fc11 [u'511451 ASSIGNED'] (build/make) bpepple geronimo-specs-1.0-2.M2.fc10 [u'511494 ASSIGNED'] (build/make) fnasser gmfsk-0.7-0.6.pre1.fc11 [u'511780 ASSIGNED'] (build/make) bjensen,bjensen,dp67,sconklin,sindrepb gmrun-0.9.2-16.fc11 [u'511639 ASSIGNED'] (build/make) gilboa gnome-scan-0.6.2-1.fc11 [u'511591 ASSIGNED'] (build/make) deji libFoundation-1.1.3-11.fc9 [u'511470 ASSIGNED'] (build/make) athimm perl-AnyEvent-XMPP-0.4-1.fc11 [u'511749 ASSIGNED'] (build/make) allisson,perl-sig perl-MooseX-Daemonize-0.08-3.fc11 [u'511610 ASSIGNED'] (build/make) allisson perl-MooseX-Traits-Attribute-CascadeClear-0.03-2.fc11 [u'511570 ASSIGNED'] (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 [u'464964 ASSIGNED'] (build/make) cweyl,perl-sig perl-SVN-Mirror-0.75-2.fc11 [u'511770 ASSIGNED'] (build/make) iburrell,perl-sig perl-SVN-Simple-0.27-7.fc11 [u'511729 ASSIGNED'] (build/make) iburrell,perl-sig python-openhpi-1.1-3.fc11 [u'511675 ASSIGNED'] (build/make) sharkcz qtiplot-0.9-11.fc11 [u'511688 ASSIGNED'] (build/make) frankb smarteiffel-2.3-2.fc9 [u'511362 ASSIGNED'] (build/make) orphan unifdef-1.171-8.fc11 [u'511553 ASSIGNED'] (build/make) dwmw2,jaswinder widelands-0-0.13.Build13.fc11 [u'511430 ASSIGNED'] (build/make) karlik xpilot-ng-4.7.2-16.fc11 [u'511717 ASSIGNED'] (build/make) wart xqilla-2.1.3-0.6.fc11 [u'511425 ASSIGNED'] (build/make) orphan xqilla10-1.0.2-6.fc11 [u'511599 ASSIGNED'] (build/make) orphan ---------------------------------- Packages by owner: abompard: keepassx,showimg,synce-kde airlied: xorg-x11-drv-nouveau ajax: Glide3,xorg-x11-drv-nouveau akurtakov: eclipse-subclipse,maven-archiver,maven-doxia,maven-doxia-sitetools,maven-plugin-tools,maven-scm,maven-shared,maven-surefire,maven2,maven2-plugin-shade,plexus-cdc,plexus-mail-sender,plexus-registry,xmlrpc3 alexl: gvfs alexlan: R-multtest allisson: perl-AnyEvent-XMPP,perl-MooseX-Daemonize,perl-MooseX-Singleton anderson: kio_sword apevec: perl-Config-Augeas arbiter: kdebindings,kdepim astronomy-sig: gnuradio athimm: freenx-server,libFoundation,nx atkac: bind-dyndb-ldap,tigervnc atorkhov: sear awjb: libopensync-plugin-kdepim,synce-kde awood: cobbler berrange: mingw32-cairo,mingw32-gtk2,mingw32-sqlite,perl-Test-AutoBuild bjensen: aldo,aldo,gmfsk,gmfsk,xastir bkearney: rubygem-pam,sugar-moon bojan: subversion-api-docs bos: ghc-xmonad-contrib bpepple: evolution-brutus brejc8: plymouth bskeggs: xorg-x11-drv-nouveau,xorg-x11-drv-nouveau buc: mail-notification,mail-notification cagney: frysk caolanm: icu,planner,writer2latex cchance: baekmuk-bdf-fonts,ibus-table-extraphrase chitlesh: LabPlot,LabPlot,eclipse-eclox,geda-gattrib,geda-gnetlist,geda-gschem,geda-gsymcheck,geda-utils,kpolynome corsepiu: OpenSceneGraph cweyl: perl-Class-InsideOut,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-RRD-Simple,perl-Test-Aggregate,perl-Test-Expect cwickert: lxappearance,lxlauncher,lxrandr,lxsession-edit,lxshortcut dbhole: maven-doxia,maven-scm,maven-shared,maven-surefire,maven2,plexus-ant-factory,plexus-appserver,plexus-bsh-factory,plexus-cdc,plexus-runtime-builder,plexus-xmlrpc dchen: UnihanDb,fbterm,zhcon deji: atlas,atlas,gnome-scan,kio_sword,tracker denis: cdrdao denisarnaud: R-RM2,R-msm,icu devrim: mapserver,postgresql-pgpool-ha,postgresql-plruby dgoodwin: cobbler dkaylor: tasque dmalcolm: buildbot dp67: aldo,gmfsk drago01: fedora-setup-keyboard,inotify-tools,qpxtool drepper: pfstools dtimms: vavoom dwmw2: unifdef edhill: gts ellert: R-qtl emaldonado: nss epienbro: mingw32-cairo,mingw32-gtk2,par2cmdline eponyme: monkeystudio fab: sugar-clock,sugar-connect,sugar-distance,sugar-implode,sugar-infoslicer,sugar-memorize,sugar-moon,sugar-pippy,sugar-playgo,sugar-record fnasser: geronimo-specs,modello,plexus-cdc,plexus-xmlrpc fonts-sig: baekmuk-bdf-fonts,fonts-ISO8859-2,knm_new-fonts,xorg-x11-fonts frankb: qtiplot gajownik: kadu,kadu gemi: clisp,ucblogo,wings giallu: buildbot gilboa: gmrun green: clisp,ws-commons-util grof: imgtarget,photoprint hadess: gvfs haskell-sig: ghc-xmonad-contrib hubbitus: sim i18n-team: UnihanDb,baekmuk-bdf-fonts,fbterm,fonts-ISO8859-2,gettext,ibus-table-extraphrase,knm_new-fonts,zhcon iburrell: perl-SVN-Mirror,perl-SVN-Simple itamarjp: clutter-gtk,xmp jamatos: PyKDE,lyx james: zsh janderson: gnome-rdp jaswinder: unifdef jcollie: python-daap jeckersb: cobbler,cobbler jgu: emacs-bbdb,emacs-common-muse,emacs-vm,xdvik jjames: jsr-305,pmd,pocketsphinx,sphinxbase jmoskovc: sox jnovy: timidity++,xdvik john5342: javassist,javassist,qedje,qzion jorton: cadaver,php,sitecopy jpo: nagios-plugins jreznik: gnash,kdebase3,kdebindings,kdepim,kdewebdev jspaleta: ScientificPython