forked from pool/kinit
Accepting request 945063 from KDE:Frameworks5
KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/945063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=98
This commit is contained in:
commit
363871fe99
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2967d19fc01c2a9cedd0036eccf17e6d21e7e8cfc16f171e992180edcfc78ad2
|
|
||||||
size 119260
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv/gACgkQWNDuZIpI
|
|
||||||
s7vqMgf/USmmQmSUpimRY7jXD34YgUwbm5C6SocPnLZSwb4VB2gXvNdAHmwM1sSv
|
|
||||||
6SiSfahU8vCLi4Yzy+6zl+9avHVBeaCIxkpdJmQKpigI7hqItXG0SWaz9Vt13idE
|
|
||||||
uGyyDB5u2fVeNGH5CDUq4Qw+6SuuadkPGvrNPupPSdDIx9WwKa1lSlACFeK+S3UW
|
|
||||||
0cmdJZaFkcHD/pKM/v7S3Q9UcCVM1paauDdIlii6yWpJneFo23vYzWGKIpPcJxCm
|
|
||||||
HJt1Ycwom2ZdOSbChIzF+mNX4iZdHG7AO1CAmrim4p4vH7DEkgLU9Agw9hKnf9lI
|
|
||||||
S6BZTR2RgpegeWuSyqwe3zwF+6HIkQ==
|
|
||||||
=rcwS
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinit-5.90.0.tar.xz
Normal file
3
kinit-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a3858eeb80b044e884bdc77e110e7ecb34cdb91575c544a95502123a183c57c
|
||||||
|
size 119236
|
11
kinit-5.90.0.tar.xz.sig
Normal file
11
kinit-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV3cACgkQWNDuZIpI
|
||||||
|
s7sGhwgAjDT3oDuvDSa2fZxwr/xI96HD6bh7BX4fZslCxRh3Kf9RWDaWLRluoCb9
|
||||||
|
soeaEgOE7saWPA9+O6TNKgQPjDDtyDp74qtXDK3GKJJ9+otQMkwk0ic1kuByxKYn
|
||||||
|
n7AXWYQk8omPngay/wAMH7+Jp48w76nlC58QTmPx9rT7LDlsiUTzV9fkBvIehb8K
|
||||||
|
aXd9z7iTGeWMQTkhxqC2QZHKIn/fez6/CjdND58qR50abun8/YqYm9KlVSTNOZgp
|
||||||
|
OVmZCwPIAjVVgrTa2N4vlzqzfHGnkCqkulSR7bnz/o0OxqL1+jBqSz6ecJz4d5G/
|
||||||
|
fV0VQRfitiyxV9OZjuLIwvnuZSSYjg==
|
||||||
|
=cmZW
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:47:39 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
|
||||||
|
- No code change since 5.89.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 22:56:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Dec 4 22:56:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
15
kinit.spec
15
kinit.spec
@ -16,21 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%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: kinit
|
Name: kinit
|
||||||
Version: 5.89.0
|
Version: 5.90.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
|
||||||
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
|
||||||
@ -57,9 +57,6 @@ BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
|||||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang = %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kdeinit is a process launcher somewhat similar to the famous init used for
|
Kdeinit is a process launcher somewhat similar to the famous init used for
|
||||||
@ -87,14 +84,14 @@ booting UNIX. Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user