Accepting request 773295 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=78
This commit is contained in:
Oliver Kurz 2020-02-14 15:34:20 +00:00 committed by Git OBS Bridge
commit a4a9d48a49
6 changed files with 52 additions and 28 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxXsACgkQWNDuZIpI
s7tY2gf/dlqwRaWgNbd5xFcHhygK6s5vasIQBMwGjrqp8ResQQL5uscoutIgUrHl
E8ZC6vjJPOPveLeZ4j70mnnl6iQwQEWwlMSbRS2HqDYGst2bsem2S3H2ACtnClfs
jF7ifjmW3cAObHXr7RAO3AirCskRvKcERJRqP++I0B22xxanA5nmWhqiexGhlot9
wgaYuMlWihSH1qIc/d4606xwFKfCcuYVYcA+YanRFTrrq1OU1MDFyKr544QX5w1N
2+poNWdMui9h2V53e0MtirjtJ6QjwxE3UD+jqhnW+OvvBoLAGvAoE0tjdCVOg+5a
MyClfU5wsinB63x9el0tmzXfKJsjzg==
=KFah
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420dwACgkQWNDuZIpI
s7tUPQf/W3voKElhuwMlYm8kFgujxii09BIaA/rNQeUQCvFRW2JGdyK6G/BHW24p
Ci9ccI4v1bfY49UdyU1+NaCSPxKaTnjo+sLvTVSrnYmPFc93GRn4mX0XukbKN8Dz
3aesFMtjsK4oQRoj/ktHdgJ/S8FOR447WVl7+o7iqgfz8DgNNQVGwIt1qUki1CTt
bvijRHTLjvxNvZ0GRsdasY/ZPbHlFeYFvguvkA+zwU3ZUin6vlxncdeaOLqTJ+Zx
w16zrqWRNfdrOzcT2ec6FIRxEA+lZe/P4+lgZYe0l8qmDdQ06zNBP/iJmSgeDZ8R
xBnxBYAJ7pzH4YwU+3Ri70MMEbmCIg==
=Beux
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Feb 2 18:07:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:33:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* autotests: mark known test failure with QEXPECT_FAIL
* Use KStandardAction convenience method for switchApplicationLanguage
* allow programLogo property to be a QIcon, too
* Compile against qt5.15
* remove ability to report bugs against arbitrary stuff from a static list
* remove compiler information from bug report dialog
* KMainWindow: fix autoSaveSettings to catch QDockWidgets being shown again
* Drop unused headers
* i18n: Add more semantic context strings
* i18n: Split translations for strings "Translation"
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 5 09:02:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Jan 5 09:02:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5 %define lname libKF5XmlGui5
%define _tar_path 5.66 %define _tar_path 5.67
# 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.66.0 Version: 5.67.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
@ -54,14 +54,14 @@ 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
BuildRequires: cmake(Qt5Core) >= 5.11.0 BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0 BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Network) >= 5.11.0 BuildRequires: cmake(Qt5Network) >= 5.12.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0 BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.11.0 BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0 BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0 BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(Qt5Xml) >= 5.11.0 BuildRequires: cmake(Qt5Xml) >= 5.12.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
%description %description
@ -91,9 +91,9 @@ Requires: %{lname} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version} Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version} Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5DBus) >= 5.11.0 Requires: cmake(Qt5DBus) >= 5.12.0
Requires: cmake(Qt5Widgets) >= 5.11.0 Requires: cmake(Qt5Widgets) >= 5.12.0
Requires: cmake(Qt5Xml) >= 5.11.0 Requires: cmake(Qt5Xml) >= 5.12.0
%description devel %description devel
libkxmlgui provides a framework for managing menu and toolbar actions in an libkxmlgui provides a framework for managing menu and toolbar actions in an
@ -108,7 +108,7 @@ description for example for integrating actions from plugins. Development files.
%build %build
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build