aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2020-11-02 21:40:39 +0800
committerTing-Wei Lan <lantw44@gmail.com>2020-11-02 21:40:39 +0800
commite584d32601b0de4578169c0c4a2ccd282025ff6b (patch)
tree6904fb862bcdb6c8a243417ab23a54b7adc1cac2
parent7cfee59958e3e8e2fce38316ab23731b33b869a3 (diff)
downloadcopr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.tar
copr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.tar.gz
copr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.tar.bz2
copr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.tar.lz
copr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.tar.xz
copr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.tar.zst
copr-rpm-spec-e584d32601b0de4578169c0c4a2ccd282025ff6b.zip
guix: guile-ssh 0.12.0 -> 0.13.1
-rw-r--r--guix/guile-ssh/guile-ssh.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec
index 50ec69b..742363b 100644
--- a/guix/guile-ssh/guile-ssh.spec
+++ b/guix/guile-ssh/guile-ssh.spec
@@ -1,5 +1,5 @@
Name: guile-ssh
-Version: 0.12.0
+Version: 0.13.1
Release: 1%{?dist}
Summary: A library that provides access to the SSH protocol for GNU Guile
@@ -24,10 +24,15 @@ written in GNU Guile interpreter. It is built upon the libssh library.
%prep
%autosetup -p1
+%if 0%{?fedora} >= 33
+# This test fails with the crypto policy of Fedora 33.
+# https://github.com/artyom-poptsov/guile-ssh/issues/26
+sed -i '/^ sssh-ssshd\.scm \\$/d' tests/Makefile.am
+%endif
%build
-autoreconf -fi
+autoreconf -fiv
%configure \
--disable-rpath \
--disable-static \
@@ -38,7 +43,6 @@ autoreconf -fi
%check
-sed -i 's|/usr/bin/guile|%{_bindir}/guile2.2|g' tests/common.scm
%{__make} %{?_smp_mflags} check
@@ -77,6 +81,9 @@ fi
%changelog
+* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.13.1-1
+- Update to 0.13.1
+
* Sun Apr 26 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.12.0-1
- Update to 0.12.0