From a1433d512068f30bfeed2282af512817b502c041 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 9 May 2025 10:59:32 +0800 Subject: [PATCH] disable compat build --- guile-2.2.7.tar.xz | 3 --- guile.spec | 7 +++++-- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 guile-2.2.7.tar.xz diff --git a/guile-2.2.7.tar.xz b/guile-2.2.7.tar.xz deleted file mode 100644 index b38a06d..0000000 --- a/guile-2.2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdf776ea5f29430b1258209630555beea6d2be5481f9da4d64986b077ff37504 -size 10881984 diff --git a/guile.spec b/guile.spec index 886e705..8dfe397 100644 --- a/guile.spec +++ b/guile.spec @@ -1,4 +1,4 @@ -%bcond_without compat +%bcond_with compat %if %{with compat} %global compat_version 2.2.7 %global compat_mver 2.2 @@ -7,7 +7,7 @@ Name: guile Version: 3.0.10 %global mver 3.0 -Release: 1 +Release: 2 Epoch: 5 Summary: GNU's Ubiquitous Intelligent Language for Extension License: LGPL-3.0-or-later and MIT and Public Domain and GPL-3.0-or-later @@ -166,6 +166,9 @@ fi %{_infodir}/* %changelog +* Fri May 09 2025 Funda Wang - 5:3.0.10-2 +- disable compat build + * Sat Aug 24 2024 Funda Wang - 5:3.0.10-1 - update to 3.0.10 -- Gitee