SHA256
1
0
forked from pool/kcrash
Christophe Giboudeaux 2019-10-11 12:55:51 +00:00 committed by Git OBS Bridge
parent aca2e9c258
commit 42550ac50c
6 changed files with 29 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyUcACgkQWNDuZIpI
s7tuRwgAtD+UiYJ6kPaIu9W0ztJ7djQQfhJpAYSsTCCrnfsx7Mt9Prlk2GuaQqlq
UzYXLLjB8GUx4Q2C4iTpsvLKapzlcjricFGXDc3B9XTBrpurpTdfnrpyLP4318ui
a2RPdJsIaOym98BfaNlujYxb4ygk86cDvAV6BkFdUCkZyehI+Ni9jxLtZIXF+cHw
9Zt9AWHQeaeHgYvXa4+dHdyeAVwee+euoUT4JlPFn+IbFh8RrAAWuiVVHccHLG2T
KOC8Rj+zq1Pkb7TkoBrfwatJVcPf5NFRxQF4MP0DEHp/0tOtl575k3b8OvfYP/Mt
CGqusAoyAt3+63RuAv0X4KwyasX8Wg==
=QLr3
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- No code change since 5.62.0
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 7 20:36:36 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Sat Sep 7 20:36:36 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Crash5 %define lname libKF5Crash5
%define _tar_path 5.62 %define _tar_path 5.63
# 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)
@ -25,7 +25,7 @@
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without lang %bcond_without lang
Name: kcrash Name: kcrash
Version: 5.62.0 Version: 5.63.0
Release: 0 Release: 0
Summary: An application crash handler Summary: An application crash handler
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -44,9 +44,9 @@ BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5X11Extras) >= 5.6.0 BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
%description %description
@ -65,7 +65,7 @@ Summary: Build environment for the KCrash application crash handler
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.6.0 Requires: cmake(Qt5Core) >= 5.11.0
%description devel %description devel
KCrash provides support for intercepting and handling application crashes. KCrash provides support for intercepting and handling application crashes.