From bf8c74b9e46b8a5381c39854f58343942464dacc8411b6415880903d5c0c34da Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 4 Jun 2007 23:16:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xemacs?expand=0&rev=8 --- xemacs.changes | 7 +++++++ xemacs.patch | 2 +- xemacs.spec | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/xemacs.changes b/xemacs.changes index 71cb7d0..34957bb 100644 --- a/xemacs.changes +++ b/xemacs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 04 12:06:44 CEST 2007 - mfabian@suse.de + +- Bugzilla #279822: fix typo in site-start.el to make XEmacs + start properly in Portuguese locale. Thanks to + Felipe Bugno for the fix. + ------------------------------------------------------------------- Fri Jun 1 13:51:13 CEST 2007 - dmueller@suse.de diff --git a/xemacs.patch b/xemacs.patch index 4896812..3049202 100644 --- a/xemacs.patch +++ b/xemacs.patch @@ -546,7 +546,7 @@ diff -Nru xemacs-21.5.21.orig/site-packages/lisp/site-start.el xemacs-21.5.21/si + ((string-match "pl" (getenv "LANG")) + (set-language-environment "Polish")) + ((string-match "pt" (getenv "LANG")) -+ (set-language-environment "Portugese")) ++ (set-language-environment "Portuguese")) + ((string-match "ro" (getenv "LANG")) + (set-language-environment "Romanian")) + ((string-match "sk" (getenv "LANG")) diff --git a/xemacs.spec b/xemacs.spec index 843f912..2cf8238 100644 --- a/xemacs.spec +++ b/xemacs.spec @@ -36,7 +36,7 @@ Prereq: permissions Requires: xemacs-info xemacs-packages ctags Autoreqprov: on Version: 21.5.28 -Release: 2 +Release: 4 Summary: XEmacs BuildRoot: %{_tmppath}/%{name}-%{version}-build # Howto get the cvs tree of XEmacs: @@ -551,6 +551,10 @@ rm -rf $RPM_BUILD_ROOT/usr/lib/xemacs/%{version}/*-suse-linux/include/ %dir /usr/share/xemacs/site-packages/lisp/term/ %changelog +* Mon Jun 04 2007 - mfabian@suse.de +- Bugzilla #279822: fix typo in site-start.el to make XEmacs + start properly in Portuguese locale. Thanks to + Felipe Bugno for the fix. * Fri Jun 01 2007 - dmueller@suse.de - adjust BuildRequires * Thu May 31 2007 - mfabian@suse.de