aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-json/guile-json.spec
diff options
context:
space:
mode:
authorTing-Wei Lan <tingwei.lan@cobinhood.com>2019-05-17 11:17:48 +0800
committerTing-Wei Lan <tingwei.lan@cobinhood.com>2019-05-17 11:47:18 +0800
commitc5c16c5825ce2eed73164b74be7200d5c720be5f (patch)
treef1cc82cb22df81e9ef9b7e269db402b2fcf9e3e2 /guix/guile-json/guile-json.spec
parent6710027c8e999f12f36cc32a279137f822e62b98 (diff)
downloadcopr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.tar
copr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.tar.gz
copr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.tar.bz2
copr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.tar.lz
copr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.tar.xz
copr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.tar.zst
copr-rpm-spec-c5c16c5825ce2eed73164b74be7200d5c720be5f.zip
guix: Switch all remaining packages to Guile 2.2
Guix 1.0.0 no longer supports Guile 2.0.
Diffstat (limited to 'guix/guile-json/guile-json.spec')
-rw-r--r--guix/guile-json/guile-json.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index eeb9433..e9e955e 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -2,18 +2,18 @@
Name: guile-json
Version: 1.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: JSON module for Guile
License: GPLv3+
URL: https://savannah.nongnu.org/projects/guile-json
Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
-%global guile_source_dir %{_datadir}/guile/site/2.0
-%global guile_ccache_dir %{_libdir}/guile/2.0/site-ccache
+%global guile_source_dir %{_datadir}/guile/site/2.2
+%global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
-BuildRequires: pkgconfig(guile-2.0)
-Requires: guile
+BuildRequires: pkgconfig(guile-2.2)
+Requires: guile22
%description
guile-json is a JSON module for Guile. It supports parsing and building JSON
@@ -54,6 +54,9 @@ features:
%changelog
+* Wed May 15 2019 Ting-Wei Lan <lantw44@gmail.com> - 1.3.2-3
+- Switch to Guile 2.2
+
* Wed May 01 2019 Ting-Wei Lan <lantw44@gmail.com> - 1.3.2-2
- Rebuilt for Fedora 30 and 31