SHA256
1
0
forked from pool/nuspell

Accepting request 1188083 from home:badshah400:branches:M17N

Update to version 5.1.6

OBS-URL: https://build.opensuse.org/request/show/1188083
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=33
This commit is contained in:
Takashi Iwai 2024-07-18 18:16:04 +00:00 committed by Git OBS Bridge
parent 9a456c1c1a
commit b7c6c626df
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdf344c5adbcc6797940f8f8cb75cb59f5a3794eb21b9547751a11782a792ef7
size 371512

3
nuspell-5.1.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d4baa1daf833a18dc06ae0af0571d9574cc849d47daff6b9ce11dac0a5ded6a
size 373260

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 17 04:38:53 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.1.6:
* Be more explicit about Pandoc dependency, do not quietly
continue building if it is not found.
* Fix compatibility with older versions of Pandoc.
- Changes from version 5.1.5:
* Added man-page for the CLI tool. Pandoc is again dependency
for building.
* Fix edge case when parsing LONG flags in the .aff file.
- New BuildRequires: pandoc to build man file.
-------------------------------------------------------------------
Wed Mar 20 12:02:20 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -25,7 +25,7 @@
%bcond_without tests
%endif
Name: nuspell
Version: 5.1.4
Version: 5.1.6
Release: 0
Summary: A spell checker library and command-line tool
License: LGPL-3.0-or-later
@ -42,6 +42,7 @@ BuildRequires: gcc-c++
%endif
BuildRequires: graphviz
BuildRequires: libicu-devel
BuildRequires: pandoc
BuildRequires: pkgconfig
BuildRequires: rubygem(%{rb_default_ruby_abi}:ronn)
Requires: hunspell
@ -135,11 +136,14 @@ cp -pR doxygen/html %{buildroot}%{_docdir}/%{name}-doc/
%doc README.md CHANGELOG.md AUTHORS
%license COPYING.LESSER COPYING
%{_bindir}/nuspell
%{_mandir}/man1/nuspell.1%{?ext_man}
%files -n %{libname}%{sonum}
%license COPYING.LESSER COPYING
%{_libdir}/%{libname}.so.*
%if 0%{?suse_version} < 1650 && 0%{?sle_version} <= 150500
%exclude %{_datadir}/doc/nuspell/README.md
%endif
%files devel
%license COPYING.LESSER COPYING