Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2024-12-13 22:27:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwalletmanager (Old)
 and      /work/SRC/openSUSE:Factory/.kwalletmanager.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwalletmanager"

Fri Dec 13 22:27:19 2024 rev:9 rq:1230509 version:24.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes    
2024-11-08 11:57:09.095886756 +0100
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new.29675/kwalletmanager.changes 
2024-12-13 22:28:04.080373796 +0100
@@ -1,0 +2,32 @@
+Sun Dec  8 09:28:15 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.12.0/
+- No code change since 24.11.90
+
+-------------------------------------------------------------------
+Mon Dec  2 08:43:45 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.11.90
+  * New feature release
+- No code change since 24.11.80
+
+-------------------------------------------------------------------
+Sat Nov 16 17:30:25 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.11.80
+  * New feature release
+- Changes since 24.08.3:
+  * fix clang-format
+  * check _managerWidget ptr before using it.
+  * Add clang-format validation job
+  * Fix clang format
+  * Fix service file name (kde#492138)
+  * konfigurator: Use flat QGroupBoxes and set documentMode on QTabWidget
+  * Repair missing menus due to xmlgui file not found
+  * Set up KCrash after KAboutData::setApplicationData()
+  * Add i18n context
+
+-------------------------------------------------------------------

Old:
----
  kwalletmanager-24.08.3.tar.xz
  kwalletmanager-24.08.3.tar.xz.sig

New:
----
  kwalletmanager-24.12.0.tar.xz
  kwalletmanager-24.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwalletmanager.spec ++++++
--- /var/tmp/diff_new_pack.pAbwC8/_old  2024-12-13 22:28:04.940409665 +0100
+++ /var/tmp/diff_new_pack.pAbwC8/_new  2024-12-13 22:28:04.940409665 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define kf6_version 6.3.0
+%define kf6_version 6.6.0
 %define qt6_version 6.6.0
 
 %bcond_without released
 Name:           kwalletmanager
-Version:        24.08.3
+Version:        24.12.0
 Release:        0
 Summary:        Wallet Management Tool
 License:        GPL-2.0-or-later

++++++ 0001-Don-t-require-password-when-changing-settings.patch ++++++
--- /var/tmp/diff_new_pack.pAbwC8/_old  2024-12-13 22:28:04.964410665 +0100
+++ /var/tmp/diff_new_pack.pAbwC8/_new  2024-12-13 22:28:04.968410832 +0100
@@ -5,19 +5,20 @@
 
 See https://bugzilla.suse.com/show_bug.cgi?id=1217190
 The kauth helper is useless and doesn't improve security.
+
 ---
  CMakeLists.txt                    |  8 ++++----
  src/CMakeLists.txt                |  4 ++--
  src/konfigurator/CMakeLists.txt   | 32 ++++++++++++++++---------------
- src/konfigurator/konfigurator.cpp | 28 ---------------------------
+ src/konfigurator/konfigurator.cpp | 29 ----------------------------
  src/konfigurator/konfigurator.h   |  1 -
- 5 files changed, 23 insertions(+), 50 deletions(-)
+ 5 files changed, 23 insertions(+), 51 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 13beb4d..1cd4988 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -35,10 +35,10 @@ ecm_setup_version(${RELEASE_SERVICE_VERSION} 
VARIABLE_PREFIX KWALLETMANAGER
+Index: 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/CMakeLists.txt
+===================================================================
+--- 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965.orig/CMakeLists.txt
++++ kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/CMakeLists.txt
+@@ -35,10 +35,10 @@ ecm_setup_version(${RELEASE_SERVICE_VERS
                    VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/src/kwalletmanager_version.h"
  )
  
@@ -32,10 +33,10 @@
  
  find_package(KF6 ${KF_MIN_VERSION} REQUIRED
      Archive
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 69ff480..4281c9a 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
+Index: 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/CMakeLists.txt
+===================================================================
+--- 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965.orig/src/CMakeLists.txt
++++ 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/CMakeLists.txt
 @@ -1,4 +1,4 @@
 -if (ENABLE_KAUTH)
 +# if (ENABLE_KAUTH)
@@ -43,11 +44,11 @@
 -endif()
 +# endif()
  add_subdirectory(manager)
-diff --git a/src/konfigurator/CMakeLists.txt b/src/konfigurator/CMakeLists.txt
-index cba7512..778ebcd 100644
---- a/src/konfigurator/CMakeLists.txt
-+++ b/src/konfigurator/CMakeLists.txt
-@@ -10,7 +10,6 @@ ki18n_wrap_ui(kcm_kwallet5 walletconfigwidget.ui )
+Index: 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/konfigurator/CMakeLists.txt
+===================================================================
+--- 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965.orig/src/konfigurator/CMakeLists.txt
++++ 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/konfigurator/CMakeLists.txt
+@@ -10,7 +10,6 @@ ki18n_wrap_ui(kcm_kwallet5 walletconfigw
  
  target_link_libraries(kcm_kwallet5
      Qt6::Core
@@ -62,20 +63,15 @@
 -########### kauth helper ################
 -add_executable(kcm_kwallet_helper5)
 -target_sources(kcm_kwallet_helper5 PRIVATE savehelper.cpp savehelper.h)
--
++# The helper is not improving security and was disabled.
++# See https://bugzilla.suse.com/show_bug.cgi?id=1217190
+ 
 -target_link_libraries(kcm_kwallet_helper5
 -    Qt6::Core
 -    KF6::AuthCore
 -    KF6::Wallet
 -    KF6::CoreAddons
 -)
-+# The helper is not improving security and was disabled.
-+# See https://bugzilla.suse.com/show_bug.cgi?id=1217190
- 
--install(TARGETS kcm_kwallet_helper5 DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
--
--kauth_install_helper_files(kcm_kwallet_helper5 org.kde.kcontrol.kcmkwallet5 
root)
--kauth_install_actions(org.kde.kcontrol.kcmkwallet5 kwallet.actions)
 +########### kauth helper ################
 +# add_executable(kcm_kwallet_helper5)
 +# target_sources(kcm_kwallet_helper5 PRIVATE savehelper.cpp savehelper.h)
@@ -86,16 +82,19 @@
 +#     KF6::Wallet
 +#     KF6::CoreAddons
 +# )
-+
+ 
+-install(TARGETS kcm_kwallet_helper5 DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
 +# install(TARGETS kcm_kwallet_helper5 DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
-+
+ 
+-kauth_install_helper_files(kcm_kwallet_helper5 org.kde.kcontrol.kcmkwallet5 
root)
+-kauth_install_actions(org.kde.kcontrol.kcmkwallet5 kwallet.actions)
 +# kauth_install_helper_files(kcm_kwallet_helper5 org.kde.kcontrol.kcmkwallet5 
root)
 +# kauth_install_actions(org.kde.kcontrol.kcmkwallet5 kwallet.actions)
  
-diff --git a/src/konfigurator/konfigurator.cpp 
b/src/konfigurator/konfigurator.cpp
-index 6591fec..7a7bfc2 100644
---- a/src/konfigurator/konfigurator.cpp
-+++ b/src/konfigurator/konfigurator.cpp
+Index: 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/konfigurator/konfigurator.cpp
+===================================================================
+--- 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965.orig/src/konfigurator/konfigurator.cpp
++++ 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/konfigurator/konfigurator.cpp
 @@ -7,9 +7,6 @@
  #include "konfigurator.h"
  #include "../kwalletmanager_version.h"
@@ -106,7 +105,7 @@
  #include <KConfigGroup>
  #include <KMessageBox>
  #include <KPluginFactory>
-@@ -38,7 +35,6 @@ KWalletConfig::KWalletConfig(QObject *parent, const 
KPluginMetaData &data)
+@@ -38,7 +35,6 @@ KWalletConfig::KWalletConfig(QObject *pa
      , _wcw(new WalletConfigWidget(widget()))
      , _cfg(KSharedConfig::openConfig(QStringLiteral("kwalletrc"), 
KConfig::NoGlobals))
  {
@@ -145,10 +144,10 @@
      KConfigGroup config(_cfg, QStringLiteral("Wallet"));
      config.writeEntry("Enabled", _wcw->_enabled->isChecked());
      config.writeEntry("Launch Manager", _wcw->_launchManager->isChecked());
-diff --git a/src/konfigurator/konfigurator.h b/src/konfigurator/konfigurator.h
-index fa508c1..987434e 100644
---- a/src/konfigurator/konfigurator.h
-+++ b/src/konfigurator/konfigurator.h
+Index: 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/konfigurator/konfigurator.h
+===================================================================
+--- 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965.orig/src/konfigurator/konfigurator.h
++++ 
kwalletmanager-%{_kapp6_version}git.20240513T064813~17ce965/src/konfigurator/konfigurator.h
 @@ -7,7 +7,6 @@
  #ifndef _KWALLETKONFIGURATOR_H
  #define _KWALLETKONFIGURATOR_H
@@ -157,7 +156,4 @@
  #include <KCModule>
  #include <KSharedConfig>
  
--- 
-2.46.0
-
 


++++++ kwalletmanager-24.08.3.tar.xz -> kwalletmanager-24.12.0.tar.xz ++++++
++++ 41135 lines of diff (skipped)

Reply via email to