Hello community, here is the log from the commit of package ksshaskpass5 for openSUSE:Factory checked in at 2020-10-30 11:46:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksshaskpass5 (Old) and /work/SRC/openSUSE:Factory/.ksshaskpass5.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksshaskpass5" Fri Oct 30 11:46:47 2020 rev:102 rq:844578 version:5.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes 2020-10-22 14:24:38.722877544 +0200 +++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new.3463/ksshaskpass5.changes 2020-10-30 11:47:01.901673533 +0100 @@ -1,0 +2,9 @@ +Tue Oct 27 20:43:49 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.20.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.2 +- No code changes since 5.20.1 + +------------------------------------------------------------------- Old: ---- ksshaskpass-5.20.1.tar.xz ksshaskpass-5.20.1.tar.xz.sig New: ---- ksshaskpass-5.20.2.tar.xz ksshaskpass-5.20.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksshaskpass5.spec ++++++ --- /var/tmp/diff_new_pack.w1leP1/_old 2020-10-30 11:47:02.609674160 +0100 +++ /var/tmp/diff_new_pack.w1leP1/_new 2020-10-30 11:47:02.617674168 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: ksshaskpass5 -Version: 5.20.1 +Version: 5.20.2 Release: 0 Summary: Plasma 5 version of ssh-askpass License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org/ -Source: ksshaskpass-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz %if %{with lang} -Source1: ksshaskpass-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules ++++++ ksshaskpass-5.20.1.tar.xz -> ksshaskpass-5.20.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksshaskpass-5.20.1/CMakeLists.txt new/ksshaskpass-5.20.2/CMakeLists.txt --- old/ksshaskpass-5.20.1/CMakeLists.txt 2020-10-20 13:48:50.000000000 +0200 +++ new/ksshaskpass-5.20.2/CMakeLists.txt 2020-10-27 13:17:55.000000000 +0100 @@ -1,6 +1,6 @@ project(ksshaskpass) cmake_minimum_required(VERSION 2.8.12) -set(PROJECT_VERSION "5.20.1") +set(PROJECT_VERSION "5.20.2") set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.74")