forked from pool/kbookmarks
Accepting request 461400 from KDE:Frameworks5
Update to KDE Frameworks 5.31 and KDE Plasma 5.9.3 OBS-URL: https://build.opensuse.org/request/show/461400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=38
This commit is contained in:
commit
4d92f0c304
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fa0cf48bf3eaef337f6368736dd1a978682382680a3739d48365931007f2b32
|
|
||||||
size 115904
|
|
3
kbookmarks-5.31.0.tar.xz
Normal file
3
kbookmarks-5.31.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77cff0b006b58ccb1c6187cb0de107bf82aed4e01798215d9e2f2491dfe8b975
|
||||||
|
size 115892
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 9 09:24:01 UTC 2017 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.31.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.31.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 8 23:38:12 UTC 2017 - hrvoje.senjan@gmail.com
|
Sun Jan 8 23:38:12 UTC 2017 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.30
|
%define _tar_path 5.31
|
||||||
Name: kbookmarks
|
Name: kbookmarks
|
||||||
Version: 5.30.0
|
Version: 5.31.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
@ -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: cmake(Qt5LinguistTools) >= 5.5.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||||
%endif
|
%endif
|
||||||
Requires: cmake(Qt5DBus) >= 5.5.0
|
Requires: cmake(Qt5DBus) >= 5.6.0
|
||||||
Requires: cmake(Qt5Widgets) >= 5.5.0
|
Requires: cmake(Qt5Widgets) >= 5.6.0
|
||||||
Requires: cmake(Qt5Xml) >= 5.5.0
|
Requires: cmake(Qt5Xml) >= 5.6.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: cmake(Qt5Widgets) >= 5.5.0
|
Requires: cmake(Qt5Widgets) >= 5.6.0
|
||||||
Requires: cmake(Qt5Xml) >= 5.5.0
|
Requires: cmake(Qt5Xml) >= 5.6.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