Accepting request 1042118 from KDE:Frameworks5
KDE Frameworks 5.101.0 (forwarded request 1041798 from krop) OBS-URL: https://build.opensuse.org/request/show/1042118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=110
This commit is contained in:
commit
004276f2bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fd889ad3df827109417abb9e58509f5bd8b06930a0f608ba22892693f0ff6b1
|
|
||||||
size 56260
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmZgACgkQWNDuZIpI
|
|
||||||
s7tWlAf/RTmScSdJuAi007OvutRWZQy8v926oBGADwfFJ3j4ReSGOf1lbGT+zSBk
|
|
||||||
S5yhU6aNkULDztUnzGEQa7ByT8XWO22Y9YIO7faO6oF7HrKfro6se1mN2LnpEg1r
|
|
||||||
F2KBlhXYZdRbh/6+pwNkdifQzxv8MA83NZjKM0zUoL6aarUWUmqlrUuazfMd5H4X
|
|
||||||
qyQxzZ6FkGkclJ3IDV++jZoNNsm4b7WR3bAz7M/y5q6HxR6KsNmzC9dXr4dsOdZ+
|
|
||||||
2W3rbV7J1bFpjnbgvZ5qr+3SUa9oC50EayuSDX1ZJt0jw7HzaZfOPnF1+xmr3Aac
|
|
||||||
qrIDgJHBdXbY0HrRqnldkao4bPwcVw==
|
|
||||||
=eDAs
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdesu-5.101.0.tar.xz
Normal file
3
kdesu-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1abff4b7e7767216958f061553b73dd4003ef2b560f73e4e5a82f410c02e599
|
||||||
|
size 56236
|
11
kdesu-5.101.0.tar.xz.sig
Normal file
11
kdesu-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLOQACgkQWNDuZIpI
|
||||||
|
s7ug0Qf+Mb9Ed5SG75VhGVsgW7aLaoyryB24VK9MwRP86zCM6drNTgw1r1bX/btU
|
||||||
|
omxzrkg23kkzAkjWKd35NipEqpRamdq42tYUbnXE2jfdmBPIlHrkLQQOl5SN/1V7
|
||||||
|
NoaHQaz35FQj/ykFomQWYYFBM3RG4Im+A6N1RAUivLShvVBGV830YnxmehG5dL0B
|
||||||
|
Un3zw9WNRcPafLHnrgaZL/t2M1IBfnxRrYLUjP3oyZw7Hp/N91pejKNPEYvDlcgv
|
||||||
|
AVl9oPhXZ5nKrXf9kAl1kd4vWjPbuGZ1z3R/qRSancFWJIrTnPLP19FYmhP5snSq
|
||||||
|
kTLhNnC+lboP6u+HrpeugpGTMXthrA==
|
||||||
|
=kNWV
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 20:10:35 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.101.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||||
|
- Changes since 5.100.0:
|
||||||
|
* Include sys/prctl.h only on Linux
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 28 09:10:30 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
Mon Nov 28 09:10:30 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Su5
|
%define lname libKF5Su5
|
||||||
%define _tar_path 5.100
|
%define _tar_path 5.101
|
||||||
# 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.100.0
|
Version: 5.101.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
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
@ -55,7 +54,6 @@ kdessh use it to interface with su and ssh respectively.
|
|||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: User interface for running shell commands with root privileges
|
Summary: User interface for running shell commands with root privileges
|
||||||
Group: System/GUI/KDE
|
|
||||||
Obsoletes: libKF5Su4
|
Obsoletes: libKF5Su4
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
@ -65,7 +63,6 @@ kdessh use it to interface with su and ssh respectively.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: User interface for running shell commands with root privileges
|
Summary: User interface for running shell commands with root privileges
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user