KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=304
This commit is contained in:
Christophe Marin 2024-01-14 15:37:00 +00:00 committed by Git OBS Bridge
parent 233821ecec
commit bc783ca54d
6 changed files with 50 additions and 40 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrA0gACgkQWNDuZIpI
s7uAXAf+LrrbS5Yzpvm8q89fQd1/oupZBJABoGdjn2ihbIv7u4kj3vVF4h6KSfjU
DpndZwV9BSYokHi4QBxFAyc5i9P8v/QnQgTnRPqTZFFAcuoKSjOdIoFnGhwQVbES
6M73TeCPhee5rsbJtpNnIwN37bnhgM7yLwz3dfjLU23CP4PhHEobPj2bCY93lT88
yRZQwvd7ggNCXT3lNSY86RGde08COylYjk48A3My9l7MIczml+3EgfAFWvZyjdU/
WZ8tQiUTX8sVjivh0ijR+fCA1zfRFqzK2APicZ2T502uJ41qGSzKG1XjRyf5mpwn
uuZwXeSjqQEJBQ9xuQflx2VamAregQ==
=oqv+
-----END PGP SIGNATURE-----

3
kxmlgui-5.114.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJ88ACgkQWNDuZIpI
s7u0/Qf/T5I0/6KHeUpp9ZNtLC0G9m0tlX4Mnu8PhCxuTsIQ5h3X5YrdiyoXhLb7
2F4nqFCsE3qL8SHe0qv1ymDPnC1Vsndp/bD2id09Zi2pazhPPsqMCZueJwhhfwke
TrixoqtEVwvXcFbgHpLZmv9kP/WRvEvC4YWCdtvgUufOwAl7fMdxKhA20KZiaAIU
PZVDOYHhYg/xRzV+mvAGVq46nB2prQT6PHbVj3TqxLssw+zTaQ/791alwyNbZ2u3
DlQ2SaFUtDBP0B3FAgZLFZMLhLmNHrJCFi0IM+jzo250vM/nsHI3hy+ufOiVQIaR
cIrwD8Kt8XdUPuNTsTLzceNJCgoAjA==
=280y
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:22:06 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
- No code change since 5.113.0
-------------------------------------------------------------------
Tue Dec 5 11:18:02 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5
%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: kxmlgui
Version: 5.113.0
Version: 5.114.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -34,28 +34,29 @@ 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 >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_version}
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version}
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version}
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
# Now requires private headers
BuildRequires: libqt5-qtbase-private-headers-devel >= %{qt5_version}
BuildRequires: libqt5-qtbase-private-headers-devel
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5UiPlugin) >= %{qt5_version}
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
BuildRequires: cmake(Qt5Xml) >= %{qt5_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5Xml) >= 5.15.0
BuildRequires: pkgconfig(x11)
%description
@ -77,11 +78,11 @@ description for example for integrating actions from plugins.
%package devel
Summary: Framework for managing menu and toolbar actions
Requires: %{lname} = %{version}
Requires: cmake(KF5Config) >= %{_kf5_version}
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
Requires: cmake(Qt5DBus) >= %{qt5_version}
Requires: cmake(Qt5Widgets) >= %{qt5_version}
Requires: cmake(Qt5Xml) >= %{qt5_version}
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5DBus) >= 5.15.0
Requires: cmake(Qt5Widgets) >= 5.15.0
Requires: cmake(Qt5Xml) >= 5.15.0
%description devel
libkxmlgui provides a framework for managing menu and toolbar actions in an