Christophe Giboudeaux 2019-09-13 07:45:27 +00:00 committed by Git OBS Bridge
parent 8433de5e97
commit 9fd0cb8124
6 changed files with 42 additions and 28 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAVsACgkQWNDuZIpI
s7smCAgAo6iiQ2x+03+kYuui8hL3cVZQ5XvzehNy+IRIBlQCXOdO9U7S5oFaz5lE
XQBa91hajFoxGbsSKYZX/8arsdvimI1tF5UXbExcj5xQ7Wv3SVrn2atyL3ZgDAHq
DKF1lkrEGZUg0V7+RprOBdhAfjJicqV26zNJOmnNOsCwb/CAGAA1yHJkpUQ7hYS0
EzGHscAX+bYkNXS96fwpjUkQKLLPyDaMhSwgUpQ8W5GSrwDrb9HsBKhwkOpe/yJM
TPmeMfHMcqDLK7uz/ZusCuwj6bgrEs/ng5/pSTVYeYD3lHIEK0nqnkZE1hPPx5R/
B6CO//xYy98NyGInlCQ97ePPqsH7Sw==
=oQQ/
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1z0D4ACgkQWNDuZIpI
s7sLjAgAjduN9JZBovVBUhYQ9wpETHrPQuvoQH502Q87UiL9vyVTSQNd91jSu+qh
XvOvHL/rZmnaccuGwQYoJ4pOcE3uQB8yy0tRo4a6Wj5ajwLhhfoCgp+kU8t6xKFZ
9soNqN4E+yfRKLabNiptUCbYQwFng8Pnb1vr6d25HS4CvQcaossOH37fWYBfZ9nA
V64niWHEHagddwYRYoL6Nfs/oCUkBqzPVB7ZdopG9oqsc0slAFIxhP36o29+hGME
EGhJNq32lFzA5EERvWsG9vedUPX+P2ZLLMlya//XBPIBsranEa3f9V6Kp7sM8sSY
8cSikD+qkrDzCGt/eOSvrZHCDlwJSw==
=XTwI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Sep 7 20:37:13 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
- Changes since 5.61.0:
* Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
- Replace foo-devel with cmake(KF5Foo) in build requirements
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 7 17:51:51 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Wed Aug 7 17:51:51 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -24,7 +24,7 @@
%{!?_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.61.0 Version: 5.62.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,21 +36,21 @@ 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: attica-qt5-devel >= %{_kf5_bugfix_version}
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: kglobalaccel-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Attica) >= %{_kf5_bugfix_version}
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: kitemviews-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: ktextwidgets-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: kwindowsystem-devel >= %{_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}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
# Now requires private headers # Now requires private headers
BuildRequires: libqt5-qtbase-private-headers-devel BuildRequires: libqt5-qtbase-private-headers-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -59,6 +59,7 @@ BuildRequires: cmake(Qt5DBus) >= 5.6.0
BuildRequires: cmake(Qt5Network) >= 5.6.0 BuildRequires: cmake(Qt5Network) >= 5.6.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.6.0 BuildRequires: cmake(Qt5PrintSupport) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.6.0
BuildRequires: cmake(Qt5Widgets) >= 5.6.0 BuildRequires: cmake(Qt5Widgets) >= 5.6.0
BuildRequires: cmake(Qt5Xml) >= 5.6.0 BuildRequires: cmake(Qt5Xml) >= 5.6.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
@ -88,8 +89,8 @@ Summary: Framework for managing menu and toolbar actions
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: kconfig-devel >= %{_kf5_bugfix_version} Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: kconfigwidgets-devel >= %{_kf5_bugfix_version} Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5DBus) >= 5.6.0 Requires: cmake(Qt5DBus) >= 5.6.0
Requires: cmake(Qt5Widgets) >= 5.6.0 Requires: cmake(Qt5Widgets) >= 5.6.0
Requires: cmake(Qt5Xml) >= 5.6.0 Requires: cmake(Qt5Xml) >= 5.6.0
@ -142,5 +143,7 @@ description for example for integrating actions from plugins. Development files.
%dir %{_kf5_includedir}/*/ %dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/ %{_kf5_includedir}/*/
%{_kf5_mkspecsdir}/qt_KXmlGui.pri %{_kf5_mkspecsdir}/qt_KXmlGui.pri
%dir %{_kf5_plugindir}/designer
%{_kf5_plugindir}/designer/kxmlgui5widgets.so
%changelog %changelog