forked from pool/kcoreaddons
KDE Frameworks 5.103.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=286
This commit is contained in:
parent
833d6e6327
commit
f4171d478e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82e3f91993602e0b596899d9b43ff78c88566fd1209ec2f78665fb45cda20948
|
|
||||||
size 2634628
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SPcACgkQWNDuZIpI
|
|
||||||
s7vdpgf+KfdvwD6LLbIESEovXhjNu8wG2vGk+4LjeEMV3SH0HDKu0weQUb5+REmO
|
|
||||||
ePQVZpOwMRS3ZCnqhu97+IUvzZ/u2QKcpVFBygbSPN8OCnUooWmzxZPzpl1afgcv
|
|
||||||
pTQeJ5D14HLYY7GbMYidFdLlNGn9RqMSoKG56oQjEhv8TjvQFO4cNa5vWBTeBpUT
|
|
||||||
EggToaEH5/RR4yqf3mLtNAn81Vu6IAzoo95eoeklBl1oc8zmM15dcktTThPJgHfn
|
|
||||||
gHqARf9JPjpU9vv9X19g3Ry90URRYrrGE53dxfj+5S1E+sZkqfxl8fYLg563vYMP
|
|
||||||
SpNq71ntIi/+vG5VLL7vuRRCl04UXw==
|
|
||||||
=3KFp
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcoreaddons-5.103.0.tar.xz
Normal file
3
kcoreaddons-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:beb99d0274c2bffd8e6aa87199438393222a0317e2e1118d510b5b6abf772f6a
|
||||||
|
size 2606636
|
11
kcoreaddons-5.103.0.tar.xz.sig
Normal file
11
kcoreaddons-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfenUACgkQWNDuZIpI
|
||||||
|
s7tjAwgAt+FcQyhj7dZlxxQXhw8ctU137wSfRD9jLM6jzr97rBgAFAJfWvcn9ZV6
|
||||||
|
b9xAnobapXGs+yaDO4JWwMOJx3/clXFanZNwDeBRUVvAdCsORHhdasbT2kZfY3rK
|
||||||
|
bCLQXFxOO1XIvKpieHuP1GM3MJvb2I864wUQ9xBheewduyP5SRnxfqwGUqTCudxa
|
||||||
|
uUiHWgkfBnbJac+R4Zi+cqpKoAEoTvvMpo7gneJi1B6RDiaTcY1jn3m60/noxJ9Z
|
||||||
|
L4ioncB6S3kURILWZu5mbZYDwzqzy37oBtbGQSZUZTgZfDdyIFbAGJPBm54ArHtO
|
||||||
|
gZB4Ivn8cKUPATNwi/TPBStV5gWAPg==
|
||||||
|
=bNij
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 09:12:45 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.103.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||||
|
- Changes since 5.102.0:
|
||||||
|
* don't needlessly copy urls while iterating
|
||||||
|
* KSandbox: Warn when running without flatpak-spawn privileges
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 08:18:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Jan 12 08:18:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5CoreAddons5
|
%define lname libKF5CoreAddons5
|
||||||
%define _tar_path 5.102
|
%define _tar_path 5.103
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kcoreaddons
|
Name: kcoreaddons
|
||||||
Version: 5.102.0
|
Version: 5.103.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
|
||||||
@ -87,8 +87,7 @@ replacement, accessing user information and many more. Development files.
|
|||||||
|
|
||||||
%find_lang %{name} --all-name --with-qt --without-mo
|
%find_lang %{name} --all-name --with-qt --without-mo
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{lname}
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user