forked from pool/kbookmarks
start with 5.21.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=84
This commit is contained in:
parent
dd950a9d45
commit
e0de90260d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8409f3d2fa0fd80d978073570e7ef161039851e2286b17e9c98d4e432bd39524
|
|
||||||
size 115472
|
|
3
kbookmarks-5.21.0.tar.xz
Normal file
3
kbookmarks-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf689741667ce14a04fcc503fdce316bb9bc8a990893d1e46541aad6162fb863
|
||||||
|
size 115432
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 14:18:55 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.21.0
|
||||||
|
* Upgrade Qt version requirement to 5.4.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 6 09:54:54 UTC 2016 - hrvoje.senjan@gmail.com
|
Sun Mar 6 09:54:54 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.20
|
%define _tar_path 5.21
|
||||||
Name: kbookmarks
|
Name: kbookmarks
|
||||||
Version: 5.20.0
|
Version: 5.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -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.3.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0
|
||||||
%endif
|
%endif
|
||||||
Requires: cmake(Qt5DBus) >= 5.3.0
|
Requires: cmake(Qt5DBus) >= 5.4.0
|
||||||
Requires: cmake(Qt5Widgets) >= 5.3.0
|
Requires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
Requires: cmake(Qt5Xml) >= 5.3.0
|
Requires: cmake(Qt5Xml) >= 5.4.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.3.0
|
Requires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
Requires: cmake(Qt5Xml) >= 5.3.0
|
Requires: cmake(Qt5Xml) >= 5.4.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