Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2024-03-11 15:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/signon-kwallet-extension (Old)
 and      /work/SRC/openSUSE:Factory/.signon-kwallet-extension.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "signon-kwallet-extension"

Mon Mar 11 15:27:11 2024 rev:105 rq:1151089 version:24.02.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
        2023-12-17 21:33:37.532419945 +0100
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new.1770/signon-kwallet-extension.changes
      2024-03-11 15:29:35.992842133 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:01:04 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:10:11 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  signon-kwallet-extension-23.08.4.tar.xz
  signon-kwallet-extension-23.08.4.tar.xz.sig

New:
----
  signon-kwallet-extension-24.02.0.tar.xz
  signon-kwallet-extension-24.02.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ signon-kwallet-extension.spec ++++++
--- /var/tmp/diff_new_pack.5tME8h/_old  2024-03-11 15:29:36.720868851 +0100
+++ /var/tmp/diff_new_pack.5tME8h/_new  2024-03-11 15:29:36.720868851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package signon-kwallet-extension
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,26 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           signon-kwallet-extension
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        KWallet integration for signon framework
 License:        GPL-2.0-or-later
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+URL:            https://www.kde.org
+Source:         %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  extra-cmake-modules
-BuildRequires:  signon-plugins-devel
-BuildRequires:  signond-libs-devel
-BuildRequires:  cmake(KF5Wallet)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Test)
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF6Wallet) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  pkgconfig(SignOnExtension)
 # This is very important - the default in signon is to save tokens in plaintext
 # in a sqlite database...
 Supplements:    signond
@@ -45,14 +47,15 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
 %files
 %license COPYING
-%dir %{_kf5_libdir}/signon/extensions
-%{_kf5_libdir}/signon/extensions/libkeyring-kwallet.so*
+%dir %{_kf6_libdir}/signon/extensions
+%{_kf6_libdir}/signon/extensions/libkeyring-kwallet.so*
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.5tME8h/_old and 
/var/tmp/diff_new_pack.5tME8h/_new differ

++++++ signon-kwallet-extension-23.08.4.tar.xz -> 
signon-kwallet-extension-24.02.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-23.08.4/.gitlab-ci.yml 
new/signon-kwallet-extension-24.02.0/.gitlab-ci.yml
--- old/signon-kwallet-extension-23.08.4/.gitlab-ci.yml 2023-11-30 
17:49:05.000000000 +0100
+++ new/signon-kwallet-extension-24.02.0/.gitlab-ci.yml 2024-02-15 
23:49:55.000000000 +0100
@@ -2,5 +2,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/linux.yml
+      - /gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-23.08.4/CMakeLists.txt 
new/signon-kwallet-extension-24.02.0/CMakeLists.txt
--- old/signon-kwallet-extension-23.08.4/CMakeLists.txt 2023-11-30 
17:49:05.000000000 +0100
+++ new/signon-kwallet-extension-24.02.0/CMakeLists.txt 2024-02-15 
23:49:55.000000000 +0100
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(RELEASE_SERVICE_VERSION_MAJOR "23")
-set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "4")
+set(RELEASE_SERVICE_VERSION_MAJOR "24")
+set(RELEASE_SERVICE_VERSION_MINOR "02")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(kwalletsignon_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kwalletsignon5 VERSION ${kwalletsignon_VERSION})
@@ -23,7 +23,7 @@
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core)
 
-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED Wallet)
+find_package(KF${QT_MAJOR_VERSION} ${KF5_MIN_VERSION} REQUIRED Wallet)
 
 find_package(SignOnExtension REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-23.08.4/src/CMakeLists.txt 
new/signon-kwallet-extension-24.02.0/src/CMakeLists.txt
--- old/signon-kwallet-extension-23.08.4/src/CMakeLists.txt     2023-11-30 
17:49:05.000000000 +0100
+++ new/signon-kwallet-extension-24.02.0/src/CMakeLists.txt     2024-02-15 
23:49:55.000000000 +0100
@@ -11,7 +11,7 @@
 set_target_properties(libkeyring-kwallet PROPERTIES PREFIX "")
 target_link_libraries(libkeyring-kwallet
     Qt::Core
-    KF5::Wallet
+    KF${QT_MAJOR_VERSION}::Wallet
     ${SIGNONEXTENSION_LIBRARIES})
 
 if(INSTALL_BROKEN_SIGNON_EXTENSION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/signon-kwallet-extension-23.08.4/src/secretsstorage.cpp 
new/signon-kwallet-extension-24.02.0/src/secretsstorage.cpp
--- old/signon-kwallet-extension-23.08.4/src/secretsstorage.cpp 2023-11-30 
17:49:05.000000000 +0100
+++ new/signon-kwallet-extension-24.02.0/src/secretsstorage.cpp 2024-02-15 
23:49:55.000000000 +0100
@@ -20,6 +20,7 @@
 
 #include <QDataStream>
 #include <QDebug>
+#include <QIODevice>
 
 #include <SignOn/AbstractSecretsStorage>
 

Reply via email to