Christophe Giboudeaux 2022-10-08 17:28:03 +00:00 committed by Git OBS Bridge
parent fc04a37e82
commit e5cd18f8b4
6 changed files with 28 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9XUACgkQWNDuZIpI
s7vaowgAifJPXNExOwnGSs4cwp7LHIQeIOAs5LZ2Gd1WZyj6VuIO+7LkQeaek2Zo
SRdUV3AVtQCgesslMNSTdrkPW8Mm8ZqbIoWa88I9c8RXVmz7pg6yESyej0V4PGaP
bOPBDB23Ioo1EyZD8xqxTqpsVugfvo8UlNNRhW3pXxjdBHU8kUpcJnbEwZLsLVeG
pS+9B2ofAAoDk7mzOe6zxyobpN6+nybAhWaBf5+V/z+2Vu7zWCcTukJbtdR3qazw
9jTHprWT08FXACAyangHS3jtmsNL4Ws5zRi1D2pqGp0Zsjdrc5zqah1vi2nogBTg
iKYlVTEwIOcqmJ14j/WE1W34rXDwbw==
=RxRW
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VckACgkQWNDuZIpI
s7umaQgAvTMFtx+5EHkxBXkmJhNbzHgwsPgnoVXsZF8qV/hXVwj/siIxXGVY8W8L
Eh+DmWq0Tj0qmLVHWME69cNaur6tiVJF2Es0UHocwJFdnmN2nWv7TjtCKmilVnLL
f4HbjZxJydRhetfINXfCLPDQt7X7UtydGUKgQBVJ2mJPw73aDcim/E44ySg+HYpu
iOFtq0zYxrJXVms7tzFv4iAScvOiaOzKqQuTTLsFFVzTx5NDXuyTGtk0249khmev
Rgoy9kFPmUbBqPkD+ISOZYMuIubfy/y8vqz7QAZ5iu8n7fVkjZ43dP/e6DrP0hq0
5BZpJ0qTkB79CibezNaHPMUDLKzgag==
=Ph7b
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Oct 1 15:56:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* use same config for position restoration as for position saving
-------------------------------------------------------------------
Tue Sep 6 07:17:24 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5
%define _tar_path 5.98
%define _tar_path 5.99
# 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.98.0
Version: 5.99.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -109,16 +109,12 @@ description for example for integrating actions from plugins. Development files.
mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
%if %{with released}
%find_lang %{name}5
%endif
%find_lang kxmlgui5
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif
%files -n %{lname}-lang -f kxmlgui5.lang
%files -n %{lname}
%license LICENSES/*