Hello community,

here is the log from the commit of package kdav for openSUSE:Leap:15.2 checked 
in at 2020-05-12 11:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kdav (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kdav.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdav"

Tue May 12 11:34:09 2020 rev:58 rq:797363 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kdav/kdav.changes      2020-03-15 
07:08:39.616866367 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kdav.new.2738/kdav.changes    2020-05-12 
11:34:10.795968659 +0200
@@ -1,0 +2,42 @@
+Thu Apr 23 12:22:13 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Port DavCollectionsMultiFetchJob to KCompositeJob
+  * autotests: add test for 404 error, make tests more robust
+  * Extend unittest to spy for 
DavCollectionsMultiFetchJob::collectionDiscovered()
+  * KDAV: use a different port in each test
+  * Add unittest for DavCollectionsMultiFetchJob
+  * Use enum rather than int as signal argument
+  * Return a QString rather than a QLatin1String
+  * Unexport protected methods only needed internally here
+
+-------------------------------------------------------------------
+Sun Apr  5 20:29:54 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:16:50 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * KDAV: Convert license headers to SPDX identifiers
+  * Fix autogenerate categories file
+  * Move ecm_generate_pri_file below the definition of the target
+  * Rename library/target to KF5::DAV
+  * Port deprecated toSet() methods
+  * We depend against 5.64
+  * Master is open
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdav.spec ++++++
--- /var/tmp/diff_new_pack.YhSSI0/_old  2020-05-12 11:34:11.183969474 +0200
+++ /var/tmp/diff_new_pack.YhSSI0/_new  2020-05-12 11:34:11.183969474 +0200
@@ -18,17 +18,13 @@
 
 %bcond_without  lang
 Name:           kdav
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        DAV protocol implementation
 License:        GPL-2.0-only
 Group:          Productivity/Other
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5I18n)
@@ -38,24 +34,28 @@
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5XmlPatterns)
 Recommends:     %{name}-lang
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 kdav is a library providing a KJob-based implementation of DAV protocols such 
as
 CardDAV, WebDAV, and CalDAV.
 
-%package -n libKPimKDAV5
+%package -n libKF5DAV5
 Summary:        Core library for kdav
 Group:          System/Libraries
 Requires:       %{name} >= %{version}
 
-%description -n libKPimKDAV5
+%description -n libKF5DAV5
 kdav is a library providing a KJob-based implementation of DAV protocols such 
as
 CardDAV, WebDAV, and CalDAV.
 
 %package devel
 Summary:        Development package for kdav
 Group:          Development/Libraries/KDE
-Requires:       libKPimKDAV5 = %{version}
+Requires:       libKF5DAV5 = %{version}
 
 %description devel
 This package contains development files needed to use kdav in other 
applications.
@@ -75,25 +75,26 @@
     %find_lang %{name} --with-man --all-name
   %endif
 
-%post -n libKPimKDAV5 -p /sbin/ldconfig
-%postun -n libKPimKDAV5 -p /sbin/ldconfig
+%post -n libKF5DAV5 -p /sbin/ldconfig
+%postun -n libKF5DAV5 -p /sbin/ldconfig
 
 %files
 %license COPYING
 %doc README.md
 %{_kf5_debugdir}/kdav.categories
 
-%files -n libKPimKDAV5
+%files -n libKF5DAV5
 %license COPYING
 %doc README.md
-%{_kf5_libdir}/libKPimKDAV.so.*
+%{_kf5_libdir}/libKF5DAV.so.5
+%{_kf5_libdir}/libKF5DAV.so.5.*
 
 %files devel
 %license COPYING
 %doc README.md
-%{_includedir}/KPim/
-%{_kf5_libdir}/cmake/KPimKDAV/
-%{_kf5_libdir}/libKPimKDAV.so
+%{_includedir}/KF5/
+%{_kf5_libdir}/cmake/KF5DAV/
+%{_kf5_libdir}/libKF5DAV.so
 %{_kf5_mkspecsdir}/qt_kdav.pri
 
 %if %{with lang}


++++++ kdav-19.12.3.tar.xz -> kdav-20.04.0.tar.xz ++++++
++++ 8071 lines of diff (skipped)


Reply via email to