enchant-2-backend-hunspell-2.2.15-150400.1.9 >  A bvp9|ő;%| k=BaiSϽ;.yzξa`M))?}.u'aJtE"R53‘ \H5.ʱP+G1/RX~ v d  Ď1z8R;Wr(\* .Fv% X2R.BbhrIJ½ti%Nf66Vf;7 o`bU#s- NmV{?ߕ=k32608be733abfffed2c20bcb84f897a861c0e3fd0eb361fe3200a15f0d7489012794bee3748cb0576782f639b7c2893c1febdb75?bvp9|,GY@  |CWN8K-s8sr>Rt/Ռ[]}h^o]* N}#pA?td$ / g>P fr     @H(1889|:F1GDHLITXXYd\]^bc}defluvwxyz $(.pCenchant-2-backend-hunspell2.2.15150400.1.9Hunspell backend for the Enchant spell checking libraryHunspell plugin for enchant, a library providing an efficient extensible abstraction for dealing with different spell checking libraries.bvisheep07ZSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttps://abiword.github.io/enchant/linuxx86_64ZAbvhbvh972a1775b29eb28addb3009a93675665a7074ebfbe2560e43f7a14eb4b53f438rootrootrootrootenchant-2.2.15-150400.1.9.src.rpmenchant-2-backendenchant-2-backend-hunspellenchant-2-backend-hunspell(x86-64)@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libenchant-2.so.2()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libglib-2.0.so.0()(64bit)libhunspell-1.6.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`P_@_;_*@^T@]]@]1\@[@[ @ZZZZ1@Y@W'A@dmueller@suse.comtjyrinki@suse.combadshah400@gmail.comelimat@opensuse.orgyfjiang@suse.comyfjiang@suse.comyfjiang@suse.comalarrosa@suse.commrostecki@opensuse.orgdleuenberger@suse.combadshah400@gmail.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgpgajdos@suse.comdimstar@opensuse.org- Update to version 2.2.15: + Specify that nuspell >= 4.1.0 is required. + Fix some space leaks in the tests. + The nuspell backend is updated for newer versions. + Make the enchant program output its version to standard output, not standard error. This may help some programs that use this output. + Fix a bug in the Voikko and Zemberek back-ends that could cause spell checking and suggestion to fail. + Make enchant silently ignore -B flag, for better Emacs compatibility. + Make enchant_broker_list_dicts sort the tags, so that enchant-lsmod’s output is sorted. + Minor build system improvement: don’t use -D_FORTIFY_SOURCE, which can cause problems on Windows, and should be configured by the compiler vendor if desired. + Fix Hunspell backend to treat apostrophes as Hunspell does: if either straight or curly apostrophe is a word character, allow both. + Fix a couple of space leaks in the Nuspell back end. - Drop Fix_back-ends_that_want_a_NUL-terminated_string.patch: fixed upstream.- Backport from upstream git a Voikko backend fix (bsc#1178489) + Add Fix_back-ends_that_want_a_NUL-terminated_string.patch- Enable nuspell backend where it is available (openSUSE >= 1550): + Introduce BuildRequires: nuspell-devel and libboost_headers-devel. + Split out new package enchant-2-backend-nuspell providing the nuspell backend.- Update to version 2.2.8: + Add a provider back-end for Nuspell. Nuspell is a new spell-checker whose development has been supported by the Mozilla foundation. It is backwards-compatible with Hunspell and Myspell dictionaries, while supporting a wider range of language peculiarities, improved suggestions, and easier maintainability of the code-base. + Doxygen documentation generation is now supported for Enchant. + The command-line parsing of the “enchant” program has been made more friendly and reliable. The -L flag (show line numbers), which had not been working for some time, has been fixed. + A buffer overflow in personal wordlist handling has been fixed. + Minor improvements were made to the tests. - Changes in version 2.2.7: + Fix some memory leaks in the hunspell and aspell providers. - Changes in version 2.2.6: + Treat PWL as text, not binary. - Run spec-cleaner: Remove package groups.- Enable aspell support on SLE to synchronize with Leap.- Disable aspell support on SLE.- Redownload the 2.2.5 tarball to reflect the consistent upstream release provided in Source.- Update to version 2.2.5: + Fix a memory leak in the hunspell provider. - Changes from version 2.2.4: + Fix a bug in the enchant program, where words ending in non-ASCII characters were truncated during tokenization.- Add enchant-2-backend-aspell package which provides the aspell backend for enchant.- Revert parts of last change: Still using supplementes instead of boolean rich deps: zypper dup from < CODE15 is impossible otherwise.- Fix installation of backends (bgo#1089433): + Drop Supplements entirely. + For the shared lib package, add conditional Requires on either/both the hunspell or voikko backends depending on whether the system has libhunspell and/or libvoikko installed. + Add a Suggests on -backend-hunspell for the case where neither libvoikko not libhunspell are installed.- Update descriptions.- Update to version 2.2.3: + Brown paper bag: fix 2.2.2 as intended. - Changes from version 2.2.2: + Fix a bug in the build system where the test harness would try to delete files under root, typically the system libraries. - Changes from version 2.2.1: + Fix a crash on invalid input with the hspell backend. + Remove some bashisms from the build system. + updates the Free Software Foundation’s street address. + Stop running some tests that fail on recent macOS.- Modernize spec-file by calling spec-cleaner.- Update to version 2.2.0: + Improves support for parallel installation with other major versions of Enchant (specifically for man pages). + Fix relocation support. + Minor documentation improvements + Fix a potential crash in the hspell back-end. - Update URL to https://abiword.github.io/enchant/. - Adjust packaging, following the shared library packaging policy and allowing for coexistance of enchant-1 and enchant-2 (as foreseen by upstream): + Split enchant-1-data package (providing enchant-data, generic name) from libenchant1. + Split enchant-1-backends from libenchant1: the main backends. + Add conflict to libenchant1 < 1.6.1 to the split packages (and appropriate split provides). + Rename enchant-{voikko,zemberek} to enchant-2-backend-{voikko,zemberek}. - Drop enchant-hunspell-1.4.0.patch: no longer needed.- aspell to be removed from factory (bsc#1052949, FATE#323578).- Add enchant-hunspell-1.4.0.patch: Fix build against hunspell 1.4.0, where MAXWORDLEN is no longer exported.sheep07 16519637532.2.15-150400.1.92.2.15-150400.1.9enchant-2enchant_hunspell.so/usr/lib64//usr/lib64/enchant-2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/c28072b5ddaf8b6915d1063e5a7e3845-enchantcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f4dcef888f6a72be124f2f087c2d5f4b6ecde98, strippedRR R RR R RRRRRRR RR1gMvpackageand(libenchant-2-2:libhunspell-1_6-0utf-8a88b2c6815318eaa032fc7e680581fd71c0132f55c8aa3494d0f29e7df2898b1?7zXZ !t/[] crt:bLL j gl֬ܦLb7 ajq0~?2<$%[)rZ~{M\S3Z!zoV8MX ^wg45 iu\1i?%S%ʈ`hݟ#aͯ8G 0u~[CB2Rx9|1/DdT9E0W/EQ M@/&@~ipTNz^n]u9 R|[RpaY (I 0"p]@j,8h},j^] - O:ͺN+Hg*d3ޭ#+@bajݭ1yXЊUBF(y:,aaԮUB_|o"hL9j YA/`SF~ud;Kjy|豀Bni6w(AhFT@lX9_\n)Mz 7IaiMuWI"S_Vym7;aWPڲdX穲ߚ՞t,t?[#*(p`WL/ `C1*wXr&+ i׽BVBKm:1 mQteƓ' hw*ᶯ8Ћ=c!;:}W@_}[햴F RO*Gh{k>MI (=}0N<=!BN;^##EY|8h 5Y*H&EĬA|X}"=MKUץȈH5S@'dӲ8Z/--%XŸwl*7}^@O,;g%6QpZ%`W,f(%vK @5=zVےFND~4ΆR/hgQ s%} P[kIR@lKTUCYwnQOŏ51sH,}\Ժ+Z06`Ch\h8Yhz)qj(2C>|H9!%d5 8]C=ac}MO\*O3j $,r FC.<1f%VT s6k7~!/7G+q_[A#CJ])b0~2DSohTܺyg.˲#ԸR.IW?q2qDdmr\{a;QRᄗa?0,ٙuc,>VpD\g^(78)QQ-АV^0#taS0^Yi!8N}\1b٬Z2B4Zck@yPjA9 ӵ!weg)kL-@4l8GYƳ3? G[L°ms0@&6&nQƞ\JO.le7J1BZTTB > 6Gre&jdS2FJnlGN ÉA4"IJ1 /Ḿ1W%m!| ЬGKpb8.R^=iҐ N\NWNɴjGغ'GJcnˀq^UbHmnNG2 U&drhV~KM@t`[pQԯ )0$T)dS׽A9@wɌԡi.΋jhCh1N</kyB_Cn\_8<)~u u#`p~+m'fDY:pLi c2Mzk6s=N]¯!Ohш73Gȕg$kő`h h#xQ'kYl~Ú#G+$4JږS1Zk{`#_^̾1&;3V 47ۊnr#1kOUI%ܫb6cb< *r# `+9@@`C+5I'H)fhP?1SE=%]_0ϓ#1͊=rE_%^17VZy2; PR?[JIv CnUSA©`,i[,X! !QW_flj5{L Ǘ9Mu0?_8Jk}_*AWoI@^i[]CP*$Uņ8 n/abWxqҔ`j_Uo{ADv}zUß׏5{u eodG7W1+SJ2{)u IB6twT"3 s^#֗݇“}6BF6\v(?%< [5JozhIxY?ᮝ}yKMb.ϑ2(Fj56ӷ@<܁b&vLUؑ='/`9B }m+>-'GͯHv\$1G=LZg4Z6 !\~~ 5 ~k>-&t Q2xskXϓ{9_9XMR5mh-QͰy2YX嚤Ĥ'ߗ.Ac9c)P[*uK\)]]Uʕ{P' ӮCW@) :.j09\K";536K)JG@W˄B7Y/U9_i)d\ؖ *ƆْIrzٚ{|{E`9^Qgo/rӊIP=e)^ƌegCD!\=KՍGrVݣBAbY2_;3a󈸫'i9n (f;UMBQ 5C2q\ ŖD۵7܉Kv4(`HȾ$\8[+h69Ϗ)%)$=ڍܐiOmB LB@SRD萊{91*-4wbPm='-3D􁣨whud?zSr)E1Yuh"x>34.*o5>K: **_BvxHz7 xJsnϵtK WH~Hً6eNFsچ{t{g H5я/Fv̄-HzJa|6\!6)|~[ѪO7RZ)9ߞn=m@ek.K2Eu^Zǚ?.fvp?K*?-Or#JD=&/qr!Ti6wJoW9(ʋ>-mcb<`Z F?)?[XtxE!i¸yiʃ#}$Qfn/(Ɉ?vb'dzdGd}g8P7HHb=y3wͅNYD:?/P^ͥZĜ @Êk`ހdƷH węc*=J\b1 Dy "sҋhYz \`P i^hYoq<1{[ەhgg `U÷XFy>3 ٳ4W1W[~1s5sL߀ꬠشXڀ>fƦsK_Jȹ,3V8| ԿeY1G3tF$]SShFz"B;rVw-HS#@CM{/yC9R / iE[M8d& '68GlC(3z?d 5YALk8ks+Ƣ=K+W3]xV=6lD]v*1-u|AפLf˗pll.&2{SW!' ?V2p?#Z4YOٝ۠S!v:o-ԗLy,DZ:73`v[8qrS{%=gwEݟVH -&? 8 t]VdY3by~*I n9kzIDS ~kЍ+ʩY2Vi|"<,8-"sKlQ yo&W6+@^0O JY߳nj9h;p!1j-~c W,ـʢt#;[xI$gye,Vō#~`LJ=bЕy^..i)b ZpVM/3 x~M?~&,k’3I{hgֳ݃"pY5Ѭ4ڬ/ Jm9:ZvdWf-Da٢~jao i[vP:n v1D5/;J֜s RtfQbWy9a'7"Q;%fHa1@`tp!VFC\#⶘T-:P~D:?Sl듫q[N'v_5mИАLcV&bɛzfvU1"\-{m{؉*':ﭧЭnCn`{? M-WT*DipŎx}ʾ -m^D5SZ1F\H]-giFg!V}soqpĽ!9]d,]#_JkA@+3cX#QG#tܻ8Ckl)}ᒶuOrs/FC;WG\qr6X\|Ez;k=Y77uގrg`FqT |3AtG=]N~FxJ,7eWE8n˟A.Ó4IWɫ<B)Bȶ YZ