SHA256
1
0
forked from pool/kcrash

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=191
This commit is contained in:
Christophe Giboudeaux 2020-02-08 00:14:11 +00:00 committed by Git OBS Bridge
parent 99c865ce9b
commit a8378a59cb
6 changed files with 35 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxOEACgkQWNDuZIpI
s7v55QgAkpuIBDep/Y2Yh/wk2/E/+hTYlQt+0FqU5OpqXocEOrHaZ+HeTM80zOE/
7ToWFqw7fN2+mTFf1SIMi+us7Nhwhy6HCEv9WR621CecGhWRsqDYGkUWZZvqq76a
ZNmgLe4TJTEy7W7a+ori7sDrLizbL/RL0Ox1269q6DV3InpExv+DNWOWb7neBFj2
DdzlGRTZzAETX9Ebqz12pS+ZWTIvw5jYRaFa/0/CXP9btq8WuYDQfn85j0D+tPvO
oqjOW9ochT+aJoWN60XmAFRypEYl63r+C62TIMgfzBTmHS0ELi1+r2h22NkSppoI
+xoNeTiYk7O0iU1onSg/Ygk/imFiig==
=kvCc
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TEACgkQWNDuZIpI
s7s99Af9Heq+/5vN92trSYLx9DbUzTxZBBuZZRqbXRXdXTkHz6bkW+KwdoGNmLXA
wuRQNBCgMUWzQS9dYjXBkrvEiFXcjxURRzyHFTKgmC86ooWK0/QbAC6DRWP8Gob0
a05IdtjaZPp/uymZ8m3yDnLPya+rrDkTouFwCzfkOwgKcQausP0r/Vc6DRJZqmMd
o32vvA2sr0I9PEyDaHE2tprlaDsZR1m3Vod/+HPUQ7xAwGROUY6C+ChuVpIX5Ml3
StJBqmN25Waugwjmi1uvFRhgN+ANWYB3wR/kM/zmU5JryKC5C9POBnB4E1T3+kxn
hxiUxZDmlrY7rcUpw9/dXuBmrMinCA==
=LNvQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:49 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- No code change since 5.66.0
-------------------------------------------------------------------
Sun Jan 5 09:02:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Crash5
%define _tar_path 5.66
%define _tar_path 5.67
# 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.66.0
Version: 5.67.0
Release: 0
Summary: An application crash handler
License: LGPL-2.1-or-later
@ -44,9 +44,9 @@ BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
BuildRequires: pkgconfig(x11)
%description
@ -65,7 +65,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.11.0
Requires: cmake(Qt5Core) >= 5.12.0
%description devel
KCrash provides support for intercepting and handling application crashes.
@ -76,7 +76,7 @@ Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build