Accepting request 738063 from KDE:Frameworks5
KDE Frameworks 5.63.0 OBS-URL: https://build.opensuse.org/request/show/738063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=74
This commit is contained in:
commit
7b6eeb5206
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc4321b4d44b0af1c2808814b89231a8c9e86de22ca1c0b080a769819ebc5d50
|
||||
size 874708
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1z0D4ACgkQWNDuZIpI
|
||||
s7sLjAgAjduN9JZBovVBUhYQ9wpETHrPQuvoQH502Q87UiL9vyVTSQNd91jSu+qh
|
||||
XvOvHL/rZmnaccuGwQYoJ4pOcE3uQB8yy0tRo4a6Wj5ajwLhhfoCgp+kU8t6xKFZ
|
||||
9soNqN4E+yfRKLabNiptUCbYQwFng8Pnb1vr6d25HS4CvQcaossOH37fWYBfZ9nA
|
||||
V64niWHEHagddwYRYoL6Nfs/oCUkBqzPVB7ZdopG9oqsc0slAFIxhP36o29+hGME
|
||||
EGhJNq32lFzA5EERvWsG9vedUPX+P2ZLLMlya//XBPIBsranEa3f9V6Kp7sM8sSY
|
||||
8cSikD+qkrDzCGt/eOSvrZHCDlwJSw==
|
||||
=XTwI
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlgui-5.63.0.tar.xz
Normal file
3
kxmlgui-5.63.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1a0b8e72da813251f22b675e5f1596d2675c41eb02a8aa8ea8423faae721574
|
||||
size 874636
|
11
kxmlgui-5.63.0.tar.xz.sig
Normal file
11
kxmlgui-5.63.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyfgACgkQWNDuZIpI
|
||||
s7stCwf+LW9gsaD5QJZIHd8jKOXKpkXHRcJglmXkNzPeZtgoMHoM80mofTna6Vvt
|
||||
8+WMq/E8Wo87ImdNsj4JbLbn6Txkg7SHk+XFVmcRDcm5Lx3AMmYc31Wn1fypvJvr
|
||||
ATMUDv2xyThIYyWlTJRnLDhid/tVYF70NWMmENf8Z9W6ZnsBacVHgLqOKTBwo2Fm
|
||||
bOyUUjr1l8wyyALjBOHFyZ8j60cnyAnDRXunOohMkGdzC+izDJSc8rT5DTNOkEKR
|
||||
gymBJVuo9UPY8gfjOApMs6RXX6katX0nDrkF0sd4/Vkg+dtzcnqoMIGzVhW/zVLV
|
||||
ou3LWWv5/8qsM6oeUgrq4OZ1XuzDow==
|
||||
=7BCU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:27:01 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.63.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
|
||||
- Too many changes since 5.62.0, only listing bugfixes:
|
||||
* Move "Full Screen Mode" item from Settings menu to View menu (kde#106807)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:37:13 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
26
kxmlgui.spec
26
kxmlgui.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5XmlGui5
|
||||
%define _tar_path 5.62
|
||||
%define _tar_path 5.63
|
||||
# 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.62.0
|
||||
Version: 5.63.0
|
||||
Release: 0
|
||||
Summary: Framework for managing menu and toolbar actions
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
@ -54,14 +54,14 @@ BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
# Now requires private headers
|
||||
BuildRequires: libqt5-qtbase-private-headers-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.11.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
@ -91,9 +91,9 @@ Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5DBus) >= 5.6.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.6.0
|
||||
Requires: cmake(Qt5Xml) >= 5.6.0
|
||||
Requires: cmake(Qt5DBus) >= 5.11.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.11.0
|
||||
Requires: cmake(Qt5Xml) >= 5.11.0
|
||||
|
||||
%description devel
|
||||
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
||||
|
Loading…
x
Reference in New Issue
Block a user