SHA256
1
0
forked from pool/kded

KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=238
This commit is contained in:
Christophe Giboudeaux 2022-01-09 10:15:01 +00:00 committed by Git OBS Bridge
parent 74d82dad18
commit b124eaf7d7
6 changed files with 31 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv80ACgkQWNDuZIpI
s7vkUQgAuN4G83Ynw/d4tcOYQwD/WNuhyKS6Y45wjeRaIulOqTbYtrO6qdoCy4Rh
jJi+K0pJI+tlFIG0eiRCEwVvygaUWA3ai+DDLMkdu9nIm5KEpPyX1a2tR88xNRgq
RhfToUxXTQfB+At9lzwHcp6JJrqtW96IqBDKakRM6Wz6U1bocwfNjvCVwcNMns2v
2MAqA0g+Q09eZ3P6hKj9gVqEQHYJdPS6DK5LJfodehbhx5F/ddDCfimy50j8Tvf1
i7h/XZm4sAnxn+k11xgIEmQqy71WyZh0bEnl8XG0XTX7oDwwW0vhRZ8Sr14xQsTp
PppgmUp1KxVlzlia1uzb7ixFvwN/Vg==
=sO5T
-----END PGP SIGNATURE-----

3
kded-5.90.0.tar.xz Normal file
View File

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

11
kded-5.90.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0sACgkQWNDuZIpI
s7u8nQgAlyOCqzonNtb189gVz3FFl0rLKE0YSWMBbdYJJ2ftnfWjHI5noJF8W4EQ
MjF42NDczDarvUgUsO+G+3VsKr9KjncD6IMPXvrLt0r8pXoTlcWEXpdjHwzxCPtl
VbORQ41o8dRtnKXwGHgQv/wrDb9MEejYzTvOO8pTO8qRCkdzMo0dSNOU+//XH4jA
p9B55wjTKfvO5iMpY+mBnUls544iXM4QjOFWySGZ2h8Q5lWJ/BCkZs0Rs4HJ8OkB
XbRnc4dHCzSxp6+fSwlcmGPsUNjpuqz/Mw0G6GqFzgRW8ExSxbOj5gnvVZVQ8oVs
1rfaVig58EHlnXHYuLYzC8fOkm8o1Q==
=W7E4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:25 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:
* Fix build with Qt6
* Make it compile against qt6
-------------------------------------------------------------------
Sat Dec 4 22:56:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,21 +16,21 @@
#
%define _tar_path 5.89
%define _tar_path 5.90
# 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 lang
%bcond_without released
Name: kded
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Central daemon of KDE workspaces
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -83,7 +83,7 @@ Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@ -98,7 +98,7 @@ Development files.
/sbin/ldconfig
%systemd_user_postun plasma-kded.service
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif