Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-ktextwidgets for 
openSUSE:Factory checked in at 2025-08-09 19:58:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-ktextwidgets.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-ktextwidgets"

Sat Aug  9 19:58:23 2025 rev:18 rq:1298567 version:6.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-ktextwidgets/kf6-ktextwidgets.changes        
2025-07-14 10:53:50.681965638 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-ktextwidgets.new.1085/kf6-ktextwidgets.changes  
    2025-08-09 20:03:59.408680032 +0200
@@ -1,0 +2,13 @@
+Mon Aug  4 06:57:36 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.17.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.17.0
+- Changes since 6.16.0:
+  * Update dependency version to 6.17.0
+  * Bump kf ecm_set_disabled_deprecation_versions
+  * It compiles fine without qt 6.10 deprecated methods
+  * Update version to 6.17.0
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-6.16.0.tar.xz
  ktextwidgets-6.16.0.tar.xz.sig

New:
----
  ktextwidgets-6.17.0.tar.xz
  ktextwidgets-6.17.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.YdQZMj/_old  2025-08-09 20:04:00.184712658 +0200
+++ /var/tmp/diff_new_pack.YdQZMj/_new  2025-08-09 20:04:00.184712658 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf6-ktextwidgets
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
 %define qt6_version 6.8.0
 
 %define rname ktextwidgets
-# Full KF6 version (e.g. 6.16.0)
+# Full KF6 version (e.g. 6.17.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-ktextwidgets
-Version:        6.16.0
+Version:        6.17.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later

++++++ ktextwidgets-6.16.0.tar.xz -> ktextwidgets-6.17.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-6.16.0/CMakeLists.txt 
new/ktextwidgets-6.17.0/CMakeLists.txt
--- old/ktextwidgets-6.16.0/CMakeLists.txt      2025-07-04 17:17:33.000000000 
+0200
+++ new/ktextwidgets-6.17.0/CMakeLists.txt      2025-08-01 12:39:19.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.16.0") # handled by release scripts
-set(KF_DEP_VERSION "6.16.0") # handled by release scripts
+set(KF_VERSION "6.17.0") # handled by release scripts
+set(KF_DEP_VERSION "6.17.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 6.16.0  NO_MODULE)
+find_package(ECM 6.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -58,8 +58,8 @@
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets6\")
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9
-    KF 6.13
+    QT 6.10
+    KF 6.16
 )
 
 ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-6.16.0/po/ar/ktextwidgets6.po 
new/ktextwidgets-6.17.0/po/ar/ktextwidgets6.po
--- old/ktextwidgets-6.16.0/po/ar/ktextwidgets6.po      2025-07-04 
17:17:33.000000000 +0200
+++ new/ktextwidgets-6.17.0/po/ar/ktextwidgets6.po      2025-08-01 
12:39:19.000000000 +0200
@@ -30,7 +30,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 
 #: dialogs/klinkdialog.cpp:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-6.16.0/po/eu/ktextwidgets6.po 
new/ktextwidgets-6.17.0/po/eu/ktextwidgets6.po
--- old/ktextwidgets-6.16.0/po/eu/ktextwidgets6.po      2025-07-04 
17:17:33.000000000 +0200
+++ new/ktextwidgets-6.17.0/po/eu/ktextwidgets6.po      2025-08-01 
12:39:19.000000000 +0200
@@ -2,7 +2,7 @@
 # Copyright (C) 1999-2017, Free Software Foundation, Inc.
 # Copyright (C) 2018-2024 This file is copyright:
 # This file is distributed under the same license as the ktextwidgets package.
-# SPDX-FileCopyrightText: 2024 KDE euskaratzeko proiektuaren arduraduna 
<xa...@ni.eus>
+# SPDX-FileCopyrightText: 2024, 2025 KDE euskaratzeko proiektuaren arduraduna 
<xa...@ni.eus>
 #
 # Marcos <mar...@euskalgnu.org>, 2002,2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010.
 # Ion Gaztañaga <igaztan...@gmail.com>, 2005.
@@ -13,14 +13,14 @@
 "Project-Id-Version: ktextwidgets\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-05-05 00:39+0000\n"
-"PO-Revision-Date: 2024-07-09 11:32+0200\n"
+"PO-Revision-Date: 2025-07-23 14:07+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 24.05.2\n"
+"X-Generator: Lokalize 25.04.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: dialogs/klinkdialog.cpp:33
@@ -112,7 +112,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "&Edit…"
-msgstr "&Editatu..."
+msgstr "&Editatu…"
 
 #: findreplace/kfinddialog.cpp:93
 #, kde-format
@@ -443,7 +443,7 @@
 #, kde-format
 msgctxt "@action"
 msgid "Text &Color…"
-msgstr "Testuaren &kolorea..."
+msgstr "Testuaren &kolorea…"
 
 #: widgets/krichtextwidget.cpp:201
 #, kde-format
@@ -455,7 +455,7 @@
 #, kde-format
 msgctxt "@action"
 msgid "Text &Highlight…"
-msgstr "Testua &nabarmentzea..."
+msgstr "Testua &nabarmentzea…"
 
 #: widgets/krichtextwidget.cpp:227
 #, kde-format
@@ -730,7 +730,7 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Check Spelling…"
-msgstr "Ortografia aztertzea..."
+msgstr "Ortografia aztertzea…"
 
 #: widgets/ktextedit.cpp:506
 #, kde-format

++++++ ktextwidgets-6.16.0.tar.xz.sig -> ktextwidgets-6.17.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/kf6-ktextwidgets/ktextwidgets-6.16.0.tar.xz.sig  
2025-07-14 10:53:50.721967297 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-ktextwidgets.new.1085/ktextwidgets-6.17.0.tar.xz.sig
        2025-08-09 20:03:59.516684573 +0200
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaGfwoAAKCRAsjfWHptSq
-wQP8AQDIwdSoUaUs1ZnmghW5JzIgZqTl8/fHVnmWcqqCXW6ZogD/WUH2yL5tDR3D
-6oqSeISJPxJvrYGnZpcnk11+ktK1mwI=
-=+xgT
+iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaIyZXgAKCRAsjfWHptSq
+wea0AP9jmRa5E3hhw/5+2Ukh2CIFUbowyZ4UXwEAbPHTcFn7BgEAuG8TI27cRHp/
+NRioar8Vam7PFj4A3AqjsCcOHfQkmQc=
+=8+60
 -----END PGP SIGNATURE-----

Reply via email to