diff --git a/kcrash-5.66.0.tar.xz b/kcrash-5.66.0.tar.xz deleted file mode 100644 index 48906b4..0000000 --- a/kcrash-5.66.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a518059de3f3e85ee7b38a0edf348d097993518ce9b17504470f0d8aad3f2e4 -size 23312 diff --git a/kcrash-5.66.0.tar.xz.sig b/kcrash-5.66.0.tar.xz.sig deleted file mode 100644 index 4277e75..0000000 --- a/kcrash-5.66.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxOEACgkQWNDuZIpI -s7v55QgAkpuIBDep/Y2Yh/wk2/E/+hTYlQt+0FqU5OpqXocEOrHaZ+HeTM80zOE/ -7ToWFqw7fN2+mTFf1SIMi+us7Nhwhy6HCEv9WR621CecGhWRsqDYGkUWZZvqq76a -ZNmgLe4TJTEy7W7a+ori7sDrLizbL/RL0Ox1269q6DV3InpExv+DNWOWb7neBFj2 -DdzlGRTZzAETX9Ebqz12pS+ZWTIvw5jYRaFa/0/CXP9btq8WuYDQfn85j0D+tPvO -oqjOW9ochT+aJoWN60XmAFRypEYl63r+C62TIMgfzBTmHS0ELi1+r2h22NkSppoI -+xoNeTiYk7O0iU1onSg/Ygk/imFiig== -=kvCc ------END PGP SIGNATURE----- diff --git a/kcrash-5.67.0.tar.xz b/kcrash-5.67.0.tar.xz new file mode 100644 index 0000000..3a99d3a --- /dev/null +++ b/kcrash-5.67.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b372e2df0c415b941d7748abf3d0584e3f101d10c0dc4d90fa9087e3355b81ec +size 23460 diff --git a/kcrash-5.67.0.tar.xz.sig b/kcrash-5.67.0.tar.xz.sig new file mode 100644 index 0000000..370f2e9 --- /dev/null +++ b/kcrash-5.67.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TEACgkQWNDuZIpI +s7s99Af9Heq+/5vN92trSYLx9DbUzTxZBBuZZRqbXRXdXTkHz6bkW+KwdoGNmLXA +wuRQNBCgMUWzQS9dYjXBkrvEiFXcjxURRzyHFTKgmC86ooWK0/QbAC6DRWP8Gob0 +a05IdtjaZPp/uymZ8m3yDnLPya+rrDkTouFwCzfkOwgKcQausP0r/Vc6DRJZqmMd +o32vvA2sr0I9PEyDaHE2tprlaDsZR1m3Vod/+HPUQ7xAwGROUY6C+ChuVpIX5Ml3 +StJBqmN25Waugwjmi1uvFRhgN+ANWYB3wR/kM/zmU5JryKC5C9POBnB4E1T3+kxn +hxiUxZDmlrY7rcUpw9/dXuBmrMinCA== +=LNvQ +-----END PGP SIGNATURE----- diff --git a/kcrash.changes b/kcrash.changes index 273711b..d641131 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Feb 2 18:06:49 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + +------------------------------------------------------------------- +Sun Feb 2 14:32:36 UTC 2020 - Christophe Giboudeaux + +- Update to 5.67.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.67.0.php +- No code change since 5.66.0 + ------------------------------------------------------------------- Sun Jan 5 09:02:04 UTC 2020 - Christophe Giboudeaux diff --git a/kcrash.spec b/kcrash.spec index 3b910b2..f202a85 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,7 +17,7 @@ %define lname libKF5Crash5 -%define _tar_path 5.66 +%define _tar_path 5.67 # 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.66.0 +Version: 5.67.0 Release: 0 Summary: An application crash handler License: LGPL-2.1-or-later @@ -44,9 +44,9 @@ BuildRequires: kf5-filesystem BuildRequires: pkgconfig BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.11.0 -BuildRequires: cmake(Qt5Test) >= 5.11.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.11.0 +BuildRequires: cmake(Qt5Core) >= 5.12.0 +BuildRequires: cmake(Qt5Test) >= 5.12.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.12.0 BuildRequires: pkgconfig(x11) %description @@ -65,7 +65,7 @@ Summary: Build environment for the KCrash application crash handler Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Core) >= 5.11.0 +Requires: cmake(Qt5Core) >= 5.12.0 %description devel KCrash provides support for intercepting and handling application crashes. @@ -76,7 +76,7 @@ Development files. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build