SHA256
1
0
forked from pool/kdeclarative
Hrvoje Senjan 2015-02-08 19:10:59 +00:00 committed by Git OBS Bridge
parent c97ed731e0
commit 4764ea8bc1
4 changed files with 20 additions and 6 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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