Christophe Marin 2024-06-07 14:18:28 +00:00 committed by Git OBS Bridge
parent d3ae9cf7de
commit 5ef377f0c4
6 changed files with 26 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f9836a3ce5e72883bf032587b745ce55435aa7627174579d2e018da717338ed
size 2565752

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXbgAKCRAsjfWHptSq
wW5gAP9AX71Hh4icakr+39BxgUMx3FviNSn1TspWO6vioH+IoQD+KW8aEyRclzN8
3dpv9TJ/fz1SCVO7RjJlCn2pEMF3gQU=
=K4vn
-----END PGP SIGNATURE-----

3
kcoreaddons-6.3.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8bb93bac2a1175ff60583f6fca14b8707eb878eefe074121741b3c85cc5c756
size 2565712

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPoQAKCRAsjfWHptSq
wQjxAQDsyL+Vjn6cl79OLv1OuQMg4AW4w43s7QpsW5zY1twO9gD/e1xBwdbiObIP
Bo6zqLVxVXfbratxqMFfKdfp5YMsTAI=
=xTMI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 5 10:11:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- Changes since 6.2.0:
* not all distros have /bin/true, e.g. NixOS lacks it
* bundle license texts inside resource
* Remove explicit maintainer from metainfo
* kfilesystem: recognize nfs4 as KFileSystemType::Nfs
* Replace KAboutDialog with KAboutApplicationDialog
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 6 12:22:26 UTC 2024 - Christophe Marin <christophe@krop.fr> Mon May 6 12:22:26 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -19,13 +19,13 @@
%define qt6_version 6.6.0 %define qt6_version 6.6.0
%define rname kcoreaddons %define rname kcoreaddons
# Full KF6 version (e.g. 6.2.0) # Full KF6 version (e.g. 6.3.0)
%{!?_kf6_version: %global _kf6_version %{version}} %{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0) # 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}')} %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kf6-kcoreaddons Name: kf6-kcoreaddons
Version: 6.2.0 Version: 6.3.0
Release: 0 Release: 0
Summary: Utilities for core application functionality and accessing the OS Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -92,9 +92,6 @@ replacement, accessing user information and many more. Development files.
%install %install
%kf6_install %kf6_install
# Already installed in %%_defaultlicensedir
rm -r %{buildroot}%{_kf6_datadir}/licenses
%fdupes %{buildroot} %fdupes %{buildroot}
%find_lang kf6-kcoreaddons --all-name --with-qt --without-mo %find_lang kf6-kcoreaddons --all-name --with-qt --without-mo