Accepting request 961281 from KDE:Frameworks5

KDE Frameworks 5.92 (forwarded request 961114 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/961281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=104
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:34:50 +00:00 committed by Git OBS Bridge
commit 51b700d26b
6 changed files with 32 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/km0ACgkQWNDuZIpI
s7tBjQf/aSF8LQ7bPg3oVe+7aTo/fP+WxGL2tfkWN4zSRs6IvpGTYgcxDCS8jSJb
Z8HQ3VQlY4RjZvILHpEPW2ckFxN+c4FklJEM7Ou6r8rKSzU4ulAFkrwxI4SweTZC
MwB7fMVedl9vlAGj/5cpYZjem6Ka7ZhkFOZeGnBevrvWIJHqnWl+CnQOP74W7Gma
1A2NLK7uhjeHx1FepjHZIWn0d7zG97EI3kFkcczK/V0GQQJUCZ1CT9UM1z4QsMEX
DsS1b4yuxb1dVFaxQsBIy4UOwrC3enc7MGDxjgEN32TfP6Aam+dLsQ9w3USusRyj
dZ72QVr/h8JAlL/y9IJ8st7dSrxJvA==
=9nBT
-----END PGP SIGNATURE-----

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

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

11
kxmlgui-5.92.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwtoACgkQWNDuZIpI
s7sYvgf9HxtVwI9YU7nsrdOYTwTH7i15r/zm7d/ThCMbaoWpGqsxpueDVOsK6MY0
neSu3yXXVJH6jZFFE7ta3kIg5gwctnMeHSoxyjhkg8Pf4VMuQTRB8pBGJ3TCeROb
yyizBwEg/mSVtuWjEIxGTxWZT9Np5Xh7BCo7wtYS7zPOuSwtm8Jud3510cWcrrOl
Skh7TedejEwszPJmIho5CGwAAFpWrf5YlqWrfIB1XUowGaitQKhWq1qqoBYuvmao
6OOMpTsaVwg3PKMZcLnkGzsa05P5g8p8kU8zEhvocKhqNFweQ8mZQzdUPxwLANyt
yMa88t+zQep2QWnNjj0Aqw4KFmu+hg==
=cBPO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 7 09:27:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
* Remove outdated readme file
* Add Qt6 Android CI
* Add an old formatting commit to git blame ignore file
* Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling
* Support build without Qt session manager
* Add an action in help menu for command bar
* Update translation context of two strings
-------------------------------------------------------------------
Sun Feb 6 10:17:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5
%define _tar_path 5.91
%define _tar_path 5.92
# 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 released
Name: kxmlgui
Version: 5.91.0
Version: 5.92.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -46,7 +46,6 @@ 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(KF5TextWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
# Now requires private headers
BuildRequires: libqt5-qtbase-private-headers-devel