From 08330bd3880c291218656f19a276d5ca0d42054362aa889df49ec02855e69419 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 6 Sep 2016 20:48:21 +0000 Subject: [PATCH 1/2] start with 5.26.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=111 --- kdeclarative-5.25.0.tar.xz | 3 --- kdeclarative-5.26.0.tar.xz | 3 +++ kdeclarative.changes | 7 +++++++ kdeclarative.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kdeclarative-5.25.0.tar.xz create mode 100644 kdeclarative-5.26.0.tar.xz diff --git a/kdeclarative-5.25.0.tar.xz b/kdeclarative-5.25.0.tar.xz deleted file mode 100644 index 6098cf1..0000000 --- a/kdeclarative-5.25.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c470e239b5dc7c42ed94a39d0d88fdb05e6c65eb49727985379f39504d269623 -size 167732 diff --git a/kdeclarative-5.26.0.tar.xz b/kdeclarative-5.26.0.tar.xz new file mode 100644 index 0000000..fc59c25 --- /dev/null +++ b/kdeclarative-5.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6872df49e35e6556b9d1398700f1b75295a4c5e2ff8bc3357529a652a402b242 +size 168700 diff --git a/kdeclarative.changes b/kdeclarative.changes index 0306c31..97b8834 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 6 20:48:16 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.26.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.26.0.php + ------------------------------------------------------------------- Sun Aug 7 21:51:33 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 22e2efd..5a43590 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.25 +%define _tar_path 5.26 Name: kdeclarative -Version: 5.25.0 +Version: 5.26.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From f1440db094335d47cdb3b1409fde8e1dec559273c81dc608619344e9445f5518 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Sep 2016 13:00:44 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=112 --- kdeclarative.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kdeclarative.changes b/kdeclarative.changes index 97b8834..48f1bd6 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -2,6 +2,11 @@ Tue Sep 6 20:48:16 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.26.0 + * [kpackagelauncherqml] Assume desktop file name is same as pluginId + * Load QtQuick rendering settings from a config file and set default + * icondialog.cpp - proper compile fix that doesn't shadow m_dialog + * Fix crash when no QApplication is available + * Expose translation domain * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.26.0.php