From 41e2da925f3bd10d0c29a16d7e78ae4b68aef7ea3c69e213e59171c604ca08c1 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 08:20:10 +0000 Subject: [PATCH 1/4] KDE Frameworks 5.33 - Automated change, please review OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=115 --- kcompletion-5.32.0.tar.xz | 3 --- kcompletion-5.33.0.tar.xz | 3 +++ kcompletion.changes | 11 +++++++++++ kcompletion.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 kcompletion-5.32.0.tar.xz create mode 100644 kcompletion-5.33.0.tar.xz diff --git a/kcompletion-5.32.0.tar.xz b/kcompletion-5.32.0.tar.xz deleted file mode 100644 index 934f742..0000000 --- a/kcompletion-5.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1325841a08769807a3586870f7126585e46bd5d4e65a0d0c829883a728dc83a -size 117516 diff --git a/kcompletion-5.33.0.tar.xz b/kcompletion-5.33.0.tar.xz new file mode 100644 index 0000000..d9456cd --- /dev/null +++ b/kcompletion-5.33.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d2244253d64b9752eba1d4dc60155d5da0443ecd58024d99644b906a2dbb8e +size 117496 diff --git a/kcompletion.changes b/kcompletion.changes index 4bc89a7..2259f82 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 15 10:11:45 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. + * Upgrade KF5 version to 5.33.0. + ------------------------------------------------------------------- Sun Mar 19 14:50:17 CET 2017 - lbeltrame@kde.org diff --git a/kcompletion.spec b/kcompletion.spec index d69e12b..9980921 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -20,7 +20,7 @@ %define lname libKF5Completion5 %define _tar_path 5.32 Name: kcompletion -Version: 5.32.0 +Version: 5.33.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 From 5ffd30c4403431c602ff178e4173485b85b020866aaf0a83381d63f737306728 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 09:49:33 +0000 Subject: [PATCH 2/4] Fix _tar_path version OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=116 --- kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcompletion.spec b/kcompletion.spec index 9980921..244b1d4 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,7 +18,7 @@ %bcond_without lang %define lname libKF5Completion5 -%define _tar_path 5.32 +%define _tar_path 5.33 Name: kcompletion Version: 5.33.0 Release: 0 From 618b0fc94ff396839b4924dd00b737f211912df474fbf29e2729f34fbc009d8b Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 17 Apr 2017 16:13:29 +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/kcompletion?expand=0&rev=117 --- kcompletion.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kcompletion.spec b/kcompletion.spec index 244b1d4..afe7d67 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,17 +18,20 @@ %bcond_without lang %define lname libKF5Completion5 -%define _tar_path 5.33 Name: kcompletion 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: kconfig-devel >= %{_tar_path} +BuildRequires: kconfig-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem -BuildRequires: kwidgetsaddons-devel >= %{_tar_path} +BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 %endif @@ -37,7 +40,7 @@ Summary: Provides widgets with advanced completion support 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 794b65ef10204e3abdfe2100d91008b3fe34329dc02111fb5cb91aef0c78138c Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Thu, 27 Apr 2017 20:24:24 +0000 Subject: [PATCH 4/4] Revert to using _tar_path to fix Factory submission OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=118 --- kcompletion.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/kcompletion.spec b/kcompletion.spec index afe7d67..244b1d4 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,20 +18,17 @@ %bcond_without lang %define lname libKF5Completion5 +%define _tar_path 5.33 Name: kcompletion 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: kconfig-devel >= %{_kf5_bugfix_version} +BuildRequires: kconfig-devel >= %{_tar_path} BuildRequires: kf5-filesystem -BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} +BuildRequires: kwidgetsaddons-devel >= %{_tar_path} %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 %endif @@ -40,7 +37,7 @@ Summary: Provides widgets with advanced completion support 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