KDE Frameworks 5.105.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=275
This commit is contained in:
parent
8db4a17b6b
commit
d62c9ef714
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:219eeb1f6b6881f04af71e557c6dcc43f0731c128f4e1596aac0d6fd098b6eb2
|
|
||||||
size 56404
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQDJFYACgkQWNDuZIpI
|
|
||||||
s7ummggAw23FMqLWeythAWLR25+3VU3zNSowUcOQpQv7TGitDUYHhg+W2ujCKdHl
|
|
||||||
KGh1fIRhAR8f2vaS0GL60TsMxHpzqMbwaYW7V9wD8ASU/zPCe37eHK2j4gUzjVLR
|
|
||||||
Qwn9AgTyIdXs6itCW8cabJkqeEfA6GaBE6/8QHrgXmcx48w933P0avW6wVQniIMo
|
|
||||||
xa+tp9QUbdLtOIVf6GigPoUHvrTSMPR7XTwTc8sQFDGj1oPiVYFE73pmidQI8641
|
|
||||||
21qNcoU9BwoVjfs7Uk4mdzbWSx7SNGtprvYlmb9Gc9+IoD7KY5EWgjw1SltXt1WO
|
|
||||||
2aj1BkqgJFT1JDQF7kJP9aAgdXUkYA==
|
|
||||||
=u46E
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdesu-5.105.0.tar.xz
Normal file
3
kdesu-5.105.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12a64ddb93c30ec299befd23e9c32eae340437ea3d97d18a21865778de078655
|
||||||
|
size 56560
|
11
kdesu-5.105.0.tar.xz.sig
Normal file
11
kdesu-5.105.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQoCKYACgkQWNDuZIpI
|
||||||
|
s7vj8Qf+NWYJSSv0DHND5VondSvRalj2/oBH5umiDjn5Qr8OtzpWNobsq7wwOVTM
|
||||||
|
WmUr/2uccdv+ypFL96E/5mYoZUs59l4zqYHbuUd9IJC9b9FnpvcKzU3XWx4vtJfV
|
||||||
|
VXOioz67lr06phzz6TTjs8ng5bbLJ4LruJ7eQuF08MyJcVNLfQ49LpVvprBFPIrJ
|
||||||
|
VCdRLdQFA+NXnRn3mdy1eVP1aKBGi/r0ApxmSHnGjmhcMzvnVzB309vUZnTYh8Zk
|
||||||
|
2LfU4RBPnwDSz7/FNYqpYz9c/RAHYZJI5pu+ggCNVyPp6agAk2LCy/dG6xVJy5Q0
|
||||||
|
j1L47HlbbybyqdKC1GV8z1OpvXjVBA==
|
||||||
|
=t6sy
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 1 17:00:41 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.105.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.105.0
|
||||||
|
- Changes since 5.104.0:
|
||||||
|
* Have KDE4 compat header emit compiler warnings about their use
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 6 09:07:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Mon Mar 6 09:07:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Su5
|
%define lname libKF5Su5
|
||||||
%define _tar_path 5.104
|
%define _tar_path 5.103
|
||||||
# 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: kdesu
|
Name: kdesu
|
||||||
Version: 5.104.0
|
Version: 5.105.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User interface for running shell commands with root privileges
|
Summary: User interface for running shell commands with root privileges
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user