forked from pool/xemacs
This commit is contained in:
parent
f6075b6137
commit
bf8c74b9e4
@ -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 <necron@bol.com.br> for the fix.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 13:51:13 CEST 2007 - dmueller@suse.de
|
Fri Jun 1 13:51:13 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -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"))
|
+ ((string-match "pl" (getenv "LANG"))
|
||||||
+ (set-language-environment "Polish"))
|
+ (set-language-environment "Polish"))
|
||||||
+ ((string-match "pt" (getenv "LANG"))
|
+ ((string-match "pt" (getenv "LANG"))
|
||||||
+ (set-language-environment "Portugese"))
|
+ (set-language-environment "Portuguese"))
|
||||||
+ ((string-match "ro" (getenv "LANG"))
|
+ ((string-match "ro" (getenv "LANG"))
|
||||||
+ (set-language-environment "Romanian"))
|
+ (set-language-environment "Romanian"))
|
||||||
+ ((string-match "sk" (getenv "LANG"))
|
+ ((string-match "sk" (getenv "LANG"))
|
||||||
|
@ -36,7 +36,7 @@ Prereq: permissions
|
|||||||
Requires: xemacs-info xemacs-packages ctags
|
Requires: xemacs-info xemacs-packages ctags
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 21.5.28
|
Version: 21.5.28
|
||||||
Release: 2
|
Release: 4
|
||||||
Summary: XEmacs
|
Summary: XEmacs
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# Howto get the cvs tree of XEmacs:
|
# 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/
|
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||||
|
|
||||||
%changelog
|
%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 <necron@bol.com.br> for the fix.
|
||||||
* Fri Jun 01 2007 - dmueller@suse.de
|
* Fri Jun 01 2007 - dmueller@suse.de
|
||||||
- adjust BuildRequires
|
- adjust BuildRequires
|
||||||
* Thu May 31 2007 - mfabian@suse.de
|
* Thu May 31 2007 - mfabian@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user