Accepting request 945101 from KDE:Frameworks5
KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/945101 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=101
This commit is contained in:
commit
cf76524398
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41f5a87a5fecd6870420cd8a564fc5e074b64332002fe71dc0ae5c0f91e9b339
|
||||
size 307760
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwOUACgkQWNDuZIpI
|
||||
s7vWfAf/Rg0tHQSDOaukOW+qD/MBYYgVDuh9QUe3/4ta+vgJqZIOj2vlCOyx1rbk
|
||||
mIA2mM+i/iVudM7aP8iQfBcaeLrRN78gl1hlH4JHje6Gd16HfOoD428A2YIq2MBj
|
||||
756heopOh7M+RyKJXgeANXuEXfxdzUcxVqO7butqUDJo9xtYEEjHKfqVfKBkS5uY
|
||||
rjlSUsDbrauUsDTdpwsAdSP9h4dJzXUV5DuyWF6AeOZB8pFT39mR3Hvj+D3S4wBF
|
||||
u9YcXd4yCghHla32W03cJvdyDeEGvqXkmGp3cYQh3T+VsSNiDw6mAqPA50gYE2D4
|
||||
vI8JSob0pglOBpWbKnca7ndcTyc3HQ==
|
||||
=SzcB
|
||||
-----END PGP SIGNATURE-----
|
3
sonnet-5.90.0.tar.xz
Normal file
3
sonnet-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7a772aec93c00fcd714b93b0596d2e918cb60f4e0937d7d152c07be53ed9d34
|
||||
size 308024
|
11
sonnet-5.90.0.tar.xz.sig
Normal file
11
sonnet-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQWGYACgkQWNDuZIpI
|
||||
s7vOZQf+IlVPh2wlrdm5P5PGulMXlzugyGF3Z9Op4mwfcdoZCh2ePU3bvYMM7fo8
|
||||
LrlVFTZE+KSogs93blaC0bYD7fmCx24QbpuL58HQKfnVB724xnSyjacTHSPErnFW
|
||||
8iF0F9YeHyxuRTz/ATjzvsIJgtEhYnkGsROrHv9OdJEBMukN1JB651VgX4CDGsKE
|
||||
gAVj6jWnUTs3DcdD5CC6CKUKkrTpBx3npyx4Fw4eBTQnBXVkVEkQo5NDNy2qTJ05
|
||||
lZ/lrpGXJ+HtdOelyWHlhO7e+qPg+2OUR2ZVZ67SXzuyX5NMyJy0hwFHL2qAgxDx
|
||||
/aFpPwXHlDAzXFFgTP9/U3VgNOPSEQ==
|
||||
=1Tj4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:48:09 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* Don't access an out of bounds index into a QString
|
||||
* WIP: Change the build system to enable building with Qt 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:57:09 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
17
sonnet.spec
17
sonnet.spec
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
%define sonum 5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# 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
|
||||
%bcond_without released
|
||||
Name: sonnet
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: KDE spell checking library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: pkgconfig(hunspell)
|
||||
BuildRequires: pkgconfig(libvoikko)
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
@ -65,9 +65,6 @@ Group: System/GUI/KDE
|
||||
Requires: %{name} >= %{_kf5_bugfix_version}
|
||||
%requires_ge libQt5Core5
|
||||
Obsoletes: libKF5SonnetCore4
|
||||
%if %{with lang}
|
||||
Recommends: libKF5SonnetCore%{sonum}-lang = %{version}
|
||||
%endif
|
||||
|
||||
%description -n libKF5SonnetCore%{sonum}
|
||||
Sonnet is a plugin-based spell checking library for Qt-based
|
||||
@ -135,7 +132,7 @@ to the Sonnet spell checking framework.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
|
||||
@ -144,7 +141,7 @@ to the Sonnet spell checking framework.
|
||||
%post -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%files -n libKF5SonnetCore%{sonum}-lang -f %{name}5.lang
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user