liblouis-devel-3.3.0-lp151.4.1 >  A \c/=„0q;RX$-BMhwBu6GѲ23‡b8ث7x\ӝ&G~k֙*Y.\f:6zտVSaӑp0c383e8cf8cb645d80989eb72d636ba844ae5c2d10e1eb6df738dc7812ad0102ec1fb7fff140133a4261de8cb4643521835143bcR\c/=„~ XG;!s;!9n- %_ Ӊ+OH93ރMn0g)B:7逽,p;?\` Hmr!_?tt{H%dA,7PTcZ#7-Xz9koRe-MliXK7 /)&`\  aDAR ;F93gFt*NϬvM>o*[Fg|%ǥFċx>p>/?/d ! W  5;DX b l  E \p,(8 9 : F,G,H,I,X,Y,\-]-^-Kb-c.;d.e.f.l.u.v.w.x/y/$z/,/</@/F/Cliblouis-devel3.3.0lp151.4.1Development files for the liblouis braille translatorliblouis is a translator from and to braille. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. New languages can be added through tables that support a rule- or dictionary-based approach. Math braille (Nemeth and Marburg) is supported.\Slamb04'openSUSE Leap 15.1openSUSELGPL-3.0+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://liblouis.org/linuxx86_64Z+ A큤\J\J\J\J\K15da5bdf39e8554860a49bc8de8b54da75d012cbec39678b8dd54fe9e5d76e3bb4a91a95a10c7dac777c5e0b75b18a4e89b90917c417f6ef1559cae3c990ecfcbf9c9fa6775c906fff4ff894ff4c4f09eedb7e15e3eadf703c61adf488518ef7liblouis.so.14.1.0rootrootrootrootrootrootrootrootrootrootliblouis-3.3.0-lp151.4.1.src.rpmliblouis-develliblouis-devel(x86-64)pkgconfig(liblouis)@    /usr/bin/pkg-configliblouis14rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.3.03.0.4-14.6.0-14.0-15.2-14.14.1\M[vY{Y*@Y@X@WUeW@V%@V@V'~@mgorse@suse.commgorse@suse.comjengelh@inai.dejmatejek@suse.commgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comjengelh@inai.defcrozat@suse.comzaitor@opensuse.org- Add CVE-2018-17294.patch: fix a buffer overflow translating strings, backported from upstream (boo#1109319 CVE-2018-17294).- Add several security fixes: CVE-2018-11410.patch (boo#1094685 CVE-2018-11410) CVE-2018-11440.patch (boo#1095189 CVE-2018-11440) CVE-2018-11577.patch (boo#1095945 CVE-2018-11577) CVE-2018-11683.patch (boo#1095827 CVE-2018-11683) CVE-2018-11684.patch (boo#1095826 CVE-2018-11684) CVE-2018-11685.patch (boo#1095825 CVE-2018-11685) CVE-2018-12085.patch (boo#1097103 CVE-2018-12085)- Redo package summaries, and compact/trim descriptions for size.- drop separate spec files for python-louis and python3-louis - completely drop python2 bindings - build python3-louis as a subpackage of liblouis- Update to version 3.3.0: + New features - A new tool ~lou_maketable~ enables the creation of tables based on a corpus of known good Braille translations. This has huge potential to simplify table maintenance for tables that have so far been dominated by large exception lists. - A new API and a corresponding command line tool to query table meta data + UEB Grade 2: - Fix back-translation of whole word contractions followed by other contractions + Fix back-translation for contractions followed by punctuation + Security - Fix a number of CVEs (illegal address access, buffer overflow and use-after-free: boo#1056105 (CVE-2017-13738), boo#1056101 (CVE-2017-13739), boo#1056097 (CVE-2017-13740), boo#1056095 (CVE-2017-13741), boo#1056093 (CVE-2017-13742), boo#1056090 (CVE-2017-13743), and boo#1056088 (CVE-2017-13744) + Braille table improvements - Changes from version 3.2.0: + Bug fixes - Fix capsnocont opcode. Also mark capital letters with capsletter symbol when capsnocont is defined but no begcapsword indicator is defined. - Fix the syllable opcode. It had been broken under some circumstances since 3.0. + Other changes + Fix building of Python bindings when cross-compiling. - lou_checkyaml is now only installed if libyaml is available. - Enhance documentation on usage of display tables in particular in conjunction with Unicode dot patterns. + Braille table improvements - Changes from version 3.1.0: + New features: - Most of the translation tables now contain meta data. This makes them discoverable. Programs can use the lou_findTable function to find a table based on a query. - Add a noUndefinedDots mode to disable the output of dot numbers when back-translating undefined patterns. - When back translating input from a braille keyboard cell by cell, it is desirable to output characters as soon as they are produced. Similarly, when back translating contracted braille, it is desirable to provide a "guess" to the user of the characters they typed. To achieve this, liblouis needs to have the ability to produce no text when indicators (which don't produce a character by themselves) are not followed by another cell. This works already for indicators liblouis knows about such as capital sign, number sign, etc., but it does not work for indicators which are not (and cannot be) specifically defined as indicators. For example, in UEB, dots 4 5 6 alone produces the text "\456/". Setting the noUndefinedDots mode suppresses this dot number output. - Add a partialTrans mode to specify that back-translation input should be treated as an incomplete word. If this mode is set, rules that apply only for complete words or at the end of a word will not take effect. This is intended to be used when translating input typed on a braille keyboard to provide a rough idea to the user of the characters they are typing before the word is complete. + Bug fixes - - Fixes implicit declaration of 'pattern_check' - Fix a stackoverflow crash on applications with smaller stack size. - Fix the \v escape sequence. - The Python bindings now give a helpful error if liblouis has been compiled with a different character size than Python. - Massive bug fixes in multipass rules. Dave Mielke has done a tremendous job improving the multipass machinery also in the context of back-translation. Where needed nofor/noback has been added to the multipass rules. + Other changes - Improvements to the Emacs mode for editing liblouis tables - Documenting lou_charSize + Braille table improvements + License changes - DocArch has agreed to re-license their tables, so we have 8 more tables under the LGPLv2.1+. - Changes from version 3.0.0: + New features - Numerous features to support UEB properly. - support the many emphasis classes needed for UEB. - support translation of numbers according to the rules of UEB. - Capitalization is now handled just like emphasis. - support for numeric mode - UTF-8 support for all tools - Add ~lou_checkTable~ and ~lou_getTypeformForEmphClass~ to the C API and to the Python bindings + Bug fixes - Stop buffer overrun in ~lou_getProgramPath~, and also free memory after usage. + Other changes - The license of the library and most of the tables has been changed to LGPLv2.1+. + Braille table improvements * Changes from version 2.6.5: + New features - lou_trace supports backtranslation now. + Bug fixes - Fix a bug in the findtable code. - Fixes to the logging code + Other changes - Clean up dead code i.e. remove support for (undocumented) nobreak opcode. + Braille table improvements - Use %{version} in Source - Pass --enable-ucs4 to configure, for compatibility with python - Build with make -j1; otherwise make is unable to resolve some dependencies.- Define python_sitelib: newer versions of python-rpm-macros overwrite it to be python2 specific (python3 macros is called python3_sitelib). - To be on the safe side, define __python to python2 when not building for python3.- Move %install_info_delete from postun to preun. - Drop makeinfo BuildRequires: it's quite a big dependency and the .info file is present in the tarball. - Install doc directly (make_install -C doc).- Update to GNOME 3.20 Fate#318572- Use %{?_smp_mflags} for parallel build, newer %make_install for installation, and remove redundant %clean section.- Move data from library package to separate subpackage, to ensure library package can be safely upgraded.- Update to version 2.6.4: + New features: YAML based harness tests. Harness tests can now be written in simple YAML notation and they are integrated with the normal `make check' command. They can be used for both ucs2 and ucs4 and no Python is required. + Bug fixes: - Use a separate gnulib instance for the library and the tools. Use the strndup module to avoid build problems on windows. - Fix a problem with the nocross opcode when used in combination with the opcodes nocont and compbrl. - Fix a problem with the decoding of the harness test files. - Fix numerous problems in the way braille indicators are handled. There is now a safe version of the checkAttr function which makes sure that no attributes are checked beyond the boundaries of the currentInput. This fixes the random behavior with tests where the emphasis extends to the end of the input string. + Other changes: - If found use texi2any to build the documentation. - Fix permissions of Korean tables. - Update the windows build instructions. + Braille table improvements: - Changes from version 2.6.3: + New features: - [beta] The new function lou_findTable can be used for table discovery based on meta data in table headers. - The Python API now has a new function to check tables aptly named ~checkTable~. + Bug fixes: Fixed a problem in resolveTable when using a Java resolver. + Other changes: The build dependency on makeinfo is now optional. If it is not installed we simply do not build the documentation. + Braille table improvements. + Corrections and improvements made to UEB tables. - Changes from version 2.6.2: + New features: Harness tests now can test for typeform differences. + Bug fixes: Fix for emphasis bug. + Braille table improvements. - Changes from version 2.6.1: + New features: New Braille tables. + Braille table improvements. + Bug fixes: Fix a compiler warning in the logging code. + Documentation updates: The documentation has been restructured to be more beginner friendly and a short introduction to translation table writing has been added. + Other changes: - When compiling with mingw or cygwin resulting dll is liblouis.dll. - runHarness.py: add new output format, compact output mode suitable for grepping. + Backwards incompatible changes: - Deleted ga.ctb now superseded by ga-g1.utb and ga.g2.ctb. - Nl-Nl-g1.utb has been removed. It is superseded by nl-NL-g1.ctb. - nl-be-g1.utb has been removed. It is superseded by nl-BE-g1.ctb. - Changes from version 2.6.0: + New features: - New Braille tables. - Logging callback. There is now a callback system in place to get error messages and warnings. + Bug fixes: - Fix back translation problems when word gets split in unusual places causing back translation of whole words. - Fixed bug to prevent removal of \xffff between largesign rules. - Fixed a bug in back translation, when a letsign was encountered, the letsign was being applied beyond the element it applied to. - Fix memory leaks in the default table resolver introduced in the previous release. - Fixes to the build system. + Braille table improvements. - Bump soname following upstream changes, leading to rename of package liblouis2 to liblouis9. - Update url and sourceurl to new working ones. - Add exlicit makeinfo BuildRequires, we want to build documentation.lamb04 15540596033.3.0-lp151.4.13.3.0-lp151.4.13.3.0liblouisinternal.hliblouis.hliblouis.soliblouis.pc/usr/include//usr/include/liblouis//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.opensuse.org/openSUSE:Leap:15.1/standard/4805130b688b2c1841c8b19d0b30962b-liblouiscpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig filePRuz-3Q>utf-803b94f47d289f5c184ece584fa5fecee0953f202f4f4437ddac51cb1b04fe5ab? 7zXZ !t/w] crt:bLL ki{I`ս9K@+ Z;=5U!8=3-SpPiGbq_[jygsbl֗*uKif\4O9e5=wqݳp)| k+Es3xe2Vo=5Js }{A>]9 NG*c{ ~P՝{IyZ\"ˡN6GnmD' v@Y e#o%kG/t04,UJɂI_"}P|U% ljݠ3㕈E~ڧ7]7,x .}ܺQ Q@umWdh\ԃAS6|Y`% PԱYc Q0v$$ľ-e)O-if] _2̜@4+'|=7J ~ep8kylaqH( _# s|m֫$uM}E;\N]crei~fO} /x5c"M.ֆsBt S>f|A|x|4,P?\E>{c wt\<` sehZɆЛ\~PA@ѭ4mk\^=˾:UC}J<:a2Cm7(k(S7e.ӟh*[ۚѠw9RL!N6qj#Mnf0YzaPbg3u}iUr=#{$dF|4@R(MpEĴ '77Efodйz_6 qDCƱ|(&K KX/[=tNc/Qg`8RGTXT׾VLy{JFU\Pz@H&w_ JtKu?ϬyunT4GؼzP' 0 ,\H `ReEMٿơ0B^BLֵ=~C5uB:_ƕd4xձ AK &/RZC?vgm~j(Dcf9/`]:ElY &6N3Te2cʼn~!JqMˋQ14*}eoD,l} -digQfde |gJmsƍ墠p Δ~1oONZ$cr@Bk-"ID+ߛm?] KGCY#&$uH7HYѽXo,B7~v -\ 9S_;Z)WMlo_~Zͤo a~CuE{HcӃJU۝j/m™r!="Mb;^(I,իMo`%?$=^u>}fĦ]Rx/|=o-2t~h6\Ёd6fR&[˻$P8y qNkw@gV-?U彊'w7q%ܤp``*r1_Z`f,~.9x{bR(0ƉնhnL9)~ʄ_EpYvFvf3i}GsŠ4nQd.g J>A'\~g{MTq B-Ԍ5YD~<8ɞ4rjϙ{xbGm\# x#x>[CF){Ru:T6Th1v)LX )4:?PE:vsX :#ժ}6n"ZdL-Q1洬ܸ:R$C)K*4ܪE'Kݎr\fy3[ ,5IAc-fCQ؇S۳5tqnC}0i#!8ݞ l*)VݖqVJ0AnƊ8T颤O6?%|rV _>ءTH+ci[24UeMj{rY=wpA)=֨⅝ݮ]ķ*W0>jHkdJE`ȁ"^z洎oMg9@%.I!mFK_knd &Jnx^^=N͒\{^=3ʬIb\iT`ݵ36e]e1ڢvZ WtB­vԝLO.De_6Uv «y (EBX:J%NEiS]9[Ji-sPT-ѮdS/wsV{S(XGl38 A=Tl tp+eE>4^8ګ qF/ 6^,]:sMگWu>Z`'c*OÚ YZk,QdA; Q[W}0W*Y,^gJZx0a-(x_=n#!nTu9iaq1U#/g鼓c'28*C\N.ڴ{\xM8n23[UK7 \R Ͻ!$@JFLp{ZPkl&PɓS9[]vhM5r3g:A1s+\BO3ph1W?) o5mca)[ Q"ߘH_m'9L+J1=:_N.WEױRF] GIz8䆱+Q4Z$a AJ#UŦ[67AUۇ>!}黣dZIXBQ@F^OcOd.Y/)>byC1GJ=4"Z`*^@W˚q5 CZ##{aXi{8+A svvҳ䧨YӜn'"N(aC9 hWDZ": tNuɯkk Q5YGrf¿;/Rpryz[Ptu 0@Evwg&=) O#*CXI TEr7֓q2iBfrSؖQjmuQ0sLz5ny6$qleg`Ǘ }'գ%`j:S\^gҕ\&#)!ORdk0fE~}V`017\1NDޭ Bu9R(xBI3Vu^Ő ֤^oU}4wx?#ryƲFW A얻uKqImW5ݴ3Em?6H>9B@,t TF֡0m}wxakgƝGH갾me5Qkcn70l^Ҝ7q|(cnxf⯲a/A&yMtKeԠkjLk*@a}Ճ|_f)c6,Ls:gB "4Jùk3 *iALձ^C=mHa_xyB@Qb6ޙHA<{3!-}3,6P_PDCsHFKfk#ĻI!+}.jeunʂ!=ù:+.Yu}>,/KU9ujpzv1NKxrdXi sdn݌/ ֲO^ 1"oG3˙t_p)fAoCQ{_<Эн.Mp5PS4%ioǘni`mX 1.PT##iKsG WŒd@$0S^OdwjCc i o'5ϻ7F0{ &YV1 UaY 1`!X[i(ƶSJ,>d' g\wA GY7WuOGppF3Fb0![nl&H^j?ߨԒ¬ -Qk J6A@k(.bj3'Q\+n(‘@ ͟UU, "^_wE|Et<.׬gT0ox}7[CZڗQC<Nj?<Űc~ߏw=&[1zzF묞pw?vs海JՀ"ԧj&B61MT"j/90wF@ Z`Vp_%ۢ!/Q 9#h7ZV#!Twڠ6'Gf2r!Yc`J$hc"ۘ<;- W4(` #PḼvy"&Ք%$s*oeTk"A s@@XZ_`C#R@yGRZLȪB fw&HOuM\.D3WShDBI^B7UFSOY+V)Nf#w<ޝ: .>D8J ǍڪK/)0(Z׶ѯP0_֥. dl5SL@ دMQrf2jEץđ87֥<28i*W|gtGA^ @xQ?;Acd9DŽ|W>k`N~VV .iX"(R ޹1PX,^Use9[86XT {V.v-ƾ^\&bT_wSNv)ܐln.H̫ܦ ,@Dp}?JJ|D 4&"LL.uڦ4]Kxk 27s}D)to}e`we-07s7wЎƮb(sJqyId }L.n)Hӻ &PjscS}IK Lx^u$Sޣ1i\" W֑9.Ae"Y˒TK6)A)LmN YDҵ=YأpĤRͽ:vDMloOl._yÂwx( 틳xrG<Z'7QJs7 &2.[[[ ARuC:C(ðzᘯ5m=ӫ K u+4}fςnIN^ >2cEby 0}{x SKFG3K n)kѓ2xg4EDIxѫѹފHx %b]ڎ~1;~bs!.ֻU '; _{|o _ԧ`8VWŏk>)XkGa.ݎ~v4^jH^%SłUILeWgVQq"Lu\:_Ӗ^? QhltJKD*/ul}6yODx+gVHW,VT٥_YKp#I7׋"un*6]W;!^@Ef=-$Lx@S R^pdq[ mh?i~'~x#F|8+Y?|ȞexFᢥCEi]c @~Vj)~wbF~8$a䐔DP.u=K 4YNv|2G{f A|8gD^qLziFO'G*];fRqݿ}u;N>4Q{@q3kN=+xȶ YZ