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-11-15 15:25:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdav (Old)
 and      /work/SRC/openSUSE:Factory/.kdav.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdav"

Mon Nov 15 15:25:03 2021 rev:58 rq:931073 version:5.88.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdav/kdav.changes        2021-10-18 
22:00:11.246006557 +0200
+++ /work/SRC/openSUSE:Factory/.kdav.new.1890/kdav.changes      2021-11-15 
15:26:12.985820407 +0100
@@ -1,0 +2,16 @@
+Sun Nov  7 09:13:14 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Strip 'Source' URL for faster submissions
+
+-------------------------------------------------------------------
+Sun Nov  7 09:07:56 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Changes since 5.87.0:
+  * Add FreeBSD CI
+  * Add Android CI
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdav.spec ++++++
--- /var/tmp/diff_new_pack.Iiu88A/_old  2021-11-15 15:26:13.425820530 +0100
+++ /var/tmp/diff_new_pack.Iiu88A/_new  2021-11-15 15:26:13.425820530 +0100
@@ -16,22 +16,22 @@
 #
 
 
-%define _tar_path 5.87
+%define _tar_path 5.88
 # 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.87.0
+Version:        5.88.0
 Release:        0
 Summary:        DAV protocol implementation
 License:        LGPL-2.0-or-later
 Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules


++++++ kdav-5.87.0.tar.xz -> kdav-5.88.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/.gitlab-ci.yml 
new/kdav-5.88.0/.gitlab-ci.yml
--- old/kdav-5.87.0/.gitlab-ci.yml      2021-10-02 16:24:44.000000000 +0200
+++ new/kdav-5.88.0/.gitlab-ci.yml      2021-11-06 14:16:38.000000000 +0100
@@ -3,3 +3,5 @@
 
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/CMakeLists.txt 
new/kdav-5.88.0/CMakeLists.txt
--- old/kdav-5.87.0/CMakeLists.txt      2021-10-02 16:24:44.000000000 +0200
+++ new/kdav-5.88.0/CMakeLists.txt      2021-11-06 14:16:38.000000000 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_VERSION "5.88.0") # handled by release scripts
 set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 
 project(libkdav VERSION ${KF_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/autotests/fakeserver.h 
new/kdav-5.88.0/autotests/fakeserver.h
--- old/kdav-5.87.0/autotests/fakeserver.h      2021-10-02 16:24:44.000000000 
+0200
+++ new/kdav-5.88.0/autotests/fakeserver.h      2021-11-06 14:16:38.000000000 
+0100
@@ -85,7 +85,7 @@
      * Each unittest should use a different port so that they can be run in 
parallel
      */
     FakeServer(int port = 5989, QObject *parent = nullptr);
-    ~FakeServer();
+    ~FakeServer() override;
 
     /**
      * Starts the server and waits for it to be ready
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/po/ca/libkdav.po 
new/kdav-5.88.0/po/ca/libkdav.po
--- old/kdav-5.87.0/po/ca/libkdav.po    2021-10-02 16:24:44.000000000 +0200
+++ new/kdav-5.88.0/po/ca/libkdav.po    2021-11-06 14:16:38.000000000 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Manuel Tortosa Moreno <[email protected]>, 2009, 2010.
-# Josep Ma. Ferrer <[email protected]>, 2010, 2011, 2012, 2015, 2017.
+# Josep M. Ferrer <[email protected]>, 2010, 2011, 2012, 2015, 2017.
 # Antoni Bella P??rez <[email protected]>, 2012, 2013, 2014, 2015, 2016, 
2017.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/po/ca@valencia/libkdav.po 
new/kdav-5.88.0/po/ca@valencia/libkdav.po
--- old/kdav-5.87.0/po/ca@valencia/libkdav.po   2021-10-02 16:24:44.000000000 
+0200
+++ new/kdav-5.88.0/po/ca@valencia/libkdav.po   2021-11-06 14:16:38.000000000 
+0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Manuel Tortosa Moreno <[email protected]>, 2009, 2010.
-# Josep Ma. Ferrer <[email protected]>, 2010, 2011, 2012, 2015, 2017.
+# Josep M. Ferrer <[email protected]>, 2010, 2011, 2012, 2015, 2017.
 # Antoni Bella P??rez <[email protected]>, 2012, 2013, 2014, 2015, 2016, 
2017.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/po/zh_CN/libkdav.po 
new/kdav-5.88.0/po/zh_CN/libkdav.po
--- old/kdav-5.87.0/po/zh_CN/libkdav.po 2021-10-02 16:24:44.000000000 +0200
+++ new/kdav-5.88.0/po/zh_CN/libkdav.po 2021-11-06 14:16:38.000000000 +0100
@@ -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-09-27 13:07\n"
+"PO-Revision-Date: 2021-10-29 13:24\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.87.0/src/common/davcollectionsmultifetchjob.h 
new/kdav-5.88.0/src/common/davcollectionsmultifetchjob.h
--- old/kdav-5.87.0/src/common/davcollectionsmultifetchjob.h    2021-10-02 
16:24:44.000000000 +0200
+++ new/kdav-5.88.0/src/common/davcollectionsmultifetchjob.h    2021-11-06 
14:16:38.000000000 +0100
@@ -43,7 +43,7 @@
      * @param parent The parent object.
      */
     explicit DavCollectionsMultiFetchJob(const DavUrl::List &urls, QObject 
*parent = nullptr);
-    ~DavCollectionsMultiFetchJob();
+    ~DavCollectionsMultiFetchJob() override;
 
     /**
      * Starts the job.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/src/common/davjobbase.h 
new/kdav-5.88.0/src/common/davjobbase.h
--- old/kdav-5.87.0/src/common/davjobbase.h     2021-10-02 16:24:44.000000000 
+0200
+++ new/kdav-5.88.0/src/common/davjobbase.h     2021-11-06 14:16:38.000000000 
+0100
@@ -29,7 +29,7 @@
 
 public:
     explicit DavJobBase(QObject *parent = nullptr);
-    ~DavJobBase();
+    ~DavJobBase() override;
 
     /**
      * Get the latest response code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/src/common/davmultigetprotocol_p.h 
new/kdav-5.88.0/src/common/davmultigetprotocol_p.h
--- old/kdav-5.87.0/src/common/davmultigetprotocol_p.h  2021-10-02 
16:24:44.000000000 +0200
+++ new/kdav-5.88.0/src/common/davmultigetprotocol_p.h  2021-11-06 
14:16:38.000000000 +0100
@@ -22,7 +22,7 @@
     /**
      * Destroys the DAV protocol
      */
-    virtual ~DavMultigetProtocol();
+    ~DavMultigetProtocol() override;
 
     /**
      * Returns the XML document that represents a MULTIGET DAV query to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdav-5.87.0/src/common/etagcache.h 
new/kdav-5.88.0/src/common/etagcache.h
--- old/kdav-5.87.0/src/common/etagcache.h      2021-10-02 16:24:44.000000000 
+0200
+++ new/kdav-5.88.0/src/common/etagcache.h      2021-11-06 14:16:38.000000000 
+0100
@@ -38,7 +38,7 @@
      * of items found in @p collection.
      */
     explicit EtagCache(QObject *parent = nullptr);
-    ~EtagCache();
+    ~EtagCache() override;
 
     /**
      * Sets the ETag for the remote ID. If the remote ID is marked as

Reply via email to