forked from pool/kcrash
KDE Frameworks 5.113.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=276
This commit is contained in:
parent
ef98378333
commit
dba00009e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd77ff5b8e0211477aff6ab22b90f491edd21ad1bdb479cf5f88aec82c8259e9
|
||||
size 28296
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGxQACgkQWNDuZIpI
|
||||
s7sOKwgAgfkHKppeg3L/dY+pHyEl3Gpasrb2/kGxlQUaqQEtNuhqfF5/CqF88oQ4
|
||||
SaYD82ha4ZhwH5r8F6HE2gl2HU9csK0LondrSVCJ1xkLG47gjMXo7TyAPnlo0hS6
|
||||
KUeIxx/GUoFRx9141HP1YKtYu1vPKbVXiNdWD63tPCuarQb2biAvqf3/YLPwFLRJ
|
||||
i6te1i77sVECqSs79D1dQxYCon58F7T5NTbCUpJZ0+jE8lEFBdXCHPJa4XFFM8JT
|
||||
ijEti/6MfZtX8ahDZT5CEYEckXwG/5MbXnw0k8Wn9zJKMOZe8vmXyVEWSeLnjSF1
|
||||
/lBZNFyGu+OWF3zmcRLaaYcHNyholw==
|
||||
=GW85
|
||||
-----END PGP SIGNATURE-----
|
3
kcrash-5.113.0.tar.xz
Normal file
3
kcrash-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbd9f9e642983cba9881e102ed26ea3420f8341856df0334188d4d666a07e9d5
|
||||
size 28308
|
11
kcrash-5.113.0.tar.xz.sig
Normal file
11
kcrash-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:29 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:48 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
21
kcrash.spec
21
kcrash.spec
@ -17,15 +17,14 @@
|
||||
|
||||
|
||||
%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}')}
|
||||
# Only needed for the package signature condition
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: kcrash
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: An application crash handler
|
||||
License: LGPL-2.1-or-later
|
||||
@ -35,15 +34,14 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
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: 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: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
@ -59,8 +57,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: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
Requires: cmake(Qt5Core) >= %{qt5_version}
|
||||
|
||||
%description devel
|
||||
KCrash provides support for intercepting and handling application crashes.
|
||||
|
Loading…
Reference in New Issue
Block a user