Accepting request 796907 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdav?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-04-25 18:22:22 +00:00 committed by Git OBS Bridge
parent 551d968638
commit 15657f13f5
6 changed files with 72 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a0ed47378e064536b26dfdfcf7abcdb8dd2ec253a7bbcef7962b701d368872a
size 54740

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drVkACgkQ29LOiT4t
HIeZqgf+Jahhqbr6kZq/ZaDsFjfZQFBIyFoaXDFFfBQRke1MDYcPCQYWvL5clnGN
W3Mvp1dKjH25zIx6V3O1OPL6ri2rWV7scVuwTAHhyQKUfCkMqcMQqFzC/tkRg5qy
uUcw4JDucFLZnQIt2gRaKLUGMRE2jZ/lB7LMBgREpfizskTCvGCvyC58HuW/T+aH
FYwVdT+rBP51IspB7ozFuzYXmniSUGl0MpDNLbD9ojUENUVB+aEYKR3auH0DvSBG
WvbEx0RfV3DdJhplXwNMeDx4S6TteO8rPmja043EpwSQezjPK2M6ZbIngK0noa9x
ryUhqX2glQGm5CQYLik9XAyx5A1xKg==
=meId
-----END PGP SIGNATURE-----

3
kdav-20.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3aca3e810d7934a91720c3d1397ea6b8998ed133a08eb92a1b3ac33c14a3119b
size 58312

11
kdav-20.04.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB74ACgkQ29LOiT4t
HIeQvggAm18Rfub7Wc28KCxzA8edjLrRBOsNaj0yrxHxBu5y0T09RjCwnEXtbWsu
zzHYCWGKE24CfEb2/Bx2rBkbWmY4LLpePybQ0/5K9IqBcJXh4yVlzWz7ixJPL9Ep
DzLStDJaQnXlCPA489VDOc+LwFmczUyBvcNS6bww8zXrdz1mrBqu40hicQtBHelC
FeULTXz9YRNttK449PGmWcxpkeMZtW3b0BmNmsKgpd2pSBALXkGV43JtRp/qHshY
RC5mz/Ebj7X3gXyKo3uFaj5T4Fkf3WpD04TWBrPXHb8blSKBEbXWU9sPy9l3AFdd
6XbnToDxhPP7GktngeweqLGp584rxA==
=7eyt
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:13 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- 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 <lbeltrame@kde.org>
- 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 <lbeltrame@kde.org>
- 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
-------------------------------------------------------------------
Thu Mar 5 20:35:57 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -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(Qt5Gui)
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 @@ This package contains development files needed to use kdav in other applications
%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}