forked from pool/kinit
KDE Frameworks 5.68.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=211
This commit is contained in:
parent
58889ea6e7
commit
1cc3cf3532
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:260206483a095eb63851d23fcb777de99f30e61bd119215fd99aad29a75e1410
|
|
||||||
size 119240
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420XQACgkQWNDuZIpI
|
|
||||||
s7v1kAf/eyF4pGIPK1B8oVu1g2auoZ6coe37qwvbLvcYFUDZGHM/XV/7IOIK+6Vf
|
|
||||||
ExUBW4YSqXRZAm9hN0eR3Q0yNMGYeA4rnFCnczeNs4AJ9lAhITMO/lBaHrzy7cit
|
|
||||||
Xcexqvku4rtW0+FEdKAcu/UoEqkQEd0ZlgCmpW6p9fOI2dNSW6bYUFxuYN4pzohl
|
|
||||||
OJQpuIGoBLawVI4u1OCQRLk3x7NSjntepMXjezdifuz5TxKUJKHd17MbYCxf1c13
|
|
||||||
lgSjfpPw0oXMIHuEv7H2CzHiS/fYGSPiuMXNxgXE6pxvar2QRhQzxLXZWDVMQmqF
|
|
||||||
5LSUHbUDWDLePZhnAec0VGkB25FMew==
|
|
||||||
=kuMo
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinit-5.68.0.tar.xz
Normal file
3
kinit-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa136996eaaa7d2adb5a341c2b7a1abe86d8139c6f18999e0b0dc0220e512559
|
||||||
|
size 119540
|
11
kinit-5.68.0.tar.xz.sig
Normal file
11
kinit-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jl1oACgkQWNDuZIpI
|
||||||
|
s7vUOAf+LqDbR2775EqbvN4cuoGXx7zzMtC0alHOy2uZhXS4df1svRL8BtuZJSYK
|
||||||
|
bGmoIg1qkOHivF8Xypa0XyuUof3RJAkRvljg6+uCP67IQTdyGWzAsttlMViMFpdX
|
||||||
|
VjvvNUoXTYHu+wYCH5s0wW2vtKyXtZxRPz4hjqc9nvHsIaXCoHicK7zOeaj70Xyo
|
||||||
|
pbmuiEZPYaPENGQ8L93kHmpKhuNjJZ1rw27AVFtMCCLyYX7XJW0jOQ0unwjotuVz
|
||||||
|
CgervrpOh2OrpcgsExMtV4XTAiMLJSpvg3wN9Te0L6rRazxgsuu1bapLfn78P3kF
|
||||||
|
7ORr/Kf/s1rB2tRbcX4gwjF09AwiPQ==
|
||||||
|
=OI0j
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 09:17:50 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::.
|
||||||
|
* Make kwrapper/kshell spawn klauncher5 if needed
|
||||||
|
* Use ecm_qt_install_logging_categories over manual categories file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 2 18:07:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 2 18:07:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.67
|
%define _tar_path 5.68
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kinit
|
Name: kinit
|
||||||
Version: 5.67.0
|
Version: 5.68.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper library to speed up start of applications on KDE workspaces
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -47,6 +47,7 @@ BuildRequires: libcap-devel
|
|||||||
BuildRequires: libcap-progs
|
BuildRequires: libcap-progs
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||||
|
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user