forked from pool/kcoreaddons
changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=73
This commit is contained in:
parent
89714af323
commit
fc3939f098
@ -2,6 +2,13 @@
|
||||
Tue Aug 4 19:20:17 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
|
||||
* Add Kdelibs4Migration::kdeHome() for cases not covered by resources
|
||||
* Fix tr() warning
|
||||
* Fix KCoreAddons build on Clang+ARM
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||
|
||||
|
@ -27,10 +27,10 @@ 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: shared-mime-info
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
Requires: shared-mime-info
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang = %{version}
|
||||
@ -67,7 +67,7 @@ Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
Requires: cmake(Qt5Core) >= 5.3.0
|
||||
|
||||
%description devel
|
||||
KCoreAddons provides classes built on top of QtCore to perform various tasks
|
||||
|
Loading…
x
Reference in New Issue
Block a user