From f8506922dbbf5aabb51d6c2081516e5b30f7b11b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 01:57:45 +0100 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/guile.git#e28de6464402f44b687f7a0cabf5c3903d063846 --- guile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guile.spec b/guile.spec index 2c04a6f..903df7c 100644 --- a/guile.spec +++ b/guile.spec @@ -2,7 +2,7 @@ Summary: A GNU implementation of Scheme for application extensibility Name: guile %define mver 2.0 Version: 2.0.14 -Release: 23%{?dist} +Release: 24%{?dist} Epoch: 5 Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.xz URL: http://www.gnu.org/software/guile/ @@ -169,6 +169,9 @@ fi %{_includedir}/guile %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5:2.0.14-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 25 2021 Tomas Korbar - 5:2.0.14-23 - Allow guile-devel x86_64 and i686 to be installed at the same time - Resolves: rhbz#1915345