Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kdav for openSUSE:Factory 
checked in at 2024-04-15 20:11:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kdav (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kdav.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kdav"

Mon Apr 15 20:11:52 2024 rev:2 rq:1167179 version:6.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kdav/kf6-kdav.changes        2024-03-11 
15:25:41.760242357 +0100
+++ /work/SRC/openSUSE:Factory/.kf6-kdav.new.26366/kf6-kdav.changes     
2024-04-15 20:14:44.748353146 +0200
@@ -1,0 +2,8 @@
+Fri Apr  5 12:52:32 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 6.1.0
+  * New feature release
+- Changes since 6.0.0:
+  * update version for new release
+
+-------------------------------------------------------------------

Old:
----
  kdav-6.0.0.tar.xz
  kdav-6.0.0.tar.xz.sig

New:
----
  kdav-6.1.0.tar.xz
  kdav-6.1.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kdav.spec ++++++
--- /var/tmp/diff_new_pack.Kfv5Yj/_old  2024-04-15 20:14:45.244371401 +0200
+++ /var/tmp/diff_new_pack.Kfv5Yj/_new  2024-04-15 20:14:45.248371548 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf6-kdav
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define qt6_version 6.6.0
 
 %define rname kdav
-# Full KF6 version (e.g. 6.0.0)
+# Full KF6 version (e.g. 6.1.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 # Last major and minor KF6 version (e.g. 6.0)
 %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kdav
-Version:        6.0.0
+Version:        6.1.0
 Release:        0
 Summary:        DAV protocol implementation
 License:        LGPL-2.0-or-later


++++++ kdav-6.0.0.tar.xz -> kdav-6.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-6.0.0/CMakeLists.txt 
new/kdav-6.1.0/CMakeLists.txt
--- old/kdav-6.0.0/CMakeLists.txt       2024-02-21 12:24:24.000000000 +0100
+++ new/kdav-6.1.0/CMakeLists.txt       2024-04-05 12:55:47.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.0.0") # handled by release scripts
-set(KF_DEP_VERSION "6.0.0") # handled by release scripts
+set(KF_VERSION "6.1.0") # handled by release scripts
+set(KF_DEP_VERSION "6.1.0") # handled by release scripts
 
 project(libkdav VERSION ${KF_VERSION})
 
-find_package(ECM 6.0.0 CONFIG REQUIRED)
+find_package(ECM 6.1.0 CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-6.0.0/po/he/libkdav6.po 
new/kdav-6.1.0/po/he/libkdav6.po
--- old/kdav-6.0.0/po/he/libkdav6.po    1970-01-01 01:00:00.000000000 +0100
+++ new/kdav-6.1.0/po/he/libkdav6.po    2024-04-05 12:55:47.000000000 +0200
@@ -0,0 +1,158 @@
+# Copyright (C) 2024 This file is copyright:
+# This file is distributed under the same license as the kdav package.
+#
+# SPDX-FileCopyrightText: 2024 Yaron Shahrabani <[email protected]>
+msgid ""
+msgstr ""
+"Project-Id-Version: kdav\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-03-09 02:40+0100\n"
+"PO-Revision-Date: 2024-03-19 08:23+0200\n"
+"Last-Translator: Yaron Shahrabani <[email protected]>\n"
+"Language-Team: צוות התרגום של KDE ישראל\n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
+"n % 10 == 0) ? 2 : 3));\n"
+"X-Generator: Lokalize 23.08.5\n"
+
+#: common/daverror.cpp:88
+#, kde-format
+msgid "Invalid username/password"
+msgstr "שם משתמש/סיסמה שגויים"
+
+#: common/daverror.cpp:90
+#, kde-format
+msgid "Access forbidden"
+msgstr "הגישה נדחתה"
+
+#: common/daverror.cpp:92
+#, kde-format
+msgid "Resource not found"
+msgstr "המשאב לא נמצא"
+
+#: common/daverror.cpp:94
+#, kde-format
+msgid "HTTP error"
+msgstr "שגיאת HTTP"
+
+#: common/daverror.cpp:96
+#, kde-format
+msgid ""
+"There was a problem with the request.\n"
+"%1 (%2)."
+msgstr ""
+"הייתה בעיה עם הבקשה.\n"
+"%1 (%2)"
+
+#: common/daverror.cpp:99
+#, kde-format
+msgid "Protocol for the collection does not support MULTIGET"
+msgstr "הפרוטוקול לאוסף לא תומך ב־MULTIGET"
+
+#: common/daverror.cpp:102
+#, kde-format
+msgid ""
+"The server encountered an error that prevented it from completing your "
+"request: %1 (%2)"
+msgstr "השרת נתקל בשגיאה שמנעה ממנו להשלים את 
הבקשה שלך: %1 (%2)"
+
+#: common/daverror.cpp:105
+#, kde-format
+msgid ""
+"There was a problem with the request. The collection has not been deleted "
+"from the server.\n"
+"%1 (%2)."
+msgstr ""
+"הייתה בעיה עם הבקשה שלך. האוסף לא נמחק 
מהשרת.\n"
+"%1 (%2)"
+
+#: common/daverror.cpp:108
+#, kde-format
+msgid "Invalid responses from backend"
+msgstr "תגובות שגויות מהמנגנון"
+
+#: common/daverror.cpp:111
+#, kde-format
+msgid "Error setting focus for XQuery"
+msgstr "שגיאה בהעברת המיקוד ל־XQuery"
+
+#: common/daverror.cpp:114
+#, kde-format
+msgid "Invalid XQuery submitted by DAV implementation"
+msgstr "הוגש XQuery שגוי על ידי מימוש ה־DAV"
+
+#: common/daverror.cpp:118
+#, kde-format
+msgid ""
+"There was a problem with the request. The collection has not been modified "
+"on the server.\n"
+"%1 (%2)."
+msgstr ""
+"הייתה בעיה עם הבקשה. האוסף לא השתנה בשרת.\n"
+"%1 (%2)"
+
+#: common/daverror.cpp:124
+#, kde-format
+msgid "No properties to change or remove"
+msgstr "אין מאפיינים לשינוי או הסרה"
+
+#: common/daverror.cpp:127
+#, kde-format
+msgid "There was an error when modifying the properties"
+msgstr "אירעה שגיאה בשינוי המאפיינים"
+
+#: common/daverror.cpp:129
+#, kde-format
+msgid ""
+"\n"
+"The server returned more information:\n"
+"%1"
+msgstr ""
+"\n"
+"השרת החזיר פירוט נוסף:\n"
+"%1"
+
+#: common/daverror.cpp:133
+#, kde-format
+msgid ""
+"There was a problem with the request. The item has not been created on the "
+"server.\n"
+"%1 (%2)."
+msgstr ""
+"הייתה בעיה עם הבקשה. הפריט לא נוצר בשרת.\n"
+"%1 (%2)"
+
+#: common/daverror.cpp:136
+#, kde-format
+msgid ""
+"There was a problem with the request. The item has not been deleted from the "
+"server.\n"
+"%1 (%2)."
+msgstr ""
+"הייתה בעיה עם הבקשה שלך. הפריט לא נמחק 
מהשרת.\n"
+"%1 (%2)"
+
+#: common/daverror.cpp:139
+#, kde-format
+msgid ""
+"There was a problem with the request. The item was not modified on the "
+"server.\n"
+"%1 (%2)."
+msgstr ""
+"הייתה בעיה עם הבקשה. הפריט לא השתנה בשרת.\n"
+"%1 (%2)"
+
+#: common/daverror.cpp:142
+#, kde-format
+msgid "There was a problem with the request."
+msgstr "הייתה בעיה עם הבקשה."
+
+#: common/daverror.cpp:146
+#, kde-format
+msgid ""
+"There was a problem with the request. The requested MIME types are not "
+"supported."
+msgstr "הייתה בעיה עם הבקשה. סוגי התוכן/MIME לא נ
תמכים."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-6.0.0/po/tr/libkdav6.po 
new/kdav-6.1.0/po/tr/libkdav6.po
--- old/kdav-6.0.0/po/tr/libkdav6.po    2024-02-21 12:24:24.000000000 +0100
+++ new/kdav-6.1.0/po/tr/libkdav6.po    2024-04-05 12:55:47.000000000 +0200
@@ -1,13 +1,13 @@
-# Copyright (C) YEAR This file is copyright:
+# Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the kdav package.
 #
-# Emir SARI <[email protected]>, 2022.
+# SPDX-FileCopyrightText: 2022, 2024 Emir SARI <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kdav\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 02:40+0100\n"
-"PO-Revision-Date: 2022-03-18 23:21+0300\n"
+"PO-Revision-Date: 2024-02-24 22:28+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 21.12.3\n"
+"X-Generator: Lokalize 24.04.70\n"
 
 #: common/daverror.cpp:88
 #, kde-format
@@ -82,7 +82,7 @@
 #: common/daverror.cpp:114
 #, kde-format
 msgid "Invalid XQuery submitted by DAV implementation"
-msgstr "DAV uygulaması tarafından sağlanan geçersiz XQuery"
+msgstr "DAV gerçeklemesi tarafından sağlanan geçersiz XQuery"
 
 #: common/daverror.cpp:118
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-6.0.0/po/zh_CN/libkdav6.po 
new/kdav-6.1.0/po/zh_CN/libkdav6.po
--- old/kdav-6.0.0/po/zh_CN/libkdav6.po 2024-02-21 12:24:24.000000000 +0100
+++ new/kdav-6.1.0/po/zh_CN/libkdav6.po 2024-04-05 12:55:47.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 02:40+0100\n"
-"PO-Revision-Date: 2024-02-05 11:37\n"
+"PO-Revision-Date: 2024-03-30 19:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to