SHA256
1
0
forked from pool/kcrash

Accepting request 820352 from KDE:Frameworks5

KDE Frameworks 5.72

OBS-URL: https://build.opensuse.org/request/show/820352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2020-07-14 05:52:06 +00:00 committed by Git OBS Bridge
commit cacb4e7272
6 changed files with 37 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOiQACgkQWNDuZIpI
s7uhVAgAun8WD6lobGD1oRbtfq2NV6wQ63mEZAVRCSy3GQ3ulmbH27/lNgoIibaX
yEdQInSZvyKkPm82mahXcCmrZj7uJGSQAKOEGumq24xgbGtvlsQ3BUAYDyFTptaY
wt8VclrJOaQpv0mBtoV+JqA6AyJVRnverIuXs8/KXw3U/z735c2XaexdTX9+Dxr7
cNv2j6ipOrdokP2kgIFRvZYJTXMBcZijx0jDww5OsbASbjAtw3ywfKUdLnQKYYag
nDVf4lb8UA1R8zyCzHY+RaZpl1PIvUh0e32pFZL+4DYEUkM0b3BKdwesVzGP8VYx
2K7RVik49W/kgH7Sab3UWtlYn7+mMg==
=KTPb
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AukwACgkQWNDuZIpI
s7vO/gf8CyyXd5Ufza6UsI7VPdI9wIWBc9CRSRzU/KARD9NReTwwUjlhbSNaKf02
1soNi9O8huwmW4qrcI1qq4DttDxWKRAj6yJwzpwUXtj/AX6D/gTtAbaY5lv1F7ri
dOQaVYNqD6S2lXIAcQhEUV4ml9GmU84pz2EINLZseZEA9DcyXLP5NTEXE8xomrQ9
98XE8kg54qlDkRyPnzTrqxY8xFjWiZZABaibSFV90ASTz8pOyQaL6Xg7xqwRknfu
0UIKl7x7ptqH0b89EWgx7Zo6H7Mx5mXL5OGKtLmTCadfZ7i595l7A+llohWdUWjC
IyW0vK/JsgBQp8iGiAFclA2Lt3hibA==
=gai/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jul 5 07:55:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- Changes since 5.71.0:
* Don't use execvpe
* Fix undefined reference to environ by a small hack
* Add missing declaration of environ, otherwise available only on GNU
* State copyright information correctly according to FLA
* Add license texts as required by REUSE specification
* Convert license statements to SPDX
-------------------------------------------------------------------
Sun Jun 7 08:06:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Crash5
%define _tar_path 5.71
%define _tar_path 5.72
# 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.71.0
Version: 5.72.0
Release: 0
Summary: An application crash handler
License: LGPL-2.1-or-later
@ -37,7 +37,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
Source2: frameworks.keyring
%endif
Source99: baselibs.conf
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
@ -86,17 +85,18 @@ Development files.
%postun -n %{lname} -p /sbin/ldconfig
%files -n %{lname}
%license COPYING*
%license LICENSES/*
%doc README*
%{_kf5_libdir}/libKF5Crash.so.*
%{_kf5_debugdir}/*.categories
%{_kf5_libdir}/libKF5Crash.so.*
%files devel
%{_kf5_libdir}/libKF5Crash.so
%{_kf5_libdir}/cmake/KF5Crash/
%license LICENSES/*
%dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/
%{_kf5_includedir}/*.h
%{_kf5_includedir}/*/
%{_kf5_libdir}/cmake/KF5Crash/
%{_kf5_libdir}/libKF5Crash.so
%{_kf5_mkspecsdir}/qt_KCrash.pri
%changelog