changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=68
This commit is contained in:
parent
cd6343fdb8
commit
e2163c0eb5
@ -2,6 +2,18 @@
|
|||||||
Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com
|
Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
- Update to 5.13.0
|
- Update to 5.13.0
|
||||||
|
* The Qt version requirement has been bumped from 5.2 to 5.3
|
||||||
|
* Debug output has been ported to categorized output, for less
|
||||||
|
noise by default
|
||||||
|
* Docbook documentation has been reviewed and updated
|
||||||
|
* Fix deprecated KRun::run call
|
||||||
|
* Same behavior of MouseArea to map coords of filtered child
|
||||||
|
events
|
||||||
|
* Detect initial face icon being created
|
||||||
|
* Don't refresh the entire window when we render the plotter
|
||||||
|
(kde#348385)
|
||||||
|
* add the userPaths context property
|
||||||
|
* Don't choke on empty QIconItem
|
||||||
* For more details please see:
|
* For more details please see:
|
||||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||||
- Drop patches merged upstream:
|
- Drop patches merged upstream:
|
||||||
|
@ -38,11 +38,11 @@ BuildRequires: kpackage-devel >= %{_tar_path}
|
|||||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||||
BuildRequires: libepoxy-devel
|
BuildRequires: libepoxy-devel
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
BuildRequires: cmake(Qt5Gui) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
BuildRequires: cmake(Qt5Qml) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
BuildRequires: cmake(Qt5Quick) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -95,7 +95,7 @@ Requires: kconfig-devel >= %{_tar_path}
|
|||||||
Requires: kcoreaddons-devel >= %{_tar_path}
|
Requires: kcoreaddons-devel >= %{_tar_path}
|
||||||
Requires: kpackage-devel >= %{_tar_path}
|
Requires: kpackage-devel >= %{_tar_path}
|
||||||
Requires: libKF5QuickAddons5 = %{version}
|
Requires: libKF5QuickAddons5 = %{version}
|
||||||
Requires: pkgconfig(Qt5Qml) >= 5.2.0
|
Requires: cmake(Qt5Qml) >= 5.3.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KDeclarative provides integration of QML and KDE workspaces.
|
KDeclarative provides integration of QML and KDE workspaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user