1
0
Hrvoje Senjan 2015-08-12 17:17:37 +00:00 committed by Git OBS Bridge
parent 954a67bc24
commit 0310b1d1e0
2 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
Tue Aug 4 19:20:21 UTC 2015 - hrvoje.senjan@gmail.com Tue Aug 4 19:20:21 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
* 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

View File

@ -43,10 +43,10 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: kxmlgui-devel >= %{_tar_path} BuildRequires: kxmlgui-devel >= %{_tar_path}
%if %{with lang} %if %{with lang}
BuildRequires: libqt5-linguist-devel >= 5.2.0 BuildRequires: libqt5-linguist-devel >= 5.3.0
%endif %endif
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0 BuildRequires: cmake(Qt5Designer) >= 5.3.0
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
%endif %endif
@ -68,7 +68,7 @@ Summary: Integrating KDE frameworks widgets with Qt Designer
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: pkgconfig(Qt5Core) >= 5.2.0 Requires: cmake(Qt5Core) >= 5.3.0
%description devel %description devel
This framework provides plugins for Qt Designer that allow it to display This framework provides plugins for Qt Designer that allow it to display