From kevin at fedoraproject.org Fri Jan 1 04:23:08 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 1 Jan 2010 04:23:08 +0000 (UTC) Subject: rpms/fontforge/devel fontforge-20090923-rel-path.patch, NONE, 1.1 fontforge.spec, 1.48, 1.49 Message-ID: <20100101042308.5238A11C008D@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/fontforge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29629 Modified Files: fontforge.spec Added Files: fontforge-20090923-rel-path.patch Log Message: Add patch to fix relative paths for fontlint (fixes #530760) fontforge-20090923-rel-path.patch: fsys.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) --- NEW FILE fontforge-20090923-rel-path.patch --- diff -Nur fontforge-20090923.orig/gutils/fsys.c fontforge-20090923/gutils/fsys.c --- fontforge-20090923.orig/gutils/fsys.c 2009-01-25 11:06:49.000000000 -0700 +++ fontforge-20090923/gutils/fsys.c 2009-12-31 09:59:54.000000000 -0700 @@ -41,6 +41,15 @@ static char dirname_[1024]; +static void savestrcpy(char *dest,const char *src) { + forever { + *dest = *src; + if ( *dest=='\0' ) + break; + ++dest; ++src; + } +} + char *GFileGetAbsoluteName(char *name, char *result, int rsiz) { /* result may be the same as name */ char buffer[1000]; @@ -62,13 +71,13 @@ if ( *spt=='/' ) ++spt; for ( pt = spt; *pt!='\0' && *pt!='/'; ++pt ); if ( pt==spt ) /* Found // in a path spec, reduce to / (we've*/ - strcpy(spt,pt); /* skipped past the :// of the machine name) */ - else if ( pt==spt+1 && spt[0]=='.' ) /* Noop */ - strcpy(spt,pt); - else if ( pt==spt+2 && spt[0]=='.' && spt[1]=='.' ) { + savestrcpy(spt,spt+1); /* skipped past the :// of the machine name) */ + else if ( pt==spt+1 && spt[0]=='.' ) { /* Noop */ + savestrcpy(spt,spt+2); + } else if ( pt==spt+2 && spt[0]=='.' && spt[1]=='.' ) { for ( bpt=spt-2 ; bpt>rpt && *bpt!='/'; --bpt ); if ( bpt>=rpt && *bpt=='/' ) { - strcpy(bpt,pt); + savestrcpy(bpt,pt); spt = bpt; } else { rpt = pt; @@ -99,7 +108,7 @@ if ( dir==NULL || *dir=='\0' ) { if ( strlen( fname ) %{_libdir}/pkgconfig/*.pc %changelog +* Wed Dec 30 2009 Kevin Fenzi - 20090923-2 +- Add patch to fix relative paths for fontlint (fixes #530760) + * Sun Nov 01 2009 Kevin Fenzi - 20090923-1 - Upgrade to 20090923 From bugzilla at redhat.com Fri Jan 1 04:23:28 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Dec 2009 23:23:28 -0500 Subject: [Bug 530760] fontlint can not parse ./ relative paths In-Reply-To: References: Message-ID: <201001010423.o014NSF2013428@bzweb01.app.bz.hst.phx2.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 --- Comment #2 from Kevin Fenzi 2009-12-31 23:23:26 EDT --- I've just commited a patch from upstream to fix this. Can you test? http://koji.fedoraproject.org/koji/taskinfo?taskID=1897326 -- 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 Jan 4 07:08:28 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 Jan 2010 02:08:28 -0500 Subject: [Bug 551317] [te_IN] A dash becomes a long empty space. In-Reply-To: References: Message-ID: <201001040708.o0478SAA004978@bzweb01.app.bz.hst.phx2.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=551317 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |RAWHIDE --- Comment #4 from Pravin Satpute 2010-01-04 02:08:27 EDT --- thats nice -- 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 Jan 4 09:28:09 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 Jan 2010 04:28:09 -0500 Subject: [Bug 540111] [abrt] crash detected in emacs-1:23.1-10.fc12 In-Reply-To: References: Message-ID: <201001040928.o049S97S029393@bzweb01.app.bz.hst.phx2.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=540111 Karel Kl?? changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |besfahbo at redhat.com, | |fedora-fonts-bugs-list at redh | |at.com Component|emacs |pango AssignedTo|kklic at redhat.com |besfahbo at redhat.com --- Comment #2 from Karel Kl?? 2010-01-04 04:28:08 EDT --- As far as I can tell this is a crash in pango. -- 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 Jan 4 10:54:49 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 Jan 2010 05:54:49 -0500 Subject: [Bug 550937] Error message during Upgrade with latest package In-Reply-To: References: Message-ID: <201001041054.o04AsngD014170@bzweb01.app.bz.hst.phx2.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=550937 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From hdu at openoffice.org Mon Jan 4 11:05:45 2010 From: hdu at openoffice.org (hdu at openoffice.org) Date: 4 Jan 2010 11:05:45 -0000 Subject: =?UTF-8?B?W0lzc3VlIDc2NTg3XSBXVzg6IE1hdGhUeXBlIG9iamVjdCBkaXNwbA==?= =?UTF-8?B?YXllZCB3aXRob3V0IGJyYWNrZXRzIGV0Yy4=?= In-Reply-To: Message-ID: <20100104110545.28249.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 hdu at openoffice.org Mon Jan 4 11:05:44 +0000 2010 ------- *** Issue 25392 has been marked as a duplicate of this 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 hr at openoffice.org Mon Jan 4 12:20:35 2010 From: hr at openoffice.org (hr at openoffice.org) Date: 4 Jan 2010 12:20:35 -0000 Subject: =?UTF-8?B?W0lzc3VlIDkzNjQ1XSBBZGQgYSBHcmFwaGl0ZSBtb2R1bGUgdG8gcw==?= =?UTF-8?B?dXBwb3J0IEdyYXBoaXRlIFNtYXJ0IEZvbnRz?= In-Reply-To: Message-ID: <20100104122035.28066.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93645 User hr changed the following: What |Old value |New value ================================================================================ Status|VERIFIED |CLOSED -------------------------------------------------------------------------------- ------- Additional comments from hr at openoffice.org Mon Jan 4 12:20:34 +0000 2010 ------- Close 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 Mon Jan 4 13:59:10 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 Jan 2010 08:59:10 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001041359.o04DxAPm014911@bzweb02.app.bz.hst.phx2.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 #37 from Andrew Overholt 2010-01-04 08:59:06 EDT --- I'll try to get an F-12 build with these fixes. -- 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 Jan 4 20:05:04 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 Jan 2010 15:05:04 -0500 Subject: [Bug 532571] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <201001042005.o04K54ML006730@bzweb02.app.bz.hst.phx2.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 #6 from Nicolas Mailhot 2010-01-04 15:05:03 EDT --- no preferences as long as the fix ends up in rawhide and the bug is eventually closed -- 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 Jan 4 20:06:22 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 4 Jan 2010 15:06:22 -0500 Subject: [Bug 532372] [abrt] crash detected in fontforge-20090622-2.fc12 In-Reply-To: References: Message-ID: <201001042006.o04K6Mfo007413@bzweb02.app.bz.hst.phx2.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 #5 from Nicolas Mailhot 2010-01-04 15:06:21 EDT --- We'll see if it still fails next time I do a full repo scan (hopefully the new version would have been imported by then) -- 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 Jan 5 12:42:48 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 Jan 2010 07:42:48 -0500 Subject: [Bug 502565] CVE-2006-1861 CVE-2007-2754 Multiple freetype1 vulnerabilities [Fedora rawhide] In-Reply-To: References: Message-ID: <201001051242.o05Cgmoh009867@bzweb02.app.bz.hst.phx2.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=502565 --- Comment #12 from Fedora Update System 2010-01-05 07:42:46 EDT --- gnome-keyring-2.26.3-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/gnome-keyring-2.26.3-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 Tue Jan 5 14:06:08 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 Jan 2010 09:06:08 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001051406.o05E682k027615@bzweb02.app.bz.hst.phx2.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 #38 from Andrew Overholt 2010-01-05 09:06:04 EDT --- Please try the RPMs from this koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1901359 You'll have to click the link for your architecture (i686 or x86_64, for example) and then download all the RPMs listed at the bottom of that page. Upgrade your existing package with something like: # rpm -Uvh eclipse*3.5.1-22*.rpm It fixes the "open update manager, click cancel -> crash" bug for me. I'd appreciate more feedback. 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 Tue Jan 5 19:32:40 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 Jan 2010 14:32:40 -0500 Subject: [Bug 508899] Monospace no more In-Reply-To: References: Message-ID: <201001051932.o05JWeTW016995@bzweb01.app.bz.hst.phx2.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=508899 Bill McGonigle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bill-bugzilla.redhat.com at bf | |ccomputing.com --- Comment #15 from Bill McGonigle 2010-01-05 14:32:38 EDT --- I see this in yakuake. Switching to Deja Vu Mono gives me nicely aligned columns, back to Liberation Mono and not so much. To test in yakuake, right click on the terminal and then edit the current profile. The terminal updates immediately, so it's an easy test. -- 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 Jan 5 20:02:43 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 5 Jan 2010 15:02:43 -0500 Subject: [Bug 508899] Monospace no more In-Reply-To: References: Message-ID: <201001052002.o05K2hcf016634@bzweb02.app.bz.hst.phx2.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=508899 --- Comment #16 from Bill McGonigle 2010-01-05 15:02:43 EDT --- Yes, the test in comment #10 shows misalignment with full hinting here, good without. pango-1.26.2-1.fc12.x86_64 freetype-2.3.11-3.fc12.x86_64 LANG=en_US.UTF-8 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mclasen at fedoraproject.org Wed Jan 6 14:11:50 2010 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Wed, 6 Jan 2010 14:11:50 +0000 (UTC) Subject: rpms/pango/devel pango.spec,1.180,1.181 sources,1.99,1.100 Message-ID: <20100106141150.9D07011C0068@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/pango/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20168 Modified Files: pango.spec sources Log Message: 1.26.2 Index: pango.spec =================================================================== RCS file: /cvs/pkgs/rpms/pango/devel/pango.spec,v retrieving revision 1.180 retrieving revision 1.181 diff -u -p -r1.180 -r1.181 --- pango.spec 3 Dec 2009 21:12:36 -0000 1.180 +++ pango.spec 6 Jan 2010 14:11:50 -0000 1.181 @@ -8,11 +8,11 @@ Summary: System for layout and rendering of internationalized text Name: pango -Version: 1.26.1 +Version: 1.26.2 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries -Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/pango/1.26/pango-%{version}.tar.bz2 URL: http://www.pango.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -162,6 +162,8 @@ esac # autoconf uses powerpc not ppc host=`echo $host | sed "s/^ppc/powerpc/"` +# autoconf uses ibm-linux not redhat-linux on s390x +host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"` case "$host" in alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*) @@ -228,6 +230,10 @@ fi %changelog +* Wed Dec 16 2009 Matthias Clasen - 1.26.2-1 +- Update to 1.26.2 +- See http://download.gnome.org/sources/pango/1.26/pango-1.26.2.news + * Thu Dec 3 2009 Behdad Esfahbod - 1.26.1-1 - 1.26.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pango/devel/sources,v retrieving revision 1.99 retrieving revision 1.100 diff -u -p -r1.99 -r1.100 --- sources 3 Dec 2009 21:12:36 -0000 1.99 +++ sources 6 Jan 2010 14:11:50 -0000 1.100 @@ -1 +1 @@ -2cbc1f26639e335905f7d31c0da53fce pango-1.26.1.tar.bz2 +f30212b8833af3ce5c82121dc309e3d0 pango-1.26.2.tar.bz2 From od at openoffice.org Thu Jan 7 08:39:14 2010 From: od at openoffice.org (od at openoffice.org) Date: 7 Jan 2010 08:39:14 -0000 Subject: =?UTF-8?B?W0lzc3VlIDEwNzgzNF0gc3c6IGF0IHZhcmlvdXMgem9vbSB2YWx1ZQ==?= =?UTF-8?B?cyB0aGUgcHNldWR1LWJvbGQvaXRhbGljIGRpc2FwcGVhcnMgaW4gd3JpdGVy?= In-Reply-To: Message-ID: <20100107083914.5025.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107834 User od changed the following: What |Old value |New value ================================================================================ Status|NEW |STARTED -------------------------------------------------------------------------------- Target milestone|--- |OOo 3.3 -------------------------------------------------------------------------------- ------- Additional comments from od at openoffice.org Thu Jan 7 08:39:13 +0000 2010 ------- As HDU already reviewed the patches and decided that the Writer patch make more sense, I am applying the Writer patch for the next release. --------------------------------------------------------------------- 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 od at openoffice.org Thu Jan 7 08:44:15 2010 From: od at openoffice.org (od at openoffice.org) Date: 7 Jan 2010 08:44:15 -0000 Subject: =?UTF-8?B?W0lzc3VlIDEwNzgzNF0gc3c6IGF0IHZhcmlvdXMgem9vbSB2YWx1ZQ==?= =?UTF-8?B?cyB0aGUgcHNldWR1LWJvbGQvaXRhbGljIGRpc2FwcGVhcnMgaW4gd3JpdGVy?= In-Reply-To: Message-ID: <20100107084415.6820.qmail@openoffice.org> To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107834 User od changed the following: What |Old value |New value ================================================================================ Status|STARTED |RESOLVED -------------------------------------------------------------------------------- Resolution| |FIXED -------------------------------------------------------------------------------- ------- Additional comments from od at openoffice.org Thu Jan 7 08:44:15 +0000 2010 ------- applied Writer patch in cws sw33bf02 - changed file: /sw/source/core/txtnode/fntcache.cxx, change set 75f88a4cc5eb --------------------------------------------------------------------- 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 Thu Jan 7 13:12:23 2010 From: pl at openoffice.org (pl at openoffice.org) Date: 7 Jan 2010 13:12:23 -0000 Subject: =?UTF-8?B?W0lzc3VlIDEwNjcwNF0gVHlwZSAxIGZvbnRzIGluIFBERiBleHBvcg==?= =?UTF-8?B?dCBoYXZlIGluY29ycmVjdCAvTGVuZ3RoMw==?= In-Reply-To: Message-ID: <20100107131223.7798.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 ================================================================================ Assigned to|pl |hdu -------------------------------------------------------------------------------- ------- Additional comments from pl at openoffice.org Thu Jan 7 13:12:23 +0000 2010 ------- please verify in CWS vcl108 --------------------------------------------------------------------- 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 hdu at openoffice.org Thu Jan 7 13:21:24 2010 From: hdu at openoffice.org (hdu at openoffice.org) Date: 7 Jan 2010 13:21:24 -0000 Subject: =?UTF-8?B?W0lzc3VlIDEwNjcwNF0gVHlwZSAxIGZvbnRzIGluIFBERiBleHBvcg==?= =?UTF-8?B?dCBoYXZlIGluY29ycmVjdCAvTGVuZ3RoMw==?= In-Reply-To: Message-ID: <20100107132124.13460.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 ================================================================================ Status|RESOLVED |VERIFIED -------------------------------------------------------------------------------- ------- Additional comments from hdu at openoffice.org Thu Jan 7 13:21:24 +0000 2010 ------- Looks good to me -> verfied --------------------------------------------------------------------- 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 Thu Jan 7 14:43:16 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 Jan 2010 09:43:16 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001071443.o07EhGIS032336@bzweb02.app.bz.hst.phx2.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 ---------------------------------------------------------------------------- CC| |fabian.deutsch at gmx.de --- Comment #39 from Andrew Overholt 2010-01-07 09:43:13 EDT --- *** Bug 553256 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 Thu Jan 7 15:40:43 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 Jan 2010 10:40:43 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001071540.o07FehLm024748@bzweb01.app.bz.hst.phx2.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 #41 from Fabian Deutsch 2010-01-07 10:40:41 EDT --- I meant: It _does_ solve this 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 bugzilla at redhat.com Thu Jan 7 15:36:50 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 Jan 2010 10:36:50 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001071536.o07Fao9l016481@bzweb02.app.bz.hst.phx2.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 #40 from Fabian Deutsch 2010-01-07 10:36:46 EDT --- Sorry, I'am on the CC list but did not receive any updates on this bug. The koji build does not solve the problem for me. -- 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 Jan 7 15:48:27 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 Jan 2010 10:48:27 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001071548.o07FmRPb020485@bzweb02.app.bz.hst.phx2.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 #42 from Fedora Update System 2010-01-07 10:48:26 EDT --- eclipse-3.5.1-22.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/eclipse-3.5.1-22.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 Thu Jan 7 15:55:04 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 7 Jan 2010 10:55:04 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001071555.o07Ft4rx029093@bzweb01.app.bz.hst.phx2.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 #43 from Andrew Overholt 2010-01-07 10:55:02 EDT --- Thanks, Fabian. All: I've proposed a Bodhi update and would appreciate you providing feedback in the form of a comment and karma there: https://admin.fedoraproject.org/updates/eclipse-3.5.1-22.fc12 Note that you must be logged in with your Fedora account for the karma to get logged with the +3 required to push the update. -- 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 Jan 8 06:45:35 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 01:45:35 -0500 Subject: [Bug 537450] cpi setting not used accurately In-Reply-To: References: Message-ID: <201001080645.o086jZbi023104@bzweb02.app.bz.hst.phx2.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=537450 C Hemingway changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #382398|application/octet-stream |application/x-rpm mime 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 Fri Jan 8 06:44:45 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 01:44:45 -0500 Subject: [Bug 537450] cpi setting not used accurately In-Reply-To: References: Message-ID: <201001080644.o086ij6l022717@bzweb02.app.bz.hst.phx2.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=537450 --- Comment #2 from C Hemingway 2010-01-08 01:44:44 EDT --- Created an attachment (id=382400) --> (https://bugzilla.redhat.com/attachment.cgi?id=382400) RPM for paps-libs-0.6.8-12.i386.rpm This a paps-libs rpm (taken from the rawhide branch) that appears to fix the bugs in paps-0.6.8-10 and lower. Note this this file also requires paps-0.6.8-12, for the texttopaps binary. -- 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 Jan 8 06:42:59 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 01:42:59 -0500 Subject: [Bug 537450] cpi setting not used accurately In-Reply-To: References: Message-ID: <201001080642.o086gxK5022449@bzweb02.app.bz.hst.phx2.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=537450 --- Comment #1 from C Hemingway 2010-01-08 01:42:58 EDT --- Created an attachment (id=382398) --> (https://bugzilla.redhat.com/attachment.cgi?id=382398) RPM for paps-0.6.8-12.i386.rpm This a paps rpm (taken from the rawhide branch) that appears to fix the bugs in paps-0.6.8-10 and lower. This file also requires paps-libs-0.6.8-12, something that paps-0.6.6 did not require. This is NOT a vetted patch from the RHEL team. Install at your own risk. -- 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 Jan 8 06:57:56 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 01:57:56 -0500 Subject: [Bug 537450] cpi setting not used accurately In-Reply-To: References: Message-ID: <201001080657.o086vuHo026210@bzweb02.app.bz.hst.phx2.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=537450 C Hemingway changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chemingway at semissourian.com --- Comment #3 from C Hemingway 2010-01-08 01:57:55 EDT --- I believe that this bug 316461 https://bugzilla.redhat.com/show_bug.cgi?id=316461 may be related to this bug. The way the orginal tech describes the problem sounds exactly like 1) my primary use-case scenario, and 2) the effect I was experiencing. I am willing to provide test prints from two machines, one patched with the aforementioned RPM, one without it. I believe that I can prove that the wrapping calculation takes place first, and then the CPI calculation (text squishing) happens. Let me know if there is anything you need to speed getting this bug resolved. Bug workaround: Use a2ps in the following format: (when printing from a file) a2ps --user-option=lp --chars-per-line=132 --interpret=1 --medium=Letter -Pprinter file1 file2 file3 ... fileN OR (when printing from std output - note lone dash is first after command) a2ps - --user-option=lp --chars-per-line=132 --interpret=1 --medium=Letter -Pprinter The order of the operations is very important with a2ps: --user-option=lp must be first. The option --interpret=1 is only needed if you have hard form feeds in your source document. The vertical app that our company uses does use these. If you leave off the -P parameter, the document will go to your default printer. If that's an raw print queue, prepare to waste a lot of paper. A slight problem with this is that a2ps will scale the font and maintain the aspect ratio so that while the CPI is close to 17.1 or 18, the LPI will also go from the default of 6 to 11. If anyone finds this helpful, please log in and comment. -- 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 mru at openoffice.org Fri Jan 8 14:02:10 2010 From: mru at openoffice.org (mru at openoffice.org) Date: 8 Jan 2010 14:02:10 -0000 Subject: =?UTF-8?B?W0lzc3VlIDEwNTA4NF0gT3BlblN5bWJvbCBmb250OiBNYXRoIHJlbA==?= =?UTF-8?B?YXRlZCBjaGFuZ2Vz?= In-Reply-To: Message-ID: <20100108140210.25300.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 mru changed the following: What |Old value |New value ================================================================================ Status|RESOLVED |VERIFIED -------------------------------------------------------------------------------- ------- Additional comments from mru at openoffice.org Fri Jan 8 14:02:10 +0000 2010 ------- Verified in CWS tl76. --------------------------------------------------------------------- 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 Jan 8 17:12:55 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 12:12:55 -0500 Subject: [Bug 553692] New: Why isn't Lohit Sanskrit ? Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Why isn't Lohit Sanskrit ? Alias: Lohit Sanskrit https://bugzilla.redhat.com/show_bug.cgi?id=553692 Summary: Why isn't Lohit Sanskrit ? Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: lohit-fonts AssignedTo: psatpute at redhat.com ReportedBy: ujjwol at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: petersen at redhat.com, pnemade at redhat.com, fedora-fonts-bugs-list at redhat.com, psatpute at redhat.com, fedora-i18n-bugs at redhat.com Classification: Fedora Lohit Sanskrit is an Devanagari font and Sanskrit uses devanagari so why isn't lohit Sanskrit not available ? -- 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 Jan 8 20:13:53 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 15:13:53 -0500 Subject: [Bug 522187] SWT crash with GTK 2.18 and GNOME accessibility In-Reply-To: References: Message-ID: <201001082013.o08KDrtE026531@bzweb02.app.bz.hst.phx2.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 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #44 from Fedora Update System 2010-01-08 15:13:50 EDT --- eclipse-3.5.1-22.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update eclipse'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0353 -- 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 Jan 9 04:17:42 2010 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 8 Jan 2010 23:17:42 -0500 Subject: [Bug 536920] [abrt] crash detected in fontforge-20090923-1.fc12 In-Reply-To: References: Message-ID: <201001090417.o094Hgdl000923@bzweb01.app.bz.hst.phx2.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 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Kevin Fenzi 2010-01-08 23:17:37 EST --- reported 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.