From 07cadd8d4963b96b214cdfaa8d85c930556256cd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 17 Feb 2019 21:10:48 +0100 Subject: [PATCH] Drop ABI compatibility library Signed-off-by: Igor Gnatenko --- readline.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readline.spec b/readline.spec index 7ededa0..941a41e 100644 --- a/readline.spec +++ b/readline.spec @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines Name: readline Version: 8.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: https://tiswww.case.edu/php/chet/readline/rltop.html Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz @@ -15,7 +15,6 @@ Patch101: readline-8.0-shlib.patch BuildRequires: gcc BuildRequires: ncurses-devel -BuildRequires: readline %description The Readline library provides a set of functions that allow users to @@ -53,9 +52,6 @@ library. %install %make_install -# Include previous ABI version for temporary binary compatibility -cp -a %{_libdir}/lib{readline,history}.so.7* %{buildroot}%{_libdir} - rm -vrf %{buildroot}%{_docdir}/readline rm -vf %{buildroot}%{_infodir}/dir* @@ -84,6 +80,9 @@ rm -vf %{buildroot}%{_infodir}/dir* %{_libdir}/libhistory.a %changelog +* Sun Feb 17 2019 Igor Gnatenko - 8.0-2 +- Drop ABI compatibility library + * Fri Feb 15 2019 Siteshwar Vashisht - 8.0-1 - Rebase to readline-8.0