forked from pool/kdeclarative
5.7.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=42
This commit is contained in:
parent
c97ed731e0
commit
4764ea8bc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4d064943cfb744eb997f38ebfb304b6715b85ce12aa4a25617ba0d1a49d2b11
|
||||
size 100884
|
3
kdeclarative-5.7.0.tar.xz
Normal file
3
kdeclarative-5.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afe4295bcb8e85b0ffee754b0db29056a7c422bf62934233991a812292bba18e
|
||||
size 107724
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user