Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_kwallet6 for openSUSE:Factory checked in at 2025-06-18 15:54:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_kwallet6 (Old) and /work/SRC/openSUSE:Factory/.pam_kwallet6.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_kwallet6" Wed Jun 18 15:54:19 2025 rev:26 rq:1285732 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_kwallet6/pam_kwallet6.changes 2025-05-23 14:27:47.129550325 +0200 +++ /work/SRC/openSUSE:Factory/.pam_kwallet6.new.19631/pam_kwallet6.changes 2025-06-18 15:54:58.293294895 +0200 @@ -1,0 +2,32 @@ +Thu Jun 12 10:37:41 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- 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 <fab...@ritter-vogt.de> + +- 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 <fab...@ritter-vogt.de> + +- 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 + +------------------------------------------------------------------- Old: ---- kwallet-pam-6.3.5.tar.xz kwallet-pam-6.3.5.tar.xz.sig New: ---- kwallet-pam-6.4.0.tar.xz kwallet-pam-6.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_kwallet6.spec ++++++ --- /var/tmp/diff_new_pack.uv0IFr/_old 2025-06-18 15:54:59.189332063 +0200 +++ /var/tmp/diff_new_pack.uv0IFr/_new 2025-06-18 15:54:59.189332063 +0200 @@ -23,14 +23,14 @@ %bcond_without released Name: pam_kwallet6 -Version: 6.3.5 +Version: 6.4.0 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 URL: https://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif Source3: baselibs.conf ++++++ kwallet-pam-6.3.5.tar.xz -> kwallet-pam-6.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-pam-6.3.5/.gitlab-ci.yml new/kwallet-pam-6.4.0/.gitlab-ci.yml --- old/kwallet-pam-6.3.5/.gitlab-ci.yml 2025-05-06 19:57:29.000000000 +0200 +++ new/kwallet-pam-6.4.0/.gitlab-ci.yml 2025-06-12 10:59:54.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.5/.kde-ci.yml new/kwallet-pam-6.4.0/.kde-ci.yml --- old/kwallet-pam-6.3.5/.kde-ci.yml 2025-05-06 19:57:29.000000000 +0200 +++ new/kwallet-pam-6.4.0/.kde-ci.yml 2025-06-12 10:59:54.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.5/CMakeLists.txt new/kwallet-pam-6.4.0/CMakeLists.txt --- old/kwallet-pam-6.3.5/CMakeLists.txt 2025-05-06 19:57:29.000000000 +0200 +++ new/kwallet-pam-6.4.0/CMakeLists.txt 2025-06-12 10:59:54.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.5") -set(PROJECT_VERSION_MAJOR 6) +set(PROJECT_VERSION "6.4.0") 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")