forked from pool/sonnet
Next try
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=198
This commit is contained in:
parent
84615be12a
commit
e226f04b42
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1a2d3500d7fc51d94fd6f9d951c83be86436284aeda8416963fc5213956a69a
|
||||
size 287308
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1z0RgACgkQWNDuZIpI
|
||||
s7uIiggAlYndsWp/LZ8QOhSkoO6jmdGekxAskirAR2w/LhCj4IVTY6SEdgcAcm4G
|
||||
JRgbzQVTdqkLTwtyXLPEc25+OUB2fSlJmQQwcoWNaNPdEXUrYNcVAT+xR1nHQR18
|
||||
YmBY+oXDM0KGbwEHBeGFkMf3tX+88jm+kOaXEIarGKGDh6w7iiRKjreSwLV7Lnhl
|
||||
KJnv5idCdDjecDF8CtqmjYvzMaK7uZFZg0T2EcwEk9i933PBoV3sGFEJBIv83Phe
|
||||
e93mJbOlwDxOcqUfOqd2KQ1iXTyX38QN5XpJMXGoRwCNVPNJXo1r/4ltIxSYzPuJ
|
||||
oRuhguzCitSQr13HZ684YYPur58zbg==
|
||||
=xpi7
|
||||
-----END PGP SIGNATURE-----
|
3
sonnet-5.63.0.tar.xz
Normal file
3
sonnet-5.63.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f26251d7008de895dd5962a7ba09fbb82beaabbe88b8e5cd259585ebbaf1d3f
|
||||
size 287912
|
11
sonnet-5.63.0.tar.xz.sig
Normal file
11
sonnet-5.63.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyuEACgkQWNDuZIpI
|
||||
s7sjhwgApIQN7Xhxj0lfxwjQmp+mbXV4T8v+GfM6uaQtncC+nlezEibjoSTpgU55
|
||||
0hjjF7BNchF71arov37HAWQlpDZdj5DOdanh7dCUTxBWbMR+cGtxkeZA96kPVazK
|
||||
Yypl27hcKVMR/2e0F8ESFpKqccG+Sd8vJK4yph7g7jakoThI2Hs6R0ysabKXkzxX
|
||||
RJ5KlDGl+YhcS9224Wa83MJJjnBYnqJ5i0tOAUrOX4RrZCeHOj02cxqMd9aybbVU
|
||||
3/CsxtSIaqIgI91vo/3cCJZYdNSg5pZwH/Cnf0IoQaT6kaFgl2ZCqw1cFCzBppXV
|
||||
aRi25zxebH0r9GTLQYV34wBlR+inQw==
|
||||
=iiam
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:27:08 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.63.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
|
||||
- Changes since 5.62.0:
|
||||
* Use directly QElapsedTimer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:37:20 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
16
sonnet.spec
16
sonnet.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define sonum 5
|
||||
%define _tar_path 5.62
|
||||
%define _tar_path 5.63
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: sonnet
|
||||
Version: 5.62.0
|
||||
Version: 5.63.0
|
||||
Release: 0
|
||||
Summary: KDE spell checking library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -45,13 +45,13 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: myspell-dictionaries
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
BuildRequires: pkgconfig(hunspell)
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -92,7 +92,7 @@ Group: Development/Libraries/KDE
|
||||
Requires: extra-cmake-modules
|
||||
Requires: libKF5SonnetCore%{sonum} = %{version}
|
||||
Requires: libKF5SonnetUi%{sonum} = %{version}
|
||||
Requires: cmake(Qt5Core) >= 5.6.0
|
||||
Requires: cmake(Qt5Core) >= 5.11.0
|
||||
|
||||
%description devel
|
||||
Sonnet is a plugin-based spell checking library for Qt-based
|
||||
|
Loading…
Reference in New Issue
Block a user