forked from pool/kauth
KDE Frameworks 5.67
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=212
This commit is contained in:
parent
3875630b8d
commit
7041913a7e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f167ec8f926caf348a161a39e0c0588f517fe3a49ab4f39c1dfa94f47e104414
|
||||
size 85972
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxMYACgkQWNDuZIpI
|
||||
s7v4AwgAsN2GMU374KkHhbcOLufDBBdHvobxZD2A4zZhFtumum1N7zkaPsBvJlua
|
||||
mlmZt2mqezN4LdjcglhheWjldLl5vRd86+4i4U0dgJpmH2lI8M9nItbJyNAv4Xic
|
||||
4cSaYnntIKkBwPWVuBbC/7djmQTrauUPjk7/MZFnW2PyE0OZJFQBvOxHeSnsmcjm
|
||||
fie1Jj5LsvGBv8fOm/ydlqgl/0mjFAU0hKCbv/MOM+I5NVLJbRAIcmxZVni7JPC0
|
||||
yzGvOW7ldribzX0zvfpTGKENJkQSZPEEcq7UnRi8L1ERc3Dy5T82ZEtB7vme4Z6V
|
||||
SVPikk1T5zjO1SEPWbdHfH+Cqn3FgA==
|
||||
=R++N
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.67.0.tar.xz
Normal file
3
kauth-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f4a0323adcfdc6f80c38c289a73a3b7af6bf5141acd80712eb669b6ffb8bcc3
|
||||
size 86072
|
11
kauth-5.67.0.tar.xz.sig
Normal file
11
kauth-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420RUACgkQWNDuZIpI
|
||||
s7tHjQf/RAHaBdhblqJ8vDL49ZUEDHkMScylmnw9A5MY+Z2pf0PS80+iqZIue0sB
|
||||
cXp/KCw2OFokBOkVlNwEyoGEKYF0NPx2MVqtSkJWGvvhp49g5UGip9oFzX7gMg4m
|
||||
kPmmtmkCuPm6ob4JLb9ZNMYocTGk8ALgATpGb7BJbbM575qBpmI1QHbvcHcNbHXU
|
||||
2lNoUodWYKySj+JxcFF2F4Zy7iPtAISDsoekUGRyxb3lHdrbg4gdCDcprdIIBP/e
|
||||
LYG6VqVYV5C/W6yhnbyB/7o4NVdr5WxWs2/bc8YbodChGBikeuQ9wQJTRLNUkYK3
|
||||
yJfyvKWal5XTe3quN5Axbr6TcGRKfQ==
|
||||
=ikP6
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:44 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:32:30 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:01:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
12
kauth.spec
12
kauth.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%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: kauth
|
||||
Version: 5.66.0
|
||||
Version: 5.67.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
@ -42,10 +42,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libpolkit-qt5-1-devel
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -87,7 +87,7 @@ Development files.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
Reference in New Issue
Block a user