From f4f7c3a329abe64f8cb3b615f2b6099207c8b035 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 04:24:47 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/readline.git#86f8ef1b46e3b4f2665bb65d0ec161250f5d5a7e --- readline.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readline.spec b/readline.spec index 656e620..e9ac3f1 100644 --- a/readline.spec +++ b/readline.spec @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines Name: readline Version: 8.1 -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 @@ -13,6 +13,7 @@ Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz # Remove RPATH, use CFLAGS Patch101: readline-8.0-shlib.patch +BuildRequires: make BuildRequires: gcc BuildRequires: ncurses-devel @@ -80,6 +81,9 @@ rm -vf %{buildroot}%{_infodir}/dir* %{_libdir}/libhistory.a %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jan 6 11:32:21 CET 2021 Siteshwar Vashisht - 8.1-1 - Rebase to readline-8.1 Resolves: #1904867