Rebuild for readline 7.x

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-01-12 17:30:39 +01:00
parent 83c701e5ef
commit 198e0cae19

View File

@ -1,7 +1,7 @@
Summary: A library for editing typed command lines
Name: readline
Version: 7.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz
@ -101,6 +101,9 @@ fi
%{_libdir}/libhistory.a
%changelog
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.0-2
- Rebuild for readline 7.x
* Thu Jan 12 2017 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-1
- Rebase to Readline-7.0
Resolves: #1376611