SHA256
1
0
forked from pool/kcrash
Christophe Giboudeaux 2019-09-13 07:44:52 +00:00 committed by Git OBS Bridge
parent f6b011ebf9
commit 9cd3764756
6 changed files with 30 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAJEACgkQWNDuZIpI
s7scUQgAsLYQlwMDNPJ8BLpKzuQxJAtSACMIE9tncK27azlKfEZCyHqJEB+u6q15
j5iZubebZskX2kEx+7d8ezhDzWtR6sI4DaZzVoHpkCOMBypOBJElJcxYCoTNxkQA
KDhpUlamt8A//PV9saTVfZM9wWTcvPG6ZzaRPI1DJjKRoxzJDto11vDiPqxbVJEm
SNNaraXkhuW8LVQ2BRqMO4C8Eqtq5oWnvpq8go/doAJ0cRMvEyQEbRPBmGICJt8J
qVmvYxnGa7xkcpFwWPH5E+5NCDdaMQ/oPg0ASLbslA2YNbp8CrWxx5i9QpDJxT69
5MYJOyrtEs8edEKuILV+sONgYtu+wQ==
=siVb
-----END PGP SIGNATURE-----

3
kcrash-5.62.0.tar.xz Normal file
View File

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

11
kcrash-5.62.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz2kACgkQWNDuZIpI
s7sw6ggAughfDHoYPcV1M0R1sA2HFTYOpaF26Djh8tPHCFjH145a8hlI9WYX5Tuw
NZjGNLOwTDKY9m2RXoFbo1RLM8MNjUfiRClHmfb9k6ZvWVgXaomL6K7MLk0ewmB9
5Et+aKKYhai/QZQgBCHLtJWmJ+FkDrE3EYPHmz/p8VjnF7G8k3lKK1eJCHpP+Sqp
DayLrY/CUAXzVGzVwKY78GZ++T4+TD6XEMu9cNNg0jKAmx/4xnrSGrzfR1eC8N/5
O56RXhov3F3QFtRc+DE2fhpKZHBnHmYrj83Va+BLfOEFlCFGqxeln9HhUbauXi2N
IqTK19TuMEt9XGBRMfI1g2xnpODFQw==
=a9rO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Sep 7 20:36:36 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
- Changes since 5.61.0:
* Avoid enabling kcrash if it's only included via a plugin (kde#401637)
* Disable kcrash when running under rr
* Remove unused includes
- Replace foo-devel with cmake(KF5Foo) in build requirements
-------------------------------------------------------------------
Wed Aug 7 17:51:15 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: kcrash
Version: 5.61.0
Version: 5.62.0
Release: 0
Summary: An application crash handler
License: LGPL-2.1-or-later
@ -40,10 +40,10 @@ Source99: baselibs.conf
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
BuildRequires: pkgconfig
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5X11Extras) >= 5.6.0