From d9efc791b2dc76c319284b557c0a0aed70de9471 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Wed, 18 Mar 2015 16:38:25 +0100 Subject: [PATCH] Ignore external characters in input only if not utf8 Resolves: rhbz#1202022 --- libedit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libedit.spec b/libedit.spec index 1a91f2c..4afaa6b 100644 --- a/libedit.spec +++ b/libedit.spec @@ -4,11 +4,12 @@ Summary: The NetBSD Editline library Name: libedit Version: 3.1 -Release: 9.%{snap}cvs%{?dist} +Release: 10.%{snap}cvs%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.thrysoee.dk/editline/ Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz +Patch0: libedit-wchar.patch BuildRequires: ncurses-devel %description @@ -29,6 +30,7 @@ This package contains development files for %{name}. %prep %setup -q -n %{name}-%{dir_snap}-%{version} +%patch0 -p1 # Suppress rpmlint error. iconv -f ISO8859-1 -t UTF-8 -o ChangeLog.utf-8 ChangeLog @@ -69,6 +71,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete %{_includedir}/editline/readline.h %changelog +* Wed Mar 18 2015 Boris Ranto - 3.1-10.20141030cvs +- ignore external characters in input only if not utf8 + * Mon Jan 12 2015 Boris Ranto - 3.1-9.20141030cvs - Rebase to latest upstream release - Fix rhbz#1180529