[Bug 513582] segfault in FTC_CMapCache_Lookup()

2009-09-25 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=513582





--- Comment #29 from Kevin Kofler   2009-09-26 02:23:48 
EDT ---
Behdad is right, mpsuzuki's "fix" is NOT correct, please DO NOT use this! Every
"fix" using that pnode hack will always be an aliasing rule violation. Even if
it happens to work with the current GCC, it may break at any point in the
future. Please read comment #19 if you really want to be able to compile this C
code with C++ (which I don't give a darn about, and which shouldn't take
priority over making it actually VALID C – that aliasing violation is not valid
C++ either, by the way; you'd use inheritance to do this properly in C++, if
this were actually C++ code, which it isn't).

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

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


[Bug 522187] Java (so Eclipse too) crashes

2009-09-25 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=522187





--- Comment #6 from Behdad Esfahbod   2009-09-26 00:06:37 
EDT ---
There's no way a legit crash can happen in pango_layout_new().  Here's the code
for that function:

PangoLayout * 
pango_layout_new (PangoContext *context) 
{ 
  PangoLayout *layout; 

  g_return_val_if_fail (context != NULL, NULL); 

  layout = g_object_new (PANGO_TYPE_LAYOUT, NULL); 

  layout->context = context; 
  g_object_ref (context); 

  return layout; 
} 


So, either context passed to it is NULL, or this is a memory corruption
happening somewhere else.  I can't do anything about it.

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

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


[Bug 525827] New: Font corruption over time

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

Summary: Font corruption over time

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

   Summary: Font corruption over time
   Product: Fedora
   Version: rawhide
  Platform: i386
OS/Version: Linux
Status: NEW
  Severity: low
  Priority: low
 Component: xorg-x11-fonts
AssignedTo: xgl-ma...@redhat.com
ReportedBy: xx3nv...@gmail.com
 QAContact: extras...@fedoraproject.org
CC: xgl-ma...@redhat.com,
fedora-fonts-bugs-list@redhat.com
Classification: Fedora


Created an attachment (id=362739)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=362739)
Example of corrupted font

Fonts become more and more corrupted over time, starting a few seconds after
login. Attachment is this text after an hour of running:

abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
1234567890
`...@#$%^&*()_+=-[]{}\|;:'",./<>?


Notes:
Thinkpad T41
Unknown if reproducible by others, contact me if you need more 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.

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


[Bug 513582] segfault in FTC_CMapCache_Lookup()

2009-09-25 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=513582





--- Comment #28 from Behdad Esfahbod   2009-09-25 22:21:01 
EDT ---
As far as I understand, the proposed fix still violates C aliasing rules, even
if gcc currently is not smart enough for it.  One fix I can imagine is to
introduce a union that has both pointer types as members, the assing to one,
read from the other.

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

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


[Bug 513582] segfault in FTC_CMapCache_Lookup()

2009-09-25 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=513582





--- Comment #27 from mpsuz...@hiroshima-u.ac.jp  2009-09-25 14:34:00 EDT ---
Thank you very much for testing!
I will replace previous fix for ftccache.h by new 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.

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


[Bug 513582] segfault in FTC_CMapCache_Lookup()

2009-09-25 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=513582





--- Comment #26 from Adam Williamson   2009-09-25 14:06:17 
EDT ---
my incarnation of this problem (navit failing to run) does not happen with the
build from comment #25, so I have no problem with this change.

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

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

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


rpms/lohit-bengali-fonts/devel lohit-bengali-fonts.spec,1.2,1.3

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-bengali-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15274

Modified Files:
lohit-bengali-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-3
- updated specs




Index: lohit-bengali-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/lohit-bengali-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lohit-bengali-fonts.spec25 Sep 2009 11:52:07 -  1.2
+++ lohit-bengali-fonts.spec25 Sep 2009 12:21:13 -  1.3
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Free Bengali font
 
 Group:  User Interface/X
@@ -53,7 +53,7 @@ rm -fr %{buildroot}
 
 
 %changelog
-* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-3
 - updated specs

 * Wed Sep 09 2009 Pravin Satpute  - 2.4.3-1

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


rpms/lohit-telugu-fonts/devel lohit-telugu-fonts.spec,1.2,1.3

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-telugu-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13737

Modified Files:
lohit-telugu-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
- updated specs




Index: lohit-telugu-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-telugu-fonts/devel/lohit-telugu-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lohit-telugu-fonts.spec 21 Sep 2009 12:13:14 -  1.2
+++ lohit-telugu-fonts.spec 25 Sep 2009 12:19:10 -  1.3
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Telugu font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,6 +53,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
+- updated specs
+
 * Mon Sep 21 2009 Pravin Satpute  - 2.4.4-1
 - upstream release of 2.4.4
 - updated url for upstream tarball

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


rpms/lohit-tamil-fonts/devel lohit-tamil-fonts.spec,1.2,1.3

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-tamil-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581

Modified Files:
lohit-tamil-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-tamil-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-tamil-fonts/devel/lohit-tamil-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lohit-tamil-fonts.spec  21 Sep 2009 12:13:20 -  1.2
+++ lohit-tamil-fonts.spec  25 Sep 2009 12:14:47 -  1.3
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Tamil font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,6 +53,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
+- updated specs
+
 * Mon Sep 21 2009 Pravin Satpute  - 2.4.4-1
 - upstream release of 2.4.4
 - updated url for upstream tarball

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


rpms/lohit-sindhi-fonts/devel lohit-sindhi-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-sindhi-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10679

Modified Files:
lohit-sindhi-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-sindhi-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-sindhi-fonts/devel/lohit-sindhi-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-sindhi-fonts.spec 11 Sep 2009 10:54:11 -  1.1
+++ lohit-sindhi-fonts.spec 25 Sep 2009 12:13:14 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Sindhi font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,5 +53,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-punjabi-fonts/devel lohit-punjabi-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-punjabi-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8991

Modified Files:
lohit-punjabi-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-punjabi-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-punjabi-fonts/devel/lohit-punjabi-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-punjabi-fonts.spec11 Sep 2009 10:48:11 -  1.1
+++ lohit-punjabi-fonts.spec25 Sep 2009 12:11:02 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Punjabi font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,5 +53,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-oriya-fonts/devel lohit-oriya-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-oriya-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7758

Modified Files:
lohit-oriya-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-oriya-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-oriya-fonts/devel/lohit-oriya-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-oriya-fonts.spec  11 Sep 2009 10:47:25 -  1.1
+++ lohit-oriya-fonts.spec  25 Sep 2009 12:09:19 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Oriya Font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,5 +53,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-nepali-fonts/devel lohit-nepali-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-nepali-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6253

Modified Files:
lohit-nepali-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-nepali-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-nepali-fonts/devel/lohit-nepali-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-nepali-fonts.spec 11 Sep 2009 10:44:25 -  1.1
+++ lohit-nepali-fonts.spec 25 Sep 2009 12:07:00 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Nepali font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,5 +53,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-marathi-fonts/devel lohit-marathi-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-marathi-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5755

Modified Files:
lohit-marathi-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-marathi-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-marathi-fonts/devel/lohit-marathi-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-marathi-fonts.spec11 Sep 2009 10:44:09 -  1.1
+++ lohit-marathi-fonts.spec25 Sep 2009 12:05:19 -  1.2
@@ -5,7 +5,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Marathi font
 
 Group:  User Interface/X
@@ -17,7 +17,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -55,6 +54,9 @@ rm -fr %{buildroot}
 %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball
 

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


rpms/lohit-malayalam-fonts/devel lohit-malayalam-fonts.spec, 1.2, 1.3

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-malayalam-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4857

Modified Files:
lohit-malayalam-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
- updated specs




Index: lohit-malayalam-fonts.spec
===
RCS file: 
/cvs/pkgs/rpms/lohit-malayalam-fonts/devel/lohit-malayalam-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lohit-malayalam-fonts.spec  21 Sep 2009 12:07:13 -  1.2
+++ lohit-malayalam-fonts.spec  25 Sep 2009 12:03:45 -  1.3
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Malayalam font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,6 +53,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
+- updated specs
+
 * Mon Sep 21 2009 Pravin Satpute  - 2.4.4-1
 - upstream release of 2.4.4
 - updated url for upstream tarball

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


rpms/lohit-maithili-fonts/devel lohit-maithili-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-maithili-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3486

Modified Files:
lohit-maithili-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-maithili-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-maithili-fonts/devel/lohit-maithili-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-maithili-fonts.spec   11 Sep 2009 10:40:25 -  1.1
+++ lohit-maithili-fonts.spec   25 Sep 2009 12:02:01 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Maithili font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,5 +53,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-konkani-fonts/devel lohit-konkani-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-konkani-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2651

Modified Files:
lohit-konkani-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-konkani-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-konkani-fonts/devel/lohit-konkani-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-konkani-fonts.spec11 Sep 2009 10:21:08 -  1.1
+++ lohit-konkani-fonts.spec25 Sep 2009 11:59:47 -  1.2
@@ -4,7 +4,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Konkani Font
 
 Group:  User Interface/X
@@ -16,7 +16,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -55,6 +54,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball
 

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


rpms/lohit-kashmiri-fonts/devel lohit-kashmiri-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1379

Modified Files:
lohit-kashmiri-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-kashmiri-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-kashmiri-fonts/devel/lohit-kashmiri-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-kashmiri-fonts.spec   11 Sep 2009 10:13:56 -  1.1
+++ lohit-kashmiri-fonts.spec   25 Sep 2009 11:58:02 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Kashmiri Devanagari Script Font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,5 +53,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-kannada-fonts/devel lohit-kannada-fonts.spec,1.2,1.3

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-kannada-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv318

Modified Files:
lohit-kannada-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
- updated specs




Index: lohit-kannada-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-kannada-fonts/devel/lohit-kannada-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lohit-kannada-fonts.spec21 Sep 2009 12:03:45 -  1.2
+++ lohit-kannada-fonts.spec25 Sep 2009 11:56:34 -  1.3
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Kannada font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,6 +53,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.4-2
+- updated specs
+
 * Mon Sep 21 2009 Pravin Satpute  - 2.4.4-1
 - upstream release of 2.4.4
 - updated url for upstream tarball

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


rpms/lohit-gujarati-fonts/devel lohit-gujarati-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-gujarati-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32138

Modified Files:
lohit-gujarati-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-gujarati-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-gujarati-fonts/devel/lohit-gujarati-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-gujarati-fonts.spec   11 Sep 2009 10:04:36 -  1.1
+++ lohit-gujarati-fonts.spec   25 Sep 2009 11:54:41 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Gujarati font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,6 +53,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball
 

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


rpms/lohit-bengali-fonts/devel lohit-bengali-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-bengali-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31056

Modified Files:
lohit-bengali-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-bengali-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-bengali-fonts/devel/lohit-bengali-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-bengali-fonts.spec11 Sep 2009 09:21:05 -  1.1
+++ lohit-bengali-fonts.spec25 Sep 2009 11:52:07 -  1.2
@@ -3,7 +3,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Bengali font
 
 Group:  User Interface/X
@@ -15,7 +15,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -54,6 +53,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+   
 * Wed Sep 09 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball
 

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


rpms/lohit-assamese-fonts/devel lohit-assamese-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-assamese-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30285

Modified Files:
lohit-assamese-fonts.spec 
Log Message:
* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
- updated specs



Index: lohit-assamese-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-assamese-fonts/devel/lohit-assamese-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-assamese-fonts.spec   11 Sep 2009 09:13:50 -  1.1
+++ lohit-assamese-fonts.spec   25 Sep 2009 11:49:53 -  1.2
@@ -5,7 +5,7 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Assamese font
 
 Group:  User Interface/X
@@ -17,7 +17,6 @@ BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -56,5 +55,8 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+
 * Wed Sep 09 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball

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


rpms/lohit-hindi-fonts/devel lohit-hindi-fonts.spec,1.1,1.2

2009-09-25 Thread Pravin Satpute
Author: pravins

Update of /cvs/pkgs/rpms/lohit-hindi-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29034

Modified Files:
lohit-hindi-fonts.spec 
Log Message:
* Fri Sep 23 2009 Pravin Satpute  - 2.4.3-2
- updated specs




Index: lohit-hindi-fonts.spec
===
RCS file: /cvs/pkgs/rpms/lohit-hindi-fonts/devel/lohit-hindi-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lohit-hindi-fonts.spec  11 Sep 2009 10:06:35 -  1.1
+++ lohit-hindi-fonts.spec  25 Sep 2009 11:46:51 -  1.2
@@ -3,19 +3,18 @@
 
 Name:   %{fontname}-fonts
 Version:2.4.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Free Hindi font
 
 Group:  User Interface/X
 License:GPLv2
 URL:https://fedorahosted.org/lohit/
-Source0:
http://pravins.fedorapeople.org/lohit/gujarati/%{fontname}-%{version}.tar.gz
+Source0:
http://pravins.fedorapeople.org/lohit/hindi/%{fontname}-%{version}.tar.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 BuildArch:  noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:   fontpackages-filesystem
-Obsoletes: %{fontname}-fonts < %{version}-%{release}
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -53,6 +52,9 @@ rm -fr %{buildroot}
 %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old
 
 %changelog
+* Fri Sep 25 2009 Pravin Satpute  - 2.4.3-2
+- updated specs
+
 * Fri Sep 11 2009 Pravin Satpute  - 2.4.3-1
 - first release after lohit-fonts split in new tarball
 

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


[Issue 105084] OpenSymbol font: Math related changes

2009-09-25 Thread ih
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

  Status|NEW   |STARTED





--- Additional comments from i...@openoffice.org Fri Sep 25 09:51:34 + 
2009 ---
started

-
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

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