KDE Frameworks 5.92
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=37
This commit is contained in:
parent
ef74c358c0
commit
811568817c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b8cdae0d401dc24bf0cd98cdf35de30501111968923953fa687552ae61adc08
|
|
||||||
size 63880
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kf0ACgkQWNDuZIpI
|
|
||||||
s7u7VQf+OuiIrKhNm/bjafsd1fGcnshJvGdYlCnomg1Mmy8WPnNd1PMubxJYSshb
|
|
||||||
wmIHpO9lOPXrJzdIZ+cACmAaY1Rtffg3B3RqfUpltkyIZ3TQYzRxoQPvodd/JCYv
|
|
||||||
Q0J5BMtR/2C1g6FPuuaquwH09wdU691BFQS1W9PRiyC0irXkhrhbyMyXmQKfxJWL
|
|
||||||
k1JThL2S/+xoEVmOg/GWXa5iKkb4DGGmDxQ31rvfrRjtkjZ91SszudKTYxwT7JEN
|
|
||||||
3XERxoIqB1Sm4XKre9fcER7JL6E0bUrykWZvjWv0h1m0djoTUvurJP0LQZn0C4+B
|
|
||||||
HYp2bVcC36fqqTUFWTwK3IrGsVuQ8A==
|
|
||||||
=dDW6
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdav-5.92.0.tar.xz
Normal file
3
kdav-5.92.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3b16c473b104f83f6124f96f2b06a6c72a447eb19ba31a90e3f4725e732b1c4
|
||||||
|
size 63928
|
11
kdav-5.92.0.tar.xz.sig
Normal file
11
kdav-5.92.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwlYACgkQWNDuZIpI
|
||||||
|
s7uUkQf+MlgIDIIX6BcMMSFgqZyd8gSyqjvIqdpOpAfpJwSROihWwI+JfKLpN/v0
|
||||||
|
5ZH93FfAfswokrMqged9hEXgwYsNoj9QIL5+n6Z7GQtUKw12GTC2moNanX/U9wL4
|
||||||
|
dVfePwdmTIjY2Wz6P23vKtCpw1Gm4+WpQJGxy1uxgEyfraVjbcaFTqrsZqgz70UL
|
||||||
|
D4MVGReqIYMWuRi0qzYJJ6jjCjCXmwGibWGgzoUIo9cJ97UYESSxaOJMr922RGRS
|
||||||
|
dJoDBgDsCYITDN3pIej8xDZyY5z8y4Ki8DS2L29+FNzdUicOh5zxu6m9kdXDp5Hg
|
||||||
|
GfjFKq30RSoZNGIR1H0BpPB5abPeTw==
|
||||||
|
=NBq1
|
||||||
|
-----END PGP SIGNATURE-----
|
14
kdav.changes
14
kdav.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 7 09:26:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.92.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.92.0
|
||||||
|
- Changes since 5.91.0:
|
||||||
|
* Add Qt6 Android CI
|
||||||
|
* Fix the Qt6 Android build
|
||||||
|
* Add iCloud info to README
|
||||||
|
* Fix variable name typo
|
||||||
|
* Replace absolute URIs with relative ones in calendar-multiget request
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 6 10:16:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 6 10:16:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.91
|
%define _tar_path 5.92
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kdav
|
Name: kdav
|
||||||
Version: 5.91.0
|
Version: 5.92.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DAV protocol implementation
|
Summary: DAV protocol implementation
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -42,7 +42,6 @@ BuildRequires: cmake(Qt5Core)
|
|||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
BuildRequires: cmake(Qt5XmlPatterns)
|
BuildRequires: cmake(Qt5XmlPatterns)
|
||||||
Recommends: %{name}-lang
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
kdav is a library providing a KJob-based implementation of DAV protocols such as
|
kdav is a library providing a KJob-based implementation of DAV protocols such as
|
||||||
|
Loading…
Reference in New Issue
Block a user