Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kcrash for openSUSE:Factory 
checked in at 2026-07-15 16:27:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kcrash (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kcrash.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kcrash"

Wed Jul 15 16:27:51 2026 rev:29 rq:1365097 version:6.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kcrash/kf6-kcrash.changes    2026-06-16 
13:54:14.459281104 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kcrash.new.1991/kf6-kcrash.changes  
2026-07-15 16:35:16.981570734 +0200
@@ -1,0 +2,11 @@
+Fri Jul 10 12:15:46 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.28.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.28.0
+- Changes since 6.27.0:
+  * Update dependency version to 6.28.0
+  * Update version to 6.28.0
+
+-------------------------------------------------------------------

Old:
----
  kcrash-6.27.0.tar.xz
  kcrash-6.27.0.tar.xz.sig

New:
----
  kcrash-6.28.0.tar.xz
  kcrash-6.28.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kcrash.spec ++++++
--- /var/tmp/diff_new_pack.MeVgWd/_old  2026-07-15 16:35:17.909602349 +0200
+++ /var/tmp/diff_new_pack.MeVgWd/_new  2026-07-15 16:35:17.913602485 +0200
@@ -19,11 +19,11 @@
 %define qt6_version 6.9.0
 
 %define rname kcrash
-# Full KF6 version (e.g. 6.27.0)
+# Full KF6 version (e.g. 6.28.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kcrash
-Version:        6.27.0
+Version:        6.28.0
 Release:        0
 Summary:        An application crash handler
 License:        LGPL-2.1-or-later


++++++ kcrash-6.27.0.tar.xz -> kcrash-6.28.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/CMakeLists.txt 
new/kcrash-6.28.0/CMakeLists.txt
--- old/kcrash-6.27.0/CMakeLists.txt    2026-06-05 17:46:11.000000000 +0200
+++ new/kcrash-6.28.0/CMakeLists.txt    2026-07-03 12:53:51.000000000 +0200
@@ -1,14 +1,14 @@
 cmake_minimum_required(VERSION 3.29)
 
-set(KF_VERSION "6.27.0") # handled by release scripts
-set(KF_DEP_VERSION "6.27.0") # handled by release scripts
+set(KF_VERSION "6.28.0") # handled by release scripts
+set(KF_DEP_VERSION "6.28.0") # handled by release scripts
 project(KCrash VERSION ${KF_VERSION})
 
 set(CMAKE_CXX_STANDARD 20)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 include(FeatureSummary)
-find_package(ECM 6.27.0  NO_MODULE)
+find_package(ECM 6.28.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)
 
@@ -59,7 +59,7 @@
 
 ecm_set_disabled_deprecation_versions(
     QT 6.11.0
-    KF 6.26.0
+    KF 6.27.0
 )
 
 if(ANDROID)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-ar/strings.xml 
new/kcrash-6.28.0/src/android/res/values-ar/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-ar/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-ar/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">قدّم تقريراً عن انهيار</string>
+  <string name="submit_dialog_text">هل ترغب في تقديم تقرير عن انهيار 
آليًا؟</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-ca/strings.xml 
new/kcrash-6.28.0/src/android/res/values-ca/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-ca/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-ca/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Envia un informe de fallada</string>
+  <string name="submit_dialog_text">Voleu enviar un informe automàtic de 
fallada?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-de/strings.xml 
new/kcrash-6.28.0/src/android/res/values-de/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-de/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-de/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-es/strings.xml 
new/kcrash-6.28.0/src/android/res/values-es/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-es/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-es/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Enviar informe de fallo</string>
+  <string name="submit_dialog_text">¿Quiere enviar un informe automático del 
fallo?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-eu/strings.xml 
new/kcrash-6.28.0/src/android/res/values-eu/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-eu/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-eu/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Akats-txostena bidali</string>
+  <string name="submit_dialog_text">Kraskadura-txosten automatiko bat bidali 
nahi duzu?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-fr/strings.xml 
new/kcrash-6.28.0/src/android/res/values-fr/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-fr/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-fr/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Soumettre le rapport de plantage</string>
+  <string name="submit_dialog_text">Voulez-vous envoyer un rapport automatique 
de plantage ?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-is/strings.xml 
new/kcrash-6.28.0/src/android/res/values-is/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-is/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-is/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Senda villuskýrslu</string>
+  <string name="submit_dialog_text">Viltu senda inn sjálfvirka 
villuskýrslu?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-it/strings.xml 
new/kcrash-6.28.0/src/android/res/values-it/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-it/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-it/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Invia segnalazione di blocco</string>
+  <string name="submit_dialog_text">Inviare una segnalazione automatica di 
blocco?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-iw/strings.xml 
new/kcrash-6.28.0/src/android/res/values-iw/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-iw/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-iw/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">הגשת דוח קריסה</string>
+  <string name="submit_dialog_text">להגיש דוח קריסה אוטומטית?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-ka/strings.xml 
new/kcrash-6.28.0/src/android/res/values-ka/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-ka/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-ka/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">ავარიის ანგარიშის გაგზავნა</string>
+  <string name="submit_dialog_text">გსურთ ავტომატური ავარიის ანგარიშის 
გაგზავნა?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-ko/strings.xml 
new/kcrash-6.28.0/src/android/res/values-ko/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-ko/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-ko/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">충돌 보고서 보내기</string>
+  <string name="submit_dialog_text">자동 충돌 보고서를 제출하시겠습니까?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-nl/strings.xml 
new/kcrash-6.28.0/src/android/res/values-nl/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-nl/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-nl/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Crashrapport indienen</string>
+  <string name="submit_dialog_text">Wilt u een automatisch crashrapport 
indienen?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-nn/strings.xml 
new/kcrash-6.28.0/src/android/res/values-nn/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-nn/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-nn/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Send inn krasjrapport</string>
+  <string name="submit_dialog_text">Vil du senda inn ein automatisk 
krasjrapport?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcrash-6.27.0/src/android/res/values-pt-rBR/strings.xml 
new/kcrash-6.28.0/src/android/res/values-pt-rBR/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-pt-rBR/strings.xml 1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-pt-rBR/strings.xml 2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Submeter relatório de falha</string>
+  <string name="submit_dialog_text">Deseja submeter um relatório automático de 
falha?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-ro/strings.xml 
new/kcrash-6.28.0/src/android/res/values-ro/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-ro/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-ro/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Trimiteți un raport de prăbușire</string>
+  <string name="submit_dialog_text">Doriți să trimiteți un raport automat 
despre prăbușire?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-sk/strings.xml 
new/kcrash-6.28.0/src/android/res/values-sk/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-sk/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-sk/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Odoslať hlásenie o páde</string>
+  <string name="submit_dialog_text">Chcete odoslať automatické hlásenie o 
páde?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-sl/strings.xml 
new/kcrash-6.28.0/src/android/res/values-sl/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-sl/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-sl/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Pošlji poročilo o sesutju</string>
+  <string name="submit_dialog_text">Ali želite poslati samodejno poročilo o 
sesutju?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-tr/strings.xml 
new/kcrash-6.28.0/src/android/res/values-tr/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-tr/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-tr/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Hata Raporu Gönder</string>
+  <string name="submit_dialog_text">Otomatik bir çökme raporu göndermek 
istiyor musunuz?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-ug/strings.xml 
new/kcrash-6.28.0/src/android/res/values-ug/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-ug/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-ug/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,4 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">بۇزۇلۇش دوكلاتى يوللا</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-6.27.0/src/android/res/values-uk/strings.xml 
new/kcrash-6.28.0/src/android/res/values-uk/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-uk/strings.xml     1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-uk/strings.xml     2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">Надсилання звіту щодо вади</string>
+  <string name="submit_dialog_text">Хочете автоматично надіслати звіт щодо 
вади?</string>
+</resources>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcrash-6.27.0/src/android/res/values-zh-rCN/strings.xml 
new/kcrash-6.28.0/src/android/res/values-zh-rCN/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-zh-rCN/strings.xml 1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-zh-rCN/strings.xml 2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcrash-6.27.0/src/android/res/values-zh-rTW/strings.xml 
new/kcrash-6.28.0/src/android/res/values-zh-rTW/strings.xml
--- old/kcrash-6.27.0/src/android/res/values-zh-rTW/strings.xml 1970-01-01 
01:00:00.000000000 +0100
+++ new/kcrash-6.28.0/src/android/res/values-zh-rTW/strings.xml 2026-07-03 
12:53:51.000000000 +0200
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='utf-8'?>
+<resources>
+  <string name="submit_dialog_title">提交崩潰報告</string>
+  <string name="submit_dialog_text">您要提交自動崩潰報告嗎?</string>
+</resources>

Reply via email to