Accepting request 977207 from KDE:Frameworks5
KDE Frameworks 5.94.0 OBS-URL: https://build.opensuse.org/request/show/977207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=106
This commit is contained in:
commit
eeb1c29f04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74ba65d95fac0cd09cb66e14d199efc739e1a8c9aec25812f41cfc64d7f4b099
|
||||
size 896812
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJITEMACgkQWNDuZIpI
|
||||
s7uKEggAhNN5EbESMmdRVKHMUJ4kjQs11UsyRravEpgtp/lNnJxTyKEX2Ds6wxaR
|
||||
dv7yzkp6tivPC51yZxslSBFdf8u6YHovcRszTtCyBMwLAvLeYLsjrI6z9E0/A/Aw
|
||||
fTrGlt/Rhem7gcAr44yoG1b5tfm2JxHzapWBLzSc0/AvHTgaNYTLeUIUF8Y1NRHo
|
||||
cNtYQOY3cjndg0guYnfV+Pi0UrBTEd50vhdnrLn6gGraXlUwS5EjiOm45+WDXjoY
|
||||
9NihWhqWcRNdc/poxCqNUpRzKFYHA3k7BOn26uFduIcyBRqDFxjPjh49P20bV47o
|
||||
euLTsiWdpYz9mXGS31neXmg2Ko+LEA==
|
||||
=Xeij
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlgui-5.94.0.tar.xz
Normal file
3
kxmlgui-5.94.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a31730ff0ed113320817aa35a04e53b6ec647ab94320cf3b075adc38619dd6
|
||||
size 898380
|
11
kxmlgui-5.94.0.tar.xz.sig
Normal file
11
kxmlgui-5.94.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 08:18:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.94.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.94.0
|
||||
- Changes since 5.93.0:
|
||||
* autotests: skip kde-global settings changes on Windows (no DBus)
|
||||
* ui_standards.rc: add tag so kate can insert a menu between Edit and View
|
||||
* Add autotests for autosaving in combination with separate state config
|
||||
* Fix saving of state config if one has autosave enabled (kde#451725)
|
||||
* Add windows CI
|
||||
* Port away from QObject::sender()
|
||||
* KToolBar: code refactoring
|
||||
* Replace OS-specific system information code with QSysInfo (kde#450862)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 10:47:30 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5XmlGui5
|
||||
%define _tar_path 5.93
|
||||
%define _tar_path 5.94
|
||||
# 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.93.0
|
||||
Version: 5.94.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