SHA256
1
0
forked from pool/kcrash

Accepting request 945043 from KDE:Frameworks5

KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/945043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=99
This commit is contained in:
Dominique Leuenberger 2022-01-11 20:16:08 +00:00 committed by Git OBS Bridge
commit ac3cf1fbd4
6 changed files with 28 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv8gACgkQWNDuZIpI
s7t47Af/ftAIIr5OMesjE7B/q3Wr1kYcqnPxsE9MibndQoAFCxSWTiasioCmb5DD
vUdqdJlTHN/MwttyMM6+WINup6TPzbibyaV/GOaQpp3QheZo8Lo+5ZvZSBB6ddbh
RwTpmz5fQd5CVDtj4aNJ2AAYE6dTUbftyIUugFCdZtYutGlD98qsGIonoEKeVqmw
Kjb/ut7v4pOY9LDwmdLDTlKj+fOI6KqrTJNQkoBIblm69HEvDSldFrvjPL1CCCQe
6+oYLq9dbL35zlWDqs1/KO2HnnLSPMUkYn+w8FXu1PlqiM3xC6rGl80mhItyodoH
pjKj13JZpNOcl1b7fBj2vr9qAQwjbQ==
=GVgK
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0YACgkQWNDuZIpI
s7tIOQf+LNkSKKTwFT/TTNPNb1tqMB3ywkGcOOKb/drKDRXWO7z1wsWUjLxKijOb
jjhGHOIsTLNcsUPc5kN5tU9fYBMDxWAJUKY08O4AbKhH2EIOMvquePPVW1H9X18J
HvAR0ma8xdClQ5kjxZOiuJFNpat+7pujTgA8pekqv9N7PSqG+d8P+D+3/OhWXg0J
7xo7FpFG0O8mDCT+qUNBOhnmeBrnW8EKIAQUk+g937MF2gYqXcAY4J/XVNNpjwaM
F8FGTE0PpFIcUuVZwSjZGfxeIMHyq4Z0/5j41gCinRafjxhh5shFOfvSCvNeN5qV
bGgAt3NTVqjgBJenTQVKL/q0a1ElIA==
=A5Q+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Change the build system to enable building with Qt 6
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 4 22:56:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Sat Dec 4 22:56:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,22 +17,22 @@
%define lname libKF5Crash5 %define lname libKF5Crash5
%define _tar_path 5.89 %define _tar_path 5.90
# 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)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without lang %bcond_without released
Name: kcrash Name: kcrash
Version: 5.89.0 Version: 5.90.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
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
%if %{with lang} %if %{with released}
Source1: %{name}-%{version}.tar.xz.sig Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif