Hello community, here is the log from the commit of package pam_kwallet for openSUSE:Factory checked in at 2020-11-04 18:24:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_kwallet (Old) and /work/SRC/openSUSE:Factory/.pam_kwallet.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_kwallet" Wed Nov 4 18:24:24 2020 rev:76 rq:844589 version:5.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes 2020-10-23 14:27:42.996810123 +0200 +++ /work/SRC/openSUSE:Factory/.pam_kwallet.new.11331/pam_kwallet.changes 2020-11-04 18:24:26.945178967 +0100 @@ -1,0 +2,9 @@ +Tue Oct 27 20:43:51 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: ---- kwallet-pam-5.20.1.tar.xz kwallet-pam-5.20.1.tar.xz.sig New: ---- kwallet-pam-5.20.2.tar.xz kwallet-pam-5.20.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_kwallet.spec ++++++ --- /var/tmp/diff_new_pack.u3iuiu/_old 2020-11-04 18:24:27.773177067 +0100 +++ /var/tmp/diff_new_pack.u3iuiu/_new 2020-11-04 18:24:27.773177067 +0100 @@ -19,15 +19,15 @@ %bcond_without lang Name: pam_kwallet -Version: 5.20.1 +Version: 5.20.2 Release: 0 Summary: A PAM Module for KWallet signing License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only Group: System/GUI/KDE URL: http://www.kde.org/ -Source: kwallet-pam-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz %if %{with lang} -Source1: kwallet-pam-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz.sig Source2: plasma.keyring %endif Source3: baselibs.conf ++++++ kwallet-pam-5.20.1.tar.xz -> kwallet-pam-5.20.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-5.20.1/CMakeLists.txt new/kwallet-pam-5.20.2/CMakeLists.txt --- old/kwallet-pam-5.20.1/CMakeLists.txt 2020-10-20 13:49:28.000000000 +0200 +++ new/kwallet-pam-5.20.2/CMakeLists.txt 2020-10-27 13:18:44.000000000 +0100 @@ -1,7 +1,7 @@ project(pam_kwallet) cmake_minimum_required(VERSION 2.8.12) set(KF5_MIN_VERSION "5.74") -set(PROJECT_VERSION "5.20.1") +set(PROJECT_VERSION "5.20.2") set(PROJECT_VERSION_MAJOR 5) find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)