forked from pool/kinit
5.62 (updated)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=196
This commit is contained in:
parent
6dce93156a
commit
ec706a8675
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1806bba9cc3f4d9c5ed23f49eca30707e8f74a99d35f5022130a46a395f2858f
|
||||
size 120376
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAOQACgkQWNDuZIpI
|
||||
s7vCIQgAwV3fQ7BeQ7MyQCLtV58z9kDuDh0uYol0Tft4HE5mS0mhXCp3H2qXsOxO
|
||||
nIy0nl1vcXgj3jImI/1aQ5ArvK3UBm0z/2FRd60dHMn0+SSc9DqwRf8AmjuZFltF
|
||||
YAdipvhUj5rLptIp9HgjEUHvGIEziO2bpeA06cVn2DI/NDy1kNbnqo1xgrxQS7Er
|
||||
yFPbvmpLIFktH96THayKdxWxmODxQ1G3csUywMetBnmsyb6hjTSTeYVWUYHAV05W
|
||||
jaTJXFfyxYNTNGFzY5gmdVS9gmcS3kOgKpcAGbdoSC7HKSrQ70dhpAWL3R6a/Du7
|
||||
GIAvhCNhoWDTn3Ykdo3Z4JXFTnUfVw==
|
||||
=nSVE
|
||||
-----END PGP SIGNATURE-----
|
3
kinit-5.62.0.tar.xz
Normal file
3
kinit-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c4b066362ab6528b5c9ac654c20cc4eeed87e5384b26b3aa1df968c98c1e21a
|
||||
size 120668
|
11
kinit-5.62.0.tar.xz.sig
Normal file
11
kinit-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz8IACgkQWNDuZIpI
|
||||
s7uMGgf8CXNT+Qp3w7zAzW8nf7enR7FDi8sy8bbkNpDptsVOxtC5k4ewwovBMMVG
|
||||
8TXw5vs2D7s0yV0FvnS3DlhzlmZlYYSURLtK0RRKARHGcGgqOgy2Et0LWh53fgpY
|
||||
61NXA6hZiXjTl9pBTg5MxNu/yxacx8PeHRGIl7T18+4B0Ecc6iMqwg6XG3iG0wAb
|
||||
AmpuSHOx4Tu3CLxqUmoqNhujTKplftVDr+71h1QOcAbEae/aCMiGXwsMaejZu1G6
|
||||
3k2OHAxjH2XT7/hid/TB48EpuOsmTnYUUAuBlVAnl2NATF0Z7vnd9ZxDMlWTI0Eu
|
||||
gAFxOTR+Q+BRuaQJDyGJYPCnxIsNCQ==
|
||||
=qBl4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:52 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- No code change since 5.61.0
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:30 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
14
kinit.spec
14
kinit.spec
@ -23,7 +23,7 @@
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kinit
|
||||
Version: 5.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Helper library to speed up start of applications on KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -42,16 +42,16 @@ Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcrash-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdoctools-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kservice-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-progs
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user