Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pim-sieve-editor for 
openSUSE:Factory checked in at 2026-05-11 16:55:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-sieve-editor (Old)
 and      /work/SRC/openSUSE:Factory/.pim-sieve-editor.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-sieve-editor"

Mon May 11 16:55:17 2026 rev:114 rq:1351776 version:26.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes        
2026-04-17 21:56:01.241762762 +0200
+++ 
/work/SRC/openSUSE:Factory/.pim-sieve-editor.new.1966/pim-sieve-editor.changes  
    2026-05-11 17:05:18.448476057 +0200
@@ -1,0 +2,10 @@
+Thu May  7 08:03:36 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.1/
+- Changes since 26.04.0:
+  * Disable Akonadi Python bindings in Flatpak
+
+-------------------------------------------------------------------

Old:
----
  pim-sieve-editor-26.04.0.tar.xz
  pim-sieve-editor-26.04.0.tar.xz.sig

New:
----
  pim-sieve-editor-26.04.1.tar.xz
  pim-sieve-editor-26.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ pim-sieve-editor.spec ++++++
--- /var/tmp/diff_new_pack.LHDxQ8/_old  2026-05-11 17:05:19.016499281 +0200
+++ /var/tmp/diff_new_pack.LHDxQ8/_new  2026-05-11 17:05:19.016499281 +0200
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.19.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.7.0
+%define kpim6_version 6.7.1
 
 %bcond_without released
 Name:           pim-sieve-editor
-Version:        26.04.0
+Version:        26.04.1
 Release:        0
 Summary:        Sieve scripts editor for KDE PIM applications
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ pim-sieve-editor-26.04.0.tar.xz -> pim-sieve-editor-26.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-26.04.0/.flatpak-manifest.json 
new/pim-sieve-editor-26.04.1/.flatpak-manifest.json
--- old/pim-sieve-editor-26.04.0/.flatpak-manifest.json 2026-04-09 
06:28:15.000000000 +0200
+++ new/pim-sieve-editor-26.04.1/.flatpak-manifest.json 2026-05-05 
00:09:39.000000000 +0200
@@ -172,7 +172,8 @@
                 }
             ],
             "config-opts": [
-                "-DBUILD_TESTING=OFF"
+                "-DBUILD_TESTING=OFF",
+                "-DBUILD_PYTHON_BINDINGS=OFF"
             ]
         },
         {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-26.04.0/CMakeLists.txt 
new/pim-sieve-editor-26.04.1/CMakeLists.txt
--- old/pim-sieve-editor-26.04.0/CMakeLists.txt 2026-04-09 06:28:15.000000000 
+0200
+++ new/pim-sieve-editor-26.04.1/CMakeLists.txt 2026-05-05 00:09:39.000000000 
+0200
@@ -2,12 +2,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.27)
-set(PIM_VERSION "6.7.0")
+set(PIM_VERSION "6.7.1")
 project(sieveeditor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "26.04.0")
+set(RELEASE_SERVICE_VERSION "26.04.1")
 
 # Update it for each release
-set(SIEVEEDITOR_RELEASE_VERSION_DATE "26.04.10") # yy.MM.dd
+set(SIEVEEDITOR_RELEASE_VERSION_DATE "26.05.04") # yy.MM.dd
 
 # Use true if stable version => we will check specific version
 set(SIEVEEDITOR_STABLE_VERSION true)
@@ -112,14 +112,14 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(KMAILTRANSPORT_LIB_VERSION "6.7.0")
+set(KMAILTRANSPORT_LIB_VERSION "6.7.1")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "6")
 
-set(LIBKSIEVE_LIB_VERSION "6.7.0")
-set(PIMCOMMON_LIB_VERSION "6.7.0")
-set(KIMAP_LIB_VERSION "6.7.0")
+set(LIBKSIEVE_LIB_VERSION "6.7.1")
+set(PIMCOMMON_LIB_VERSION "6.7.1")
+set(KIMAP_LIB_VERSION "6.7.1")
 set(KTEXTADDONS_MIN_VERSION "2.0.0")
 
 find_package(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-26.04.0/po/eu/sieveeditor.po 
new/pim-sieve-editor-26.04.1/po/eu/sieveeditor.po
--- old/pim-sieve-editor-26.04.0/po/eu/sieveeditor.po   2026-04-09 
06:28:15.000000000 +0200
+++ new/pim-sieve-editor-26.04.1/po/eu/sieveeditor.po   2026-05-05 
00:09:39.000000000 +0200
@@ -1,10 +1,10 @@
 # Translation for sieveeditor.po to Euskara/Basque (eu).
-# Copyright (C) 2023-2025 This file is copyright:
+# Copyright (C) 2023-2026 This file is copyright:
 # This file is distributed under the same license as the pim-sieve-editor 
package.
 # SPDX-FileCopyrightText: 2023, 2024, 2025 KDE euskaratzeko proiektuaren 
arduraduna <[email protected]>
 #
 # Translators:
-# Iñigo Salvador Azurmendi <[email protected]>, 2023, 2024, 2025.
+# Iñigo Salvador Azurmendi <[email protected]>, 2023, 2024, 2025, 2026.
 msgid ""
 msgstr ""
 "Project-Id-Version: pim-sieve-editor\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-26.04.0/po/ko/sieveeditor.po 
new/pim-sieve-editor-26.04.1/po/ko/sieveeditor.po
--- old/pim-sieve-editor-26.04.0/po/ko/sieveeditor.po   2026-04-09 
06:28:15.000000000 +0200
+++ new/pim-sieve-editor-26.04.1/po/ko/sieveeditor.po   2026-05-05 
00:09:39.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# SPDX-FileCopyrightText: 2014, 2015, 2016, 2020, 2021, 2022, 2023, 2024, 2025 
Shinjo Park <[email protected]>
+# SPDX-FileCopyrightText: 2014, 2015, 2016, 2020, 2021, 2022, 2023, 2024, 
2025, 2026 Shinjo Park <[email protected]>
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-sieve-editor-26.04.0/po/sk/sieveeditor.po 
new/pim-sieve-editor-26.04.1/po/sk/sieveeditor.po
--- old/pim-sieve-editor-26.04.0/po/sk/sieveeditor.po   2026-04-09 
06:28:15.000000000 +0200
+++ new/pim-sieve-editor-26.04.1/po/sk/sieveeditor.po   2026-05-05 
00:09:39.000000000 +0200
@@ -439,8 +439,8 @@
 "<qt>This will hide the menu bar completely. You can show it again by typing "
 "%1.</qt>"
 msgstr ""
-"<qt>This will hide the menu bar completely. Môžete show it again by typing "
-"%1.</qt>"
+"<qt>Toto úplne skryje panel ponuky. Môžete ho znova zobraziť stlačením %1.</"
+"qt>"
 
 #: sieveeditormainwindow.cpp:419
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-sieve-editor-26.04.0/src/org.kde.sieveeditor.appdata.xml 
new/pim-sieve-editor-26.04.1/src/org.kde.sieveeditor.appdata.xml
--- old/pim-sieve-editor-26.04.0/src/org.kde.sieveeditor.appdata.xml    
2026-04-09 06:28:15.000000000 +0200
+++ new/pim-sieve-editor-26.04.1/src/org.kde.sieveeditor.appdata.xml    
2026-05-05 00:09:39.000000000 +0200
@@ -150,6 +150,7 @@
   </screenshots>
   <project_group>KDE</project_group>
   <releases>
+    <release version="6.7.1" date="2026-05-07"/>
     <release version="6.7.0" date="2026-04-16"/>
     <release version="6.6.3" date="2026-03-05"/>
     <release version="6.6.2" date="2026-02-05"/>

Reply via email to