Accepting request 264917 from KDE:Frameworks5

Update to 5.5.0, please merge with Qt 5.4 submit, thanks.

OBS-URL: https://build.opensuse.org/request/show/264917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-12-21 10:58:55 +00:00 committed by Git OBS Bridge
commit eaf787f256
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14bb9d9922be59ed3834d41cfc9d737d42d3e1f49855051ebf1d63530c2b26f7
size 100260

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f89a0e6bbddfdfa4d687e1ae07655e6d53352db3527fb892ff1be4f61e6d69dd
size 100332

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 6 12:53:47 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
* Use Qt's method of blocking for component completion rather
than our own
* Make it possible to delay initialization of object incubated
from QmlObject
* Add guard when trying to access root object before
component is complete
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
-------------------------------------------------------------------
Sun Nov 2 17:47:25 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -18,11 +18,11 @@
%define lname libKF5Declarative5
Name: kdeclarative
Version: 5.4.0
Version: 5.5.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.4.0
BuildRequires: extra-cmake-modules >= 1.5.0
BuildRequires: fdupes
BuildRequires: kconfig-devel >= %{kf5_version}
BuildRequires: kcoreaddons-devel >= %{kf5_version}
@ -43,7 +43,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.4/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build