From 6cd188d635bc3fb4391a2ba09cd62b90e619048fcb8948a7d5a715251143c1c0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 12 Sep 2017 18:57:41 +0000 Subject: [PATCH 1/2] KDE Frameworks 5.38.0 checkin OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=124 --- kcrash-5.37.0.tar.xz | 3 --- kcrash-5.38.0.tar.xz | 3 +++ kcrash.changes | 10 ++++++++++ kcrash.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 kcrash-5.37.0.tar.xz create mode 100644 kcrash-5.38.0.tar.xz diff --git a/kcrash-5.37.0.tar.xz b/kcrash-5.37.0.tar.xz deleted file mode 100644 index b294b9d..0000000 --- a/kcrash-5.37.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c097aaca2c6ca8a177d697a8cccd4bd8bec2d09c07efd4bc7a4d0d3d1cbf629a -size 21700 diff --git a/kcrash-5.38.0.tar.xz b/kcrash-5.38.0.tar.xz new file mode 100644 index 0000000..e03d772 --- /dev/null +++ b/kcrash-5.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215c90bf6501cb90db01f2a04155bcd8a8e66fcfb4a94649e72204c5a1df10a9 +size 21704 diff --git a/kcrash.changes b/kcrash.changes index 7035f84..e061d4a 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 12 07:11:16 CEST 2017 - lbeltrame@kde.org + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * None + ------------------------------------------------------------------- Sat Aug 12 09:23:21 UTC 2017 - christophe@krop.fr diff --git a/kcrash.spec b/kcrash.spec index 7331560..35fd26d 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.37 +%define _tar_path 5.38 Name: kcrash -Version: 5.37.0 +Version: 5.38.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 From faf5f1d511b8200c0c10c64ef3ade5548cb6cbe1a15092e04d56aa5ddf9e8c3a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 13 Sep 2017 12:17:26 +0000 Subject: [PATCH 2/2] Changes for KF5-KUF syncing OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=125 --- kcrash.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kcrash.spec b/kcrash.spec index 35fd26d..2b86bb5 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -18,16 +18,20 @@ %define lname libKF5Crash5 %define _tar_path 5.38 +# Full KF5 version (e.g. 5.33.0) +%{!?_kf5_version: %global _kf5_version %{version}} +# Last major and minor KF5 version (e.g. 5.33) +%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kcrash Version: 5.38.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_tar_path} +BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem -BuildRequires: kwindowsystem-devel >= %{_tar_path} +BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5X11Extras) >= 5.6.0