forked from pool/kbookmarks
changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=62
This commit is contained in:
parent
0afbb606c7
commit
76c1d6a998
@ -2,6 +2,12 @@
|
|||||||
Tue Aug 4 19:20:14 UTC 2015 - hrvoje.senjan@gmail.com
|
Tue Aug 4 19:20:14 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
|
||||||
|
* KBookmarkManager: use KDirWatch instead of QFileSystemWatcher
|
||||||
|
to detect user-places.xbel being created.
|
||||||
* 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
|
||||||
|
|
||||||
|
@ -35,11 +35,11 @@ BuildRequires: kiconthemes-devel >= %{_tar_path}
|
|||||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
BuildRequires: kwidgetsaddons-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
|
||||||
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
Requires: cmake(Qt5DBus) >= 5.3.0
|
||||||
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
Requires: cmake(Qt5Widgets) >= 5.3.0
|
||||||
Requires: pkgconfig(Qt5Xml) >= 5.2.0
|
Requires: cmake(Qt5Xml) >= 5.3.0
|
||||||
Summary: Lets you access and manipulate bookmarks stored using XBEL format
|
Summary: Lets you access and manipulate bookmarks stored using XBEL format
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -67,8 +67,8 @@ Group: Development/Libraries/KDE
|
|||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: kwidgetsaddons-devel >= %{_tar_path}
|
Requires: kwidgetsaddons-devel >= %{_tar_path}
|
||||||
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
Requires: cmake(Qt5Widgets) >= 5.3.0
|
||||||
Requires: pkgconfig(Qt5Xml) >= 5.2.0
|
Requires: cmake(Qt5Xml) >= 5.3.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Framework which lets you access and manipulate bookmarks stored using XBEL format.
|
Framework which lets you access and manipulate bookmarks stored using XBEL format.
|
||||||
|
Loading…
Reference in New Issue
Block a user