diff --git a/kauth-5.87.0.tar.xz b/kauth-5.87.0.tar.xz deleted file mode 100644 index fda6e03..0000000 --- a/kauth-5.87.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1d1c00af4d6ac139b34073bb5c308de9f5f81d5bb75a3a3ffc05ab10f2278bd -size 88840 diff --git a/kauth-5.87.0.tar.xz.sig b/kauth-5.87.0.tar.xz.sig deleted file mode 100644 index 741ff62..0000000 --- a/kauth-5.87.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYls4ACgkQWNDuZIpI -s7sYDQf+JWg9I/CRHlwPutC8sCi2HTve4yn+DFHNp/cSTEOQ0UeHcX40lXfP/oUt -Bdin0N8vbhjyG9XHqHqhq0IosqNZ/hmj43d1bcxcaeL8qZELWyV6rj2+VEj/tBNh -ZkKWboC1jVrHgE8+Dqq9JVc7SXFPAXsEndZi4tMDbH8YFsxWagORYX7TtakxlurH -f6+HFm/FOV5ryGkRTqA6dq3hMiK1Am0qzFI4J8LIjKQpkjhvM6dgzzhxvKhM08cc -4kuTC1la46mTFSbmV0eyFi/+r7qYicI/YRqyzlACZQbZbzoR5JK9z8TcILOJerO+ -hiDyWA/qESsVhJshP3269b8QQw65oQ== -=SvtP ------END PGP SIGNATURE----- diff --git a/kauth-5.88.0.tar.xz b/kauth-5.88.0.tar.xz new file mode 100644 index 0000000..b0656c0 --- /dev/null +++ b/kauth-5.88.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0539e6eb5c94da0309f2fbf1503444f2f8cc916ea8899ea05ce4170565d6f995 +size 88876 diff --git a/kauth-5.88.0.tar.xz.sig b/kauth-5.88.0.tar.xz.sig new file mode 100644 index 0000000..aba1a17 --- /dev/null +++ b/kauth-5.88.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjf8ACgkQWNDuZIpI +s7vqxwf+MFUdKPsmW6E+a4Zq3p5Ih9xbj2pDtVmt+azW+MY6ydCO/G7wPKnySceP +ERViL2TdF78sVIqODQ14eRrH988eHz1L1HojrEkvT8dcJJ6WAcEcJOHj1z4ZN5zw +9MrhpEct1+ANBIEI1t5oa7VI9UwF5EVuCbCJcAI2+1nAhZa2ZAvhomUGZdyuZGoY +tG8Hr/Z/jpqdmtEnA02xeknvUkIr8iXdsN1zEQsRo5t0EjhVuoNoGs+NOiGsEVZf +LtxFJejdtRUoLNGmSecx6icVaZfTBqL0FmaqEbo048l6TndfcdmqLkk9nmX/1Z07 +aJmZaaLJcgohgko6qg2x2APyfm61JA== +=N9GH +-----END PGP SIGNATURE----- diff --git a/kauth.changes b/kauth.changes index 6b6bf12..6f0ed13 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Nov 7 09:13:09 UTC 2021 - Christophe Giboudeaux + +- Strip 'Source' URL for faster submissions + +------------------------------------------------------------------- +Sun Nov 7 09:07:49 UTC 2021 - Christophe Giboudeaux + +- Update to 5.88.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.88.0 +- Changes since 5.87.0: + * Fix a race between KAuthPolicyGenTest and KAuthPolicyGenTestCompare. + * Add FreeBSD CI + ------------------------------------------------------------------- Sun Oct 3 20:33:34 UTC 2021 - Christophe Giboudeaux diff --git a/kauth.spec b/kauth.spec index 0db76b9..5f9ff2c 100644 --- a/kauth.spec +++ b/kauth.spec @@ -17,22 +17,22 @@ %define lname libKF5Auth5 -%define _tar_path 5.87 +%define _tar_path 5.88 # 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.87.0 +Version: 5.88.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: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig +Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}