diff --git a/kcrash-5.87.0.tar.xz b/kcrash-5.87.0.tar.xz deleted file mode 100644 index 7c6dd8c..0000000 --- a/kcrash-5.87.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5908d771dcd1387941424369ca3ae974de91910a37987d8ab69458bc8b6d88d0 -size 28160 diff --git a/kcrash-5.87.0.tar.xz.sig b/kcrash-5.87.0.tar.xz.sig deleted file mode 100644 index a880db7..0000000 --- a/kcrash-5.87.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYluAACgkQWNDuZIpI -s7vGowgAmm8kC1ZYVBIGllUy/dc9rPkPWk9brsJ5HYr/So5rmKI4+RZXk/clo9oV -N0iYJxJVUN5xA4+473IY6WbDyz1NXdGcWNb8PQExidI3qn0eEwAWleJZZLGK6xrl -NvSg872hkD9cKppAg3ikxMw/FyS0O5DwRptT0qc6oXeCiKsoQ9vsdp7P4ZD8rYdG -snKu9VmZc57VcaNbcSedZ/JpUCeZr9RGvxWPNHBqeiyZ848VxuSjKQdVQGiUMY8y -Ui43kywM1JCAlYJFBHj0uY70kdbh90rjtrDS1e502nzf/P6dQwVxwC76P9TANLpH -vzWwzRB+G0+vtHTJSH5Y653kxLwAOA== -=rJL7 ------END PGP SIGNATURE----- diff --git a/kcrash-5.88.0.tar.xz b/kcrash-5.88.0.tar.xz new file mode 100644 index 0000000..b921645 --- /dev/null +++ b/kcrash-5.88.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9effa892a1ab726f3ddb3c025e600c2fa02496925fcb37a525d4ac5713199e3e +size 28176 diff --git a/kcrash-5.88.0.tar.xz.sig b/kcrash-5.88.0.tar.xz.sig new file mode 100644 index 0000000..a816b33 --- /dev/null +++ b/kcrash-5.88.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjhEACgkQWNDuZIpI +s7voXQgAuMidbA1uf/lSMdyOzTAoklTJPAHeg2kqj+Q6YUW9O6yx9340p7EK2iYY +a3CUmh8Uzp0hPWjeUJVJ+RNJhxmfB7zNeW2ELCW1F/ieFDqCUE7FPVe6z7KepBDD +ursJP2rpHe3UnrPRA9BBk/JcMVUhiE4OsNQaXkPb81lXdHu3LYp/UQ0x8PYuKNWK +bDQSZ4Sg4dBNQ/hyGDyK+JeGwaWK5b5ZZqTJdo2dcZvgA/qwe3Lzi7svYtmonZXf +FfBpd8CtmUXq2mXM5cS/W8dssDAD0xaQhP0UNdzkPDvBPStkzBLDKURdPqXyjkYc +TckxTd5aok0NU50euHzTdAP0NrIRWA== +=cfeS +-----END PGP SIGNATURE----- diff --git a/kcrash.changes b/kcrash.changes index 5531a51..7146450 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Nov 7 09:13:14 UTC 2021 - Christophe Giboudeaux + +- Strip 'Source' URL for faster submissions + +------------------------------------------------------------------- +Sun Nov 7 09:07:55 UTC 2021 - Christophe Giboudeaux + +- Update to 5.88.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.88.0 +- Changes since 5.87.0: + * Move more Linux-specific functions under #ifdef Q_OS_LINUX + * Add CMake option to build without X11 + * Use imported target for X11 + * Fix build without X11 + * Add FreeBSD CI + * Add Android CI + * Enable CI deps on all platfoprms + ------------------------------------------------------------------- Sun Oct 3 20:33:39 UTC 2021 - Christophe Giboudeaux diff --git a/kcrash.spec b/kcrash.spec index b42af61..2fcba2a 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,7 +17,7 @@ %define lname libKF5Crash5 -%define _tar_path 5.87 +%define _tar_path 5.88 # 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,15 +25,15 @@ # Only needed for the package signature condition %bcond_without lang Name: kcrash -Version: 5.87.0 +Version: 5.88.0 Release: 0 Summary: An application crash handler License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig +Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}