SHA256
1
0
forked from pool/kcoreaddons
Wolfgang Bauer
2021-01-09 12:18:44 +00:00
committed by Git OBS Bridge
parent 8542d41540
commit 34fc4a73e2
6 changed files with 39 additions and 20 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----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

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weeMACgkQWNDuZIpI
s7tD8QgAgs/HnKtbzZSPo/NYkmPVAPmHu7qWxSA2IzzNqNRiojZ7j/hBQj/oIdW1
ECHoJ+m6lo0zg6Kg7OI/KWMcsDr+NGblX2irrZ8H24F3EJpDg5dpwtPU1k6SBe56
tbyKLICVthgtS9vcRCJzbbICDAy8M0h7nd2cEuNc2ZSkTrJmPeuBPpVE1nh8hqY8
Wd3Ru85yLmHHgbiXaOqryzHqdSyxPdXjzNiN0cE0QjqcL5NclFbXvCTW2LD24Feq
O60Mre2uTMH6HPojHu7i6olzAmdPnVgfXDZngdhC+HjmGSNbVH3zRCPDFydUR2hz
KP3wKosyyCHae7GVJGMlR80NC96bhQ==
=YRCv
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* Port KJobTrackerInterface to Qt5 connect syntax
* Fix clazy warnings and silence deprecations
* KTextToHtml: fix assert due to out of bounds at() call
* Use flat hierarchy for plugin paths on Android
* KTextToHtml: minor code optimisation
* Remove ifdefs, we require Qt 5.14 now
* Use a separate logging category for desktoptojson's use of desktopfileparser
* desktop to JSON conversion: ignore "Actions=" entry
* Deprecate KProcess::pid()
* ktexttohtml: fix KTextToHTMLHelper usage
-------------------------------------------------------------------
Sat Dec 5 18:56:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package kcoreaddons
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%define _tar_path 5.77
%define _tar_path 5.78
# 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.77.0
Version: 5.78.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.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
Requires: shared-mime-info
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.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.13.0
Requires: cmake(Qt5Core) >= 5.14.0
%description devel
KCoreAddons provides classes built on top of QtCore to perform various tasks