Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdav for openSUSE:Factory checked in at 2021-03-16 15:40:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdav (Old) and /work/SRC/openSUSE:Factory/.kdav.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdav" Tue Mar 16 15:40:17 2021 rev:50 rq:878794 version:5.80.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdav/kdav.changes 2021-02-17 18:11:44.345950377 +0100 +++ /work/SRC/openSUSE:Factory/.kdav.new.2401/kdav.changes 2021-03-16 15:41:32.104761662 +0100 @@ -1,0 +2,9 @@ +Sun Mar 7 09:26:42 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.80.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.80.0 +- No code change since 5.79.0 + +------------------------------------------------------------------- Old: ---- kdav-5.79.0.tar.xz kdav-5.79.0.tar.xz.sig New: ---- kdav-5.80.0.tar.xz kdav-5.80.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdav.spec ++++++ --- /var/tmp/diff_new_pack.aLaJBb/_old 2021-03-16 15:41:35.304766783 +0100 +++ /var/tmp/diff_new_pack.aLaJBb/_new 2021-03-16 15:41:35.304766783 +0100 @@ -16,14 +16,14 @@ # -%define _tar_path 5.79 +%define _tar_path 5.80 # 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 lang Name: kdav -Version: 5.79.0 +Version: 5.80.0 Release: 0 Summary: DAV protocol implementation License: LGPL-2.0-or-later ++++++ kdav-5.79.0.tar.xz -> kdav-5.80.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdav-5.79.0/.gitignore new/kdav-5.80.0/.gitignore --- old/kdav-5.79.0/.gitignore 2021-02-06 19:13:08.000000000 +0100 +++ new/kdav-5.80.0/.gitignore 2021-03-06 17:21:09.000000000 +0100 @@ -19,3 +19,4 @@ CMakeLists.txt.user* *.unc-backup* /.clang-format +/compile_commands.json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdav-5.79.0/CMakeLists.txt new/kdav-5.80.0/CMakeLists.txt --- old/kdav-5.79.0/CMakeLists.txt 2021-02-06 19:13:08.000000000 +0100 +++ new/kdav-5.80.0/CMakeLists.txt 2021-03-06 17:21:09.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.79.0") # handled by release scripts -set(KF_DEP_VERSION "5.79.0") # handled by release scripts +set(KF_VERSION "5.80.0") # handled by release scripts +set(KF_DEP_VERSION "5.80.0") # handled by release scripts project(libkdav VERSION ${KF_VERSION}) -find_package(ECM 5.79.0 CONFIG REQUIRED) +find_package(ECM 5.80.0 CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(KDEInstallDirs) @@ -32,7 +32,7 @@ # setup lib add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054B00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054F00) add_definitions(-DQT_NO_FOREACH) add_definitions(-DQT_NO_KEYWORDS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdav-5.79.0/po/az/libkdav.po new/kdav-5.80.0/po/az/libkdav.po --- old/kdav-5.79.0/po/az/libkdav.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kdav-5.80.0/po/az/libkdav.po 2021-03-06 17:21:09.000000000 +0100 @@ -0,0 +1,159 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kdav package. +# +# Kheyyam Gojayev <[email protected]>, 2021. +msgid "" +msgstr "" +"Project-Id-Version: kdav\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2020-04-06 03:29+0200\n" +"PO-Revision-Date: 2021-02-08 17:35+0400\n" +"Last-Translator: Kheyyam Gojayev <[email protected]>\n" +"Language-Team: Azerbaijani <[email protected]>\n" +"Language: az\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 20.12.2\n" + +#: common/daverror.cpp:87 +#, kde-format +msgid "Invalid username/password" +msgstr "??stifad????i ad?? v?? ya ??ifr?? s??hvdir" + +#: common/daverror.cpp:89 +#, kde-format +msgid "Access forbidden" +msgstr "Giri?? qada??and??r" + +#: common/daverror.cpp:91 +#, kde-format +msgid "Resource not found" +msgstr "Resurs tap??lmad??" + +#: common/daverror.cpp:93 +#, kde-format +msgid "HTTP error" +msgstr "HTTP x??tas??" + +#: common/daverror.cpp:95 +#, kde-format +msgid "" +"There was a problem with the request.\n" +"%1 (%2)." +msgstr "" +"T??l??b il?? ba??l?? problem var.\n" +"%1 (%2)." + +#: common/daverror.cpp:99 +#, kde-format +msgid "Protocol for the collection does not support MULTIGET" +msgstr "Kolleksiya ??????n protokol MULTIGET d??st??kl??mir" + +#: common/daverror.cpp:102 +#, kde-format +msgid "" +"The server encountered an error that prevented it from completing your " +"request: %1 (%2)" +msgstr "" +"Server, sor??unuzun yerin?? yetirm??sin?? mane olan bir s??hvl?? qar????la??d??: %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 "" +"T??l??b il?? ba??l?? problem var. Bu kolleksiya serverd??n silin?? bilm??di\n" +"%1 (%2)." + +#: common/daverror.cpp:109 +#, kde-format +msgid "Invalid responses from backend" +msgstr "Server t??r??fd??n s??hv cavablar" + +#: common/daverror.cpp:112 +#, kde-format +msgid "Error setting focus for XQuery" +msgstr "XQuery ??????n fokus qurulmas??nda x??ta" + +#: common/daverror.cpp:115 +#, kde-format +msgid "Invalid XQuery submitted by DAV implementation" +msgstr "DAV t??tbiqi t??r??find??n g??nd??ril??n etibars??z XQuery" + +#: 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 "" +"T??l??b il?? ba??l?? problem var. Bu kolleksiya serverd?? d??yi??diril?? bilm??di\n" +"%1 (%2)." + +#: common/daverror.cpp:122 +#, kde-format +msgid "No properties to change or remove" +msgstr "D??yi??dirm??k v?? silm??k x??susiyy??tl??rin?? malik deyil" + +#: common/daverror.cpp:125 +#, kde-format +msgid "There was an error when modifying the properties" +msgstr "X??susiyy??tl??ri d??yi??dir??rk??n x??ta ba?? verdi" + +#: common/daverror.cpp:127 +#, kde-format +msgid "" +"\n" +"The server returned more information:\n" +"%1" +msgstr "" +"\n" +"Server daha ??ox m??lumat qaytard??:\n" +"%1" + +#: common/daverror.cpp:131 +#, kde-format +msgid "" +"There was a problem with the request. The item has not been created on the " +"server.\n" +"%1 (%2)." +msgstr "" +"T??l??b il?? ba??l?? problem var. Bu kolleksiya serverd?? yarad??la bilm??di\n" +"%1 (%2)." + +#: common/daverror.cpp:135 +#, kde-format +msgid "" +"There was a problem with the request. The item has not been deleted from the " +"server.\n" +"%1 (%2)." +msgstr "" +"T??l??b il?? ba??l?? problem var. Bu element serverd??n silin?? bilm??di\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 "" +"T??l??b il?? ba??l?? problem var. Bu element serverd?? d??yi??diril?? bilm??di\n" +"%1 (%2)." + +#: common/daverror.cpp:144 +#, kde-format +msgid "There was a problem with the request." +msgstr "T??l??b il?? ba??l?? problem var." + +#: common/daverror.cpp:148 +#, kde-format +msgid "" +"There was a problem with the request. The requested MIME types are not " +"supported." +msgstr "T??l??b il?? ba??l?? problem var. T??l??b olunnan M??ME n??vl??ri d??st??kl??nm??di." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdav-5.79.0/po/zh_CN/libkdav.po new/kdav-5.80.0/po/zh_CN/libkdav.po --- old/kdav-5.79.0/po/zh_CN/libkdav.po 2021-02-06 19:13:08.000000000 +0100 +++ new/kdav-5.80.0/po/zh_CN/libkdav.po 2021-03-06 17:21:09.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-04-06 03:29+0200\n" -"PO-Revision-Date: 2021-02-04 11:58\n" +"PO-Revision-Date: 2021-03-02 16:16\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
