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 2023-01-06 17:05:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_kwallet (Old) and /work/SRC/openSUSE:Factory/.pam_kwallet.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_kwallet" Fri Jan 6 17:05:08 2023 rev:117 rq:1056032 version:5.26.5 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes 2022-11-30 15:00:38.701600587 +0100 +++ /work/SRC/openSUSE:Factory/.pam_kwallet.new.1563/pam_kwallet.changes 2023-01-06 17:05:47.792262522 +0100 @@ -1,0 +2,14 @@ +Wed Jan 4 14:06:21 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.5 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.5 +- No code changes since 5.26.4 + +------------------------------------------------------------------- +Tue Dec 27 13:13:43 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- Old: ---- kwallet-pam-5.26.4.tar.xz kwallet-pam-5.26.4.tar.xz.sig New: ---- kwallet-pam-5.26.5.tar.xz kwallet-pam-5.26.5.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_kwallet.spec ++++++ --- /var/tmp/diff_new_pack.Y6TcHB/_old 2023-01-06 17:05:48.548266768 +0100 +++ /var/tmp/diff_new_pack.Y6TcHB/_new 2023-01-06 17:05:48.552266790 +0100 @@ -1,7 +1,7 @@ # # spec file for package pam_kwallet # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without released Name: pam_kwallet -Version: 5.26.4 +Version: 5.26.5 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,7 +69,7 @@ %build # Before usrmerge, the PAM module goes into /lib*/security/ %{cmake_kf5 -d build -- \ - %if !0%{?usrmerged} + %if 0%{?suse_version} < 1550 -DKDE_INSTALL_LIBDIR=/%{_lib} %endif } @@ -100,7 +100,7 @@ %files %license LICENSES/* -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 %{_pam_moduledir}/pam_kwallet5.so %else /%{_lib}/security/pam_kwallet5.so ++++++ kwallet-pam-5.26.4.tar.xz -> kwallet-pam-5.26.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-5.26.4/CMakeLists.txt new/kwallet-pam-5.26.5/CMakeLists.txt --- old/kwallet-pam-5.26.4/CMakeLists.txt 2022-11-29 12:30:42.000000000 +0100 +++ new/kwallet-pam-5.26.5/CMakeLists.txt 2023-01-03 19:07:48.000000000 +0100 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) set(KF5_MIN_VERSION "5.98.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") -set(PROJECT_VERSION "5.26.4") +set(PROJECT_VERSION "5.26.5") set(PROJECT_VERSION_MAJOR 5) find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)