From 24bd81ff09d7e007bf492d5b9033f90cb77aad26 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 19 Jul 2023 11:55:48 +0200 Subject: [PATCH] 3.1-38.20210216cvs Related: #2211207 --- libedit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libedit.spec b/libedit.spec index d7c1135..aa0dc9e 100644 --- a/libedit.spec +++ b/libedit.spec @@ -4,7 +4,7 @@ Summary: The NetBSD Editline library Name: libedit Version: 3.1 -Release: 37.%{snap}cvs%{?dist} +Release: 38.%{snap}cvs%{?dist} License: BSD URL: https://www.thrysoee.dk/editline/ Source0: https://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/history.3* %{_includedir}/editline/readline.h %changelog +* Wed Jul 19 2023 Miroslav Lichvar 3.1-38.20210216cvs +- Fix reading of $HOME/.editrc and $EDITRC (#2211207) + * Mon Aug 09 2021 Mohan Boddu - 3.1-37.20210216cvs - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688