From ede5ff8410b6d3cb09547fd8e520be7f1b8f55bf458c603e528e887f25075991 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 08:20:36 +0000 Subject: [PATCH 1/4] KDE Frameworks 5.33 - Automated change, please review OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=109 --- kdbusaddons-5.32.0.tar.xz | 3 --- kdbusaddons-5.33.0.tar.xz | 3 +++ kdbusaddons.changes | 12 ++++++++++++ kdbusaddons.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 kdbusaddons-5.32.0.tar.xz create mode 100644 kdbusaddons-5.33.0.tar.xz diff --git a/kdbusaddons-5.32.0.tar.xz b/kdbusaddons-5.32.0.tar.xz deleted file mode 100644 index 50175b3..0000000 --- a/kdbusaddons-5.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099872dc19e917ca7b172881ca547b4df7f62e1968fab805a540fd99b59425a8 -size 35008 diff --git a/kdbusaddons-5.33.0.tar.xz b/kdbusaddons-5.33.0.tar.xz new file mode 100644 index 0000000..4e41b7e --- /dev/null +++ b/kdbusaddons-5.33.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02de3a443844cabff83ea7f5b461f3b329622f60f12d09b3ee181e8e50aeabf7 +size 35064 diff --git a/kdbusaddons.changes b/kdbusaddons.changes index 33bdf02..1f5c138 100644 --- a/kdbusaddons.changes +++ b/kdbusaddons.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. + * KDBusService: Add accessor for the dbus service name we registered. + * Upgrade KF5 version to 5.33.0. + ------------------------------------------------------------------- Sun Mar 19 14:50:19 CET 2017 - lbeltrame@kde.org diff --git a/kdbusaddons.spec b/kdbusaddons.spec index 5870aef..cc90284 100644 --- a/kdbusaddons.spec +++ b/kdbusaddons.spec @@ -20,7 +20,7 @@ %define lname libKF5DBusAddons5 %define _tar_path 5.32 Name: kdbusaddons -Version: 5.32.0 +Version: 5.33.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} From 0e7991c451c508ba3721b9cc4789c87050608eb2f56da30ceca3028d29306655 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 09:49:48 +0000 Subject: [PATCH 2/4] Fix _tar_path version OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=110 --- kdbusaddons.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdbusaddons.spec b/kdbusaddons.spec index cc90284..5314d74 100644 --- a/kdbusaddons.spec +++ b/kdbusaddons.spec @@ -18,7 +18,7 @@ %bcond_without lang %define lname libKF5DBusAddons5 -%define _tar_path 5.32 +%define _tar_path 5.33 Name: kdbusaddons Version: 5.33.0 Release: 0 From 30dcf2f82b734f7a76c3fa49c5dbe2351624176c2d7a84d121d67cc2551dd4ea Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 17 Apr 2017 16:13:42 +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/kdbusaddons?expand=0&rev=111 --- kdbusaddons.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kdbusaddons.spec b/kdbusaddons.spec index 5314d74..b75a29b 100644 --- a/kdbusaddons.spec +++ b/kdbusaddons.spec @@ -18,12 +18,15 @@ %bcond_without lang %define lname libKF5DBusAddons5 -%define _tar_path 5.33 Name: kdbusaddons 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}')} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem %if %{with lang} @@ -36,7 +39,7 @@ Summary: Convenience classes for QtDBus 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 e78b011d5b3256bd224cacc60350b674f01d0c4096eb6dce43aabce30e244922 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Thu, 27 Apr 2017 20:24:37 +0000 Subject: [PATCH 4/4] Revert to using _tar_path to fix Factory submission OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=112 --- kdbusaddons.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/kdbusaddons.spec b/kdbusaddons.spec index b75a29b..5314d74 100644 --- a/kdbusaddons.spec +++ b/kdbusaddons.spec @@ -18,15 +18,12 @@ %bcond_without lang %define lname libKF5DBusAddons5 +%define _tar_path 5.33 Name: kdbusaddons 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}')} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kf5-filesystem %if %{with lang} @@ -39,7 +36,7 @@ Summary: Convenience classes for QtDBus 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