Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_kwallet6 for openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/pam_kwallet6 (Old) and /work/SRC/openSUSE:Leap:16.0/.pam_kwallet6.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_kwallet6" Thu Aug 7 19:22:56 2025 rev:4 rq:1292987 version:6.4.2 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/pam_kwallet6/pam_kwallet6.changes 2025-04-23 10:12:39.146269108 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.pam_kwallet6.new.1085/pam_kwallet6.changes 2025-08-07 19:29:34.197682648 +0200 @@ -1,0 +2,64 @@ +Tue Jul 1 13:11:16 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.2: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.2 +- Changes since 6.4.1: + * Update version for new release 6.4.2 + +------------------------------------------------------------------- +Tue Jun 24 11:55:00 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.1 +- Changes since 6.4.0: + * Update version for new release 6.4.1 + +------------------------------------------------------------------- +Thu Jun 12 10:37:41 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.0 +- Changes since 6.3.91: + * Update version for new release 6.4.0 + +------------------------------------------------------------------- +Thu May 29 21:20:45 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.3.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.91 +- Changes since 6.3.90: + * Update version for new release 6.3.91 + +------------------------------------------------------------------- +Mon May 19 19:35:48 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.3.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.3.90 +- Changes since 6.3.5: + * update version for new release + * Remove unused PROJECT_VERSION_MAJOR variable + * It compiles fine without kf_6_12 deprecated methods + * CI: Add linux-qt6-next build + * Add xml/yaml linting + * update version for new release + +------------------------------------------------------------------- +Thu May 15 19:17:33 UTC 2025 - Fabian Vogt <[email protected]> + +- Use ksecretd for compatibility with kwallet >= 6.14.0 + +------------------------------------------------------------------- +Tue May 6 20:08:53 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.3.5: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.5 +- Changes since 6.3.4: + * update version for new release + +------------------------------------------------------------------- Old: ---- kwallet-pam-6.3.4.tar.xz kwallet-pam-6.3.4.tar.xz.sig New: ---- kwallet-pam-6.4.2.tar.xz kwallet-pam-6.4.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_kwallet6.spec ++++++ --- /var/tmp/diff_new_pack.giUUrV/_old 2025-08-07 19:29:34.801707784 +0200 +++ /var/tmp/diff_new_pack.giUUrV/_new 2025-08-07 19:29:34.801707784 +0200 @@ -23,7 +23,7 @@ %bcond_without released Name: pam_kwallet6 -Version: 6.3.4 +Version: 6.4.2 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 @@ -62,7 +62,7 @@ %package common Summary: Support files for the KWallet PAM module -Requires: kwalletd6 +Requires: kwalletd6 >= 6.14.0 Requires: socat Provides: pam_kwallet-common = %{version} Obsoletes: pam_kwallet-common < %{version} @@ -76,8 +76,9 @@ %autosetup -p1 -n %{rname}-%{version} %build +# While there is still kwalletd6, only ksecretd supports --pam-login # Before usrmerge, the PAM module goes into /lib*/security/ -%cmake_kf6 -DKWALLETD_BIN_PATH=%{_kf6_bindir}/kwalletd6 \ +%cmake_kf6 -DKWALLETD_BIN_PATH=%{_kf6_bindir}/ksecretd \ -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \ %if 0%{?suse_version} < 1550 -DCMAKE_INSTALL_LIBDIR=/%{_lib} ++++++ kwallet-pam-6.3.4.tar.xz -> kwallet-pam-6.4.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-6.3.4/.gitlab-ci.yml new/kwallet-pam-6.4.2/.gitlab-ci.yml --- old/kwallet-pam-6.3.4/.gitlab-ci.yml 2025-04-02 05:36:30.000000000 +0200 +++ new/kwallet-pam-6.4.2/.gitlab-ci.yml 2025-07-01 13:39:28.000000000 +0200 @@ -6,3 +6,6 @@ file: - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/xml-lint.yml + - /gitlab-templates/yaml-lint.yml + - /gitlab-templates/linux-qt6-next.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-6.3.4/.kde-ci.yml new/kwallet-pam-6.4.2/.kde-ci.yml --- old/kwallet-pam-6.3.4/.kde-ci.yml 2025-04-02 05:36:30.000000000 +0200 +++ new/kwallet-pam-6.4.2/.kde-ci.yml 2025-07-01 13:39:28.000000000 +0200 @@ -2,9 +2,9 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] - 'require': + - 'on': ['@all'] + 'require': 'frameworks/extra-cmake-modules': '@latest-kf6' 'frameworks/kwallet': '@latest-kf6' Options: - require-passing-tests-on: [ 'Linux', 'FreeBSD'] + require-passing-tests-on: ['Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-6.3.4/CMakeLists.txt new/kwallet-pam-6.4.2/CMakeLists.txt --- old/kwallet-pam-6.3.4/CMakeLists.txt 2025-04-02 05:36:30.000000000 +0200 +++ new/kwallet-pam-6.4.2/CMakeLists.txt 2025-07-01 13:39:28.000000000 +0200 @@ -1,9 +1,8 @@ cmake_minimum_required(VERSION 3.16) project(pam_kwallet) -set(KF6_MIN_VERSION "6.10.0") +set(KF6_MIN_VERSION "6.14.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") -set(PROJECT_VERSION "6.3.4") -set(PROJECT_VERSION_MAJOR 6) +set(PROJECT_VERSION "6.4.2") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -37,7 +36,7 @@ ) ecm_set_disabled_deprecation_versions(QT 6.8.1 - KF 6.9.0 + KF 6.12.0 ) set(library_name "pam_kwallet5")
