Accepting request 945091 from KDE:Frameworks5
KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/945091 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxmlgui?expand=0&rev=102
This commit is contained in:
commit
0c99ae3feb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6c8938fa2f75c4b9b8c5badd1192a373e2c0b971db17ae5f85ce7d420784e56
|
|
||||||
size 887588
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwDoACgkQWNDuZIpI
|
|
||||||
s7vaZQf+L6iG9T3StUVNS0Frvx+oazf6EGRHgWnt8QTmZjKY9MAtwLul2BqGD9Sz
|
|
||||||
6UbuHbi2ljAPFr/kvepZMVXMVjmxDTcFmyyjt2KO5VPdw1VyUEbo0+YdRw7z6W7A
|
|
||||||
mYy0AwBvI9IkUFaCvCMf8HrFWaEge+MZqUW+PWewPiFKXvEAoXikOMcQH/tNLFrp
|
|
||||||
+35g0rVp0Xn92U6dxhiqZ3LntA707P9MEtF777EEMHpwSpug3zLPmU2JjAmI+Sut
|
|
||||||
9vVqqSY3/R2JRFbh4kxHqinK/+D4DacIOtG5BoMft7JtWWc0kQT3efZVxHNi6FzN
|
|
||||||
Qqs+XVu4RacNpw+24ASimZQ/TNnTAw==
|
|
||||||
=Pm21
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kxmlgui-5.90.0.tar.xz
Normal file
3
kxmlgui-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f7bc9b305b49a304379d82037dcfe63ba89e6a4911cd4ac3c831dd3330f1be1
|
||||||
|
size 888312
|
11
kxmlgui-5.90.0.tar.xz.sig
Normal file
11
kxmlgui-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV7sACgkQWNDuZIpI
|
||||||
|
s7sF9gf9Hcv3D1h/rMBimcQwlIh2bH2WzSTM/FLnl8JKKhuJXcHYMOaHxZSa7fey
|
||||||
|
zuavSAwK7+/y6eRBtZeyR1SkW2eRtVKOaArPaEbWcyCpjucyMjKk3jJiU7+erIld
|
||||||
|
utryVwaJQsT6UGcCDhPHM+vt7syfH4ISAUiz1pGWHyyi/IyXif9jfVyX+yDlqKyz
|
||||||
|
j43JTkiSHpje9qLsKfojzC+01XecvLZGjJ7fu5c8iO10zI2Fls13iTMRSYz4C3aU
|
||||||
|
sMwmNQIQUIPF3VKVtv0PfZtF++9UIVSWKaVFOFlIJJ49X95aI/0nqqS1YO/m732s
|
||||||
|
TACFFLeAubfegSjVxM/Jez+objbu9Q==
|
||||||
|
=2kOb
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:48:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.90.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||||
|
- Changes since 5.89.0:
|
||||||
|
* Port deprecated method
|
||||||
|
* Fix nested @ expansion in CMake config file
|
||||||
|
* [KToolBar] Add actions from delayed toolbutton menus to context menu
|
||||||
|
* Change the build system to enable building with Qt6
|
||||||
|
* Do not steal all keys from shortcut
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 22:57:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Dec 4 22:57:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
15
kxmlgui.spec
15
kxmlgui.spec
@ -17,21 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5XmlGui5
|
%define lname libKF5XmlGui5
|
||||||
%define _tar_path 5.89
|
%define _tar_path 5.90
|
||||||
# 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 released
|
||||||
Name: kxmlgui
|
Name: kxmlgui
|
||||||
Version: 5.89.0
|
Version: 5.90.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
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
Source1: %{name}-%{version}.tar.xz.sig
|
Source1: %{name}-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
@ -71,9 +71,6 @@ description for example for integrating actions from plugins.
|
|||||||
Summary: Framework for managing menu and toolbar actions
|
Summary: Framework for managing menu and toolbar actions
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Obsoletes: libKF5XmlGui4
|
Obsoletes: libKF5XmlGui4
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{lname}-lang = %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
||||||
@ -113,14 +110,14 @@ description for example for integrating actions from plugins. Development files.
|
|||||||
|
|
||||||
mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
|
mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
%find_lang %{name}5
|
%find_lang %{name}5
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
%files -n %{lname}-lang -f %{name}5.lang
|
%files -n %{lname}-lang -f %{name}5.lang
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user