Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdav for openSUSE:Factory checked in 
at 2023-04-09 18:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdav (Old)
 and      /work/SRC/openSUSE:Factory/.kdav.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdav"

Sun Apr  9 18:39:37 2023 rev:75 rq:1078045 version:5.105.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdav/kdav.changes        2023-03-12 
16:24:40.620878673 +0100
+++ /work/SRC/openSUSE:Factory/.kdav.new.19717/kdav.changes     2023-04-09 
18:41:33.097932930 +0200
@@ -1,0 +2,9 @@
+Sat Apr  1 17:00:39 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.105.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.105.0
+- No code change since 5.104.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdav.spec ++++++
--- /var/tmp/diff_new_pack.rpoFr6/_old  2023-04-09 18:41:33.557935532 +0200
+++ /var/tmp/diff_new_pack.rpoFr6/_new  2023-04-09 18:41:33.561935555 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.104
+%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kdav
-Version:        5.104.0
+Version:        5.105.0
 Release:        0
 Summary:        DAV protocol implementation
 License:        LGPL-2.0-or-later


++++++ kdav-5.104.0.tar.xz -> kdav-5.105.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.104.0/CMakeLists.txt 
new/kdav-5.105.0/CMakeLists.txt
--- old/kdav-5.104.0/CMakeLists.txt     2023-03-04 11:00:54.000000000 +0100
+++ new/kdav-5.105.0/CMakeLists.txt     2023-03-31 11:01:22.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.104.0") # handled by release scripts
-set(KF_DEP_VERSION "5.104.0") # handled by release scripts
+set(KF_VERSION "5.105.0") # handled by release scripts
+set(KF_DEP_VERSION "5.105.0") # handled by release scripts
 
 project(libkdav VERSION ${KF_VERSION})
 
-find_package(ECM 5.104.0 CONFIG REQUIRED)
+find_package(ECM 5.105.0 CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.104.0/po/cs/libkdav.po 
new/kdav-5.105.0/po/cs/libkdav.po
--- old/kdav-5.104.0/po/cs/libkdav.po   2023-03-04 11:00:54.000000000 +0100
+++ new/kdav-5.105.0/po/cs/libkdav.po   2023-03-31 11:01:22.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2010, 2011, 2013, 2016, 2017, 2018.
+# Vít Pelčák <[email protected]>, 2010, 2011, 2013, 2016, 2017, 2018, 2023.
 # Tomáš Chvátal <[email protected]>, 2012.
 #
 msgid ""
@@ -8,15 +8,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 02:40+0100\n"
-"PO-Revision-Date: 2017-02-27 13:49+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2023-03-09 14:57+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #: common/daverror.cpp:88
 #, kde-format
@@ -44,6 +44,8 @@
 "There was a problem with the request.\n"
 "%1 (%2)."
 msgstr ""
+"V požadavku nastal problém.\n"
+"%1 (%2)."
 
 #: common/daverror.cpp:99
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.104.0/po/it/libkdav.po 
new/kdav-5.105.0/po/it/libkdav.po
--- old/kdav-5.104.0/po/it/libkdav.po   2023-03-04 11:00:54.000000000 +0100
+++ new/kdav-5.105.0/po/it/libkdav.po   2023-03-31 11:01:22.000000000 +0200
@@ -1,6 +1,6 @@
 # translation of akonadi_davgroupware_resource.po to Italian
 #
-# Vincenzo Reale <[email protected]>, 2009, 2010.
+# Vincenzo Reale <[email protected]>, 2009, 2010, 2023.
 # Nicola Ruggero <[email protected]>, 2010, 2011.
 # Luigi Toscano <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2017.
 msgid ""
@@ -8,20 +8,20 @@
 "Project-Id-Version: akonadi_davgroupware_resource\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 02:40+0100\n"
-"PO-Revision-Date: 2017-12-14 21:04+0100\n"
-"Last-Translator: Luigi Toscano <[email protected]>\n"
+"PO-Revision-Date: 2023-03-20 10:09+0100\n"
+"Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #: common/daverror.cpp:88
 #, kde-format
 msgid "Invalid username/password"
-msgstr "Username o password non validi"
+msgstr "Nome utente o password non validi"
 
 #: common/daverror.cpp:90
 #, kde-format
@@ -57,7 +57,9 @@
 msgid ""
 "The server encountered an error that prevented it from completing your "
 "request: %1 (%2)"
-msgstr "Errore nel server. Impossibile completare la richiesta: %1 (%2)"
+msgstr ""
+"Il server ha riscontrato un errore che gli ha impedito di completare la tua "
+"richiesta:: %1 (%2)"
 
 #: common/daverror.cpp:105
 #, kde-format
@@ -66,18 +68,19 @@
 "from the server.\n"
 "%1 (%2)."
 msgstr ""
-"Problema con la richiesta. La collezione non è stata eliminata dal server.\n"
+"Si è verificato un problema con la richiesta. La collezione non è stata "
+"eliminata dal server.\n"
 "%1 (%2)."
 
 #: common/daverror.cpp:108
 #, kde-format
 msgid "Invalid responses from backend"
-msgstr "Risposta non valida dal backend"
+msgstr "Risposta non valida dal motore"
 
 #: common/daverror.cpp:111
 #, kde-format
 msgid "Error setting focus for XQuery"
-msgstr "Errore impostando il fuoco su XQuery"
+msgstr "Errore durante l'impostazione del fuoco su XQuery"
 
 #: common/daverror.cpp:114
 #, kde-format
@@ -91,7 +94,8 @@
 "on the server.\n"
 "%1 (%2)."
 msgstr ""
-"Problema con la richiesta. La collezione non è stata modificata sul 
server.\n"
+"Si è verificato un problema con la richiesta. La collezione non è stata "
+"modificata sul server.\n"
 "%1 (%2)."
 
 #: common/daverror.cpp:124
@@ -102,7 +106,7 @@
 #: common/daverror.cpp:127
 #, kde-format
 msgid "There was an error when modifying the properties"
-msgstr "Errore nella modifica delle proprietà"
+msgstr "Si è verificato un errore durante la modifica delle proprietà"
 
 #: common/daverror.cpp:129
 #, kde-format
@@ -122,7 +126,8 @@
 "server.\n"
 "%1 (%2)."
 msgstr ""
-"Problema con la richiesta. L'elemento non è stato creato sul server.\n"
+"Su è verificato un problema con la richiesta. L'elemento non è stato creato 
"
+"sul server.\n"
 "%1 (%2)."
 
 #: common/daverror.cpp:136
@@ -132,7 +137,8 @@
 "server.\n"
 "%1 (%2)."
 msgstr ""
-"Problema con la richiesta. L'elemento non è stato eliminato dal server.\n"
+"Su è verificato un problema con la richiesta. L'elemento non è stato "
+"eliminato dal server.\n"
 "%1 (%2)."
 
 #: common/daverror.cpp:139
@@ -142,17 +148,20 @@
 "server.\n"
 "%1 (%2)."
 msgstr ""
-"Problema con la richiesta. L'elemento non è stato modificato sul server.\n"
+"Su è verificato un problema con la richiesta. L'elemento non è stato "
+"modificato sul server.\n"
 "%1 (%2)."
 
 #: common/daverror.cpp:142
 #, kde-format
 msgid "There was a problem with the request."
-msgstr "Problema con la richiesta."
+msgstr "Su è verificato un problema con la richiesta."
 
 #: common/daverror.cpp:146
 #, kde-format
 msgid ""
 "There was a problem with the request. The requested MIME types are not "
 "supported."
-msgstr "Problema con la richiesta. I tipi MIME richiesti non sono supportati."
+msgstr ""
+"Su è verificato un problema con la richiesta. I tipi MIME richiesti non sono 
"
+"supportati."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.104.0/po/nb/libkdav.po 
new/kdav-5.105.0/po/nb/libkdav.po
--- old/kdav-5.104.0/po/nb/libkdav.po   2023-03-04 11:00:54.000000000 +0100
+++ new/kdav-5.105.0/po/nb/libkdav.po   2023-03-31 11:01:22.000000000 +0200
@@ -1,4 +1,4 @@
-# Translation of libkdav to Norwegian Bokmål
+# Translation of libkdav6 to Norwegian Bokmål
 #
 # Bjørn Steensrud <[email protected]>, 2010, 2011, 2013, 2014.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.104.0/po/nn/libkdav.po 
new/kdav-5.105.0/po/nn/libkdav.po
--- old/kdav-5.104.0/po/nn/libkdav.po   2023-03-04 11:00:54.000000000 +0100
+++ new/kdav-5.105.0/po/nn/libkdav.po   2023-03-31 11:01:22.000000000 +0200
@@ -1,4 +1,4 @@
-# Translation of libkdav to Norwegian Nynorsk
+# Translation of libkdav6 to Norwegian Nynorsk
 #
 # Karl Ove Hufthammer <[email protected]>, 2020.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.104.0/po/zh_CN/libkdav.po 
new/kdav-5.105.0/po/zh_CN/libkdav.po
--- old/kdav-5.104.0/po/zh_CN/libkdav.po        2023-03-04 11:00:54.000000000 
+0100
+++ new/kdav-5.105.0/po/zh_CN/libkdav.po        2023-03-31 11:01:22.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: 2023-02-24 12:43\n"
+"PO-Revision-Date: 2023-03-27 11:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to