forked from pool/kcoreaddons
KDE Frameworks 5.97.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=274
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d21a4c9aa79caa87f543c46ef71a2e290a768edd861e901ea50a452d80fcb5d8
|
||||
size 465840
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc0kACgkQWNDuZIpI
|
||||
s7sjTggAmFpZ0YB4ZyGBk+/ep2sjzoz6MWmLL7eWTzmFhcxKX+7P7mmaXGmaacn5
|
||||
vrOfIonPZ3luXL7GelPLEO77peKlmqKYmp0LyT8CfzKnTu+Vo2UZ3L4gjR/3yCD+
|
||||
EYsdaUUMNi7jN/v4USbRpsVikKLhTy/DbAyl8JDI1lo4NB+9DNS1ljYtoK8e0+1l
|
||||
YHHpqipbuJ8/FWl8gon08q+MlTOfoy+8HsZmqnMy8yTyGCT+JYVtBgOUStIs+4Dy
|
||||
ks7PJuHao0fja+EFSK8J4xZ3vOJ4xh+XfR6du8A8eWeSWpEC1RCPuCU076czDmE+
|
||||
8pM1NYx4ceHpDaD8xI51GV8tsJAeJA==
|
||||
=XUyG
|
||||
-----END PGP SIGNATURE-----
|
3
kcoreaddons-5.97.0.tar.xz
Normal file
3
kcoreaddons-5.97.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09403513873e4fc3d9d2d13fb486d9cce0bc6bd5fde0b1c7b2481e0a404202aa
|
||||
size 467428
|
11
kcoreaddons-5.97.0.tar.xz.sig
Normal file
11
kcoreaddons-5.97.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLvxroACgkQWNDuZIpI
|
||||
s7sDrQf/VZ9IIPvyuwiUXvRbnJ4OoHECIUcJcXtKced9Tac0n9M15Wsl6weHW2uY
|
||||
zfPNXxgmC8DFH9LdfmfbyA3dPoHx2U/rPu5OBTBx7VQdiNEDcKi0qiXrR+zMHcys
|
||||
P6+eLne4DStdSept4cN/cGwGlS1sqZoW90L3M7ctDQ6bZ6Dn5bpPaDQ3DQsCT9dr
|
||||
lDGRCmEJ9W32Jt5rcKwqh2jI8VhMRseKYWrbb6YDNIpqNa9sxic+6tx7iZN00qKZ
|
||||
vzXCUR9Pjp9RPmuMhKUfE9fKI2GBoq3lymLA12SF+R2fPC/Sca8AzVW3IBHSLeof
|
||||
FNzhBnjQpvPmsVNk5clTJRyQvhxlLA==
|
||||
=2beN
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 22:27:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.97.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.97.0
|
||||
- Changes since 5.96.0:
|
||||
* Deprecate KMessage system
|
||||
* KUserGroup: fix data race by porting from getgrgid to getgrgid_r
|
||||
* KUserGroup: centralize calls to getgrgid(), at least for constructors
|
||||
* KUser: fix data race by porting to getpwuid_r and getpwnam_r
|
||||
* KUser: use member initialization, call getpwuid in a single place
|
||||
* fix up the kpluingmetadata::value doc
|
||||
* Add KRuntimePlatform as alternative for KDeclarative::runtimePlatform
|
||||
* Fix klibexectest when build dir path contains symlink
|
||||
* Fix unit tests in kpluginfactorytest
|
||||
* Bump shared-mime-info to 1.8
|
||||
* make kprocess a more proper qprocess
|
||||
* new ksandbox function to start processes
|
||||
* refresh git-blame-ignore-revs for latest clang-format run
|
||||
* automatic clang-format run (clang 14)
|
||||
* Adapt libexec paths for KF6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 11:55:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5CoreAddons5
|
||||
%define _tar_path 5.96
|
||||
%define _tar_path 5.97
|
||||
# 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 released
|
||||
Name: kcoreaddons
|
||||
Version: 5.96.0
|
||||
Version: 5.97.0
|
||||
Release: 0
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user