forked from pool/kcrash
Accepting request 931072 from KDE:Frameworks5
KDE Frameworks 5.88 (forwarded request 930745 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/931072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=97
This commit is contained in:
commit
6ffdab6251
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5908d771dcd1387941424369ca3ae974de91910a37987d8ab69458bc8b6d88d0
|
||||
size 28160
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYluAACgkQWNDuZIpI
|
||||
s7vGowgAmm8kC1ZYVBIGllUy/dc9rPkPWk9brsJ5HYr/So5rmKI4+RZXk/clo9oV
|
||||
N0iYJxJVUN5xA4+473IY6WbDyz1NXdGcWNb8PQExidI3qn0eEwAWleJZZLGK6xrl
|
||||
NvSg872hkD9cKppAg3ikxMw/FyS0O5DwRptT0qc6oXeCiKsoQ9vsdp7P4ZD8rYdG
|
||||
snKu9VmZc57VcaNbcSedZ/JpUCeZr9RGvxWPNHBqeiyZ848VxuSjKQdVQGiUMY8y
|
||||
Ui43kywM1JCAlYJFBHj0uY70kdbh90rjtrDS1e502nzf/P6dQwVxwC76P9TANLpH
|
||||
vzWwzRB+G0+vtHTJSH5Y653kxLwAOA==
|
||||
=rJL7
|
||||
-----END PGP SIGNATURE-----
|
3
kcrash-5.88.0.tar.xz
Normal file
3
kcrash-5.88.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9effa892a1ab726f3ddb3c025e600c2fa02496925fcb37a525d4ac5713199e3e
|
||||
size 28176
|
11
kcrash-5.88.0.tar.xz.sig
Normal file
11
kcrash-5.88.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjhEACgkQWNDuZIpI
|
||||
s7voXQgAuMidbA1uf/lSMdyOzTAoklTJPAHeg2kqj+Q6YUW9O6yx9340p7EK2iYY
|
||||
a3CUmh8Uzp0hPWjeUJVJ+RNJhxmfB7zNeW2ELCW1F/ieFDqCUE7FPVe6z7KepBDD
|
||||
ursJP2rpHe3UnrPRA9BBk/JcMVUhiE4OsNQaXkPb81lXdHu3LYp/UQ0x8PYuKNWK
|
||||
bDQSZ4Sg4dBNQ/hyGDyK+JeGwaWK5b5ZZqTJdo2dcZvgA/qwe3Lzi7svYtmonZXf
|
||||
FfBpd8CtmUXq2mXM5cS/W8dssDAD0xaQhP0UNdzkPDvBPStkzBLDKURdPqXyjkYc
|
||||
TckxTd5aok0NU50euHzTdAP0NrIRWA==
|
||||
=cfeS
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Strip 'Source' URL for faster submissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:07:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.88.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.88.0
|
||||
- Changes since 5.87.0:
|
||||
* Move more Linux-specific functions under #ifdef Q_OS_LINUX
|
||||
* Add CMake option to build without X11
|
||||
* Use imported target for X11
|
||||
* Fix build without X11
|
||||
* Add FreeBSD CI
|
||||
* Add Android CI
|
||||
* Enable CI deps on all platfoprms
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:39 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Crash5
|
||||
%define _tar_path 5.87
|
||||
%define _tar_path 5.88
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,15 +25,15 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kcrash
|
||||
Version: 5.87.0
|
||||
Version: 5.88.0
|
||||
Release: 0
|
||||
Summary: An application crash handler
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
|
Loading…
Reference in New Issue
Block a user