From 0c7f5c131616ac45e9a00bd4115337f3a25f6ff4 Mon Sep 17 00:00:00 2001 From: praszyk Date: Thu, 18 Aug 2005 13:11:32 +0000 Subject: [PATCH] Patch to resolve the problem with displaying the 'x' character in the latin2 mode (#139127) --- slang.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/slang.spec b/slang.spec index 96f6a2b..bc1add4 100644 --- a/slang.spec +++ b/slang.spec @@ -1,7 +1,7 @@ Summary: The shared library for the S-Lang extension language. Name: slang Version: 1.4.9 -Release: 17 +Release: 18 License: GPL Group: System Environment/Libraries Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2 @@ -11,6 +11,7 @@ Patch2: slang-utf8-acs.patch Patch3: slang-1.4.5-utf8-segv.patch Patch4: slang-utf8-fix.patch Patch5: slang-1.4.9-gcc4.patch +Patch6: slang-refresh.patch Url: http://www.s-lang.org/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libtool, libtermcap-devel @@ -46,6 +47,7 @@ based on the S-Lang extension language. %patch3 -p1 -b .segv %patch4 -p1 -b .utf8-fix %patch5 -p1 -b .gcc4 +%patch6 -p1 -b .refresh cp %{SOURCE2} . @@ -88,6 +90,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/slang %changelog +* Thu Aug 18 2005 Petr Raszyk - 1.4.9-18 +- Patch to resolve the problem with displaying the 'x' character + in the latin2 mode (#139127) + * Fri Mar 18 2005 Petr Rockai - 1.4.9-17 - Patch to compile with gcc4 by Robert Scheck (#151029). (Weeird, probably on march 2nd the used buildroot wasn't updated with