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 2022-03-12 17:15:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_kwallet (Old) and /work/SRC/openSUSE:Factory/.pam_kwallet.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_kwallet" Sat Mar 12 17:15:10 2022 rev:103 rq:960880 version:5.24.3 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes 2022-03-11 11:48:49.550806523 +0100 +++ /work/SRC/openSUSE:Factory/.pam_kwallet.new.25692/pam_kwallet.changes 2022-03-12 17:15:50.118330469 +0100 @@ -1,0 +2,10 @@ +Tue Mar 8 18:09:59 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.3 +- No code changes since 5.24.2 +- Restore compatibility with older kf5-filesystem + +------------------------------------------------------------------- Old: ---- kwallet-pam-5.24.2.tar.xz kwallet-pam-5.24.2.tar.xz.sig New: ---- kwallet-pam-5.24.3.tar.xz kwallet-pam-5.24.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_kwallet.spec ++++++ --- /var/tmp/diff_new_pack.IY2n4q/_old 2022-03-12 17:15:50.622331052 +0100 +++ /var/tmp/diff_new_pack.IY2n4q/_new 2022-03-12 17:15:50.630331061 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: pam_kwallet -Version: 5.24.2 +Version: 5.24.3 Release: 0 Summary: A PAM Module for KWallet signing License: GPL-2.0-or-later AND LGPL-2.1-only AND GPL-3.0-only @@ -69,6 +69,7 @@ %build # Before usrmerge, the PAM module goes into /lib*/security/ %{cmake_kf5 -d build -- \ + -DKDE_INSTALL_LIBEXECDIR=%{_libexecdir} \ %if !0%{?usrmerged} -DKDE_INSTALL_LIBDIR=/%{_lib} %endif ++++++ kwallet-pam-5.24.2.tar.xz -> kwallet-pam-5.24.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-5.24.2/CMakeLists.txt new/kwallet-pam-5.24.3/CMakeLists.txt --- old/kwallet-pam-5.24.2/CMakeLists.txt 2022-02-22 13:12:47.000000000 +0100 +++ new/kwallet-pam-5.24.3/CMakeLists.txt 2022-03-08 12:21:10.000000000 +0100 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) set(KF5_MIN_VERSION "5.86") set(KDE_COMPILERSETTINGS_LEVEL "5.82") -set(PROJECT_VERSION "5.24.2") +set(PROJECT_VERSION "5.24.3") set(PROJECT_VERSION_MAJOR 5) find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)