SHA256
1
0
forked from pool/kcoreaddons
2021-12-10 16:06:12 +00:00
committed by Git OBS Bridge
parent 02f08dd1aa
commit 26443c6f4b
6 changed files with 46 additions and 16 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjhAACgkQWNDuZIpI
s7saYwgAn5Yc0oS+3mx8eOMLB/u6UpxiFuIFYI1l4AsGGspDEGBsXZyhFbqYFndn
tdul/0MhTYFp4GsnvnnScKnmoZLlgo0esVvQtKt4Y1PbV98Xhy6xQRkZF0LC93tO
eN14OX6/orOizV1x8uU2m54jHkDU3AaXc8XJHNWTSWSrhIoQkxFFaD1F305pkRhE
zLxwfqbVvhFUk7/I6A3liTVpKX0T0pX3KI4wdMfmUD9xmTCuTfDv4Ag3QvtVzIt4
dwtMGb8DBJdWgwl36PdCgj6kGSXC1dNJhto2FY73mZBoul4FsN0FjcVSPvKc7niz
dF5xtlrc/qHFICur46WV8hJ9BYLjOQ==
=lcCs
-----END PGP SIGNATURE-----

View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv8YACgkQWNDuZIpI
s7sqNwgAiPR1HMEx0CiARszZOOVTsoferMlydsj/Lf/og41DGJED6P60bY82WpEc
MqxdVaVck57GqAzoqfPyb/j5DsGC2eXUb0rcxH7nOueCL60AygM7tSdyj/R6mucO
6XPA+l+vdI8YDxparIqTeaSzDUJPN5bw3hYjQe1UCkeWTNRK19tViwCLwSr0cM9g
h2vqfYyYafzbL15wwCK7wr1SLEu5DfykCjFtuYFHS1oM6JG521Gkgl2NPffeWCVz
/jae6m30X1asAKndtGmNnr6tJQMTLd9dVHDgDf4wL4kkmpmHRXiDt3ONCOXGFrHL
Ulb7cYjMOeiQxfVyeRH6UL21IpiqwQ==
=uvMX
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Dec 4 22:56:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.89.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.89.0
- Changes since 5.88.0:
* KF5CoreAddonsMacros: Replace "-" with "_" for KPLUGINFACTORY_PLUGIN_CLASS_INTERNAL_NAME
compile definition
* Compile against Qt6
* Allow reading enabled state from KPluginMetaData using templated method
* KF5CoreAddonsMacros: Build static plugins as static libs
* Store KDE specific static plugin in seperate map
* KF5CoreAddonsMacros: Clean up cached plugin names after each CMake run
* Make KPluginMetaData::isStaticPlugin public
* kcoreaddons_add_plugin: Set property for file name
* Add assertion to make sure we have a d-ptr in KPluginMetaData::getStaticPlugin
* Create kcoreaddons_target_static_plugins cmake function
* Allow KPluginMetaData::findPlugins to return static plugins
* kcoreaddons_add_plugin: Allow creation of static plugins
* Allow KPluginMetaData to represent static plugins
* Create KPluginFactory::create method for loading KPart without keyword
* Deprecate KPluginFactory::create overload taking plugin keyword
* Deprecate KPluginFactory::registerPlugin(QString, CreateInstance*) methods
* Deprecate KPluginFactory::registerPlugin overloads taking keyword
* KPluginFactory: Use overload instead of default arg for registerPlugin keyword parameter
* Add missing include guard for kjsonutils.h
* Deprecate KPluginMetaData::serviceTypes
-------------------------------------------------------------------
Sun Nov 7 09:13:13 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%define _tar_path 5.88
%define _tar_path 5.89
# 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 lang
Name: kcoreaddons
Version: 5.88.0
Version: 5.89.0
Release: 0
Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later