diff --git a/kauth-5.89.0.tar.xz b/kauth-5.89.0.tar.xz deleted file mode 100644 index 2fb98d0..0000000 --- a/kauth-5.89.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df9a81af5b0754d528799ec944de02c1b22c4a4b97d9e3dc0132232d4fee49fb -size 91068 diff --git a/kauth-5.89.0.tar.xz.sig b/kauth-5.89.0.tar.xz.sig deleted file mode 100644 index 596ba07..0000000 --- a/kauth-5.89.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/kauth-5.90.0.tar.xz b/kauth-5.90.0.tar.xz new file mode 100644 index 0000000..6660b90 --- /dev/null +++ b/kauth-5.90.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a45f68062432b65f4264f371e7f1753034dba3a86d5e44bf9fb1abf30d91bc +size 91100 diff --git a/kauth-5.90.0.tar.xz.sig b/kauth-5.90.0.tar.xz.sig new file mode 100644 index 0000000..4f8b577 --- /dev/null +++ b/kauth-5.90.0.tar.xz.sig @@ -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----- diff --git a/kauth.changes b/kauth.changes index 85c4704..524b4cf 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 3 12:47:15 UTC 2022 - Christophe Giboudeaux + +- 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 diff --git a/kauth.spec b/kauth.spec index 1ec2f3f..30814a9 100644 --- a/kauth.spec +++ b/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}