Accepting request 1008987 from KDE:Frameworks5
KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1008987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=109
This commit is contained in:
commit
bd0e05a152
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5b47670442798dfb1b4a771d6e4be30cc12b730add2c3ab6c7b3b186deb1ecd
|
|
||||||
size 39552
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9QIACgkQWNDuZIpI
|
|
||||||
s7tdAAf+MPyX9RsXsq2Yu4uyyXqIdtEnPC9ssBSvnbCBEy0vuNTU4mFOaPcIwTZp
|
|
||||||
JfDYxDkDKytW89sjxlZfqEjfRcxlT80y+pIJkuFbSsg5ZUn8Ias8qkO5F82NTRjb
|
|
||||||
2U0Fvbv1G8ZxfDRY4JQ17MGewJDRU7NWHcNgHL3JoHTyG2ZHmhBrrJGV4ofByaiZ
|
|
||||||
DWF9Fk8fjVt0qcBOhMoveVbiGJv/FE2Q4mAxWTnABkdbePWN59yRCD+WTMijITAo
|
|
||||||
VppYhAptcW94ovbFoOZ0SnlpxVNPX7GU3VlSqsOKPyr4jDFXl3xlQUPiFaqIvHrh
|
|
||||||
FSlYPqtNiduPVsXrLUJo4bBNdCvrIw==
|
|
||||||
=IO6Y
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kded-5.99.0.tar.xz
Normal file
3
kded-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02c1d8354dbf4e3f47a8ae9d8bdbd1c7942d46acd966bdd7d73fd971834870cd
|
||||||
|
size 40800
|
11
kded-5.99.0.tar.xz.sig
Normal file
11
kded-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VVkACgkQWNDuZIpI
|
||||||
|
s7vx7wgAtxqqyY3+Nnh3ZHS3ufrQkoJZtHe421LfrAA/H1ia8agYF1rD8oncZXhJ
|
||||||
|
3SLnQMd2/ho9M0mM8VA6WtG9Cqt+Io+OllYJWKjIOsIJLPRmlrKVJb8S7b3Rxq7l
|
||||||
|
CNxJZ/KPSd/hzCPbc/wPoxhHnPupm0Ht7jMNBkC7DYMRQlD5X4nTveEPKAJNI7J7
|
||||||
|
ue9Ob6Stg3VCsD16FS1CfawC8eRgrfoKPP9MYFso+Fu/yu3evM3xQU39/H5xQQI9
|
||||||
|
m6M8NHRklRgCe3ps2YyWqnN+xSMYXw+4vFb4FF7gr5t/CR7oG6B/WekMcw3k5rC5
|
||||||
|
rYqRYBnyI4ckP4JcggMQlYZEzF6eiw==
|
||||||
|
=yINY
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 1 15:55:39 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
|
||||||
|
- No code change since 5.98.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 6 07:16:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Sep 6 07:16:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.98
|
%define _tar_path 5.99
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kded
|
Name: kded
|
||||||
Version: 5.98.0
|
Version: 5.99.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Central daemon of KDE workspaces
|
Summary: Central daemon of KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -79,9 +79,7 @@ Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%if %{with released}
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%endif
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_user_preun plasma-kded.service
|
%systemd_user_preun plasma-kded.service
|
||||||
@ -94,9 +92,7 @@ Development files.
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%systemd_user_postun plasma-kded.service
|
%systemd_user_postun plasma-kded.service
|
||||||
|
|
||||||
%if %{with released}
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user