forked from pool/kcrash
Accepting request 954238 from KDE:Frameworks5
KDE Frameworks 5.91 (forwarded request 954217 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/954238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=100
This commit is contained in:
commit
385b226389
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e002a52c48a5aaec72e85bcc30741b8b2493173030b3bca9e1de5bd3e966418
|
|
||||||
size 28372
|
|
@ -1,11 +0,0 @@
|
|||||||
-----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-----
|
|
3
kcrash-5.91.0.tar.xz
Normal file
3
kcrash-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:544996a31f616a274961c12023fc0650deeeb9ef50125dffbed10c556eb5b33d
|
||||||
|
size 28368
|
11
kcrash-5.91.0.tar.xz.sig
Normal file
11
kcrash-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kfsACgkQWNDuZIpI
|
||||||
|
s7vaegf9G1fUI8kgrhasvy2y29Ar9TM1a7hghosOoycL3Drs3I7o1Ya7pUGnAq+r
|
||||||
|
too87wZNWRUDKEG/LGsDe2Wc34panI3mVQCUwI8Mtzw/ZSiKPkHm7U6Cwj+qEEFH
|
||||||
|
zVXKwasoezR2HsGKl562flTIKlbryaqZBKwZZHuCbdpQvGuapdiEB/jwJHqqna/p
|
||||||
|
JZ3NmxbPLZBW/iCpTse5Y9pYpz9JGBhzeyT3fVF10T2inh7mNYWVtDB8cNF/U4aB
|
||||||
|
CxPl2IVv67SqlCMaypVPd9jcqbGMAtwV/eJabt5y6j8k/X5R+kwvPVzPdcCuBcKR
|
||||||
|
wN1NrXjTmqYM5+WyEwb0SiCUpSmAMw==
|
||||||
|
=hL4Q
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 10:16:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.91.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||||
|
- Changes since 5.90.0:
|
||||||
|
* Add CI qt6 support
|
||||||
|
* Utilize ECMDeprecationSettings to manage deprecate Qt/KF API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 3 12:47:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 3 12:47:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Crash5
|
%define lname libKF5Crash5
|
||||||
%define _tar_path 5.90
|
%define _tar_path 5.91
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kcrash
|
Name: kcrash
|
||||||
Version: 5.90.0
|
Version: 5.91.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
|
||||||
@ -91,9 +91,7 @@ Development files.
|
|||||||
%{_kf5_libdir}/libKF5Crash.so.*
|
%{_kf5_libdir}/libKF5Crash.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_kf5_includedir}/*/
|
%{_kf5_includedir}/KCrash/
|
||||||
%{_kf5_includedir}/*.h
|
|
||||||
%{_kf5_includedir}/*/
|
|
||||||
%{_kf5_libdir}/cmake/KF5Crash/
|
%{_kf5_libdir}/cmake/KF5Crash/
|
||||||
%{_kf5_libdir}/libKF5Crash.so
|
%{_kf5_libdir}/libKF5Crash.so
|
||||||
%{_kf5_mkspecsdir}/qt_KCrash.pri
|
%{_kf5_mkspecsdir}/qt_KCrash.pri
|
||||||
|
Loading…
Reference in New Issue
Block a user