aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2018-07-15 22:59:16 +0800
committerTing-Wei Lan <lantw44@gmail.com>2018-07-15 22:59:16 +0800
commit94b0f2427c8557a7122ecd07cf6dfa0256882db4 (patch)
treef6d428ce578205b1471096bbc54cd53d06e89855
parentec9cd915fe4f7bea654b654c411f7c633373d712 (diff)
downloadcopr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.tar
copr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.tar.gz
copr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.tar.bz2
copr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.tar.lz
copr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.tar.xz
copr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.tar.zst
copr-rpm-spec-94b0f2427c8557a7122ecd07cf6dfa0256882db4.zip
guix: guile-ssh 0.11.2 -> 0.11.3
-rw-r--r--guix/guile-ssh/guile-ssh.spec18
1 files changed, 6 insertions, 12 deletions
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec
index 26794c6..5a2da14 100644
--- a/guix/guile-ssh/guile-ssh.spec
+++ b/guix/guile-ssh/guile-ssh.spec
@@ -1,6 +1,6 @@
Name: guile-ssh
-Version: 0.11.2
-Release: 3%{?dist}
+Version: 0.11.3
+Release: 1%{?dist}
Summary: A library that provides access to the SSH protocol for GNU Guile
License: GPLv3+
@@ -32,16 +32,7 @@ autoreconf -fi
%check
-# session.scm test doesn't work with libssh 0.7.5
-# https://github.com/artyom-poptsov/guile-ssh/issues/4
-%if 0%{?fedora} >= 26
-sed -i 's|session.scm||' tests/Makefile
-%endif
-# try a few more times before failing
-for i in {1..24}; do
- %{__make} %{?_smp_mflags} check && exit 0
-done
-exit 1
+%{__make} %{?_smp_mflags} check
%install
@@ -79,6 +70,9 @@ fi
%changelog
+* Sat Jul 07 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.11.3-1
+- Update to 0.11.3
+
* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-3
- Use autosetup and make_build macros
- Rename the source tarball