Accepting request 855426 from KDE:Frameworks5

KDE Frameworks 5.77

OBS-URL: https://build.opensuse.org/request/show/855426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2020-12-15 11:28:33 +00:00 committed by Git OBS Bridge
commit c28d2e07d1
7 changed files with 35 additions and 24 deletions

View File

@ -1,8 +1,8 @@
diff --git a/src/kdesud/CMakeLists.txt b/src/kdesud/CMakeLists.txt
index 90bd3f7..1118755 100644
--- a/src/kdesud/CMakeLists.txt
+++ b/src/kdesud/CMakeLists.txt
@@ -20,10 +20,9 @@ if(HAVE_X11)
Index: kdesu-5.56.0git.20201120T123159~af8457b/src/kdesud/CMakeLists.txt
===================================================================
--- kdesu-5.56.0git.20201120T123159~af8457b.orig/src/kdesud/CMakeLists.txt 2020-11-20 13:31:59.000000000 +0100
+++ kdesu-5.56.0git.20201120T123159~af8457b/src/kdesud/CMakeLists.txt 2020-11-24 10:55:40.734205978 +0100
@@ -28,10 +28,9 @@
target_include_directories(kdesud PRIVATE ${X11_X11_INCLUDE_PATH})
endif()
@ -14,5 +14,5 @@ index 90bd3f7..1118755 100644
+
+set_property(TARGET kdesud APPEND_STRING PROPERTY LINK_FLAGS " -pie")
########### install files ###############
if(BUILD_TESTING)
add_subdirectory(autotests)

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5HwACgkQWNDuZIpI
s7t+VQgAiHP6knA/dqP5Jn8FL0XvlWyD1aTAYlW9yeJoVszjQSYc2GOjlFib3sWl
DlGi1xcHLaYG2TFV9ZBc1DkGaAgnKHIenW0UKgkPKzVZlD/kyLZbo+vHv2KzHkNV
R9450hh6X7qKUaCgW+tN41zFJ07yi5CgmmKlUds0G5BaX1xfLaX/J8QGKTu3ZLYF
xCOn7e7byl+tm3kHFODj8/OKZ0vUZz24x9viGvEMBdYMWjE2Zu6Le34WWoJobfTe
rIAkUhBD6TZCdjY5M/kO8EG9vDBElmIbUdw+uWe7eekXScWQIgak0zGJ2gYBxGJg
AydGFHSbwjm5ZEzAzLENFXPlsTrJ6Q==
=tTkU
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----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-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:28 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Changes since 5.76.0:
* Properly parse escaped double quotes
* Add OpenBSD's doas(1) support
-------------------------------------------------------------------
Sat Nov 7 21:34:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5
%define _tar_path 5.76
%define _tar_path 5.77
# 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.76.0
Version: 5.77.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.12.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: pkgconfig(x11)
%description