Hello community, here is the log from the commit of package guile-ssh for openSUSE:Factory checked in at 2020-01-14 21:11:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guile-ssh (Old) and /work/SRC/openSUSE:Factory/.guile-ssh.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guile-ssh" Tue Jan 14 21:11:27 2020 rev:4 rq:764335 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/guile-ssh/guile-ssh.changes 2019-02-25 17:58:43.970215089 +0100 +++ /work/SRC/openSUSE:Factory/.guile-ssh.new.6675/guile-ssh.changes 2020-01-14 21:13:54.334946152 +0100 @@ -1,0 +2,18 @@ +Tue Jan 7 14:54:46 UTC 2020 - Jonathan Brielmaier <[email protected]> + +- Update to version 0.12.0: + * API change: Implement new version of the RREPL API + * New module: (ssh agent) + * Make build with Guile 3.0 possible + * Remove bundled SRFI-64, as it's include in Guile since 2.0.12. + * Guile-SSH should allow cross-compilation + * New procedure 'userauth-gssapi!' in (ssh auth) + * Fix a segfault in 'libguile-ssh' + * Fix building with libssh 0.8 + * Fix failing tests and some generic compilation fixes +- Increase libsoname to 12 +- Remove patches: + * 0001-libguile-ssh-Remove-ssh_threads-from-LDFLAGS.patch: included + in the release. + +------------------------------------------------------------------- Old: ---- 0001-libguile-ssh-Remove-ssh_threads-from-LDFLAGS.patch v0.11.3.tar.gz New: ---- v0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guile-ssh.spec ++++++ --- /var/tmp/diff_new_pack.D3r3Uk/_old 2020-01-14 21:13:55.282946584 +0100 +++ /var/tmp/diff_new_pack.D3r3Uk/_new 2020-01-14 21:13:55.294946589 +0100 @@ -1,7 +1,7 @@ # # spec file for package guile-ssh # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define libsoname lib%{name}11 +%define libsoname lib%{name}12 Name: guile-ssh -Version: 0.11.3 +Version: 0.12.0 Release: 0 Summary: SSH protocol access from Guile License: GPL-3.0-or-later Group: Development/Libraries/Other -Url: https://github.com/artyom-poptsov/guile-ssh +URL: https://github.com/artyom-poptsov/guile-ssh Source0: https://github.com/artyom-poptsov/%{name}/archive/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/artyom-poptsov/guile-ssh/issues/9 -Patch0: 0001-libguile-ssh-Remove-ssh_threads-from-LDFLAGS.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: guile-devel @@ -60,10 +58,6 @@ %prep %setup -q -# Leap/SLE 15.0 does still have libssh_threads, so don't use patch -%if 0%{?sle_version} > 150000 || 0%{?suse_version} > 1500 -%patch0 -p2 -%endif %build autoreconf -vfi ++++++ v0.11.3.tar.gz -> v0.12.0.tar.gz ++++++ ++++ 5572 lines of diff (skipped)
