KDE Frameworks 5.68.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=191
This commit is contained in:
parent
462708fad8
commit
d8dae0b343
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae4795d1286c97f46be9121b2761f811e36f1c586cb030ed6debd97dc7c73518
|
||||
size 39992
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TQACgkQWNDuZIpI
|
||||
s7trGQf/ebSd/xHaLjdp7aSpbjLK5oismGyUTCxQP4pEbNAa7hjg+dfy6pgU7HLe
|
||||
OXvV2p5iMbEbKMwi1RvkJMpIZx3mCr7uQqVTYAS7KLw2gsJt9gWIXy6fVsVs913t
|
||||
NAy3rGCobINpXvimIeKKdQKc1wvTZmcIz51NOUB6vZ7OSfo8oBc+vxhByjwrn+21
|
||||
PJR2WmLzQZ+tZB8jzqtrk4pU1ejuKGaO9sDvu4LP2wjFTR5ehsro3/nzP9qdz5/X
|
||||
8YVxq3OeG9OlQ+JXy33G4UgJ5UZGiBrntABQRSOcue3BHqtXxQF+gjlU//MSRFD+
|
||||
l60W1qZkz3gcTPXYmEjUldNYlc6IHw==
|
||||
=tRW9
|
||||
-----END PGP SIGNATURE-----
|
3
kdbusaddons-5.68.0.tar.xz
Normal file
3
kdbusaddons-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:839fe42f9ac8df353f87245110fd7b515a8eb29f0840f54481bd89e5175bf1af
|
||||
size 43688
|
11
kdbusaddons-5.68.0.tar.xz.sig
Normal file
11
kdbusaddons-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jlxoACgkQWNDuZIpI
|
||||
s7vhNggAkSWJjufUUycYWQwJlmVUYEaC4WVQt0zD805tc7RZO2++l4JvYGxTSAh2
|
||||
gdFCSfzswzIfTNBFJJWHkBJLBjaVI9vmuXrhMUxp0IWVvegmxRbaSX+BE7VumYoi
|
||||
7ULhyLnN+bT0i/aZXfNFA8t2xMPRkr4A49oHl0gm9UjYK4ylLFRGPD5TXTMqjLyi
|
||||
BgHyrXswlVaDWk7tnhx8bQnUI1B+3sdFizmZ5yC0QZpwmZm8zkGCY+Tg0M7osK2X
|
||||
44nPXvNYYEST4HwFX3TJKH3rNQ9n2fUIObUV4P0EOjg4AK89FGOIcN6PpcMAAENT
|
||||
6mvKkeNtnqUlK2+9N2uBQlfojON2Uw==
|
||||
=6Kfn
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 09:17:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.68.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||
- Changes since 5.67.0:
|
||||
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
|
||||
* Deprecate KDBusConnectionPool
|
||||
* KDbusAddons: Convert license statement to SPDX
|
||||
* Use ecm_qt_install_logging_categories over manual categories file
|
||||
* Use a less convoluted way to check if it's in flatpak
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5DBusAddons5
|
||||
%define _tar_path 5.67
|
||||
%define _tar_path 5.68
|
||||
# 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
|
||||
Name: kdbusaddons
|
||||
Version: 5.67.0
|
||||
Version: 5.68.0
|
||||
Release: 0
|
||||
Summary: Convenience classes for QtDBus
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user