Accepting request 820400 from KDE:Frameworks5

KDE Frameworks 5.72

OBS-URL: https://build.opensuse.org/request/show/820400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2020-07-14 05:54:38 +00:00 committed by Git OBS Bridge
commit 61bbcbb0f6
6 changed files with 30 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOrkACgkQWNDuZIpI
s7vxGwf/foVL5geH9/itlLpfjrAgPnPyr3GA/9hGwyOZquQ32/w1/OFRiOKR6GpE
0NOGLkmXkIvLnE3hntzD8kbCwzc8Eip1b3UmvFtt9hsNSmYrQaAmxX+iD5NzVyey
TT6eAm+Rk895sPSkosbs+alNoqS5l9+ajWyuWmftZI2Ufv2k7Q6Wm3g0V20tBbJs
WWSHPfKpeHE8U8jP4xlQPYv0vgUkrjovs+0s9dLlvsWmaS955uhAfnKAuMLK/JQQ
uMt5ghkMIn4wVoecwN27L1TRgGgZRfq53/7Y0c0aPt9CVybyNEYWfd7Q6BQK740J
4tmdhJzkEzrhl9Bm0pX7kM3nP/A9XA==
=9Ax2
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AutwACgkQWNDuZIpI
s7vhwgf/SfoHEPWciHBWmUZ+FHshGO774zXnEUHLyPzq65N4JzMJyaMQbOzdzuGc
+QH5vNJE3Llrkr3g72IlukDW9MS9r6cwXb1K/1y9sGzSTec0IHAFrE2efhJ9YjYY
OVDtrHpQYwAvGO8HrNYvbC9H8o7daYe5ZEq57FvxWdU4ZqdHGq2RoROd40wPyOgU
gm2pVyRVM14iOrTojqMWnCQBU39LiRFt5gvzf8XDiUXiFCzbx8M5C3SBVz84b2Ov
//TpCA5foJtUyJBD89L/nwDZdiHhEzNy961t7qwFJ0NNw+MsdJ/yY2VnJOBxlMSN
I6D84/3BVDdF3Qzopl4+NUZA16JLFg==
=3cYm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jul 5 07:55:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- Changes since 5.71.0:
* Use kcm_users instead of user_manager
* Use new KTitleWidget::icon/iconSize API
* autotests: use ui_standards.rc from qrc from unittests
* autotests: repair after previous commit, now the settings menu is always there
* Move "Switch Application Language" to Settings menu (kde#177856)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 7 08:07:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Jun 7 08:07:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5 %define lname libKF5XmlGui5
%define _tar_path 5.71 %define _tar_path 5.72
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kxmlgui Name: kxmlgui
Version: 5.71.0 Version: 5.72.0
Release: 0 Release: 0
Summary: Framework for managing menu and toolbar actions Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -36,7 +36,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem