Accepting request 420912 from KDE:Frameworks5
Update to 5.25.0 OBS-URL: https://build.opensuse.org/request/show/420912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=34
This commit is contained in:
commit
eaa97f545e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:174643efc8ba49aaa2e1f014088ec73fe7000121c7407973a57331081bed11e2
|
||||
size 873240
|
3
kxmlgui-5.25.0.tar.xz
Normal file
3
kxmlgui-5.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ff1f07fc1bede0cb0b498de2d2b0db088639b91d0f7c39a90abfc032dbb44b2
|
||||
size 873280
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 21:58:02 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.25.0
|
||||
* Qt >= 5.5 is now required
|
||||
* Fix minimum size hint (cut-off text) (kde#312667)
|
||||
* [KToggleToolBarAction] Honor action/options_show_toolbar restriction
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 15:07:00 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
24
kxmlgui.spec
24
kxmlgui.spec
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5XmlGui5
|
||||
%define _tar_path 5.24
|
||||
%define _tar_path 5.25
|
||||
Name: kxmlgui
|
||||
Version: 5.24.0
|
||||
Version: 5.25.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.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: cmake(Qt5Core) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.5.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.4.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.4.0
|
||||
Requires: cmake(Qt5Xml) >= 5.4.0
|
||||
Requires: cmake(Qt5DBus) >= 5.5.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.5.0
|
||||
Requires: cmake(Qt5Xml) >= 5.5.0
|
||||
|
||||
%description devel
|
||||
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
||||
|
Loading…
x
Reference in New Issue
Block a user