From 4764ea8bc1dfec90d4ae0d3ee62b384d6748c4bffa54321d2332f9262339fac8 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 8 Feb 2015 19:10:59 +0000 Subject: [PATCH 1/2] 5.7.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=42 --- kdeclarative-5.6.0.tar.xz | 3 --- kdeclarative-5.7.0.tar.xz | 3 +++ kdeclarative.changes | 13 +++++++++++++ kdeclarative.spec | 7 ++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 kdeclarative-5.6.0.tar.xz create mode 100644 kdeclarative-5.7.0.tar.xz diff --git a/kdeclarative-5.6.0.tar.xz b/kdeclarative-5.6.0.tar.xz deleted file mode 100644 index d7a1599..0000000 --- a/kdeclarative-5.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4d064943cfb744eb997f38ebfb304b6715b85ce12aa4a25617ba0d1a49d2b11 -size 100884 diff --git a/kdeclarative-5.7.0.tar.xz b/kdeclarative-5.7.0.tar.xz new file mode 100644 index 0000000..b10c204 --- /dev/null +++ b/kdeclarative-5.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe4295bcb8e85b0ffee754b0db29056a7c422bf62934233991a812292bba18e +size 107724 diff --git a/kdeclarative.changes b/kdeclarative.changes index 8676866..634392a 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 8 18:15:27 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.7.0 + * Added a plotter component + * Added overload method for Formats::formatDuration taking int + * New properties paintedWidth and paintedHeight added to + QPixmapItem and QImageItem + * Fixed painting QImageItem and QPixmapItem + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.7.0.php +- Added libepoxy-devel BuildRequires + ------------------------------------------------------------------- Sat Jan 3 18:03:26 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 509beaf..89e504a 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -1,7 +1,7 @@ # # spec file for package kdeclarative # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,11 @@ %define lname libKF5Declarative5 Name: kdeclarative -Version: 5.6.0 +Version: 5.7.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.6.0 +BuildRequires: extra-cmake-modules >= 1.7.0 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{kf5_version} BuildRequires: kcoreaddons-devel >= %{kf5_version} @@ -34,6 +34,7 @@ BuildRequires: kiconthemes-devel >= %{kf5_version} BuildRequires: kio-devel >= %{kf5_version} BuildRequires: kwidgetsaddons-devel >= %{kf5_version} BuildRequires: kwindowsystem-devel >= %{kf5_version} +BuildRequires: libepoxy-devel BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0 From ed2c36d156392f250c477884657c5eb3b474c8f10ec1a812d671209d4231a790 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 11 Feb 2015 19:52:28 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=43 --- kdeclarative.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kdeclarative.spec b/kdeclarative.spec index 89e504a..348e75d 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -17,8 +17,9 @@ %define lname libKF5Declarative5 +%define _tar_path 5.7 Name: kdeclarative -Version: 5.7.0 +Version: %{_tar_path}.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -44,7 +45,7 @@ Summary: Integration of QML and KDE workspaces License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.6/%{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