forked from pool/kf6-kcrash
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
1a4a5bcc34 | ||
|
314e25270a | ||
|
c404a95994 | ||
|
56b447aac3 | ||
|
aa36f89851 | ||
|
c76ba58afc | ||
|
1e11b2319c | ||
|
76e2c248d2 | ||
|
99ba335cbe | ||
|
6ce2b84bed |
3
kcrash-6.10.0.tar.xz
Normal file
3
kcrash-6.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0329da6ac28aaac824db235e578999e4a487e5cedbb3cec3a6a39e9ee9b5db4
|
||||
size 27984
|
7
kcrash-6.10.0.tar.xz.sig
Normal file
7
kcrash-6.10.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBfgAKCRAsjfWHptSq
|
||||
wZvtAQC919yFhJ8U/7I/zNx0Y5gr1MArA/FDXZ7HnbRAyg75PQD8DA9fW8juyZEJ
|
||||
7ds7NchercyzBo8oFL3vw+cxuZfzpA0=
|
||||
=pHqU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:870c6ce15132cc3040bc593447125ed3c256b698ba233b758430f4e725319bf3
|
||||
size 29080
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/LQAKCRAsjfWHptSq
|
||||
wRlMAQDCN7ug6oaCnbTu9DECjDmlXpTr2TDeej7o5LnAO1JFvQEA4i51KrkC8myY
|
||||
pASL+H+VaQp8R9o+8mrknHVh01mJEwo=
|
||||
=fD34
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 18:17:26 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.10.0
|
||||
- Changes since 6.9.0:
|
||||
* Update dependency version to 6.10.0
|
||||
* Update version to 6.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 10:09:11 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.9.0
|
||||
- Changes since 6.8.0:
|
||||
* Update dependency version to 6.9.0
|
||||
* It compiles fine without deprecated methods
|
||||
* ci: add Alpine/musl job
|
||||
* Add static CI build
|
||||
* Disable X11 and link with libnetwork on Haiku
|
||||
* Update version to 6.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:18:02 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||
- Changes since 6.7.0:
|
||||
* Update dependency version to 6.8.0
|
||||
* Update version to 6.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 09:59:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.7.0
|
||||
- Changes since 6.6.0:
|
||||
* Update dependency version to 6.7.0
|
||||
* Update version to 6.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:12 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.6.0
|
||||
- Changes since 6.5.0:
|
||||
* Update version to 6.6.0
|
||||
* Document that KCrash::initialize should be called after KAboutData
|
||||
* drop ptrace forwarding code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:36 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define qt6_version 6.6.0
|
||||
%define qt6_version 6.7.0
|
||||
|
||||
%define rname kcrash
|
||||
# Full KF6 version (e.g. 6.5.0)
|
||||
# Full KF6 version (e.g. 6.10.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-kcrash
|
||||
Version: 6.5.0
|
||||
Version: 6.10.0
|
||||
Release: 0
|
||||
Summary: An application crash handler
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user