From f33bc2309a29999742ceee2202984d533aa88759 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sep 19 2006 15:51:45 +0000 Subject: - Add as_IN, si_LK to language list (bug 203917) --- diff --git a/gdm-2.16.0-indic-langs.patch b/gdm-2.16.0-indic-langs.patch new file mode 100644 index 0000000..77e870c --- /dev/null +++ b/gdm-2.16.0-indic-langs.patch @@ -0,0 +1,38 @@ +--- gdm-2.16.0/config/locale.alias.indic-langs 2006-09-19 11:47:50.000000000 -0400 ++++ gdm-2.16.0/config/locale.alias 2006-09-19 11:49:30.000000000 -0400 +@@ -20,6 +20,7 @@ + Arabic(Egypt) ar_EG.UTF-8,ar_EG + Arabic(Lebanon) ar_LB.UTF-8,ar_LB + Armenian hy_AM.UTF-8,hy_AM ++Assamese as_IN.UTF-8,as_IN + Azerbaijani az_AZ.UTF-8,az_AZ + Azerbaijani(Iran) az_IR.UTF-8,az_IR + Basque eu_ES.UTF-8,eu_ES +@@ -94,6 +95,7 @@ + Serbian sr_CS.UTF-8,sr_CS,sr_YU@cyrillic,sr_YU + Serbian(Latin) sr_CS.UTF-8@Latn,sr_CS@Latn,sr_YU@Latn + Serbian(Jekavian) sr_CS.UTF-8@ije,sr_CS@ije,sr_YU@ije ++Sinhala si_LK.UTF-8,si_LK + Slovak sk_SK.UTF-8,sk_SK + Slovenian sl_SI.UTF-8,sl_SI + Spanish es_ES.UTF-8,es_ES +--- gdm-2.16.0/gui/gdmlanguages.c.indic-langs 2006-09-19 11:43:03.000000000 -0400 ++++ gdm-2.16.0/gui/gdmlanguages.c 2006-09-19 11:47:14.000000000 -0400 +@@ -62,6 +62,8 @@ + /*Note translate the A-M to the A-M you used in the group label */ + { N_("A-M|Armenian"), "hy_AM", "Հայերեն", 0 }, + /*Note translate the A-M to the A-M you used in the group label */ ++ { N_("A-M|Assamese"), "as_IN", "অসমীয়া", 0 }, ++ /*Note translate the A-M to the A-M you used in the group label */ + { N_("A-M|Azerbaijani"), "az_AZ", "Azərbaycanca", 0 }, + /*Note translate the A-M to the A-M you used in the group label */ + { N_("A-M|Basque"), "eu_ES", "Euskara", 0 }, +@@ -200,6 +202,8 @@ + /*Note translate the N-Z to the N-Z you used in the group label */ + { N_("N-Z|Serbian (Jekavian)"), "sr_CS@ije", "српски (ијекавски)", 0 }, + /*Note translate the N-Z to the N-Z you used in the group label */ ++ { N_("N-Z|Sinhala"), "si_LK", "සිංහල", 0 }, ++ /*Note translate the N-Z to the N-Z you used in the group label */ + { N_("N-Z|Slovak"), "sk_SK", "Slovenský", 0 }, + /*Note translate the N-Z to the N-Z you used in the group label */ + { N_("N-Z|Slovenian"), "sl_SI", "Slovenščina", 0 }, diff --git a/gdm.spec b/gdm.spec index b6237ca..6fd0ae6 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager. Name: gdm Version: 2.16.0 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 License: LGPL/GPL Group: User Interface/X @@ -46,6 +46,9 @@ Patch21: gdm-2.16.0-security-tokens.patch # http://bugzilla.gnome.org/show_bug.cgi?id=347871 Patch24: gdm-2.15.6-wtmp.patch +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=203917 +Patch25: gdm-2.16.0-indic-langs.patch + BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root Prereq: /usr/sbin/useradd @@ -114,6 +117,7 @@ several different X sessions on your local machine at the same time. %patch20 -p1 -b .reset-pam %patch21 -p1 -b .security-tokens %patch24 -p1 -b .wtmp +%patch25 -p1 -b .indic-langs %build cp -f %{SOURCE1} config/gdm @@ -301,6 +305,9 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Tue Sep 19 2006 Ray Strode - 1:2.16.0-8.fc6 +- Add as_IN, si_LK to language list (bug 203917) + * Mon Sep 18 2006 Ray Strode - 1:2.16.0-7.fc6 - fix a problem recently introduced in the smart card forking code