From b620c02cb21343cd60d08c7d6104e290ec76dcf4 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 5 Jan 2015 14:58:15 +0100 Subject: [PATCH] nano.spec: drop BR for autoconf ... which is no longer needed --- nano.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nano.spec b/nano.spec index ef013b1..d3ce3ce 100644 --- a/nano.spec +++ b/nano.spec @@ -1,7 +1,7 @@ Summary: A small text editor Name: nano Version: 2.3.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Editors URL: http://www.nano-editor.org @@ -16,7 +16,6 @@ Patch1: 0001-check-stat-s-result-and-avoid-calling-stat-on-a-NULL.patch Patch2: 0002-use-futimens-if-available-instead-of-utime.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: autoconf BuildRequires: file-devel BuildRequires: gettext-devel BuildRequires: groff @@ -90,6 +89,9 @@ exit 0 %{_datadir}/nano %changelog +* Mon Jan 05 2015 Kamil Dudka - 2.3.6-4 +- drop BR for autoconf, which is no longer needed + * Mon Jan 05 2015 Kamil Dudka - 2.3.6-3 - do not use closed file descriptor when setting backup's timestamp (#1177155)