Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_kwallet for openSUSE:Factory checked in at 2021-07-29 21:31:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_kwallet (Old) and /work/SRC/openSUSE:Factory/.pam_kwallet.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_kwallet" Thu Jul 29 21:31:47 2021 rev:90 rq:908716 version:5.22.4 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes 2021-07-09 23:59:54.888255997 +0200 +++ /work/SRC/openSUSE:Factory/.pam_kwallet.new.1899/pam_kwallet.changes 2021-07-29 21:32:50.984705621 +0200 @@ -1,0 +2,9 @@ +Tue Jul 27 12:34:57 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.4 +- No code changes since 5.22.3 + +------------------------------------------------------------------- @@ -7 +16 @@ - * https://kde.org/announcements/plasma/5/5.22.2 + * https://kde.org/announcements/plasma/5/5.22.3 Old: ---- kwallet-pam-5.22.3.tar.xz kwallet-pam-5.22.3.tar.xz.sig New: ---- kwallet-pam-5.22.4.tar.xz kwallet-pam-5.22.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_kwallet.spec ++++++ --- /var/tmp/diff_new_pack.T8xUIK/_old 2021-07-29 21:32:51.388705124 +0200 +++ /var/tmp/diff_new_pack.T8xUIK/_new 2021-07-29 21:32:51.392705119 +0200 @@ -19,10 +19,10 @@ %bcond_without lang Name: pam_kwallet -Version: 5.22.3 +Version: 5.22.4 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 +License: GPL-2.0-or-later AND LGPL-2.1-only AND GPL-3.0-only Group: System/GUI/KDE URL: http://www.kde.org/ Source: https://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz @@ -41,7 +41,7 @@ Requires: %{name}-common = %{version} %if 0%{?suse_version} >= 1330 Requires(post): coreutils pam pam-config -Requires(postun): coreutils pam pam-config +Requires(postun):coreutils pam pam-config %endif %description ++++++ kwallet-pam-5.22.3.tar.xz -> kwallet-pam-5.22.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-5.22.3/CMakeLists.txt new/kwallet-pam-5.22.4/CMakeLists.txt --- old/kwallet-pam-5.22.3/CMakeLists.txt 2021-07-06 12:20:05.000000000 +0200 +++ new/kwallet-pam-5.22.4/CMakeLists.txt 2021-07-27 12:24:32.000000000 +0200 @@ -1,7 +1,7 @@ project(pam_kwallet) cmake_minimum_required(VERSION 3.16) set(KF5_MIN_VERSION "5.82") -set(PROJECT_VERSION "5.22.3") +set(PROJECT_VERSION "5.22.4") set(PROJECT_VERSION_MAJOR 5) find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)