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-07-15 23:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdav (Old)
 and      /work/SRC/openSUSE:Factory/.kdav.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdav"

Thu Jul 15 23:59:29 2021 rev:54 rq:905485 version:5.84.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdav/kdav.changes        2021-06-16 
20:35:16.631164849 +0200
+++ /work/SRC/openSUSE:Factory/.kdav.new.2625/kdav.changes      2021-07-16 
00:01:08.629203982 +0200
@@ -1,0 +2,10 @@
+Sun Jul  4 07:45:17 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.84.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.84.0
+- No code change since 5.83.0
+- Only install the license files once
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdav.spec ++++++
--- /var/tmp/diff_new_pack.AENzJJ/_old  2021-07-16 00:01:09.089200651 +0200
+++ /var/tmp/diff_new_pack.AENzJJ/_new  2021-07-16 00:01:09.093200623 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.83
+%define _tar_path 5.84
 # 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.83.0
+Version:        5.84.0
 Release:        0
 Summary:        DAV protocol implementation
 License:        LGPL-2.0-or-later
@@ -84,8 +84,6 @@
 %postun -n libKF5DAV5 -p /sbin/ldconfig
 
 %files
-%license LICENSES/*
-%doc README.md
 %{_kf5_debugdir}/kdav.categories
 %{_kf5_debugdir}/kdav.renamecategories
 
@@ -96,7 +94,6 @@
 %{_kf5_libdir}/libKF5DAV.so.5.*
 
 %files devel
-%license LICENSES/*
 %doc README.md
 %{_includedir}/KF5/
 %{_kf5_libdir}/cmake/KF5DAV/
@@ -105,7 +102,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++++++ kdav-5.83.0.tar.xz -> kdav-5.84.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.83.0/CMakeLists.txt 
new/kdav-5.84.0/CMakeLists.txt
--- old/kdav-5.83.0/CMakeLists.txt      2021-06-05 11:15:10.000000000 +0200
+++ new/kdav-5.84.0/CMakeLists.txt      2021-07-03 14:09:04.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.83.0") # handled by release scripts
-set(KF_DEP_VERSION "5.83.0") # handled by release scripts
+set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_DEP_VERSION "5.84.0") # handled by release scripts
 
 project(libkdav VERSION ${KF_VERSION})
 
-find_package(ECM 5.83.0 CONFIG REQUIRED)
+find_package(ECM 5.84.0 CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
@@ -35,9 +35,6 @@
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 
-set(CMAKE_CXX_STANDARD 14)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.83.0/autotests/fakeserver.cpp 
new/kdav-5.84.0/autotests/fakeserver.cpp
--- old/kdav-5.83.0/autotests/fakeserver.cpp    2021-06-05 11:15:10.000000000 
+0200
+++ new/kdav-5.84.0/autotests/fakeserver.cpp    2021-07-03 14:09:04.000000000 
+0200
@@ -13,7 +13,6 @@
 // Qt
 #include <QDebug>
 #include <QFile>
-#include <QTcpServer>
 #include <QTest>
 
 FakeServer::FakeServer(int port, QObject *parent)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.83.0/po/de/libkdav.po 
new/kdav-5.84.0/po/de/libkdav.po
--- old/kdav-5.83.0/po/de/libkdav.po    2021-06-05 11:15:10.000000000 +0200
+++ new/kdav-5.84.0/po/de/libkdav.po    2021-07-03 14:09:04.000000000 +0200
@@ -1,13 +1,15 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Burkhard L??ck <[email protected]>, 2017, 2018.
+# Burkhard L??ck <[email protected]>, 2009, 2011, 2013, 2014, 2015, 2017, 
2018, 2020, 2021.
+# Frederik Schwarzer <[email protected]>, 2010, 2011, 2016, 2020.
+# Panagiotis Papadopoulos <[email protected]>, 2010.
+# Peter R??themann <[email protected]>, 2010.
+# Torbj??rn Klatt <[email protected]>, 2011.
+# Rolf Eike Beer <[email protected]>, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"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: 2018-02-27 13:42+0100\n"
+"PO-Revision-Date: 2021-05-31 15:13+0200\n"
 "Last-Translator: Burkhard L??ck <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
@@ -15,7 +17,6 @@
 "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"
 
 #: common/daverror.cpp:88
 #, kde-format
@@ -163,5 +164,5 @@
 "There was a problem with the request. The requested MIME types are not "
 "supported."
 msgstr ""
-"Bei der Abfrage ist ein Problem aufgetreten. Die angeforderten MIME-Typen "
+"Bei der Abfrage ist ein Problem aufgetreten. Die angeforderte MIME-Typen "
 "werden nicht unterst??tzt."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.83.0/po/hi/libkdav.po 
new/kdav-5.84.0/po/hi/libkdav.po
--- old/kdav-5.83.0/po/hi/libkdav.po    1970-01-01 01:00:00.000000000 +0100
+++ new/kdav-5.84.0/po/hi/libkdav.po    2021-07-03 14:09:04.000000000 +0200
@@ -0,0 +1,158 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kdav package.
+#
+# Sameer Singh <[email protected]>, 2021.
+# Raghavendra Kamath <[email protected]>, 2021.
+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: 2021-06-27 10:10+0530\n"
+"Last-Translator: Raghavendra Kamath <[email protected]>\n"
+"Language-Team: kde-hindi\n"
+"Language: hi\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 21.04.2\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 "???????????????????????? ??????????????????"
+
+#: 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 "?????????????????? ?????? ??????????????????????????? 
???????????????????????? ?????? ?????????????????? ???????????? ???????????? 
?????????"
+
+#: 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 "?????????????????????????????? ????????? ??????????????? ????????? 
???????????? ????????? ??????????????????"
+
+#: common/daverror.cpp:114
+#, kde-format
+msgid "Invalid XQuery submitted by DAV implementation"
+msgstr "??????????????? ????????????????????????????????? ?????? ???????????? 
?????????????????????????????? ???????????????????????? ??????"
+
+#: 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 "?????????????????? ????????? ????????? ?????????????????? ????????? 
????????????????????? ???????????? ?????????????????? ????????????????????? 
???????????? ????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.83.0/po/zh_CN/libkdav.po 
new/kdav-5.84.0/po/zh_CN/libkdav.po
--- old/kdav-5.83.0/po/zh_CN/libkdav.po 2021-06-05 11:15:10.000000000 +0200
+++ new/kdav-5.84.0/po/zh_CN/libkdav.po 2021-07-03 14:09:04.000000000 +0200
@@ -8,7 +8,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: 2021-06-03 16:05\n"
+"PO-Revision-Date: 2021-06-20 07:35\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.83.0/src/common/davurl.cpp 
new/kdav-5.84.0/src/common/davurl.cpp
--- old/kdav-5.83.0/src/common/davurl.cpp       2021-06-05 11:15:10.000000000 
+0200
+++ new/kdav-5.84.0/src/common/davurl.cpp       2021-07-03 14:09:04.000000000 
+0200
@@ -6,7 +6,6 @@
 
 #include "davurl.h"
 
-#include "enums.h"
 
 using namespace KDAV;
 

Reply via email to