This commit is contained in:
parent
8afa1c1057
commit
89ac2170ac
11
fvwm-2.5.21-utf_encoding.patch
Normal file
11
fvwm-2.5.21-utf_encoding.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- libs/FlocaleCharset.c
|
||||
+++ libs/FlocaleCharset.c
|
||||
@@ -522,7 +522,7 @@
|
||||
}
|
||||
|
||||
if (FLCXOMCharsetList_num > 0 && FLCXOMCharsetList[0])
|
||||
- FLCXOMCharset = FLCXOMCharsetList[0];
|
||||
+ FLCXOMCharset = FLCXOMCharsetList[FLCXOMCharsetList_num - 1];
|
||||
#endif
|
||||
}
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 9 18:40:31 CET 2007 - lmichnovic@suse.cz
|
||||
|
||||
- Fixed corrupted characters in sax2 test mode for some locales
|
||||
[#251639] (*utf_encoding.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 14:58:04 CET 2007 - lmichnovic@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@ Provides: fvwmicns windowmanager xpmroot
|
||||
Obsoletes: fvwm xpmroot
|
||||
Autoreqprov: on
|
||||
Version: 2.5.21
|
||||
Release: 4
|
||||
Release: 6
|
||||
Summary: Improved Version of FVWM Window Manager
|
||||
URL: http://www.fvwm.org
|
||||
Source0: fvwm-2.5.21.tar.bz2
|
||||
@ -33,6 +33,7 @@ Patch0: fvwm-configure.patch
|
||||
Patch1: fvwm-%{version}-gcc-warnings.patch
|
||||
Patch2: fvwm-%{version}-ia64.patch
|
||||
Patch3: fvwm-%{version}-sv_SE.patch
|
||||
Patch4: fvwm-%{version}-utf_encoding.patch
|
||||
|
||||
%description
|
||||
FVWM is a virtual desktop window manager for the X Window System.
|
||||
@ -68,6 +69,7 @@ Authors:
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
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
|
||||
@ -162,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 09 2007 - lmichnovic@suse.cz
|
||||
- Fixed corrupted characters in sax2 test mode for some locales
|
||||
[#251639] (*utf_encoding.patch)
|
||||
* Wed Feb 28 2007 - lmichnovic@suse.cz
|
||||
- renamed sv_SE to sv, (sv_SE.patch) [#248751]
|
||||
- removed xorg-x11 from Requires and Buildrequires since
|
||||
|
Loading…
Reference in New Issue
Block a user