KDE Frameworks 5.92

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=252
This commit is contained in:
Christophe Giboudeaux 2022-03-12 10:26:26 +00:00 committed by Git OBS Bridge
parent bc3d815b9f
commit 63771a603b
6 changed files with 27 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kisACgkQWNDuZIpI
s7up7Af/UKlDLvy2UhY5RXIOd8HkvJl5n+tm4guZGwi8MYpcQreWi1TzD+8R8dxn
f8xdukcdXLE3AHhNwPUIT8b4n08Pbq3oU7bg2zVqg8+3le/HCaSKAFbqe+6JXSo3
8wkYrIfPm6pO9WUgcdh9iD+zWjUIOfatEOlzL29o+Zy/+RCSRjE68lO3QW/2xoE2
nW671kdxrIMH6xfITqyycEUFHb3N3Q/mhYYGUI6o7KdVBJ0FexOfQNRkqHZEGg7m
20VTs3Au5VAS01vzqg8AW5+ZvZR8yslbY07sTS5yh4i40ahobnF6vTz1ZQZ1vNRw
klr+qbU7h1DPEcUyMlP6nTDk/Hgceg==
=heXB
-----END PGP SIGNATURE-----

3
kinit-5.92.0.tar.xz Normal file
View File

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

11
kinit-5.92.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwowACgkQWNDuZIpI
s7t53Af/Ru9LJiNfqEYj15uKuDEjhpFdTgd4sihRdFMLru3AGqfvTzlQ0WP6L89w
ADD1wn0sv0kt2y6uAqUI8e06z/TKcXcuRpSo7HkEISThrFWdNNWOKJVmOrFusTfN
u+sP659OhuFq0SkWqgAKPS/pEuh6QFO/KMzImykN7iu2syc512UEIO8Ft8SaLV9r
Jy5CpNqdDpKkRvU86mZ+GGggusrSbbX/5WkUk07CJZvZr0Ig07pyBtPNsBWt7MRG
fBwiNPpLJlM1AlTM+o+tu+CBrO/ilaNSpYBUykkUoVGDz9P1TeZrMqyTk4dou8KK
ipZAhgKJvVw3Gfhy9pLmdBGRqUUrHg==
=R3lQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 7 09:26:59 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:
* Check executables exist in PATH before passing them to QProcess
-------------------------------------------------------------------
Sun Feb 6 10:17:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.91
%define _tar_path 5.92
# 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 released
Name: kinit
Version: 5.91.0
Version: 5.92.0
Release: 0
Summary: Helper library to speed up start of applications on KDE workspaces
License: LGPL-2.1-or-later
@ -44,6 +44,7 @@ BuildRequires: kf5-filesystem
BuildRequires: libcap-devel
BuildRequires: libcap-progs
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}