Accepting request 773305 from KDE:Frameworks5
KDE Frameworks 5.67 OBS-URL: https://build.opensuse.org/request/show/773305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=77
This commit is contained in:
commit
d35e7142f8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ca700e8e9954b380cc5f4cee0f392888ae240ccd2c4d3a37a2f41f8ac9c8294
|
||||
size 288968
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxkgACgkQWNDuZIpI
|
||||
s7saRQf/ZPQs9Z/A5+7u5NjGyxP1xZ2iHq7kTozxYDsG3I0fa5PPsfblS9tjnl1s
|
||||
Q7au7D3jmlz4hBO8ZQ+E80Qkto7iez2bO8fVkSNkQai5G3J+Xk80B+ZiMZZVylDu
|
||||
8aXFGl8VYjJeXIEzwOS7dNh1/ColwwQMI0lfwb3Smp48BVn3R4iZabtINfYUiAgR
|
||||
0bWKPBcoA/MeRtSbnRrYMri23ryIGjQqZmbRMb3yZCHx28gzSpZLhC4N6KLPRs6S
|
||||
uOuw9Ms9v2S5IE+Oawbh2GAVvlc8oGfmH4mXQpcRQXTd5aYaSSx7qzCcu4k8K4Ee
|
||||
qZejyrxxK++EmE6pjovByPOl9QYesw==
|
||||
=kB33
|
||||
-----END PGP SIGNATURE-----
|
3
sonnet-5.67.0.tar.xz
Normal file
3
sonnet-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d66e4e03aa5e49be34447f38bf78cd0815d11896c3fb2ddf7aa187b4236b757
|
||||
size 288752
|
11
sonnet-5.67.0.tar.xz.sig
Normal file
11
sonnet-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420r4ACgkQWNDuZIpI
|
||||
s7ugrAf5ARBWhU/ssLsketJXadXZoQQP3hay9NAy6S33xq3zyQgQa9KutkEU5QAa
|
||||
S8I1iXaUpv8mIoSZdmDXYH3FLW/bbbrqy+qW9HjeF4q+zY697NXe4GkhMeK+NGfW
|
||||
QjEf30M/FfxUaaE+GSZ6sGrGay1qrvOdnnhPqvSTejhJaqBhY2moL28D8y7a2QXS
|
||||
R30tnlSfjN0hT2eMoTU8Zh5xp3RoaO/b4t9kMjKUtU9KZq4MmShxG8zg635Wl2Kc
|
||||
U0W0pU6wsDQRdrfwFgScE8gNy1cbEWpxM8rClLsRU8sKagmcpWxioMZwVgEd5Vvs
|
||||
ZA7NUfIfnnZvumiUz/0gZqV9LJvDkA==
|
||||
=6rYA
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:07:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:33:08 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- No code change since 5.66.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
18
sonnet.spec
18
sonnet.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define sonum 5
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# 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.66.0
|
||||
Version: 5.67.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.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
BuildRequires: pkgconfig(hunspell)
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.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.11.0
|
||||
Requires: cmake(Qt5Core) >= 5.12.0
|
||||
|
||||
%description devel
|
||||
Sonnet is a plugin-based spell checking library for Qt-based
|
||||
@ -106,7 +106,7 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
Reference in New Issue
Block a user