KDE Frameworks 5.91
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=36
This commit is contained in:
parent
9eb82bd66f
commit
ef74c358c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71bdde6d2a3361c949f7b39844c9035481c06d6c45925e15e5f5c58dbcca0105
|
|
||||||
size 63876
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0cACgkQWNDuZIpI
|
|
||||||
s7tVJAf/YO1BoktONW6FxIYbNhArhkmllQXN05cqNO+/LjPSGzCZWxPSZQWtRIp+
|
|
||||||
dU4Ahdoyh5PX6GG6PTustKnaDseyela9pZZgZpwXndBg2YPuU5c16HXqSI3wXfB+
|
|
||||||
A1RhfiXplAekZDr0zhCy114mXR0ME0LYlgFDDV7Vq15Sgy4VnA+o47xlanx6UtnA
|
|
||||||
fhTOCEyk5utHWcWGMKY47u7p6Wqcdu6nFD0QhqAYFz4V17/wUVff0EZyetDA64Zf
|
|
||||||
qcgcXUWX5nlakmyyZvvdihUup/AyoG1oQ7k90NsP5PFAah7lVueyIBGzApORN8iS
|
|
||||||
+F98r7dhm8QxyD8/NiDZADge+2UUvA==
|
|
||||||
=dW+E
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdav-5.91.0.tar.xz
Normal file
3
kdav-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b8cdae0d401dc24bf0cd98cdf35de30501111968923953fa687552ae61adc08
|
||||||
|
size 63880
|
11
kdav-5.91.0.tar.xz.sig
Normal file
11
kdav-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
14
kdav.changes
14
kdav.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 10:16:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.91.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||||
|
- Changes since 5.90.0:
|
||||||
|
* Add CI qt6 support
|
||||||
|
* Fix header installation path to include module prefix
|
||||||
|
* Use uppercase "KDAV" name as qmake identifier, to be match KF standards
|
||||||
|
* Fix pri file to also note KCoreAddons dependency
|
||||||
|
* Fix non-existing include path set in pri file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 3 12:47:23 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 3 12:47:23 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.90
|
%define _tar_path 5.91
|
||||||
# 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.90.0
|
Version: 5.91.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
|
||||||
@ -98,7 +98,7 @@ This package contains development files needed to use kdav in other applications
|
|||||||
%{_includedir}/KF5/
|
%{_includedir}/KF5/
|
||||||
%{_kf5_libdir}/cmake/KF5DAV/
|
%{_kf5_libdir}/cmake/KF5DAV/
|
||||||
%{_kf5_libdir}/libKF5DAV.so
|
%{_kf5_libdir}/libKF5DAV.so
|
||||||
%{_kf5_mkspecsdir}/qt_kdav.pri
|
%{_kf5_mkspecsdir}/qt_KDAV.pri
|
||||||
|
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user