Accepting request 899728 from KDE:Frameworks5
KDE Frameworks 5.83.0 OBS-URL: https://build.opensuse.org/request/show/899728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=91
This commit is contained in:
commit
189aaa4250
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3f2ddf965f56635285418024cb8912cf2bb91dc106ca11c02eac29bcf1f317c
|
|
||||||
size 52236
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaZ4ACgkQWNDuZIpI
|
|
||||||
s7v73Qf/aYYsX4mx4f+/dIjxFtjwMQSOM0d8TRhxlUodkgptpsHXqx+tsZYGeuOi
|
|
||||||
SVSeh4KGsJCFGG+eXuhoVvgq4jUNquwErfcPfOtcYdQhFEztqLp69xZAcpMSEFzl
|
|
||||||
g9cu4t7vFUbIAf3YEII59muTECM1C1Aya2uRg+EGtSFufm90blFv3x6xgcFOCrmp
|
|
||||||
3FJxrh9ttxWQgXZo/uzWFB3SGYVey2Yq+/5izYWbHk0e25NobhNzMlK2xTMTF/qo
|
|
||||||
YdodYbiKX32r/cKD9SMqcPVwSZCyS2O93S4cTVvT1nkJkIivbE4OnAqSStJoca5S
|
|
||||||
3mBT3IvIZ7my/S6zSrTSQAk0G462wA==
|
|
||||||
=24el
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdesu-5.83.0.tar.xz
Normal file
3
kdesu-5.83.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9eefd9bf9d77f2af58774adea4c9f875472b03ea7e5064e68e901420d2b41fe3
|
||||||
|
size 52224
|
11
kdesu-5.83.0.tar.xz.sig
Normal file
11
kdesu-5.83.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7Vp8ACgkQWNDuZIpI
|
||||||
|
s7vOWwf+PIX4cyMJFENYdsKNpmNkBDsk5LRx0PiTOMFmmBAmlDNn8De46WXjwl6V
|
||||||
|
4d7uee2A4v9tQuTXEQQCJ87DJTPyzH449kH+7pvFZP7uIcQuOLUu1CooQjDUPU9H
|
||||||
|
9GL/zgC7kPCmA1L+qjfOnT7dAwqrJWUOG9DAcl5001ZIMxMejTCyz7j0UhCtRKxV
|
||||||
|
Uc6pl+qLube3oDInL4yFmM0Ool/c0ijNlNqU796RzRaChT/oQ4V0q9jBJSSI3i9L
|
||||||
|
OsIm/vRPnrZVSsErjG05JnweTw9iitKAe9R2ZxFarPzPx73T1didjr0d4TyKlnxV
|
||||||
|
vXL2gOt2Osxhp39Uew3IF0bFK+rBYA==
|
||||||
|
=J9qI
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 5 11:58:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.83.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.83.0
|
||||||
|
- Changes since 5.82.0:
|
||||||
|
* Bump required CMake version to 3.16
|
||||||
|
* Call ki18n_install() unconditionally
|
||||||
|
* Create on stack
|
||||||
|
* Fix autotest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 1 16:40:48 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat May 1 16:40:48 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Su5
|
%define lname libKF5Su5
|
||||||
%define _tar_path 5.82
|
%define _tar_path 5.83
|
||||||
# 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: kdesu
|
Name: kdesu
|
||||||
Version: 5.82.0
|
Version: 5.83.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