SHA256
1
0
forked from pool/kcoreaddons

KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=308
This commit is contained in:
Christophe Marin 2024-01-14 15:36:43 +00:00 committed by Git OBS Bridge
parent e83cc094f6
commit 5fd7083b31
6 changed files with 31 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAksACgkQWNDuZIpI
s7uAmwf/R3X6Oex8i4XIVjqslh+WJ4V/sOfkyKfhtGqgfmidJd1mRjoJhnoWfT9Y
2SPYpJNptC1J/ovxyIy5mXL0B/IrdrttjOLjbpZp/SPlfKy34C5sIyAIHpvsdrZc
KjenvhXdZpjt1qjkE0R6uYWF/E6xRkGhO2c9L6oC60k4naXWzp5J4igGfBDf3lVb
7JqhNcCZEEnI1PErRHZVDMFKZScdk4ceBDPXC4AgdlDELlfn6/fre/I2fprumEdC
1r6cRpkWFA8fJ2fNtf+1ZDNDcfrJSq4LAICPO2/h8tpAz66uGNbQUJ5bXX0rkqq+
LoqVJT94+1oEs7SfG9J1IR8QqiU7eA==
=fWNh
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJswACgkQWNDuZIpI
s7vtgAgAsz9BgFz1DJvEXsFjlUrD7C/Mhg8utsjKzhSYf5DyOAWvBdNJDlg5npIv
hF2JW0pXeqFDVT7d7K8jgIeDcJ6S+1CLuaxLVA1iD9vm5jktIjFcv+t90gUDi5BG
kydie/kieTRg3UbzI8Skp4nQ986vFpNVKj52PI1Cav4LMh+pWbWVRpFjn2KM3+KP
oZFrJq8CRNV69EzCCSrkaNWEPhzUR6w5rlQtq2RZFQtk2N5YdPMJow3SIKvcJa82
/ELbd+cmKnE1SbWW8aHT/SIrLAtdVcne/Xma3yn8o4SB7OEhRIKGucTeQnDowTfs
DmUW8tUR+mCoE4ESgkFaW6dLz+/acg==
=Lbn5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- Changes since 5.113.0:
* Fix license text loading on Android
-------------------------------------------------------------------
Tue Dec 5 11:17:28 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%define _tar_path 5.103
# 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}')}
%define qt5_version 5.15.2
%bcond_without released
Name: kcoreaddons
Version: 5.113.0
Version: 5.114.0
Release: 0
Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later
@ -34,11 +34,12 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: shared-mime-info
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
Requires: shared-mime-info
%description
@ -62,7 +63,7 @@ replacement, accessing user information and many more.
Summary: Utilities for core application functionality and accessing the OS
Requires: %{lname} = %{version}
Requires: %{name} = %{version}
Requires: cmake(Qt5Core) >= %{qt5_version}
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
KCoreAddons provides classes built on top of QtCore to perform various tasks