Accepting request 982300 from KDE:Frameworks5
KDE Frameworks 5.95 OBS-URL: https://build.opensuse.org/request/show/982300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=107
This commit is contained in:
commit
15e262a3aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a31730ff0ed113320817aa35a04e53b6ec647ab94320cf3b075adc38619dd6
|
||||
size 898380
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/+4ACgkQWNDuZIpI
|
||||
s7uKSAf/XQ3VHUgYETSWhHdgEZ4mhtdxqA42CGowODRXeURT+CrhKHgOn1KMi0CG
|
||||
+HOPixP11vm8/KTe0ji4Uz5o7rFK0ENPh8Y9tMfo2u/PDcHx8KEgR8IY42jHhpiz
|
||||
Jxla3H7NvrFcYQdVvrRrgpgS1hjcojufqdkuUdBCEPwE2wlavb5yugAc4vx3uxIn
|
||||
LBGSRdrH2rKssD7veDNLZ0SJF34+b1Z+1ZBTuE6mDBBNbjylJZRjLZcxEK05X0HV
|
||||
lHuTNOh0zvKwa/b0iRqWgb8eFWbyzG8lPTaCB8LQmBYkZvkoloGIeT76OHBlJ6+x
|
||||
c5nURNvCqx1AYro2V9X8AG07YHarbA==
|
||||
=u1P8
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlgui-5.95.0.tar.xz
Normal file
3
kxmlgui-5.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1065d4517a9fb5c7b94143004ce372077fb33374b2e202c61b5e018b960b339b
|
||||
size 897948
|
11
kxmlgui-5.95.0.tar.xz.sig
Normal file
11
kxmlgui-5.95.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiamYACgkQWNDuZIpI
|
||||
s7tUJQf/ekuyeOZ/3jRiBSmnOHlniPb+zIXyqljNlHc1s4dEc+YdkQMDzMsWYa1u
|
||||
+HlDmEty9nOcu+tqXv/oQUYjx6n20JeBKhiTQdGJt2akiDgrsWkHUVuWZkbcXn2f
|
||||
BW1Ta6qpQQLwQqa+lni53r1QDTXvLYXTvsCwDoBh5//tGqE7WMVNncWVap+gL8JS
|
||||
WRCLu4GuiqlDfUOGBJfAKLxc8vIFeliDHSfMrNRUcalp2/wn2wf07GmQRiDk08+P
|
||||
WOrRrnsFrJX+tmbiixO7KsN1fSimi8dL3sOCpuFHBlSatRanHi4MWLC3BB0C7Jxs
|
||||
IgoVXjRaCvPFM+GT2r8/u32cGSHCCQ==
|
||||
=OT74
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 14:12:47 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.95.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.95.0
|
||||
- Changes since 5.94.0:
|
||||
* KShortcutsDialog: hide Global columns when there are no Global shortcuts (kde#427129)
|
||||
* Silence UBSan false positive in KActionCollection
|
||||
* port to standard C++ smart pointers where possible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 08:18:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5XmlGui5
|
||||
%define _tar_path 5.94
|
||||
%define _tar_path 5.95
|
||||
# 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 released
|
||||
Name: kxmlgui
|
||||
Version: 5.94.0
|
||||
Version: 5.95.0
|
||||
Release: 0
|
||||
Summary: Framework for managing menu and toolbar actions
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user