SHA256
1
0
forked from pool/kcoreaddons
Wolfgang Bauer 2020-12-12 12:34:12 +00:00 committed by Git OBS Bridge
parent a629bcb626
commit 8542d41540
6 changed files with 38 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5GAACgkQWNDuZIpI
s7uG9wf8D9NuuYsDvQsxf/zip3OX4rl3KjUGM7kmWyzT+XTX9FfoGrRaU6645fnc
Atm6Y4Cs951u4JgLy52aeEzb9c7bY0JN4DYLpW+OcdP9r5epGRuj+wQwljwhEP+/
dfRGWhihjdTzUEewX7b2pVdl5U/iJaWCm1kbMU4Y0PsQXNX2RlX2klsuMgFSkq45
60EicfOEfg4LePjy013XFHnYtwzrVNE+8JbUDKbWyVhzVCq+33NLXZNGzMQjsA2M
RIuCcHTKU4pCzLGls/sx/ku/Z7tn0OdE7DOcfsnFBJbgPrT6rPrABU5skgxeoMIb
RXITy41otspJgv4wy7EekM0UWRFzKw==
=tF5O
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0QACgkQWNDuZIpI
s7s1GAf/X8Js6wkw1d3cR9uu8OzRROnQ/P513lKZxZdc6bagGAGmFGVR24QVijJM
7dra13h2FhlME+wBkc6XSkjfk1JUMcrpQOzdqGu4X12g6+uWcw1Vk6vmetY1qrtx
hPioWONk9BDYAjpGhlo1YsxDbUgBvKAkcMzUj+y1aWXMn6KBuDFbyjji7s9wBfy1
+KGU/xKUHzAckdcVPldwvAHPy+5CfcEg1ivUzkr4HQ2k1fH5WIksfyN6JbcC8Dx9
Y/ujPMUwGciu1QEcUPHlMy6mcKAaA0mZK71wPYUY6cbu6F89Z9yd+ZgPaQQxFMog
ljkwIaRMPkWQbVvb3LVBE1IBhKVxQw==
=ouyR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Changes since 5.76.0:
* Port some usage of QStringRef to QStringView
* [ktexttohtml] Add test case for empty text
* Make int to QChar conversion explicit
* Remove unused include
* Guard QRegExp include behind deprecation flag
* Fix include for NAME_MAX
* Fix test KFormatTest::formatRelativeDate
* Avoid to crash when factory is empty (when we return an error)
* KFormat: Add more relative date time cases
* Enable KPluginFactory to optionally pass KPluginMetaData to plugins
-------------------------------------------------------------------
Sat Nov 7 21:34:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%define _tar_path 5.76
%define _tar_path 5.77
# 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.76.0
Version: 5.77.0
Release: 0
Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later
@ -40,10 +40,10 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: shared-mime-info
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
Requires: shared-mime-info
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
%endif
Recommends: %{name}-lang = %{version}
@ -71,7 +71,7 @@ Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.12.0
Requires: cmake(Qt5Core) >= 5.13.0
%description devel
KCoreAddons provides classes built on top of QtCore to perform various tasks