enchant-2-backend-hunspell-2.2.15-150400.1.9 >  A bw4p9|U YCN~13DŽ_o8)1 Y f`ӼZ@S$Mc2nUWV>p~z,u W&E{ة.P6kY WGnh5`bj.N/chuՇPh˫F>`H菊!`q2"Dk^@Xk6u8 e3b62ea447dc76445306362c81cf177227f3fed1e2764d6f4fcb3657e502f316581d737ce03f9923959262dc1ef132682b6b1acb>bw4p9|}b; +Ű5`+l -| ~rH;#Il_i 5$ +'0A5o(azVP5Z|Q`i߈^P_kX{» d(ӳ6${m/٤yovM93⑥9ק dߠ W ;(yYU[cͅ#J(IGyyˇЈ!\-fC J,%=p2Tu"`VV&3@^;4-EY- h>pA?d$ / g!BT jv       DL(G8P9:FIG`HhIpXtY\]^bcdefluvwxyz@DHNCenchant-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.bwibs-arm-3 SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttps://abiword.github.io/enchant/linuxaarch64 Abwbwcef682587d62e476b4338f162977f78ed64d95c6c35d8bb02cac0bf58ce537a3rootrootrootrootenchant-2.2.15-150400.1.9.src.rpmenchant-2-backendenchant-2-backend-hunspellenchant-2-backend-hunspell(aarch-64)@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.ibs-arm-3 16519669832.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-enchantcpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a6676cb99444c70392b41f83dafbed254494085, strippedRR R RR R RRRRRR RRRu >V\MApackageand(libenchant-2-2:libhunspell-1_6-0utf-840d05a2c9234f53a7298f7e92723552d289471e95e0f88af7390cac861531457?7zXZ !t/ g] crt:bLL kdb_ }{SoWv3e*B0끮{:vF՝7Ox'#,:_5XXA,,J{ u3la!yr%lMgK-ڎρhzQ®C-7.zQu('wc2vTw*=d%S5̈́ˁmLE-õjAz{>5cȐ-U>UPF2g:shѽQ?b ݷTW^؛<{؆8ami/rX7$C, *ptM…7Kw'/c1^V7s?Tr'ej0Nؓm}Ԏ->X\9s-̂F~dmcFN% $$|FS;I'zOyQ`;>WhvW}/S`r#ad9d4qgJH$L+tDJoiȵ#sQ҄[}}Sf  W.R%^kEJ)%6g3mq^=5Mu9D톉t-Mu֘(s4QǧzQ@v+H=F;k9`_Ϩ f^PT4(ކ)޴MStBha@(懀b˺6Oۅ?"KBg'BHP$}&425ro^MxF :I&EN7khyp}pF̪D}KΝ h+!ά$X׊“d@JwLSKֽF953QFM| 0 Ѭ?jJ n)nl]nVfm.W]Gj׶[TbTMhecw؎հH'#ܘ<l@ϩnt,Ga0)!:;RvU d|?qRW~wc7gvU@vuO o6&=ʂ6zY$ zFڿlbEK0q\ՙ!y&XdL2E^חhvwcfrE~qD[N'>kl-jޜ8k" H7wvq/_ICBL4P>b YY0qBy\uq$aFT>4{ȣrf(.l#Uzf^"X6D ֆ0W5%J-5ЈDG-l f:H+hiӚ6}6)z~vd߿7UfUd,yP]nB"(zd7PѮ4Ɠ{i pWdȶZ-=pgNV֊|QK މFKH]hԔ^!6%Amy*۞D'0tÔMA6A$zt%FA YZ/% v^{Ewq\DXyDZ3op-ƾ]%TP^Vs'FK1wf5džVohy& JYXQȡ*Ed0ibbT3t-~-i-.m =)3B}~ɾeB"1uҝಖ䳊hcWQD%:pox +v7 {M"#St`朓p9yKAgR ~s] I^5ߞHʓmW ^ x.,P+skÞ`ꃫB ˗KJ9*,h)MnnB|Y`M~ tJMOpb*lY<ؽN_d[ U#ǨZ & ؜5i Ϸ $zCBvu{ԛUEzV>c&J2zonQ("+IOHR`Br4*I!]-8'wObӄ'@M7\햆UDp⃮6sm6O\ ❷fqŶ{=p.R(zm_:v0w~u+F{?PZBWnSdIuKvJ}QP8vRzLFi@MOT;"63K 2RuW:>QM$:CC։U<>=9{xI2cI%Ra\4.dLϛ4cf4PŚd@&!fgK^@r7F7DʹzIⳂծlݝ0(ZVXK-A>n~QZ}˳K*RpC$4N׽ѵ;O,jd^_A?PxhP kJ0bQVU9cahATyx(FVљw={_$ջQ iǒ>?e=Pe| !,տ[P[\_9</]8I)MaYq'bG|GV `J|܁\O] Fψ驃mL:J}a٩ SjjKӿ0q]v,t{91kAئÙ ߀IzVqn+0 ֗wsG%NGڧ솈 Qae/=QRGTł_)ft~hzِG?q \z|7 C^2nZpNP\XB)o+("rHO'?4a,"K(!8dp!pc AiFmbRYw'm@&8I\A[vf.Bd~uJebⁱ/"/Z o&9uc&X1읐ux4VfcyB%f07 :3'7D?=UWm3=V?)u%ȉSB»Ow`9<9:H6VpZ\fIX=0@|/#;;ro/s/bkwZ[,J5GCMb)uw2Xdzԕ藴W*?cTBTL! ݲm?̀3/vyhI{j*"Xq>yM&e#1]՝:SC ? K/Gj/: 7+SH嗀&gՀ+rQ(deE1𨷨FK >kbw&l=,YILurb##}$'9yaU1_/haI?aSMWҕyF&w N'92uR22/dLMxn =eT!YT֕ldtW&MPNTe+ .lS$!#—zVl@%] `϶xr2Z`e]Ð /:sT\{$\!\'cmw'걗a6|~]e-{!Ir[hFe35*{QL}J8sO8`HI ;uZ8͈{.i݋}sd5a#g#9je-3(0{8\4]^и2Y;y;EzB>]`_0Co50(L2ĕ*OUX~c8E@_ 7YSG";4T(_co6Q/Jme`54<| xT ɠLڂU1:mQa0r))'KQǓ 6= $+0N*coy#-8uAÑ_˝jY<@6.#gv;Q#XX MM>a&.:Vv1Ӓ4e۸Zj2>= \\Y7YtBƛtpFzjueI4⥉ꍝQPC PyC _(7Tibv#tQU@08~FRo[+qJO Pf+sQJ>`}R1[RHqi<,M0ЊgݮWY^kc2+zؠے:PKCPM05#eO<\N<`ͱ lf3aJ#E'[cY#4VL5'̀5lڀؗX!3R^zlTu΂ jXo|!כMsD>ɲO?:W&W Si B?> ]J DYۢV,- 6z8_՝wT}vGF\u\'c5Zڊ3Cr| h.%ne@`hwZl{#K0TpGpu y˛?!oe  Zp`%#޷E~Zk!y"@ߡFo}ɯob}-o~zɻzF[Kr0h!r3 aBb p?"fv5{ 8[)B'JKoIiF5G!Zas`ds#_dgDCuQmd-BVﰻ@ͣ[XgUs>&f֐X6fYx9m'd2Wt&<-[K2v~;( ťv2 lP"0q)\BfccM 3J4FjҖpU1O˧8,@x