Accepting request 526679 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=48
This commit is contained in:
commit
dd887bd959
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e235367a31a38c1c114032123b13e7954a93a8e1423eb1829176a6373b953b4b
|
|
||||||
size 883920
|
|
3
kxmlgui-5.38.0.tar.xz
Normal file
3
kxmlgui-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64f73ada0b1e08c97db00cfe2967b0d8354b338cd85e76644f79da022af49589
|
||||||
|
size 884112
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 12 07:11:18 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.38.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
|
||||||
|
- Changes since 5.37.0:
|
||||||
|
* Save up a bunch of stat() calls on application start
|
||||||
|
* Fix KHelpMenu position on Wayland
|
||||||
|
* Remove checks for Qt < 5.6, now that even 5.7 is required.
|
||||||
|
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
|
||||||
|
* Drop broken mid-button click handling (kde#383162)
|
||||||
|
* KUndoActions: use actionCollection to set the shortcut
|
||||||
|
* autotest: output filename on error
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 12 09:23:41 UTC 2017 - christophe@krop.fr
|
Sat Aug 12 09:23:41 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
37
kxmlgui.spec
37
kxmlgui.spec
@ -18,26 +18,29 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5XmlGui5
|
%define lname libKF5XmlGui5
|
||||||
%define _tar_path 5.37
|
%define _tar_path 5.38
|
||||||
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kxmlgui
|
Name: kxmlgui
|
||||||
Version: 5.37.0
|
Version: 5.38.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
BuildRequires: attica-qt5-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: attica-qt5-devel >= %{_tar_path}
|
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{_tar_path}
|
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kconfigwidgets-devel >= %{_tar_path}
|
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kcoreaddons-devel >= %{_tar_path}
|
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: kglobalaccel-devel >= %{_tar_path}
|
BuildRequires: kglobalaccel-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: ki18n-devel >= %{_tar_path}
|
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kiconthemes-devel >= %{_tar_path}
|
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kitemviews-devel >= %{_tar_path}
|
BuildRequires: kitemviews-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: ktextwidgets-devel >= %{_tar_path}
|
BuildRequires: ktextwidgets-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Network) >= 5.6.0
|
BuildRequires: cmake(Qt5Network) >= 5.6.0
|
||||||
@ -79,8 +82,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 >= %{_tar_path}
|
Requires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||||
Requires: kconfigwidgets-devel >= %{_tar_path}
|
Requires: kconfigwidgets-devel >= %{_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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user