forked from pool/kf6-kauth
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
2db54e6f14 | ||
|
08a5046ec1 | ||
|
85d044b65c | ||
|
e58e4dfbe4 | ||
|
3260bad2bd | ||
|
e228c764ae | ||
|
a56e39289f | ||
|
9795b4691e | ||
|
4b56c1181a | ||
|
1290f8f91a |
3
kauth-6.10.0.tar.xz
Normal file
3
kauth-6.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be25601b91b129a48e497231be2513a1eb8c9707a82d38395561656d1df10988
|
||||
size 2296748
|
7
kauth-6.10.0.tar.xz.sig
Normal file
7
kauth-6.10.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBRQAKCRAsjfWHptSq
|
||||
wZ+aAQC/Cv0ZDmh+XQePN8W9Zn90peJh9ZBAlmEIo3S9UPA+UwEApjd0ylZWZR3E
|
||||
cHlrZZQvfyxjRYk9FUGcqHZu1tk+rAc=
|
||||
=H1GD
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1af517a509da1c5ddb4420d7430894b751562e07cc4c134abe0dcb606358d394
|
||||
size 2297228
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy+8gAKCRAsjfWHptSq
|
||||
wZRXAP44rUc0/tuugH8oqDV7GpgbAD8XyvDwKcGvbZS2QEU+0gD+MWVPmcMtiLMT
|
||||
y94VZNolw1apUhbYMOUWHKB3BGYmhA4=
|
||||
=qSkG
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 18:17:20 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.10.0
|
||||
- Changes since 6.9.0:
|
||||
* Update dependency version to 6.10.0
|
||||
* Update version to 6.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 10:09:06 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.9.0
|
||||
- Changes since 6.8.0:
|
||||
* Update dependency version to 6.9.0
|
||||
* It compiles fine without deprecated methods
|
||||
* ci: add Alpine/musl job
|
||||
* Update version to 6.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:17:57 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||
- Changes since 6.7.0:
|
||||
* Update dependency version to 6.8.0
|
||||
* Update version to 6.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 09:59:48 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.7.0
|
||||
- Changes since 6.6.0:
|
||||
* Update dependency version to 6.7.0
|
||||
* Silence false positive clazy checks
|
||||
* Update version to 6.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:06 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.6.0
|
||||
- Changes since 6.5.0:
|
||||
* Update version to 6.6.0
|
||||
* HelperSupport: don't send debug message on application shutting down
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:30 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define qt6_version 6.6.0
|
||||
%define qt6_version 6.7.0
|
||||
|
||||
%define rname kauth
|
||||
# Full KF6 version (e.g. 6.5.0)
|
||||
# Full KF6 version (e.g. 6.10.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-kauth
|
||||
Version: 6.5.0
|
||||
Version: 6.10.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user