KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=268
This commit is contained in:
parent
c4f4d5afb0
commit
84d8bc8eca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c71913964fa66cc03d9faafeb91efd397095ecfc369f3cd60235cfda49484a1f
|
||||
size 4291252
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmmoACgkQWNDuZIpI
|
||||
s7tClQgAp/uwlHnKecQiCo3a7ieQUmCp9mOWmqjWQrxkyFbag0Xwq6H4RbGjUD7f
|
||||
CGhC7UPqvhPKwe4hD2wqrR+FTf0ZQxZKbCSrnYDs5dkEDzlmKrqWB8WJczdKqNHd
|
||||
upTpzhHx7zSPR2YWAmeJlMR9DlA8xxncJmeT7K2R0/BeAanNIZImoimf88syqdI8
|
||||
Db7B8hYCIgqDyMBi3nrVeWgDrpwA8nTwOweAXs+gbJ5gAOqlD9nDLV7pCMU9TCS7
|
||||
f9GOJlVPEV79mZ7vNbmAbvmCh9qpm6iJeF59HbL4WuNQSkSmWqbnQ0oMQHOH8X2C
|
||||
dzb8syMQ/mjV9r2Y1r8E5pha28OE/Q==
|
||||
=IbVd
|
||||
-----END PGP SIGNATURE-----
|
3
kwidgetsaddons-5.101.0.tar.xz
Normal file
3
kwidgetsaddons-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78913d3303e94329db964bf072b9e565bd582fbbd026310dce6e994c8d083823
|
||||
size 4295084
|
11
kwidgetsaddons-5.101.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLbQACgkQWNDuZIpI
|
||||
s7s/tgf+JKXL/R/H3cdfN5RwnVEChehhxkOD+SJrHcdl9Mge5hB6hnK7PqJaS4Xd
|
||||
6K6cZ0kObDde/dmQPI9zxPQhjGsW00FHOUAm9nlqbMGnc86OPGQmwAhZ27sJspWD
|
||||
UUEwzx8GElt6l08Q2KkJx6YApOD2d+hl1ey3wB8NVqwi4ZcY2Gbr0Xp++57Ccaqe
|
||||
T7MR/xoinmeFxkQNcNy0qyqpbtg/pbvdwD2IS3WkLvR4jw00AnhwGdzKut73KAHG
|
||||
xbL3L07AdCwV/KiLv6qF8ovdBxkQ894K3YFa6CQUgdipg5FGi6aCA3xR2fFyBarR
|
||||
lsjykziKXVJdWuKGURHKPt8iGXg4eQ==
|
||||
=h+li
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:11:04 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.101.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||
- Changes since 5.100.0:
|
||||
* Extend KRecentFilesMenu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:35:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,18 +17,17 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.100
|
||||
%define _tar_path 5.101
|
||||
# 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: kwidgetsaddons
|
||||
Version: 5.100.0
|
||||
Version: 5.101.0
|
||||
Release: 0
|
||||
Summary: Large set of desktop widgets
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
@ -51,7 +50,6 @@ KDE Platform 4 "kdeui" library, you will find many of its classes here.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Large set of desktop widgets
|
||||
Group: System/GUI/KDE
|
||||
%requires_ge libQt5Widgets5
|
||||
Obsoletes: libKF5WidgetsAddons4
|
||||
|
||||
@ -62,7 +60,6 @@ KDE Platform 4 "kdeui" library, you will find many of its classes here.
|
||||
|
||||
%package devel
|
||||
Summary: Large set of desktop widgets: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user