Ignore external characters in input only if not utf8
Resolves: rhbz#1202022
This commit is contained in:
parent
dbf1dee603
commit
d9efc791b2
@ -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 <branto@redhat.com> - 3.1-10.20141030cvs
|
||||
- ignore external characters in input only if not utf8
|
||||
|
||||
* Mon Jan 12 2015 Boris Ranto <branto@redhat.com> - 3.1-9.20141030cvs
|
||||
- Rebase to latest upstream release
|
||||
- Fix rhbz#1180529
|
||||
|
Loading…
Reference in New Issue
Block a user