yum doesn't like installonly_limit=1?

2009-12-10 Thread Rajeesh K Nambiar
I changed the installonly_limit to 1 from the default value 3 in
/etc/yum.conf, and yum blows up.

# yum search boinc
Loaded plugins: presto, refresh-packagekit
Options Error: Error parsing '1': out of range integer value

PackageKit gave me a better traceback:

Traceback (most recent call last):
  File /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2956, in __init__
self.repos.confirm_func = self._repo_gpg_confirm
  File /usr/lib/python2.6/site-packages/yum/__init__.py, line 717, in lambda
repos = property(fget=lambda self: self._getRepos(),
  File /usr/lib/python2.6/site-packages/yum/__init__.py, line 496,
in _getRepos
self.conf # touch the config class first
  File /usr/lib/python2.6/site-packages/yum/__init__.py, line 723, in lambda
conf = property(fget=lambda self: self._getConfig(),
  File /usr/lib/python2.6/site-packages/yum/__init__.py, line 276,
in _getConfig
self._conf = config.readMainConfig(startupconf)
  File /usr/lib/python2.6/site-packages/yum/config.py, line 827, in
readMainConfig
yumconf.populate(startupconf._parser, 'main')
  File /usr/lib/python2.6/site-packages/yum/config.py, line 505, in populate
setattr(self, name, value)
  File /usr/lib/python2.6/site-packages/yum/config.py, line 94, in __set__
raise ValueError('Error parsing $r: $s' $ (value, str(e)))
ValueError: Error parsing '1': out of range integer value

I changed the value to 0, 2, 3 etc, all of them resulting in a working
yum environment. Is it a known issue, or worth filing a bug?
Yum version is yum-3.2.25-1.fc12.noarch

-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: yum doesn't like installonly_limit=1?

2009-12-10 Thread Rajeesh K Nambiar
On 12/10/09, James Antill ja...@fedoraproject.org wrote:
 On Thu, 2009-12-10 at 18:00 +0530, Rajeesh K Nambiar wrote:
 I changed the installonly_limit to 1 from the default value 3 in
 /etc/yum.conf, and yum blows up.

 # yum search boinc
 Loaded plugins: presto, refresh-packagekit
 Options Error: Error parsing '1': out of range integer value

  This is an error message, not what I'd usually term blows up.

I mean - can't install anything, can't search a package. It took me a
while to realize that the change made to the config file caused it as
I tried to use yum again after couple of days.


 PackageKit gave me a better traceback:

  This is just more text to say the same thing, 1 is an invalid argument.

 I changed the value to 0, 2, 3 etc, all of them resulting in a working
 yum environment. Is it a known issue, or worth filing a bug?
 Yum version is yum-3.2.25-1.fc12.noarch

  Maybe3 a better question is:

  What do you want to achieve by setting this value to 1?

Ah, I realize that it would have the same effect as installonly_limit=0 ?


 --
 James Antill - ja...@fedoraproject.org
 http://yum.baseurl.org/wiki/releases
 http://yum.baseurl.org/wiki/whatsnew/3.2.25
 http://yum.baseurl.org/wiki/YumMultipleMachineCaching

 --
 fedora-devel-list mailing list
 fedora-devel-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-devel-list



-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: yum doesn't like installonly_limit=1?

2009-12-10 Thread Rajeesh K Nambiar
On Thu, Dec 10, 2009 at 9:22 PM, James Antill ja...@fedoraproject.org wrote:
 On Thu, 2009-12-10 at 20:45 +0530, Rajeesh K Nambiar wrote:
 On 12/10/09, James Antill ja...@fedoraproject.org wrote:
  On Thu, 2009-12-10 at 18:00 +0530, Rajeesh K Nambiar wrote:
  I changed the installonly_limit to 1 from the default value 3 in
  /etc/yum.conf, and yum blows up.
 
  # yum search boinc
  Loaded plugins: presto, refresh-packagekit
  Options Error: Error parsing '1': out of range integer value
 
   This is an error message, not what I'd usually term blows up.

 I mean - can't install anything, can't search a package. It took me a
 while to realize that the change made to the config file caused it as
 I tried to use yum again after couple of days.

  Fair enough, as Seth said we should probably tell you want option is
 the problem :).

   What do you want to achieve by setting this value to 1?

 Ah, I realize that it would have the same effect as installonly_limit=0 ?

  No, 0 is special and means the same thing as off.

  1 would make it act like a normal package (old version removed as new
 version is installed) ... except the kernel package doesn't work if you
 do that, so we just disallow it.

Yeah, that was the intention ;-)
Thanks for the answers!

 --
 James Antill - ja...@fedoraproject.org
 http://yum.baseurl.org/wiki/releases
 http://yum.baseurl.org/wiki/whatsnew/3.2.25
 http://yum.baseurl.org/wiki/YumMultipleMachineCaching

 --
 fedora-devel-list mailing list
 fedora-devel-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-devel-list




-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: showing dependency trees

2009-08-26 Thread Rajeesh K Nambiar
2009/8/24 Björn Persson bj...@xn--rombobjrn-67a.se:
 Rahul Sundaram wrote:
 A quick way to actually check for such dependencies is to switch to
 another desktop environment, say Xfce, remove all the KDE packages and
 install one of the KDE apps.

 That's not all that quick. There ought to be a tool for this. Given a package
 name it should print the dependency tree for that package. It could have an
 option to suppress packages in the base set. Couldn't Yum be taught to answer
 that kind of queries?

I'm not sure this is exactly what you want, but I was using this in my .bashrc:

function dependencylist
{
yum groupinfo Base | grep -v Packages | sed 1,12d | awk '{print
$1}'  BaseList; yum deplist $* | grep provider | awk '{if(grep -q
$2 BaseList) print $2}' | sort | uniq
}



 Björn Persson


 --
 fedora-devel-list mailing list
 fedora-devel-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-devel-list




-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/smc-fonts/devel .cvsignore, 1.3, 1.4 smc-fonts.spec, 1.8, 1.9 sources, 1.3, 1.4

2009-08-18 Thread Rajeesh K Nambiar
Author: rajeeshknambiar

Update of /cvs/pkgs/rpms/smc-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13892

Modified Files:
.cvsignore smc-fonts.spec sources 
Log Message:
Update to 04.2 with bugfix for RHBZ#484536


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/smc-fonts/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  29 Jul 2008 09:14:48 -  1.3
+++ .cvsignore  18 Aug 2009 15:46:31 -  1.4
@@ -1,2 +1 @@
-malayalam-fonts-04.zip
-malayalam-fonts-04.1.zip
+malayalam-fonts-04.2.zip


Index: smc-fonts.spec
===
RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- smc-fonts.spec  27 Jul 2009 04:29:39 -  1.8
+++ smc-fonts.spec  18 Aug 2009 15:46:31 -  1.9
@@ -7,8 +7,8 @@ The SMC Fonts package contains fonts for
 traditional and new Malayalam Script.
 
 Name:  %{fontname}-fonts
-Version:   04.1
-Release:   7%{?dist}
+Version:   04.2
+Release:   1%{?dist}
 Summary:   Open Type Fonts for Malayalam script
 Group: User Interface/X
 License:   GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ 
and  GPLv2
@@ -48,7 +48,7 @@ Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+ with exceptions
 Provides: %{fontname}-fonts-meera = %{version}-%{release}
-Obsoletes: %{name}-meera  04.1-4
+Obsoletes: %{name}-meera  04.2-1
 %description -n %{fontname}-meera-fonts
 The Meera font package contains fonts for the display of
 traditional Malayalam Scripts.
@@ -152,6 +152,9 @@ rm -fr %{buildroot}
 %dir %{_fontdir}
 
 %changelog
+* Tue Aug 18 2009 Rajeesh K Nambiar rajeeshknamb...@gmail.com 04.2-1
+- bugfix 484536 for Meera
+
 * Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 04.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/smc-fonts/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 29 Jul 2008 09:14:48 -  1.3
+++ sources 18 Aug 2009 15:46:31 -  1.4
@@ -1 +1 @@
-492cb9ec6bf69d775e987c1ca06b4003  malayalam-fonts-04.1.zip
+82e50d2bfed3111612e6b36070356a58  malayalam-fonts-04.2.zip

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


Fwd: [smc-discuss] Re: Fwd: Terminal emulator supporting Indic scripts like {kn, hi, pa}_IN.utf-8

2009-06-28 Thread Rajeesh K Nambiar
Please see the forwarded message:

-- Forwarded message --
From: Shyam | ശ്യാം കാരനാട്ട് | Karanattu m...@swathanthran.in
Date: 2009/6/27
Subject: [smc-discuss] Re: Fwd: Terminal emulator supporting Indic
scripts like {kn, hi, pa}_IN.utf-8
To: smc-disc...@googlegroups.com



Hi,

Emacs' malayalam rendering is based on xft and libm17n-flt and
libotf. So the support is on X enabled emacs. So running emacs in
gnome-terminal won't give malayalam rendering. But running M-x shell or
M-x eshell (M-x = Alt-x) inside emacs can give you a
malayalam enabled shell. You probably have to compile the CVS especially
with libotf and libm17n-flt enabled. It is emacs' general rendering that
is enhanced with these improvements, So it works for every other modes
on emacs too.. be it gnus, erc..anything..

Also it seems rendering of other indic scripts also have enhanced with
the m17n improvement.

http://suruma.freeflux.net/blog/archive/2008/10/15/malayalam-in-emacs.html

That have the details. iirc ./configure options has some corrections
there it seems...



--
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Terminal emulator supporting Indic scripts like {kn, hi, pa}_IN.utf-8

2009-06-26 Thread Rajeesh K Nambiar
On Thu, Jun 25, 2009 at 11:22 AM, Rajeesh K Nambiar 
rajeeshknamb...@gmail.com wrote:


 On Thu, Jun 25, 2009 at 10:59 AM, Kevin Kofler kevin.kof...@chello.atwrote:

 Michal Nowak wrote:
  Anyone's aware of terminal emulator like gnome-terminal, rxvt,
  etc being capable of Indic scripts like {kn,hi,pa}_IN.utf-8?

 Try the KDE 4 Konsole (from kdebase = 4.0.0, i.e. Fedora = 9).


 Doesn't render ml_IN well, at the very least. Using kdebase-4.2.3-1.fc11.


Emacs 23 shell will have a perfect rendering of ml_IN, according to the
information from smc.org.in.
Another promising project is http://mlterm.sourceforge.net.







Kevin Kofler

 --
 fedora-devel-list mailing list
 fedora-devel-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-devel-list




 --
 Cheers,
 Rajeesh
 http://rajeeshknambiar.wordpress.com





-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Re: Terminal emulator supporting Indic scripts like {kn, hi, pa}_IN.utf-8

2009-06-24 Thread Rajeesh K Nambiar
On Thu, Jun 25, 2009 at 10:59 AM, Kevin Kofler kevin.kof...@chello.atwrote:

 Michal Nowak wrote:
  Anyone's aware of terminal emulator like gnome-terminal, rxvt,
  etc being capable of Indic scripts like {kn,hi,pa}_IN.utf-8?

 Try the KDE 4 Konsole (from kdebase = 4.0.0, i.e. Fedora = 9).


Doesn't render ml_IN well, at the very least. Using kdebase-4.2.3-1.fc11.




Kevin Kofler

 --
 fedora-devel-list mailing list
 fedora-devel-list@redhat.com
 https://www.redhat.com/mailman/listinfo/fedora-devel-list




-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

rpms/smc-fonts/devel smc-fonts.spec,1.4,1.5

2009-01-22 Thread Rajeesh K Nambiar
Author: rajeeshknambiar

Update of /cvs/pkgs/rpms/smc-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29391

Modified Files:
smc-fonts.spec 
Log Message:

* Thu Jan 22 2009 Rajeesh K Nambiar rajeeshknamb...@gmail.com 04.1-4
- change descriptions
- fix bug in kalyani font's obsoleting version number
- move _font_pkg macros next to corresponding packages



Index: smc-fonts.spec
===
RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smc-fonts.spec  17 Jan 2009 05:28:18 -  1.4
+++ smc-fonts.spec  22 Jan 2009 17:54:18 -  1.5
@@ -3,12 +3,12 @@
 
 # Common description
 %define common_desc \
-The smc-fonts package contains fonts for the display of\
+The SMC Fonts package contains fonts for the display of\
 traditional and new Malayalam Script.
 
 Name:  %{fontname}-fonts
 Version:   04.1
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Open Type Fonts for Malayalam script
 Group: User Interface/X
 License:   GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ 
and  GPLv2
@@ -34,88 +34,89 @@
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-dyuthi  04.1-3
+Obsoletes: %{name}-dyuthi  04.1-4
 %description -n %{fontname}-dyuthi-fonts
-The smc-fonts-dyuthi package contains fonts for the display of
+The Dyuthi font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n dyuthi Dyuthi*.ttf 
+
 %package -n %{fontname}-meera-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+ with exceptions
-Obsoletes: %{name}-meera  04.1-3
+Obsoletes: %{name}-meera  04.1-4
 %description -n %{fontname}-meera-fonts
-The smc-fonts-meera package contains fonts for the display of
+The Meera font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf 
+
 
 %package -n %{fontname}-rachana-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+
-Obsoletes: %{name}-rachana  04.1-3
+Obsoletes: %{name}-rachana  04.1-4
 %description -n %{fontname}-rachana-fonts
-The smc-fonts-rachana package contains fonts for the display of
+The Rachana font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n rachana Rachana*.ttf
+
 
 %package -n %{fontname}-raghumalayalam-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2
-Obsoletes: %{name}-raghumalayalam  04.1-3
+Obsoletes: %{name}-raghumalayalam  04.1-4
 %description -n %{fontname}-raghumalayalam-fonts
-The smc-fonts-malayalam package contains fonts for the display of
+The SMC Malayalam fonts package contains fonts for the display of
 new Malayalam Scripts.
 
+%_font_pkg -n raghumalayalam RaghuMalayalamSans*.ttf
+
 %package -n %{fontname}-suruma-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-suruma  04.1-3
+Obsoletes: %{name}-suruma  04.1-4
 %description -n %{fontname}-suruma-fonts
-The smc-fonts-suruma package contains fonts for the display of
+The Suruma font package contains fonts for the display of
 traditional Malayalam Scripts.
 
+%_font_pkg -n suruma suruma*.ttf
+
 %package -n %{fontname}-kalyani-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-kalyani  04-1.3
+Obsoletes: %{name}-kalyani  04.1-4
 %description -n %{fontname}-kalyani-fonts
-The smc-fonts-suruma package contains fonts for the display of
+The Kalyani font package contains fonts for the display of
 new Malayalam Scripts.
 
+%_font_pkg -n kalyani Kalyani*.ttf
+
 %package -n %{fontname}-anjalioldlipi-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-Obsoletes: %{name}-anjalioldlipi  04.1-3
+Obsoletes: %{name}-anjalioldlipi  04.1-4
 %description -n %{fontname}-anjalioldlipi-fonts
-The smc-fonts-suruma package contains fonts for the display of
+The Anjali OldLipi package contains fonts for the display of
 traditional Malayalam Scripts.
 
-#%{_fontdir} is shared by following packages since they all are for malayalam 
script only
-%_font_pkg -n dyuthi Dyuthi*.ttf 
-
-%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf 
-
-%_font_pkg -n rachana Rachana*.ttf
-
-%_font_pkg -n raghumalayalam RaghuMalayalamSans*.ttf
-
-%_font_pkg

rpms/smc-fonts/devel smc-fonts.spec,1.3,1.4

2009-01-16 Thread Rajeesh K Nambiar
Author: rajeeshknambiar

Update of /cvs/pkgs/rpms/smc-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1672

Modified Files:
smc-fonts.spec 
Log Message:
Update for new font naming guidelines



Index: smc-fonts.spec
===
RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smc-fonts.spec  6 Jan 2009 09:30:39 -   1.3
+++ smc-fonts.spec  17 Jan 2009 05:28:18 -  1.4
@@ -6,16 +6,16 @@
 The smc-fonts package contains fonts for the display of\
 traditional and new Malayalam Script.
 
-Name:  %{fontname}-fonts
+Name:  %{fontname}-fonts
 Version:   04.1
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Open Type Fonts for Malayalam script
-Group: User Interface/X
+Group: User Interface/X
 License:   GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ 
and  GPLv2
-URL:   http://savannah.nongnu.org/projects/smc
-Source:
http://download.savannah.nongnu.org/releases/smc/fonts/malayalam-fonts-%{version}.zip
+URL:   http://savannah.nongnu.org/projects/smc
+Source:
http://download.savannah.nongnu.org/releases/smc/fonts/malayalam-fonts-%{version}.zip
 BuildArch: noarch
-BuildRequires: fontpackages-devel
+BuildRequires: fontpackages-devel  1.13
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -23,74 +23,81 @@
 
 %package common
 Summary:  Common files for smc-fonts
-Group:  User Interface/X
+Group: User Interface/X
 Requires: fontpackages-filesystem
 
 %description common
 %common_desc
 
-%package dyuthi
+%package -n %{fontname}-dyuthi-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-%description dyuthi
+Obsoletes: %{name}-dyuthi  04.1-3
+%description -n %{fontname}-dyuthi-fonts
 The smc-fonts-dyuthi package contains fonts for the display of
 traditional Malayalam Scripts.
 
-%package meera 
+%package -n %{fontname}-meera-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+ with exceptions
-%description meera
+Obsoletes: %{name}-meera  04.1-3
+%description -n %{fontname}-meera-fonts
 The smc-fonts-meera package contains fonts for the display of
 traditional Malayalam Scripts.
 
 
-%package rachana 
+%package -n %{fontname}-rachana-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2+
-%description rachana
+Obsoletes: %{name}-rachana  04.1-3
+%description -n %{fontname}-rachana-fonts
 The smc-fonts-rachana package contains fonts for the display of
 traditional Malayalam Scripts.
 
 
-%package raghumalayalam
+%package -n %{fontname}-raghumalayalam-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv2
-%description raghumalayalam
+Obsoletes: %{name}-raghumalayalam  04.1-3
+%description -n %{fontname}-raghumalayalam-fonts
 The smc-fonts-malayalam package contains fonts for the display of
 new Malayalam Scripts.
 
-%package suruma
+%package -n %{fontname}-suruma-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X 
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-%description suruma
+Obsoletes: %{name}-suruma  04.1-3
+%description -n %{fontname}-suruma-fonts
 The smc-fonts-suruma package contains fonts for the display of
 traditional Malayalam Scripts.
 
-%package kalyani
+%package -n %{fontname}-kalyani-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-%description kalyani
+Obsoletes: %{name}-kalyani  04-1.3
+%description -n %{fontname}-kalyani-fonts
 The smc-fonts-suruma package contains fonts for the display of
 new Malayalam Scripts.
 
-%package anjalioldlipi
+%package -n %{fontname}-anjalioldlipi-fonts
 Summary: Open Type Fonts for Malayalam script
 Group: User Interface/X
 Requires: %{name}-common = %{version}-%{release}
 License: GPLv3+ with exceptions
-%description anjalioldlipi
+Obsoletes: %{name}-anjalioldlipi  04.1-3
+%description -n %{fontname}-anjalioldlipi-fonts
 The smc-fonts-suruma package contains fonts for the display of
 traditional Malayalam Scripts.
 
@@ -137,6 +144,9 @@
 %dir %{_fontdir}
 
 %changelog
+* Sat Jan 17 2009 Rajeesh K Nambiar rajeeshknamb...@gmail.com 04.1-3
+- update for new font guidelines
+
 * Tue Jan 06 2009 Pravin Satpute psatp...@redhat.com 04.1-2
 - bugfix 477458
 - updated spec

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https