KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=225
This commit is contained in:
Wolfgang Bauer 2021-01-09 12:18:46 +00:00 committed by Git OBS Bridge
parent f29ab5878e
commit f70fbc8723
6 changed files with 27 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln1wACgkQWNDuZIpI
s7uujAf/fB6zlPmGXqiqpmsGf3VRwlTU2mdJjNZ3EM7JH7wFI+TRav8G5sBctVqf
y1Ziy6DQPFNM7NRxlvqzOs2VFtsgrJNABF0DBbQ+mo7pXFh/7SskfVyLzTURA7uf
YRemorYx+FQpuJzXW5kYwO0lVivl+xQT6GfMfu+ixM8k/OtpDqhlGUx+hwSoc56I
quFDvqlHiyl9QtJvGFgN2mGG6AGo9IR/y0aCOLu1wKD2MotxplZ+pxclRa6Z7Vk0
IQUJj3g/UGvKtN5fr60WrNv4HhGuEfPIRLVQJXAbjJiUbsYwfNYsE5loiES7zeAA
T4F2eEcx4oc7JGZi6D6U0HocIzrmIQ==
=dD8d
-----END PGP SIGNATURE-----

3
kdesu-5.78.0.tar.xz Normal file
View File

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

11
kdesu-5.78.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wefwACgkQWNDuZIpI
s7vVGQf/SSxrj7lxamjla4rK14B3OwIT1jJ7hGmfEIiSUqV9Fnq+dUXD4qUYkioL
wWy7AIGHOfz7O/TquG6la+G5TJecceMFJBChSvyU5dgIAk0rM07Q/15+ORqoGU8G
EacYV/EHSjbdvfu/AXqnVO6EFHOybvHhK27EKnyDRnoTbYxBNPLhQ3axwnynwlOL
dVUX0h6jIoOsbd+wzP8SEZQQxSIDhkX6mPplg1Cg3mHG6gtmdSrdMkDDpIwR/r1H
2VnTdq5lFqInoyCgVG1n1ha7xuDsj5j5m7Kb4WkHf/k8E5dfIrI+nwKUML9I0obB
5tYz85c2iaFwZGb9WxhGHFHzaNiPgA==
=G0Mi
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- No code change since 5.77.0
-------------------------------------------------------------------
Sat Dec 5 18:56:28 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kdesu
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5Su5
%define _tar_path 5.77
%define _tar_path 5.78
# 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: kdesu
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
@ -48,7 +48,7 @@ BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: pkgconfig(x11)
%description