forked from pool/sonnet
Accepting request 426606 from KDE:Frameworks5
Update to 5.26.0 OBS-URL: https://build.opensuse.org/request/show/426606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=34
This commit is contained in:
commit
fd83cdf630
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3be349e3802dfa73e0ad719f60adf454a42fee30a2c7cb7dc76073d71124f90
|
|
||||||
size 282024
|
|
3
sonnet-5.26.0.tar.xz
Normal file
3
sonnet-5.26.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e20f641628f561b8571874fc67441a0a7721026492d52c02f4cb82b956a67b2a
|
||||||
|
size 283968
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 21:15:19 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.26.0
|
||||||
|
* Don't lowercase the language names in trigram parsing
|
||||||
|
* Fix immediate crash on startup due to null plugin pointer
|
||||||
|
* Handle dictionaries without correct names
|
||||||
|
* Replace hand-curated list of script-language mappings, use
|
||||||
|
proper names for languages
|
||||||
|
* Add tool to generate trigrams
|
||||||
|
* Unbreak language detection a bit
|
||||||
|
* Use selected language as suggestion for detection
|
||||||
|
* Use cached spellers in language detection,
|
||||||
|
improve performance a bit
|
||||||
|
* Improve language detection
|
||||||
|
* Filter list of suggestions against available dictionaries,
|
||||||
|
remove dupes
|
||||||
|
* Remember to add the last trigram match
|
||||||
|
* Check if any of the trigrams actually matched
|
||||||
|
* Handle multiple languages with same score in trigram matcher
|
||||||
|
* Don't check for minimum size twice
|
||||||
|
* Prune list of languages against available languages
|
||||||
|
* Use same minimum length everywhere in langdet
|
||||||
|
* Sanity check that the loaded model has the correct amount of
|
||||||
|
trigrams for each language
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 7 22:17:54 UTC 2016 - hrvoje.senjan@gmail.com
|
Sun Aug 7 22:17:54 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define _tar_path 5.25
|
%define _tar_path 5.26
|
||||||
Name: sonnet
|
Name: sonnet
|
||||||
Version: 5.25.0
|
Version: 5.26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
#BuildRequires: aspell-devel
|
#BuildRequires: aspell-devel
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -132,6 +132,7 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_bindir}/parsetrigrams
|
%{_kf5_bindir}/parsetrigrams
|
||||||
|
%{_kf5_bindir}/gentrigrams
|
||||||
%{_kf5_libdir}/libKF5SonnetCore.so
|
%{_kf5_libdir}/libKF5SonnetCore.so
|
||||||
%{_kf5_libdir}/libKF5SonnetUi.so
|
%{_kf5_libdir}/libKF5SonnetUi.so
|
||||||
%{_kf5_libdir}/cmake/KF5Sonnet/
|
%{_kf5_libdir}/cmake/KF5Sonnet/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user