OBS User unknown 2007-10-16 00:24:45 +00:00 committed by Git OBS Bridge
parent ec24053884
commit 6f0b1facbf
3 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,18 @@
--- libs/Flocale.c
+++ libs/Flocale.c
@@ -2316,6 +2316,7 @@
{
return;
}
+#if 0
if (text_prop.encoding == XA_STRING)
{
/* STRING encoding, use this as it is */
@@ -2324,6 +2325,7 @@
return;
}
/* not STRING encoding, try to convert XA_COMPOUND_TEXT */
+#endif
if (XmbTextPropertyToTextList(dpy, &text_prop, &list, &num) >= Success
&& num > 0 && *list)
{

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 15 15:21:00 CEST 2007 - lmichnovic@suse.cz
- fixed wrong font for non ascii characters in titles of windows
especially for english locales (charset_in_title.patch) [#307361]
-------------------------------------------------------------------
Tue Sep 25 16:23:14 CEST 2007 - lmichnovic@suse.cz

View File

@ -18,7 +18,7 @@ Provides: fvwm fvwmicns windowmanager xpmroot
Obsoletes: fvwm xpmroot
AutoReqProv: on
Version: 2.5.23
Release: 1
Release: 7
Summary: Improved Version of FVWM Window Manager
Url: http://www.fvwm.org
Source0: fvwm-2.5.23.tar.bz2
@ -34,6 +34,7 @@ Patch1: fvwm-%{version}-gcc-warnings.patch
Patch2: fvwm-%{version}-ia64.patch
Patch3: fvwm-%{version}-sv_SE.patch
Patch4: fvwm-%{version}-utf_encoding.patch
Patch5: fvwm-%{version}-charset_in_title.patch
%description
FVWM is a virtual desktop window manager for the X Window System.
@ -81,6 +82,7 @@ Authors:
%define _xorg7prefix /usr/X11R6
%define _xorg7mandir /usr/X11R6/man
%endif
%prep
%setup -q -n fvwm-2.5.23
%patch0
@ -88,6 +90,7 @@ Authors:
%patch2
%patch3
%patch4
%patch5
find . -name *sv_SE* |xargs rename sv_SE sv
mkdir icons
tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2
@ -207,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_prefix}/%{_xorg7libs32}/X11/fvwm2/FvwmGtk*
%changelog
* Mon Oct 15 2007 - lmichnovic@suse.cz
- fixed wrong font for non ascii characters in titles of windows
especially for english locales (charset_in_title.patch) [#307361]
* Tue Sep 25 2007 - lmichnovic@suse.cz
- excluding useless file README.vms
- file list with %%lang (macro find_lang is hard to use for fvwm)