Frameworks 5.65 with respins

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=210
This commit is contained in:
Wolfgang Bauer 2019-12-13 15:17:39 +00:00 committed by Git OBS Bridge
parent 47a4790789
commit 23e2acada1
6 changed files with 36 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yssACgkQWNDuZIpI
s7u/1Af/XBPdnb3tL5VuVGlK8L4+EvPPBccUSXN9yqcmYi9GIVJpZPJq43GAHLTC
5a/jUJXDHD+L8sEJUeJdDwljOyyep9wLF02MljRM7KcgOd0ZQQ1LV2hvLzm6Wupq
p6XFHPQQIHK71zfG2N1DBkAwIQOoaRmlzshu0YpU6x2cjU5+9zyABZtPgtEjGlxe
Yc2TjVYLu1B0cNZZNqvMEbJHn0s/fsOxeK/tbIw3ZaOp+qR5WPK9xGsZz6wXcUbK
7W5JBTj40D256/mLjYb3s3+3/zybuT84ZAdLNPZswgdKdkvV8UoeYYBnKKa9zs8C
Tz0rU0ZbBX9nkJn+hxMflh5uyreCGg==
=eHfJ
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQhMACgkQWNDuZIpI
s7vGYQgAgx80Zwv3alvgwrKnxdpLx1cF+xdi6geoom28TAKEH2r8j2+exkjowfBN
uT2WeSPOwOTfkk3H4iIiEGHGyhFPhFfVFtO12puFnZIuw2h7GoaPOdo3Qi5SRkEx
f9g9hARH+wB5rvyxg7pmEr0QuhtJrkFs+JiXsOjcBmhDvj0kd2dMUiZD8I0knCFR
02QD57UDWIteM6v6IF5roj5lBtj/gSYdY8NcyI7OJt5S+EmaxsM9jmS0b9Dh5d2A
MYQ769zuxMMZ3K2qXmNZb3+qITgVFzeSXjk6rCAHQe+jrJL2nGzkTKwVkOLjo4X0
w83yh8WIpDsA5UWDbvDW7B6MO2OXOA==
=9FKx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Dec 8 11:18:53 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
- Changes since 5.64.0:
* Unbreak last commit: still install normal headers as before
* Drop unused broken KGesture support
* Move comment to the right place
* Port foreach
* Port away from KTextWidgets
* Add KAboutPluginDialog, to be used with KPluginMetaData
* Enable -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00
* Also allow invoking session restoration logic when apps are manually launched
* Add missing property to KKeySequenceWidget
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 3 15:47:19 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Sun Nov 3 15:47:19 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kxmlgui # spec file for package kxmlgui
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5XmlGui5 %define lname libKF5XmlGui5
%define _tar_path 5.64 %define _tar_path 5.65
# 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.64.0 Version: 5.65.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
@ -140,8 +140,7 @@ description for example for integrating actions from plugins. Development files.
%{_kf5_libdir}/libKF5XmlGui.so %{_kf5_libdir}/libKF5XmlGui.so
%{_kf5_libdir}/cmake/KF5XmlGui/ %{_kf5_libdir}/cmake/KF5XmlGui/
%{_kf5_includedir}/*.h %{_kf5_includedir}/*.h
%dir %{_kf5_includedir}/*/ %{_kf5_includedir}/KXmlGui/
%{_kf5_includedir}/*/
%{_kf5_mkspecsdir}/qt_KXmlGui.pri %{_kf5_mkspecsdir}/qt_KXmlGui.pri
%dir %{_kf5_plugindir}/designer %dir %{_kf5_plugindir}/designer
%{_kf5_plugindir}/designer/kxmlgui5widgets.so %{_kf5_plugindir}/designer/kxmlgui5widgets.so