Accepting request 820818 from M17N
- Update to version 3.1.2. * Fixed: Internal refactorings that reduce function templates in utils and finder. * Changed: File utils.hxx is not installed any more. It is a private header. * Deprecated: Some functions for searching dictionaries in class Finder are deprecated as they were searching in directories that no longer contain dictionaries. - Fix build for Leap by enabling cmake rpath flag. OBS-URL: https://build.opensuse.org/request/show/820818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nuspell?expand=0&rev=2
This commit is contained in:
commit
4b6f72932d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0de090c3786df33392dde5ea8b0121f0fd852d68169834732a46f4d010990b1
|
|
||||||
size 379636
|
|
3
nuspell-3.1.2.tar.gz
Normal file
3
nuspell-3.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
|
||||||
|
size 379029
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 11 17:52:37 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
- Update to version 3.1.2.
|
||||||
|
* Fixed: Internal refactorings that reduce function templates in
|
||||||
|
utils and finder.
|
||||||
|
* Changed: File utils.hxx is not installed any more. It is a
|
||||||
|
private header.
|
||||||
|
* Deprecated: Some functions for searching dictionaries in class
|
||||||
|
Finder are deprecated as they were searching in directories that
|
||||||
|
no longer contain dictionaries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 11 17:49:40 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
- Fix build for leap by enabling cmake rpath flag.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
%define sonum 3
|
%define sonum 3
|
||||||
%define libname libnuspell
|
%define libname libnuspell
|
||||||
Name: nuspell
|
Name: nuspell
|
||||||
Version: 3.1.1
|
Version: 3.1.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: A spell checker library and command-line tool
|
Summary: A spell checker library and command-line tool
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
@ -83,6 +83,7 @@ Header files and definitions for developing with Nuspell.
|
|||||||
%build
|
%build
|
||||||
%cmake -DBUILD_SHARED_LIBS:BOOL=ON \
|
%cmake -DBUILD_SHARED_LIBS:BOOL=ON \
|
||||||
-DBUILD_TESTING:BOOL=ON \
|
-DBUILD_TESTING:BOOL=ON \
|
||||||
|
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
||||||
..
|
..
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -107,7 +108,7 @@ popd
|
|||||||
%files -n %{libname}%{sonum}
|
%files -n %{libname}%{sonum}
|
||||||
%doc README.md CHANGELOG.md AUTHORS
|
%doc README.md CHANGELOG.md AUTHORS
|
||||||
%license COPYING.LESSER COPYING
|
%license COPYING.LESSER COPYING
|
||||||
%{_libdir}/%{libname}.so.%{sonum}.1.0
|
%{_libdir}/%{libname}.so.%{sonum}.1.2
|
||||||
%exclude %{_datadir}/doc/nuspell/README.md
|
%exclude %{_datadir}/doc/nuspell/README.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user