From 12d47b0af7ddeb7820b2ae67e781a5f1f1ea962e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 1 Nov 2023 16:25:51 -0400 Subject: [PATCH] Use guile-3.0 guile 3.0 has been the default since make 4.3. --- make.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/make.spec b/make.spec index 4bc9ad4..f6bb0f4 100644 --- a/make.spec +++ b/make.spec @@ -5,7 +5,7 @@ Name: make Epoch: 1 Version: 4.4.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR URL: http://www.gnu.org/software/make/ Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz @@ -50,7 +50,7 @@ BuildRequires: autoconf, automake, gettext-devel BuildRequires: procps BuildRequires: perl %if %{with guile} -BuildRequires: pkgconfig(guile-2.2) +BuildRequires: pkgconfig(guile-3.0) %endif BuildRequires: gcc @@ -134,6 +134,9 @@ echo ============END TESTING=========== %{_includedir}/gnumake.h %changelog +* Wed Nov 01 2023 Yaakov Selkowitz - 1:4.4.1-4 +- Use guile-3.0 + * Thu Jul 20 2023 DJ Delorie - 1:4.4.1-3 - Migrate License field to SPDX identifiers for https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2