forked from pool/kcrash
Accepting request 878793 from KDE:Frameworks5
KDE Frameworks 5.80 (forwarded request 878671 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/878793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=89
This commit is contained in:
commit
d27a257997
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecaa74faaf31098acf8974eb5785101b9477fc78a7308a306a6c4d162468e470
|
||||
size 22228
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6uAACgkQWNDuZIpI
|
||||
s7uHKQf/afuP74EuSQ2tE5TDt8pzBW7H5Aheb8VOm52TZOFeecoT6OmRsuUKBjlo
|
||||
+mSegCuubCmPUh5lIeByaKglzkwo5H4IxqFM2KYnCw/0poWDEWHBjFAmXgPZWAsx
|
||||
BNlXi12jqq8UmCr+yGXYwcS2jL54JzKIVo7i8tQ8WpafTT1tZVJE+tHsSIWVOybF
|
||||
w7zQeWmJ954I7L0R83r+ULFxGdXJIxgYpKhbEZfXMgvCUg5tiiE5JEVh5EymrM1B
|
||||
/JTdVJKMT1yZiUrW8dms+pjmrfPGJ65WdwODXbqVTO2OyLcscvQpTkyEaihcYx8F
|
||||
/MthYkqZ3yLBTjLaUQyavsCNVCFinA==
|
||||
=MbEH
|
||||
-----END PGP SIGNATURE-----
|
3
kcrash-5.80.0.tar.xz
Normal file
3
kcrash-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a3e918fbf41c1bc1b708b526d2c928ac7d4c10579a10416e15788553444bb0
|
||||
size 22320
|
11
kcrash-5.80.0.tar.xz.sig
Normal file
11
kcrash-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1ecACgkQWNDuZIpI
|
||||
s7uGxwgAqDH3Xt0uUeh66U8dVpuE4+qaKyupv2PME1BAAVjkJ/KZpioqOb3Z412W
|
||||
UtB/1oyB6LHwn89SRdwnC2Edc0oPpRUk4hIvgqsz4Xy5pMc9f6MYL8t4xN4MXZUy
|
||||
mHC4A3MPp22uSVVUWr17Pp40s0Wdy1TK86Vrd4sY3gQggRh8cmdpv20nCFqEF/vj
|
||||
tE9qQJoUnk+1++hLlY9CEKsUhEsVFToAAmot62FL1ZUgNGVVEcHLiDz0PWmW5xOJ
|
||||
lMxJeY0jdMwV5WtYqg/N9rBZ7eH7462uI2Im5Wt5QI2KAsEOdabc+6unhLRvnaIK
|
||||
kUWng/dIKeGIqBzaM4/MJUpVh4I3Gw==
|
||||
=e0y2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 7 09:26:41 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.80.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.80.0
|
||||
- Changes since 5.79.0:
|
||||
* Run clang-format
|
||||
* Add clang-format pre-commit hook
|
||||
* Fix build on Android
|
||||
* Fix X11 dependency conditions
|
||||
* Fix KCrash usage inside a systemd unit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 08:46:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Crash5
|
||||
%define _tar_path 5.79
|
||||
%define _tar_path 5.80
|
||||
# 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.79.0
|
||||
Version: 5.80.0
|
||||
Release: 0
|
||||
Summary: An application crash handler
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user