SHA256
1
0
forked from pool/kcrash

Accepting request 891738 from KDE:Frameworks5

KDE Frameworks 5.82 (forwarded request 891438 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/891738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2021-05-10 13:35:23 +00:00 committed by Git OBS Bridge
commit 92025008c3
6 changed files with 35 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprSoACgkQWNDuZIpI
s7s15wf/Qg9D6DD2DPQBe773F3JHaaAu4/dV6iZXY0mlTowWU0SdsNUL01KxEx9D
wUEp2kXICmerVEYYvT6HA8qAFYnVtC8Mo1zClLkPJZWNVLjXwydP/aG/gQCCsu5x
KmGUic1QAROfiJdHTFebivtpRuT+7D8SCqfu7iUBb7ss1M+UmqMxIQk+tfqcOqw7
e0pimC1YFSJC1jRAQSkev9vYwGNWSIc7GzpEQDtSG9BzfBFTFZlOOVRa7HEaB8gH
lXP2uuX/56HucmblGvqJoHwozhINatvJzQKk+qnG+YgRjgBOYxwOS7+1mweH5AUl
cHEqRmmzg5ULzd9Z20Y9HC9JRIXfAA==
=4xnM
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaYgACgkQWNDuZIpI
s7uxOgf/XFO1Zol+Vm2Pe03yaNnqdu1L1IX9rCLfSJHyTdFICghjFDGgGWx+uXHY
YQhLalL8bwWjZrMGZxAWCc0Eao+CLkOAHP5UrDhrlNqlMbyJ2zvX4eaTsUpRkOur
YKtW/kEqF75EG++7wnMCEVI4LGMP8Fm3gBLpT1Bt7/1k4DHo17S1vXvEQSNJex9U
LHoR58c8nH+fvuzEK9xLWT5jdRnpMnDB0dNb4eOUcYHdIYjaUSi8lAgDuvFyvl7n
J9sTQdnLAnJWH/Uv/8AYrVJ4oyfj4jQJHTqbJw5Qhv5b4BBqahGll71Vt5qSGthc
Zfl0aKLBDbgav+CqGIderSWICUmw2A==
=fd8U
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat May 1 16:40:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- Changes since 5.81.0:
* remove solaris ifdefs
-------------------------------------------------------------------
Mon Apr 5 07:12:16 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Crash5
%define _tar_path 5.81
%define _tar_path 5.82
# 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.81.0
Version: 5.82.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.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5X11Extras) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
BuildRequires: pkgconfig(x11)
%description
@ -64,22 +64,22 @@ Summary: Build environment for the KCrash application crash handler
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.14.0
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
KCrash provides support for intercepting and handling application crashes.
Development files.
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig