From 6fcfb59259b9c1c1716fc9aca2939a2cc4abbd1ea5b381a6be463a1e243df903 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 08:20:31 +0000 Subject: [PATCH 1/4] KDE Frameworks 5.33 - Automated change, please review OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=110 --- kcrash-5.32.0.tar.xz | 3 --- kcrash-5.33.0.tar.xz | 3 +++ kcrash.changes | 12 ++++++++++++ kcrash.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 kcrash-5.32.0.tar.xz create mode 100644 kcrash-5.33.0.tar.xz diff --git a/kcrash-5.32.0.tar.xz b/kcrash-5.32.0.tar.xz deleted file mode 100644 index 9eb2213..0000000 --- a/kcrash-5.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e343eaaa6ee39c7e1fb1f309bbeae6fadebec7592dd9b58b6fd523246f9633ff -size 21348 diff --git a/kcrash-5.33.0.tar.xz b/kcrash-5.33.0.tar.xz new file mode 100644 index 0000000..b72676f --- /dev/null +++ b/kcrash-5.33.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34a51bdf021b7901c6270e26fbc101bd432e8d15b820f3a9aa464e2d4a6dc8c +size 21356 diff --git a/kcrash.changes b/kcrash.changes index fc8e294..466f24b 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 15 10:11:46 CEST 2017 - lbeltrame@kde.org + +- Update to 5.33.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.33.0.php +- Changes since 5.32.0: + * Upgrade ECM and KF5 version requirements for 5.33.0 release. + * debug when disabling kcrash due to env vars + * Upgrade KF5 version to 5.33.0. + ------------------------------------------------------------------- Sun Mar 19 14:50:19 CET 2017 - lbeltrame@kde.org diff --git a/kcrash.spec b/kcrash.spec index 14fdcc3..d73989b 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -19,7 +19,7 @@ %define lname libKF5Crash5 %define _tar_path 5.32 Name: kcrash -Version: 5.32.0 +Version: 5.33.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 From 66cba74f036489113ed9b5f592bcc039c0308f7c86681c7ac11e68369630226b Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 09:49:46 +0000 Subject: [PATCH 2/4] Fix _tar_path version OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=111 --- kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcrash.spec b/kcrash.spec index d73989b..e491267 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,7 +17,7 @@ %define lname libKF5Crash5 -%define _tar_path 5.32 +%define _tar_path 5.33 Name: kcrash Version: 5.33.0 Release: 0 From f10017949ed814b93fe6bda81b31163852809f21549be2c91a2bed7bddb6ac7d Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 17 Apr 2017 16:13:40 +0000 Subject: [PATCH 3/4] Put _kf5_bugfix_version to ease maintenance instead of relying on _tar_path (port from KUF) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=112 --- kcrash.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kcrash.spec b/kcrash.spec index e491267..4d1a7bd 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,17 +17,20 @@ %define lname libKF5Crash5 -%define _tar_path 5.33 Name: kcrash Version: 5.33.0 Release: 0 +# 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}')} %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 @@ -36,7 +39,7 @@ Summary: Gracefull handling of application crashes License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_kf5_bugfix_version}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build From 26407d0ffbb7c911e600fcf7240c520c5e7453b353ea246b450d1ffd12919c01 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Thu, 27 Apr 2017 20:24:34 +0000 Subject: [PATCH 4/4] Revert to using _tar_path to fix Factory submission OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=113 --- kcrash.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/kcrash.spec b/kcrash.spec index 4d1a7bd..e491267 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,20 +17,17 @@ %define lname libKF5Crash5 +%define _tar_path 5.33 Name: kcrash Version: 5.33.0 Release: 0 -# 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}')} %define kf5_version %{version} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} +BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem -BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} +BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5X11Extras) >= 5.6.0 @@ -39,7 +36,7 @@ Summary: Gracefull handling of application crashes License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_kf5_bugfix_version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build