Accepting request 773253 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=75
This commit is contained in:
Oliver Kurz 2020-02-14 15:32:17 +00:00 committed by Git OBS Bridge
commit 950798cdc7
6 changed files with 32 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxPcACgkQWNDuZIpI
s7smfQgAubb5ycRzhN6NtKe7ZsUP9pcNa7TeB8wxXsPVJLwkogc5jDdSaBNZjoLT
o5FxnRslkdmoF5+CQVK6cVn37SJYlFDLs/LJg8I8SuqAPj/3fp3Xxn4+jkfN7Jgz
DngDTgY1wsNU76ULHKiYLucM075bYoTQqqIGIGhmilEVhIji2vxkKKJpwKtvffiX
Yd/c/mVFpJ4JgNsvbLM+Nkt32BMZZiX4rCu0+KKeyHwipcX2RqenxwDEbaEvdOb8
Gs8xlf6FutB+YIUOCl8n+3eXh7h030acpMF2lzFIdXtrerskkh2TIweWvegKiy10
pm52Xy9ZF7IzyJc+YteWpaJ3vQpI8Q==
=tuuJ
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420UgACgkQWNDuZIpI
s7sJqgf/VZHi7nb/me2YcJqzrzc4keQs9/XUDWAXp/0fwyiTiR6c373ae3MXSFG5
/003pEcQslUxf+jK6WqPh1t/Q1p1BwwffpBFK2N0XKontMp+X8Kh0vZ9TONOjqks
XAMd+3yxSjNGPQBIYEKjM+GE/yxjRQSsbSjMjcvMPDkEwMK0hNt9+XWgLSjclOWH
pwnQiJ3pC7aocyFdS1CJOP+hLVIGGkdZz/mjC2vnZNwhgvowWf/DwNc2hF0OrIwZ
BcDG0t2p5FJa1Lqa77r+fDetk+XzViZus1vZ0BS4lIxAQttxKeBbAvctM97XpiOT
a7wXliulZMm+GL1tp9E2+rzCtYQEsw==
=bGaP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:52 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- No code change since 5.66.0
-------------------------------------------------------------------
Sun Jan 5 09:02:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5
%define _tar_path 5.66
%define _tar_path 5.67
# 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.66.0
Version: 5.67.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
@ -49,7 +49,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.11.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: pkgconfig(x11)
%description
@ -94,7 +94,7 @@ Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build