start with 5.21.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=87
This commit is contained in:
parent
051add6003
commit
fe62c41e52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4308e18342d1823c0d039fad5f7c0febbf69d12cdd8fdd7e1d906f7639b79a1e
|
||||
size 281956
|
3
sonnet-5.21.0.tar.xz
Normal file
3
sonnet-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8df561b781229f685d8707e7c766155e47d216d81d5b0ab234ba5180f2410b21
|
||||
size 282128
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 14:31:48 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 10:05:07 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
14
sonnet.spec
14
sonnet.spec
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define sonum 5
|
||||
%define _tar_path 5.20
|
||||
%define _tar_path 5.21
|
||||
Name: sonnet
|
||||
Version: 5.20.0
|
||||
Version: 5.21.0
|
||||
Release: 0
|
||||
#BuildRequires: aspell-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -30,12 +30,12 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0
|
||||
%endif
|
||||
BuildRequires: myspell-dictionaries
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: pkgconfig(hunspell)
|
||||
Summary: KDE spell checking library
|
||||
License: LGPL-2.1+
|
||||
@ -82,7 +82,7 @@ Group: Development/Libraries/KDE
|
||||
Requires: extra-cmake-modules
|
||||
Requires: libKF5SonnetCore%sonum = %{version}
|
||||
Requires: libKF5SonnetUi%sonum = %{version}
|
||||
Requires: cmake(Qt5Core) >= 5.3.0
|
||||
Requires: cmake(Qt5Core) >= 5.4.0
|
||||
|
||||
%description devel
|
||||
Sonnet is a plugin-based spell checking library for Qt-based
|
||||
|
Loading…
Reference in New Issue
Block a user