KDE Frameworks 5.52.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=178
This commit is contained in:
parent
da1db1d553
commit
8ba8df2ea0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcb68df3acbad5d91849af7ae81af31af6db189d0ff13261303a1bad16cf4232
|
||||
size 872732
|
3
kxmlgui-5.52.0.tar.xz
Normal file
3
kxmlgui-5.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4624f4f8a630ee30093ea785f17833e7668915dd71d7058829049427001b631
|
||||
size 868824
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 19:48:08 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.52.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
|
||||
- Changes since 5.51.0:
|
||||
* Remove unused variables
|
||||
* Take 1..n KMainWindows in kRestoreMainWindows
|
||||
* Remove "void" as function argument
|
||||
* Have include guard match header file name
|
||||
* Include own header first
|
||||
* Use single char for concat with QByteArray, not a string
|
||||
* Use more explicit constructors with internal classes
|
||||
* Use QStringLiteral if a final QString is wanted
|
||||
* Use value argument for QLatin1String type in internal API
|
||||
* Use more const ref with arguments in internal API
|
||||
* Add missing "emit"
|
||||
* Do not return void values in void methods
|
||||
* Use Q_OBJECT with all QObject subclasses (helps debugging introspection)
|
||||
* KAboutApplicationDialog: fix typo in apidox
|
||||
* Add categories file
|
||||
* Remove unused variable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 08:02:43 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5XmlGui5
|
||||
%define _tar_path 5.51
|
||||
%define _tar_path 5.52
|
||||
# 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kxmlgui
|
||||
Version: 5.51.0
|
||||
Version: 5.52.0
|
||||
Release: 0
|
||||
Summary: Framework for managing menu and toolbar actions
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
@ -129,6 +129,7 @@ description for example for integrating actions from plugins. Development files.
|
||||
%{_kf5_configdir}/ui/
|
||||
%{_kf5_libexecdir}/ksendbugmail
|
||||
%dir %{_kf5_sharedir}/kxmlgui5/
|
||||
%{_kf5_debugdir}/kxmlgui.categories
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/libKF5XmlGui.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user