SHA256
1
0
forked from pool/kded
Hrvoje Senjan 2015-08-12 17:17:31 +00:00 committed by Git OBS Bridge
parent 523c8f242b
commit 57526ee997
2 changed files with 10 additions and 6 deletions

View File

@ -2,6 +2,10 @@
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
* 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

@ -34,12 +34,12 @@ BuildRequires: ki18n-devel >= %{_tar_path}
BuildRequires: kinit-devel >= %{_tar_path} BuildRequires: kinit-devel >= %{_tar_path}
BuildRequires: kservice-devel >= %{_tar_path} BuildRequires: kservice-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: cmake(Qt5DBus) >= 5.3.0
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 BuildRequires: cmake(Qt5Network) >= 5.3.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: cmake(Qt5Xml) >= 5.3.0
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Recommends: %{name}-lang
%endif %endif