Accepting request 387078 from KDE:Frameworks5

Update to 5.21.0

OBS-URL: https://build.opensuse.org/request/show/387078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2016-04-12 17:28:30 +00:00 committed by Git OBS Bridge
commit 764f2ce63d
4 changed files with 33 additions and 15 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 6 08:50:12 UTC 2016 - alarrosa@suse.com
- Don't apply use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
in SLE12 since Qt 5.5.1 in SLE12 is not patched to support the new
session management API from 5.6.0 .
-------------------------------------------------------------------
Mon Apr 4 14:22:57 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Fix editing toolbars loses plugged actions
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
-------------------------------------------------------------------
Sun Mar 6 10:03:25 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5XmlGui5
%define _tar_path 5.20
%define _tar_path 5.21
Name: kxmlgui
Version: 5.20.0
Version: 5.21.0
Release: 0
%define kf5_version %{version}
BuildRequires: attica-qt5-devel >= %{_tar_path}
@ -38,13 +38,13 @@ BuildRequires: kitemviews-devel >= %{_tar_path}
BuildRequires: ktextwidgets-devel >= %{_tar_path}
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: cmake(Qt5DBus) >= 5.3.0
BuildRequires: cmake(Qt5Network) >= 5.3.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRequires: cmake(Qt5Xml) >= 5.3.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5Xml) >= 5.4.0
BuildRequires: pkgconfig(x11)
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1+ and GPL-2.0+
@ -84,9 +84,9 @@ Requires: %lname = %{version}
Requires: extra-cmake-modules
Requires: kconfig-devel >= %{_tar_path}
Requires: kconfigwidgets-devel >= %{_tar_path}
Requires: cmake(Qt5DBus) >= 5.3.0
Requires: cmake(Qt5Widgets) >= 5.3.0
Requires: cmake(Qt5Xml) >= 5.3.0
Requires: cmake(Qt5DBus) >= 5.4.0
Requires: cmake(Qt5Widgets) >= 5.4.0
Requires: cmake(Qt5Xml) >= 5.4.0
%description devel
libkxmlgui provides a framework for managing menu and toolbar actions in an
@ -97,7 +97,9 @@ description for example for integrating actions from plugins. Development files.
%lang_package -n %lname
%prep
%setup -q
%if 0%{?is_opensuse} || 0%{?suse_version} > 1315
%patch0 -p1
%endif
%build
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}