enchant-devel-2.2.15-150400.1.9 >  A bvp9|%qta.I96|>{"!DǟKyr/HL6]!.xHmR^eagi<CoVv3hDM]m7'x}oX{JALп.,-8\|aa (JtϪL,?t<+] p>h?Xd " [0 FRu{     &Dh   (890:yFGHI,X4Y@\l]^bcde#f&l(u<vTwxyz TCenchant-devel2.2.15150400.1.9Development files for the Enchant spell checking libraryThis package contains all necessary include files and libraries needed to develop applications that require these.bv|cabernetbSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttps://abiword.github.io/enchant/linuxppc64le/2A큤bvybvybvybvybvybv{5c0e2ce925c81be8be3a958d8fcb8481bbbc8f60a6f168192caba08cd6b9da2e7a096af82a379619ab9eb1769eb091a00a6a02a5d23d32a030edf050f1e9835aaf84e19b809e8dbb433d766884a19540494eb88f57e276c4b3c5a3d78f9fef0cd7aa2e09ab81b6595f04eccf54f39f670bb664c2f34d7fe5f9ffa8f2e9c59167libenchant-2.so.2.2.15rootrootrootrootrootrootrootrootrootrootrootrootenchant-2.2.15-150400.1.9.src.rpmenchant-develenchant-devel(ppc-64)pkgconfig(enchant-2)@@@    /usr/bin/pkg-configglib2-devellibenchant-2-2libstdc++-develpkgconfig(glib-2.0)pkgconfig(gmodule-no-export-2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.153.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.cabernet 16519622362.2.15-150400.1.92.2.15-150400.1.92.2.15enchant-2enchant++.henchant-provider.henchant.hlibenchant-2.soenchant-2.pc/usr/include//usr/include/enchant-2//usr/lib64//usr/lib64/pkgconfig/-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-enchantcpioxz5ppc64le-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textC source, UTF-8 Unicode textpkgconfig filePRRR'ta$~VgF8utf-8bbda55beeb704f20e6e09aa65d0dfbef45a16f5f6d69c5a04de4f47e2a603dfa? 7zXZ !t/f-] crt:bLL i#;#`ĴSx.`fZζp_~(Aq {ggy;˂rU~d$h 7Fis:񕔫}F.0pRϛ(LCGG 4GDT/"Y 65H7'HqJ6,ڼ JH7q865AcQLPKɒ%&B6GWW8#߬fGIq9G-B/;*\çon(V 6xfOIc$*X$mLh&RBԌvt>*kտCӎS{Rͪݛ1Y)LoIuI>')rr(4%bq`S>e ʤŷ0ut0/h![;ٕByNDء\KTo_s8唖O8k 9٥RbaVXC)S6,J3Y)!O>g-l2K!~k0 K`֔ =ZBMjO%O@ai,Z'ٌWuVlVgQ6ΐzᏄMtlr^ơRVfoE,5 za:J)ΟȐ0["><+v>)Ma0硚`isD.7b"ZY. {{#y5ět5@ԥrpC;f!U vPCc#lo [Fy8PG:=9AUtWRj?ßqD1L \+A `pI%6 /\47+T$!̄}<1툪?J& C6ud\1Z5Πl1>L=R3mίUEJ}8epWV0=YxW_rP%pr0~9ꖞIdgD] ugXu_q D56 NiW(  ɽI Zr Ӈgmg,ml>n؞e8-Jpnb.v]WRJs8XJB QZWP>P%70CS7d1֟ar/^8/Z):37+y,yU !OPˆK RY:GiD!-ɘI&.1F/u{y0n.s1fWyjY3(<+ 3GK3ԙ{3%bHAgnYsD6 ,Y̮dYģj\# ЍqJO^~kf0xek!Y,,~mEWE3 o*@#xOUoZccE,8"i-t?鐋e.:՟~$/恵v$\of=NCm,@k‹^V8-,ܫ哗'RVruj]ʼV~6 cB&EpBw'}daIJ%3y)* źLdכٷt+@ DIN跐4x§}-:%9, V uT^VK-Df2kA5tW?sB hyQ?iI yN*Ŋv7V 8qbjIߐF 7g'GN.p~ƴ& Q ˛d֞0w5#~X{Yi2y|6ѫOFw¥Us3S;aL?aڱp xёy7?nV:(nI,6.mM=jpGA T[Ƚc}+UzT]Yj"Y:gc9|+q}"@C=o8bЖ;:1{'3rdekySaG^r^UuiEXȑn0ڧ9FX: g)Lcwȳ!Ma겿Ӵ" 'm'h^x0g<?TW`(FN[BI琄+-HDwߊ6z'Q0Y|@`ƕ Rц -@^,xqX8 V=x7В^7a ]Xme;go  Tl2=Q(Oз NAsh-lNĶ}¦&(?RzQ46UPh X BW"wNa߮dv#(9 UQR/nb+w@!H*i3ݴxah> //:[m`8[P Oq ՄmoBȅjߦpRȪ\Z; /َxKr 86B@9̎#7?S{N E5W''20dyK'+iϫ:`T b_N?I=&p.>2.f `hcE_ ~{+?~F0zhoqhCj̪D@#h1ރвxA+3RhD_ "BI8u~գg CK`eDֶqU+uI朔zaiN,М.~!\<`5ko .El*V'?E4O=<@WG{(‰(~lm~ wU~.Fp 8lAPbGx;sʶڣΜ1;t JD?I>L&4\g}wVvQIʎ뤋П%01]K`X}yР \H)HcaE6Gt`WM~P*>: t,te4p|_?Q@agLJg]3Ec$ D!-$ ^DF`h᪶2$oS!z\/6MS@< irh\ .D>e@-d#Ր/-KꘀPNgR#O`QSoly6 &qf@v4ZgvZtcoJOބ'%|+ű#jr| Ƕy|9 KR #ߢ$m$أB.G\ S젹gQO=ENXOBN0s!,ep>]ZmMKGuOtU4[ZM5"t{C7Ф m@W.1fS@B?2G=hWpsCN85,-^kCe_d-ٜPo9xIMMJgJa B'Ъ^tU&h&4F5A A]oҮچ| ӚBZQv{P~{ǛҖɯO ƹ=S|qF"O&5#=tcOLx0h˲Q޼4^lc—;ۆeGR.K۬ p%泚! c^vU7P.n)iRfsŎ-C}j29DS5,m}09fFbOQT" lgOhq3LRx:=.yrͿu$X=DŽ 1g`(2Uݪe0!,۫lGM3Y q;h[My e[L,J;} 8@ `n,x/G\YfFmj5Kź7Tut/)1 3W+K&l9#D$mZzgS5Eni$B1d'ZvНypw8Q U[EG]RFq:L1ڄ,팫,EA*ihY+C#ރU,`}Qo{Ngξq<{`6zYIC1~{V\5Tz?)/&Z$dY+7|W9XٓPeFNjj+5ܢ3='j>:Hc1χ1@QY8jvA#[`uܳT Ķw<Ư"to|<$ 8F*im~UHb,aeE0 Si_o_)zz7;Zͺ 1>j7V|8IΓ`{m,RhG}Q ahk")(-4+!4@"a&MyWksɃK9t>;ɕn(1Y<6OyKcdS(9ka4RhV=᧓4*Ш`h#s<˕b2,.2b.^Vq.ѿ,7OpՑl qkv3ܽYZSC~ձʵ`*퀔Hט#î\0TDSY%^}ƌQir^7NU&b V:A!ג)JjC٫;yQɷ0E$O%K|suV"ĨitCb;ۇi6TgQ,< ö YZ