KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=35
This commit is contained in:
Christophe Giboudeaux 2022-01-09 10:15:01 +00:00 committed by Git OBS Bridge
parent a8fea01aae
commit 9eb82bd66f
6 changed files with 31 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv8kACgkQWNDuZIpI
s7s3/Qf8DKM0tb5FaCx08OqDLoqb3DUsIuH8raYDSCz7IBOEBahdgCfzRrS6ONZZ
WBqd3xIBsVRJxmY8GvTebrVdS/b0e4zFXVbcUSqOizRit+0bxzzdO9KL8EwNm2bk
hBlwGrGizMEbncelYoXBkJz5UVbQEVhrfUXDmeJvgA7F3hTm5FkrHb1bvXqZ1sbd
0RLhfm3/7ri3qhKisJ+IhM6DgqFocchsWC3lpTUsJFcqzB5Jn7UedFt14rT8K66n
+dVvG9jWJtwQ95GRcNFdaRLkQALrpnIVpTmV1fuyHx7Xv7mwr4WGGhVTKC+V7WyA
W1NOteJYgSm29uaToqjxR2PYNhqrFw==
=ik39
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0cACgkQWNDuZIpI
s7tVJAf/YO1BoktONW6FxIYbNhArhkmllQXN05cqNO+/LjPSGzCZWxPSZQWtRIp+
dU4Ahdoyh5PX6GG6PTustKnaDseyela9pZZgZpwXndBg2YPuU5c16HXqSI3wXfB+
A1RhfiXplAekZDr0zhCy114mXR0ME0LYlgFDDV7Vq15Sgy4VnA+o47xlanx6UtnA
fhTOCEyk5utHWcWGMKY47u7p6Wqcdu6nFD0QhqAYFz4V17/wUVff0EZyetDA64Zf
qcgcXUWX5nlakmyyZvvdihUup/AyoG1oQ7k90NsP5PFAah7lVueyIBGzApORN8iS
+F98r7dhm8QxyD8/NiDZADge+2UUvA==
=dW+E
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:23 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Adapt build system to allow building against Qt6
* Port away from QtXmlPatterns
-------------------------------------------------------------------
Sat Dec 4 22:56:28 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,21 +16,21 @@
#
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kdav
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: DAV protocol implementation
License: LGPL-2.0-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -76,7 +76,7 @@ This package contains development files needed to use kdav in other applications
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@ -100,7 +100,7 @@ This package contains development files needed to use kdav in other applications
%{_kf5_libdir}/libKF5DAV.so
%{_kf5_mkspecsdir}/qt_kdav.pri
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif