forked from pool/kcoreaddons
KDE Frameworks 5.95
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=270
This commit is contained in:
parent
d29e3f3176
commit
4e64a929dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c10b6ce070d6aa9b15abe7483b67f8802cec175e0eaeefc18a27c0e01ce110b
|
||||
size 456556
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/34ACgkQWNDuZIpI
|
||||
s7tZlQgAlxiEAsUJ6+8HxtsdfMRTGk3yVYPyN9fDcC8UXk5s5NJyZzZCqOJK5dRJ
|
||||
jTCxhXfehXjZTrM7FeGi3TL9qtqsIOaQ9hLpiyPaat8xmVNFdniQ5Wz6LEdr3Phn
|
||||
WZyf0+oaSf1rSDoahuE0UW6bzsnBAGCV+ccqd7KYPZkgXTDhvUvrca0Bp5jYOy5K
|
||||
qiYRDPm9vsyd1H9aHHDkGuLIVqB/H/eXR1gA2gkMZkphyVWNDKlxzRn3t0Ts8yOT
|
||||
il+SaLE1fk7OdqIK8UZFYHNGo5QNVea4D6+TBLQIhSU8Pf/KnFdWtUJ115WoI1nb
|
||||
nTWzAXQYQ9TNaIqAf9O6ewHeLgVGvQ==
|
||||
=Mgcr
|
||||
-----END PGP SIGNATURE-----
|
3
kcoreaddons-5.95.0.tar.xz
Normal file
3
kcoreaddons-5.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fcf7be465d30f009f605b4cfa286ea6d6dca02e29d1eef6b25753b40ac73c13
|
||||
size 462716
|
11
kcoreaddons-5.95.0.tar.xz.sig
Normal file
11
kcoreaddons-5.95.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKjIU0ACgkQWNDuZIpI
|
||||
s7uGdwf9EGSNB90lUx++Z2pvsKFH3sEQ6b1sjKWtO+iPj6m0yBnxwVQK6WIyohL9
|
||||
kMB93SbwNlOaeGVXFcC8yh7cq/d5LC2k3cf7SG4A7Qn3/wxS0pP8DLVCBOIzczkt
|
||||
OLU1p8guva22OO3LMSps5mnCqO1mqPOd5C6VAyZ+6oUFLF/P+rC3+v4MMAdy6lpK
|
||||
ihwJQ5m7/OXdI4SwoSqjfqpqf1fJ7UBwdh80rQ7kJYKaObSvfNQu2dGybsfhbw0h
|
||||
sV9iAehp2aqB6LaxoEms3tNay/Yacg9qVftd/prS4oVPOe4ndr8sH1/eMQeNTpgU
|
||||
sRYDWLwdOh/dy9VY6BqmYnJMNNaoGw==
|
||||
=9NDd
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 14:12:20 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.95.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.95.0
|
||||
- Changes since 5.94.0:
|
||||
* KPluginFactory: Create un-deprecated overload to register CreateInstanceWithMetaDataFunction
|
||||
* KSignalHandler: add error warnings when reading or writing signal
|
||||
* Use the versionless KDE_INSTALL_FULL_KSERVICETYPESDIR variant
|
||||
* port to standard C++ smart pointers where possible
|
||||
* kmemoryinfo class
|
||||
* KPluginFactory: Provide better context in error message if instance could not be created
|
||||
* KJob: add method to check if job was started with exec()
|
||||
* Add autotest for KStringHandler::lsqueeze/csqueeze/rsqueeze
|
||||
* new util ksandbox
|
||||
* KDirWatch: handle IN_Q_OVERFLOW events
|
||||
* KProcess: wrap Qt5-only QProcess API also with Qt version check
|
||||
* KListOpenFilesJob: check lsof executable exist in PATH before starting it with QProcess
|
||||
* KProcess: replace an assert with a check for empty
|
||||
* KAboutData: improve the API docs for LicenseKey enum
|
||||
* Install KMemoryInfo headers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 08:17:50 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5CoreAddons5
|
||||
%define _tar_path 5.94
|
||||
%define _tar_path 5.95
|
||||
# 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.94.0
|
||||
Version: 5.95.0
|
||||
Release: 0
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
License: LGPL-2.1-or-later
|
||||
@ -95,12 +95,7 @@ replacement, accessing user information and many more. Development files.
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%post
|
||||
%mime_database_post
|
||||
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%postun
|
||||
%mime_database_postun
|
||||
|
||||
%if %{with released}
|
||||
%files lang -f %{name}5.lang
|
||||
|
Loading…
Reference in New Issue
Block a user