Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Leap:16.0 
checked in at 2025-04-23 10:10:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/kpmcore (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.kpmcore.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpmcore"

Wed Apr 23 10:10:13 2025 rev:3 rq:1271747 version:25.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/kpmcore/kpmcore.changes        2025-03-19 
11:48:34.950424439 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.kpmcore.new.30101/kpmcore.changes     
2025-04-23 10:14:07.234009539 +0200
@@ -1,0 +2,89 @@
+Mon Apr 14 07:07:01 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.0/
+- No code change since 25.03.90
+
+-------------------------------------------------------------------
+Sat Mar 29 08:42:46 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.03.90
+  * New feature release
+- Changes since 24.12.3:
+  * Fix a memory leak by actually freeing a correct pointer
+  * kpmcore tests seem to require C++20. Adjust test/CMakeLists.txt 
accordingly.
+  * Add lazy_itable_init=0 and lazy_journal_init=0 to ext4 features.
+  * Add xml/yaml linting
+  * Add operation to set partition label
+  * Add 1 to handleWidth in partresize widget. (kde#499064)
+  * Allow applications to set the LUKS2 PBKDF
+  * Limix exfat labels to 11 characters. (kde#496400)
+
+-------------------------------------------------------------------
+Tue Mar  4 13:01:16 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.12.3/
+- No code change since 24.12.2
+
+-------------------------------------------------------------------
+Tue Feb  4 12:29:58 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.12.2/
+- Changes since 24.12.1:
+  * Add 1 to handleWidth in partresize widget. (kde#499064)
+
+-------------------------------------------------------------------
+Tue Jan  7 18:53:28 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.12.1/
+- No code change since 24.12.0
+
+-------------------------------------------------------------------
+Sun Dec  8 09:28:03 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- 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:32 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.11.90
+  * New feature release
+- Changes since 24.11.80:
+  * Limix exfat labels to 11 characters. (kde#496400)
+
+-------------------------------------------------------------------
+Sat Nov 16 17:30:11 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.11.80
+  * New feature release
+- Changes since 24.08.3:
+  * Don't include quiet packages in feature_summary
+  * Log the output of ExternalCommand
+  * Harden default LUKS2 settings
+  * Call bcachefs format with --force.
+
+-------------------------------------------------------------------
+Tue Nov  5 10:43:46 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.08.3/
+- No code change since 24.08.2
+
+-------------------------------------------------------------------

Old:
----
  kpmcore-24.08.2.tar.xz
  kpmcore-24.08.2.tar.xz.sig

New:
----
  kpmcore-25.04.0.tar.xz
  kpmcore-25.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kpmcore.spec ++++++
--- /var/tmp/diff_new_pack.ddWXhX/_old  2025-04-23 10:14:07.558023089 +0200
+++ /var/tmp/diff_new_pack.ddWXhX/_new  2025-04-23 10:14:07.562023256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kpmcore
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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:           kpmcore
-Version:        24.08.2
+Version:        25.04.0
 Release:        0
 Summary:        KDE Partition Manager core library
 License:        GPL-3.0-or-later
@@ -50,7 +50,7 @@
 
 %package devel
 Summary:        Development package for KDE Partition Manager core library
-Requires:       libkpmcore12 = %{version}
+Requires:       libkpmcore13 = %{version}
 
 %description devel
 Library for managing partitions. Common code for KDE Partition Manager and
@@ -58,11 +58,12 @@
 
 Development package for kpmcore.
 
-%package -n libkpmcore12
+%package -n libkpmcore13
 Summary:        KDE Partition Manager core library
 Requires:       kpmcore >= %{version}
+Obsoletes:      libkpmcore12
 
-%description -n libkpmcore12
+%description -n libkpmcore13
 Library for managing partitions. Common code for KDE Partition Manager and
 other projects.
 
@@ -84,7 +85,7 @@
 
 %find_lang kpmcore --all-name
 
-%ldconfig_scriptlets -n libkpmcore12
+%ldconfig_scriptlets -n libkpmcore13
 
 %files
 %{_kf6_dbuspolicydir}/org.kde.kpmcore.*.conf
@@ -93,7 +94,7 @@
 %{_kf6_sharedir}/polkit-1/actions/org.kde.kpmcore.externalcommand.policy
 %{_libexecdir}/kpmcore_externalcommand
 
-%files -n libkpmcore12
+%files -n libkpmcore13
 %license LICENSES/*
 %{_kf6_libdir}/libkpmcore.so.*
 


++++++ kpmcore-24.08.2.tar.xz -> kpmcore-25.04.0.tar.xz ++++++
++++ 15610 lines of diff (skipped)

Reply via email to