SHA256
1
0
forked from pool/kcrash

KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=278
This commit is contained in:
Christophe Marin 2024-01-14 15:36:43 +00:00 committed by Git OBS Bridge
parent dba00009e3
commit c8a8e849c1
6 changed files with 34 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAkwACgkQWNDuZIpI
s7tVJggAopE5NpedIXAKMaNoLChlyPN/VUS3j66I+6fh9+ubNphYP2tjF8yZTfBi
htmmEozeHYa1L2bHFay55/tTjgyzvCmi7oh8ugSgVn8r4JsuhhnuO16e1M4UjYEh
kt639+Mg/3SmtkYI56zy9Ww3RYB8SogeAqBrOHmJSh39wTFQJXWsNjz4/9/j4Irx
IccFi9Hj9bY0vyO2ZirhDUzf85fUZpIegqAkZ0VJM5DL3UYg/6Xk1orQABbsaiu8
cjSlSCq/0ne3k1WNsFzqgCTv2rq7VlaivsUDeBZneBykd7H/tjW58gqyQET0Kask
vXn4MjOgNnlep7j4ue/GVCp8ADDF1w==
=A3xv
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41f649b439cb186c15aeee6dc183744ad6045767d186c876ee58de399a2771ab
size 28292

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJs4ACgkQWNDuZIpI
s7teSQf9GFE9abE+vIAcVZbRZxpOLATxpR9xI8jBbOaW/2bLAMn93zutcDNnIc7z
oyd4bu8gJ98BkZNQsuPfhY2OTI37z94VYniHolMXehUSQCPi4Z4gl5tubLGdayqF
TApMbs/jzv+afNJx+2UbZPZMicZaoPxDvwjNXHyOg3hs9eN/6eXQN8kMQIWdhQ81
UYJaM2kxYuK2RtSvuhQ3y86VB0TV979+DTuv0s73uajXnqK9SKRMC5iEbp9DmnrN
N0pueGlHeiCDp5+nZd+EU45NVtvb0O6GFWspDK7UNtUVKJLym97vvuf1oKPoBmGs
DUIj4uDPsQxqOAPZOPpVmmy1Z98ojA==
=fWni
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
-------------------------------------------------------------------
Tue Dec 5 11:17:29 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,15 @@
%define lname libKF5Crash5
%define _tar_path 5.103
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%define qt5_version 5.15.2
# Only needed for the package signature condition
%bcond_without released
Name: kcrash
Version: 5.113.0
Version: 5.114.0
Release: 0
Summary: An application crash handler
License: LGPL-2.1-or-later
@ -34,14 +35,15 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5X11Extras) >= %{qt5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
BuildRequires: pkgconfig(x11)
%description
@ -57,7 +59,7 @@ KCrash provides support for intercepting and handling application crashes.
%package devel
Summary: Build environment for the KCrash application crash handler
Requires: %{lname} = %{version}
Requires: cmake(Qt5Core) >= %{qt5_version}
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
KCrash provides support for intercepting and handling application crashes.