forked from pool/kcrash
KDE Frameworks 5.78.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=213
This commit is contained in:
parent
7b53ff48e5
commit
b93595646e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda5567aca769590fbdd96d82d64ef6200350e3c88029d26c7a3603ce880a84e
|
||||
size 22252
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kcrash-5.78.0.tar.xz
Normal file
3
kcrash-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:724a224efce588b9295b3ea01ea879d3eeefe77c843d833858718ec8bbfc3d67
|
||||
size 22256
|
11
kcrash-5.78.0.tar.xz.sig
Normal file
11
kcrash-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weeUACgkQWNDuZIpI
|
||||
s7vYdgf/RswytfNz0ue++/a2MMjk5mhF/PterJjNgWXhVzpzwkCALmQ0qfWrUBDI
|
||||
FEUT4xHZ8O8h/eJ2JsBPNcYzCs5a5SDzyTWBPCfDfB6mmzssu+HGDLkgc3+4aAkO
|
||||
QhCpyrKc4QE1+D8iIpxmw3JSytKuuULouF0s9265SsCGjT53IlWai5h2imh426k6
|
||||
ut3C839lY1R3tmd5aIBbrqOWiWV80B/5XxnG/XHX+OU5agIiI5Y0+ISU3RAopPuc
|
||||
exZZ59A2dLTooq7Ze7OitJvAbkAOtGw6PSTXgkXQI+x8Slro9xa//l8jqb+pUrVY
|
||||
Z5NHXMV69aJbRIEeAlPJAgflMb20Sw==
|
||||
=WF5t
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- Changes since 5.77.0:
|
||||
* Use std::unique_ptr<char[]> to prevent memory leaks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
14
kcrash.spec
14
kcrash.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kcrash
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Crash5
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# 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.77.0
|
||||
Version: 5.78.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.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.14.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.13.0
|
||||
Requires: cmake(Qt5Core) >= 5.14.0
|
||||
|
||||
%description devel
|
||||
KCrash provides support for intercepting and handling application crashes.
|
||||
|
Loading…
Reference in New Issue
Block a user