Hrvoje Senjan 2015-08-12 17:20:16 +00:00 committed by Git OBS Bridge
parent 1f6221f7ed
commit 4933b23386
2 changed files with 19 additions and 5 deletions

View File

@ -2,6 +2,20 @@
Tue Aug 4 19:20:47 UTC 2015 - hrvoje.senjan@gmail.com
- 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
* New API taking QIcon parameters to set the icons in
the tab bar
* KCharSelect: Fix unicode category and use boundingRect
for width calculation
* KCharSelect: fix cell width to fit contents
* KMultiTabBar margins now are ok on HiDPI screens
* KRuler: deprecate unimplemented KRuler::setFrameStyle(),
clean up comments
* KEditListWidget: remove margin, so it aligns better with
other widgets
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php

View File

@ -27,11 +27,11 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
%if %{with lang}
BuildRequires: libqt5-linguist-devel >= 5.2.0
BuildRequires: libqt5-linguist-devel >= 5.3.0
%endif
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5UiTools) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5UiTools) >= 5.3.0
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
Summary: Large set of desktop widgets
License: LGPL-2.1+
Group: System/GUI/KDE
@ -64,7 +64,7 @@ Summary: Large set of desktop widgets: Build Environment
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
Requires: cmake(Qt5Widgets) >= 5.3.0
%description devel
his repository contains add-on widgets and classes for applications