KDE Frameworks 5.103.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=274
This commit is contained in:
Christophe Marin 2023-02-12 09:53:02 +00:00 committed by Git OBS Bridge
parent 7c469acae9
commit 9cc0fb5ee9
6 changed files with 27 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SVoACgkQWNDuZIpI
s7vWJAgAuUB9nF0z+rxwfVZEaO39dbiNpVvzcfMJkb4ScqxVlNBsq2mmqZRxYPrP
ObnrGlDFb3ExJGdFP0nnUvL1vDR8aC2sXfQkkVMime6/j19ugsQmxhmkr7eBYei/
aerJPD28H4WKqi5N0F6VzT0vlNZjudLEY43ZpBOeGW1mlSWwkDDqZqOzrOt0ERTr
vei+xgNvp6VwwQUVf92Op5rMpZaREzpqwfo3ePLdqFXxDm/T12dpwtdz2sS16+7x
ZAv6L0xYWHEQpjDhhYHOaNxCTbYjtuhkZ1zaeC3UHzo485ySHxS8mi1k8drUCvD3
bqRKQqHsvYBOT6nuud4MdXk+AygXhQ==
=40mo
-----END PGP SIGNATURE-----

3
kinit-5.103.0.tar.xz Normal file
View File

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

11
kinit-5.103.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfetsACgkQWNDuZIpI
s7vdzQgAuLx2kW+FfmYWtUV9Zznh/7rY64qQecVEDkvLth9v8DjNZ1fAJUkt7iRr
a9EWmLvfT9k6L6TXyWo4U9rNj6llAA5jf5mhqMCqUoSRNQB2DTe4eYRnQxaSlrv6
Q0jjlevmRBe5iz/wdEmX1pJJHqlhQ/DoRqwhm033Xdey2wRJSHCuANh/vRXtTsqi
a1c6SYrg9/tqECmo1bnRVgNcrcp8sXem5aUNDeF2oxbq6zYKmLSb+6oYWD9sMF62
CunDnmYx8bZVQqWQyQisMNNDcdFqa7XJ/+NYKwyHvMc9z1OtZ2IWn43CX6JFmz7F
BHd+jX0knMlEcozQLRxYmpWiEuaR5Q==
=MbLK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 8 09:12:55 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.103.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.103.0
- Changes since 5.102.0:
* kdeinit: Use close_range for cleanup_fds if available
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 12 08:18:55 UTC 2023 - Christophe Marin <christophe@krop.fr> Thu Jan 12 08:18:55 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
# #
%define _tar_path 5.102 %define _tar_path 5.103
# 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: kinit Name: kinit
Version: 5.102.0 Version: 5.103.0
Release: 0 Release: 0
Summary: Helper library to speed up start of applications on KDE workspaces Summary: Helper library to speed up start of applications on KDE workspaces
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -85,8 +85,7 @@ booting UNIX. Development files.
%find_lang %{name} --with-man --all-name %find_lang %{name} --with-man --all-name
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files lang -f %{name}.lang %files lang -f %{name}.lang