Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksshaskpass6 for openSUSE:Factory checked in at 2026-04-10 17:48:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksshaskpass6 (Old) and /work/SRC/openSUSE:Factory/.ksshaskpass6.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksshaskpass6" Fri Apr 10 17:48:03 2026 rev:40 rq:1345613 version:6.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ksshaskpass6/ksshaskpass6.changes 2026-03-19 17:34:58.471836375 +0100 +++ /work/SRC/openSUSE:Factory/.ksshaskpass6.new.21863/ksshaskpass6.changes 2026-04-10 17:50:13.130901861 +0200 @@ -1,0 +2,14 @@ +Tue Apr 7 14:58:43 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.4: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.4 +- Changes since 6.6.3: + * Update version for new release 6.6.4 + +------------------------------------------------------------------- +Tue Apr 7 08:57:43 UTC 2026 - Fabian Vogt <[email protected]> + +- Move to /usr/bin, with compat symlink in the libexec/ssh location + +------------------------------------------------------------------- Old: ---- ksshaskpass-6.6.3.tar.xz ksshaskpass-6.6.3.tar.xz.sig New: ---- ksshaskpass-6.6.4.tar.xz ksshaskpass-6.6.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksshaskpass6.spec ++++++ --- /var/tmp/diff_new_pack.pM4RDy/_old 2026-04-10 17:50:13.742927062 +0200 +++ /var/tmp/diff_new_pack.pM4RDy/_new 2026-04-10 17:50:13.742927062 +0200 @@ -21,7 +21,7 @@ %define rname ksshaskpass %bcond_without released Name: ksshaskpass6 -Version: 6.6.3 +Version: 6.6.4 Release: 0 Summary: Plasma 6 version of ssh-askpass License: GPL-2.0-or-later @@ -55,19 +55,23 @@ %autosetup -p1 -n %{rname}-%{version} %build -# KDE_INSTALL_BINDIR is redefined to install ksshaskpass in the same folder as ssh-askpass, gnome-ssh-askpass, etc... -%cmake_kf6 -DKDE_INSTALL_BINDIR:STRING=%{_libexecdir}/ssh +%cmake_kf6 %kf6_build %install %kf6_install +# Compat symlink to the same location as other askpass implementations +mkdir -p %{buildroot}%{_libexecdir}/ssh/ +ln -s %{_kf6_bindir}/ksshaskpass %{buildroot}%{_libexecdir}/ssh/ + %find_lang %{name} --all-name %files %license LICENSES/* %{_kf6_applicationsdir}/org.kde.ksshaskpass.desktop +%{_kf6_bindir}/ksshaskpass %dir %{_libexecdir}/ssh %{_libexecdir}/ssh/ksshaskpass %doc %lang(en) %{_kf6_mandir}/man1/ksshaskpass.1%{?ext_man} ++++++ ksshaskpass-6.6.3.tar.xz -> ksshaskpass-6.6.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksshaskpass-6.6.3/CMakeLists.txt new/ksshaskpass-6.6.4/CMakeLists.txt --- old/ksshaskpass-6.6.3/CMakeLists.txt 2026-03-17 12:03:07.000000000 +0100 +++ new/ksshaskpass-6.6.4/CMakeLists.txt 2026-04-07 09:55:46.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) project(ksshaskpass) -set(PROJECT_VERSION "6.6.3") +set(PROJECT_VERSION "6.6.4") set(QT_MIN_VERSION "6.10.0") set(QT_KEYCHAIN_MIN_VERSION "0.15.0")
