forked from pool/kauth
KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=253
This commit is contained in:
parent
fb0e144a31
commit
2a6d0aaedd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df9a81af5b0754d528799ec944de02c1b22c4a4b97d9e3dc0132232d4fee49fb
|
||||
size 91068
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv7YACgkQWNDuZIpI
|
||||
s7sYgQgAjxbCmYmbfQIYhQ+e7pRdygvG5H1XcHAeuY6nRu2iwsNs9xVH5c+SqO4g
|
||||
5xFDLkNXNV8sFZ0vN7a5zpiBCp77TKL0+X8Mlm2ohZNyZ91CrlFbZeyZwguL/EpK
|
||||
YQlkssSF+YJH7XfhzZMlBqN6NIm1OAXXD2qA67SwlTKTb8DV6NVTa6Y0sph8Pmbb
|
||||
r7OWlmknZqmen6B/+cQE0Cwr9MZ5lFivwT8bKDOyYow/vKroIYBcVeTUcs4OgMl9
|
||||
CYdcufUrkz30Ix+UtW/qRI5T8k4SWEDuQuVW/Hli2350eL/WJJstFfP8bOblSQW+
|
||||
Nccs1KME6sFi/uq/2ubXl5v/u2OJKA==
|
||||
=YUL6
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.90.0.tar.xz
Normal file
3
kauth-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23a45f68062432b65f4264f371e7f1753034dba3a86d5e44bf9fb1abf30d91bc
|
||||
size 91100
|
11
kauth-5.90.0.tar.xz.sig
Normal file
11
kauth-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzUACgkQWNDuZIpI
|
||||
s7vkIggAw3EaHdDDRqSH1IYIWMySD3kwf4FMQoP87CCg56PbARpGDAT55fCzHiHb
|
||||
TxL3EnkfDG+UNEao/RfUwpef+ySzoYo7cA2R+g8ssJx2fnFyr0d/DzDPrVez3tMa
|
||||
BmlbzNz01HGEuni6kLz7LDsm8bGwrLpyvNmwtJuHi0//NxwljbwJla1PgfFzMygL
|
||||
hDXyfHCGvlaIqpXCq0GZaHavdIwULNqahnlyWRVo1RAClje6qh+gQ5LYKB5tNvu7
|
||||
HkUeiiWKnBTv6Ugp7WTW+TB1G8c291xQq2YFVRrvr36yV/CLt0KHPAQ2Flr06p1C
|
||||
NZ7BtVw1Tlw/SwlzObHTXP/8HZPuEQ==
|
||||
=PHyR
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:15 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* Use version-less and non-deprecated data install dir variable
|
||||
* ActionReply: remove operator<< and operator>>
|
||||
* Change the build system to enable building with Qt 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
19
kauth.spec
19
kauth.spec
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# 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
|
||||
%bcond_without released
|
||||
Name: kauth
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
@ -42,7 +42,7 @@ BuildRequires: libpolkit-qt5-1-devel
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
@ -61,7 +61,6 @@ KAuth is a framework to let applications perform actions as a privileged user.
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
Group: System/GUI/KDE
|
||||
Requires: libKF5AuthCore5 = %{version}
|
||||
Recommends: %{lname}-lang = %{version}
|
||||
Obsoletes: libKF5Auth4
|
||||
|
||||
%description -n %{lname}
|
||||
@ -91,8 +90,8 @@ Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%if %{with released}
|
||||
%find_lang kauth5 --with-qt --without-mo
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
@ -100,8 +99,8 @@ Development files.
|
||||
%post -n libKF5AuthCore5 -p /sbin/ldconfig
|
||||
%postun -n libKF5AuthCore5 -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%files -n %{lname}-lang -f %{name}5.lang
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f kauth5.lang
|
||||
%endif
|
||||
|
||||
%files -n %{lname}
|
||||
|
Loading…
Reference in New Issue
Block a user