Accepting request 322220 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=20
This commit is contained in:
commit
53ede01441
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:345446f795c9d63c24a93c56424f2a7a40c0376b6556a62872f51c92f46a25e7
|
|
||||||
size 274688
|
|
3
sonnet-5.13.0.tar.xz
Normal file
3
sonnet-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7743a3c36b6cd27c008d4a7bf8062e4ac59a4d32e6a2e33139e19ac444c4716
|
||||||
|
size 277428
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 19:20:54 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 in CMake bits to enable building of Voikko plugin.
|
||||||
|
* Implement Sonnet::Client factory for Voikko spell chekers.
|
||||||
|
* Implement Voikko based spell checker (Sonnet::SpellerPlugin)
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 5 18:45:32 UTC 2015 - hrvoje.senjan@gmail.com
|
Sun Jul 5 18:45:32 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
14
sonnet.spec
14
sonnet.spec
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.12
|
%define _tar_path 5.13
|
||||||
Name: sonnet
|
Name: sonnet
|
||||||
Version: 5.12.0
|
Version: 5.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
#BuildRequires: aspell-devel
|
#BuildRequires: aspell-devel
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -30,11 +30,11 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(hunspell)
|
BuildRequires: pkgconfig(hunspell)
|
||||||
Summary: KDE spell checking library
|
Summary: KDE spell checking library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -83,7 +83,7 @@ Group: Development/Libraries/KDE
|
|||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: libKF5SonnetCore%sonum = %{version}
|
Requires: libKF5SonnetCore%sonum = %{version}
|
||||||
Requires: libKF5SonnetUi%sonum = %{version}
|
Requires: libKF5SonnetUi%sonum = %{version}
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: cmake(Qt5Core) >= 5.3.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Sonnet is a plugin-based spell checking library for Qt-based
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
|
Loading…
Reference in New Issue
Block a user