forked from pool/kcrash
KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=211
This commit is contained in:
parent
acb93dea40
commit
7b53ff48e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4e32254b22f1f02db556be2ad40000cc52cac2e30a35682af3c75ac69710993
|
||||
size 22256
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5GIACgkQWNDuZIpI
|
||||
s7sNxwf9F9Sw4O8GPxX2AYTfRiZ/2GmlYgkf9298sEi31sVp7b/HrYiSoRPuxGIK
|
||||
WGOX/S0Z0GWTQWHfTEk30eDm+5bRKwhr2O64IRILRYeoZRJ1OgOSarwDo+PdBrOP
|
||||
TB+TyxvY5sSoJ6EcMRqqJ/JJDr9zK1j6gWZYB1j7Nkhc0nzY5oqFug7NU4p2W6JD
|
||||
/RuGRm7jk+Mez765fj4Ts48Vidb1C/Ij6gUI5eN4GPsfR7+WRSkoG5pOFEwhQyPR
|
||||
C8hBoyNCMXOSRQTYo1yg5VIpjJQ8leHxFTCg7leVdCNIa0tj2kzCJqncSLyHdMuu
|
||||
eZsiECDAJXjCNEb/3NDxgpEGm2iTNw==
|
||||
=d+9r
|
||||
-----END PGP SIGNATURE-----
|
3
kcrash-5.77.0.tar.xz
Normal file
3
kcrash-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda5567aca769590fbdd96d82d64ef6200350e3c88029d26c7a3603ce880a84e
|
||||
size 22252
|
11
kcrash-5.77.0.tar.xz.sig
Normal file
11
kcrash-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0UACgkQWNDuZIpI
|
||||
s7sqDQgAruIu4CeSFq+JEM/2wvvwpo4foIjsQdhvL//Sty0vZnmgGYySMhGEOBMa
|
||||
NtyExAS4mDxR2FGukI2DUQpfgvNPXExCoqvkVlq3WOjwwUKy7Dbz7iZIbZgJgVsi
|
||||
SWq/ACoDXxvRlLazTvGWRL/n2J2IBuTRf6tE6HoGWYqfPUm0CXTXEyVT+ya2bEPE
|
||||
l7HRGghyNqE5VVgjO9FWi710Q3phHScaVnemAGfFahSbwJG99T2ZpSzp1w7HbbJl
|
||||
53EBmNo7b+2pLQJf/e8qSfAjBnw/sbcxpm9m1jA2Ln54pGSPZAHvhhK6nsztnzgl
|
||||
x7HathKAFMOPxQqf8smqHBFns30QZQ==
|
||||
=EdLT
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- No code change since 5.76.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:28 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
12
kcrash.spec
12
kcrash.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Crash5
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# 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,7 +25,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kcrash
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: An application crash handler
|
||||
License: LGPL-2.1-or-later
|
||||
@ -43,9 +43,9 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.13.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
@ -64,7 +64,7 @@ Summary: Build environment for the KCrash application crash handler
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.12.0
|
||||
Requires: cmake(Qt5Core) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
KCrash provides support for intercepting and handling application crashes.
|
||||
|
Loading…
Reference in New Issue
Block a user