SHA256
1
0
forked from pool/kcrash

Accepting request 899721 from KDE:Frameworks5

KDE Frameworks 5.83.0

OBS-URL: https://build.opensuse.org/request/show/899721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2021-06-16 18:33:46 +00:00 committed by Git OBS Bridge
commit 16123f52cf
6 changed files with 31 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7Vo4ACgkQWNDuZIpI
s7vhaAgAgXKFKyMnnzM0RtqNudSi+HaPOHL42s1iyYstR7Tw2PepYq+fLMLoEHoY
nwczwFDf3wfgE/LNcP9RIb2FU8lkp8X8I7KNIt5uoS9dgcZiKcKZcnHEOKYHNZSY
n2oQ7RV6U6IwBSKzEN8cNy/A/iCXbPCNPl6Y+n/5gaoMu/j+JTX/inTYH9BHLcZ5
byxd/taoRwn3EdJJr6IFeHTcV0VyGresAm/haDhwkFNdLKdUWe2Bz1HfxXLh9QM8
O90TuVrreyWSD8kjOJaOsMSbZsM02i/AQ9HOOhvI7bUqAf3IeGH0uKgowYKFE7Od
2Otjirtf0FskyEiR6VUUhhIZZDo5ow==
=fskL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jun 5 11:58:38 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0
- Changes since 5.82.0:
* Use target_sources() to add sources to targets
* Add missing include <cerrno>
* write metadata to a cache file when applicable
* Bump required CMake version to 3.16
* Pass Bugzilla product name to DrKonqi when explicitly set in the app
* init rlp struct and don't cast rlim_t to int
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 1 16:40:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Sat May 1 16:40:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Crash5 %define lname libKF5Crash5
%define _tar_path 5.82 %define _tar_path 5.83
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
@ -25,7 +25,7 @@
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without lang %bcond_without lang
Name: kcrash Name: kcrash
Version: 5.82.0 Version: 5.83.0
Release: 0 Release: 0
Summary: An application crash handler Summary: An application crash handler
License: LGPL-2.1-or-later License: LGPL-2.1-or-later