rpms/pango/devel pango.spec,1.187,1.188

2010-06-29 Thread Colin Walters
Author: walters

Update of /cvs/pkgs/rpms/pango/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14807

Modified Files:
pango.spec 
Log Message:
* Tue Jun 29 2010 Colin Walters  - 1.28.1-3
- Remove usage of chrpath, should no longer be needed



Index: pango.spec
===
RCS file: /cvs/pkgs/rpms/pango/devel/pango.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -p -r1.187 -r1.188
--- pango.spec  29 Jun 2010 20:11:33 -  1.187
+++ pango.spec  29 Jun 2010 20:30:08 -  1.188
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.28.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/pango
@@ -115,7 +115,6 @@ fi
 # Remove files that should not be packaged
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.la
-(cd $RPM_BUILD_ROOT; find | while read f; do if file $f | grep -q ': ELF 
.*executable,'; then chrpath --delete $f; fi; done)
 
 PANGOXFT_SO=$RPM_BUILD_ROOT%{_libdir}/libpangoxft-1.0.so
 if ! test -e $PANGOXFT_SO; then
@@ -239,7 +238,10 @@ fi
 
 
 %changelog
-* Tue Jun 29 2010 Colin Walters  - 1.28.1-2
+* Tue Jun 29 2010 Colin Walters  - 1.28.1-3
+- Remove usage of chrpath, should no longer be needed
+
+* Tue Jun 29 2010 Colin Walters  - 1.28.1-2
 - Support builds from snapshots
 
 * Tue Jun 15 2010 Matthias Clasen  - 1.28.1-1

___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


rpms/pango/devel pango.spec,1.186,1.187

2010-06-29 Thread Colin Walters
Author: walters

Update of /cvs/pkgs/rpms/pango/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12311

Modified Files:
pango.spec 
Log Message:
* Tue Jun 29 2010 Colin Walters  - 1.28.1-2
- Support builds from snapshots



Index: pango.spec
===
RCS file: /cvs/pkgs/rpms/pango/devel/pango.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -p -r1.186 -r1.187
--- pango.spec  21 Jun 2010 18:43:29 -  1.186
+++ pango.spec  29 Jun 2010 20:11:33 -  1.187
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.28.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/pango
@@ -32,8 +32,9 @@ BuildRequires: libXft-devel
 BuildRequires: libXt-devel
 BuildRequires: cairo-devel >= %{cairo_version}
 BuildRequires: libthai-devel >= %{libthai_version}
-BuildRequires: gtk-doc
 BuildRequires: gobject-introspection-devel
+# Bootstrap requirements
+BuildRequires: gnome-common intltool gtk-doc
 
 # Look for pango.modules in an arch-specific directory
 Patch0: pango-1.21.4-lib64.patch
@@ -76,11 +77,10 @@ for the pango package.
 %build
 
 # We try hard to not link to libstdc++
-%configure \
---enable-gtk-doc \
---enable-doc-cross-references \
---enable-introspection \
---with-included-modules=basic-fc
+(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; 
CONFIGFLAGS=--enable-gtk-doc; fi;
+ %configure $CONFIGFLAGS \
+  --enable-doc-cross-references \
+ --with-included-modules=basic-fc )
 make
 
 %install
@@ -115,6 +115,7 @@ fi
 # Remove files that should not be packaged
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.la
+(cd $RPM_BUILD_ROOT; find | while read f; do if file $f | grep -q ': ELF 
.*executable,'; then chrpath --delete $f; fi; done)
 
 PANGOXFT_SO=$RPM_BUILD_ROOT%{_libdir}/libpangoxft-1.0.so
 if ! test -e $PANGOXFT_SO; then
@@ -238,6 +239,9 @@ fi
 
 
 %changelog
+* Tue Jun 29 2010 Colin Walters  - 1.28.1-2
+- Support builds from snapshots
+
 * Tue Jun 15 2010 Matthias Clasen  - 1.28.1-1
 - Update to 1.28.1
 

___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

2010-06-29 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112730





--- Additional comments from h...@openoffice.org Tue Jun 29 17:14:36 + 
2010 ---
At this stage of OOo33 regular bugfixes do not make it into that release, only 
showstoppers etc. On the 
other hand looking at the "releases" mailing list the hurdle is still low. Get 
approval from UL or MD for this 
issue being an OOo33 showstopper and we can change the target to OOo33.

-
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
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 586281] samyak-oriya-fonts isn't usable

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||samyak-fonts-1.2.2-1.fc13
 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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 586279] samyak-malayalam-fonts isn't usable

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||samyak-fonts-1.2.2-1.fc13
 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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 586279] samyak-malayalam-fonts isn't usable

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #6 from Fedora Update System  2010-06-29 
11:35:05 EDT ---
samyak-fonts-1.2.2-1.fc13 has been pushed to the Fedora 13 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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 586281] samyak-oriya-fonts isn't usable

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #6 from Fedora Update System  2010-06-29 
11:35:11 EDT ---
samyak-fonts-1.2.2-1.fc13 has been pushed to the Fedora 13 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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

2010-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112730





--- Additional comments from kstrib...@openoffice.org Tue Jun 29 14:39:51 
+ 2010 ---
I have nothing more planned at this stage. I was rather hoping these changes
might be able to get into 3.3, since they are more bug fixes than an 
enhancement.

-
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
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

2010-06-29 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112730


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
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

2010-06-29 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112730





--- Additional comments from h...@openoffice.org Tue Jun 29 13:11:17 + 
2010 ---
Thanks for committing the changes. I'll test the resulting builds soon. Are 
there more changes pending for 
this CWS?

-
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
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

2010-06-29 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112730


User hdu changed the following:

What|Old value |New value

Keywords|  |performance





-
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
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 609103] New: [abrt] crash in fontforge-20090923-3.fc13: _SplineCharLayerFindBounds: Process /usr/bin/fontforge was killed by signal 11 (SIGSEGV)

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: [abrt] crash in fontforge-20090923-3.fc13: _SplineCharLayerFindBounds: 
Process /usr/bin/fontforge was killed by signal 11 (SIGSEGV)

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

   Summary: [abrt] crash in fontforge-20090923-3.fc13:
_SplineCharLayerFindBounds: Process /usr/bin/fontforge
was killed by signal 11 (SIGSEGV)
   Product: Fedora
   Version: 13
  Platform: x86_64
OS/Version: Linux
Status: NEW
 Status Whiteboard: abrt_hash:9e157816baa115ba7c378398f0fdb07870878dc0
  Severity: medium
  Priority: low
 Component: fontforge
AssignedTo: ke...@tummy.com
ReportedBy: flora.ch...@gmail.com
 QAContact: extras...@fedoraproject.org
CC: rooz...@gmail.com, ke...@tummy.com,
fonts-bugs@lists.fedoraproject.org
Classification: Fedora


abrt 1.1.1 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: fontforge
component: fontforge
crash_function: _SplineCharLayerFindBounds
executable: /usr/bin/fontforge
global_uuid: 9e157816baa115ba7c378398f0fdb07870878dc0
kernel: 2.6.33.5-124.fc13.x86_64
package: fontforge-20090923-3.fc13
rating: 4
reason: Process /usr/bin/fontforge was killed by signal 11 (SIGSEGV)
release: Fedora release 13 (Goddard)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 609103] [abrt] crash in fontforge-20090923-3.fc13: _SplineCharLayerFindBounds: Process /usr/bin/fontforge was killed by signal 11 (SIGSEGV)

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #1 from Flora Chatzimichali  2010-06-29 
08:46:57 EDT ---
Created an attachment (id=427672)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=427672)
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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 608477] [abrt] crash in fontforge-20090923-3.fc13: FT_ConicTo: Process /usr/bin/fontforge was killed by signal 11 (SIGSEGV)

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Flora Chatzimichali  changed:

   What|Removed |Added

   Flag|needinfo?(flora.ch...@gmail |
   |.com)   |

--- Comment #5 from Flora Chatzimichali  2010-06-29 
08:07:57 EDT ---
OK Kevin I will try to write the active making.

1. Start FontForge (no problem)
2. Load the font (no problem), the font is BodoniFLF-Roman from
http://www.fontsquirrel.com/  but I do not remember though with a different
font, the application crashed.
3. Open the font's window (no problem)
4. Double click on a letter and opening the main window for the design. (no
problem)
5. From Menu/Window/New Metrics Window and open window. I write the word. (no
problem)
6. Go back to main window for the design and starts with the letter I have
chosen. Additional and other letters in the window by selecting from the
keyboard.
7. Keep on planning for some time and clicking to select the other letters are
in the main window design. (The application freezes for 3-4" without being able
to select anything and then crashes ...)

This problem is not there every time I use the FontForge.

I hope you gave more information.
Thanks for your 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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution||CURRENTRELEASE

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578042] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578042 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578039] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578039 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578025] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578025 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578045] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578045 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578038] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578038 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578030] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578030 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578040] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578040 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578037] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578037 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578049] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578049 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578029] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578029 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578017] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578017 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578034] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578034 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578032] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578032 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578036] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578036 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578046] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578046 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578031] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578031 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578023] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578023 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578020] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578020 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 586797] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 586797 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578021] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578021 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578048] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578048 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578027] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578027 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578019] lang-specific overrides rule doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bug 578019 depends on bug 578015, which changed state.

Bug 578015 Summary: l10n-font-template.conf doesn't work as expected
https://bugzilla.redhat.com/show_bug.cgi?id=578015

   What|Old Value   |New Value

 Status|ASSIGNED|MODIFIED
 Resolution||CURRENTRELEASE
 Status|MODIFIED|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.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586868  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586866  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586870  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586850  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586857  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586867  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586837  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586848  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586846  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586845  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586856  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586854  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586843  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586862  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586852  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586864  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586840  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586858  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586849  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586851  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586847  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


[Bug 578015] l10n-font-template.conf doesn't work as expected

2010-06-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Akira TAGOH  changed:

   What|Removed |Added

 Blocks|586834  |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/