liblouis-devel-3.11.0-1.42 >  A ^p9|<̑pcD-ChQ*mI^^uOr0@ Bk Ʋ޺T>`KܷMn\W3\/k]ÒgVo'lZqNiaq]ǁobe75d8e7d10bec57b5d68d1b9084c407f539cdbbbf1d8e3de5fa116e0e09c7ae044fe7b0807b3b773d6f68a611024a4b72794e6dam^p9|bQmg,: }HT)f K;ʨm8-x)ydN5AEVЖ}o)C=1 {#vob-ev9څ&F ٥H v  ѢˢNVn@:w2$7!ZP&t}O0S=Y&랉A_ĵI9?ơ&m)ܙd)3>p>Z ?Zd  S  "BW]dt |    0@Thn(89:`FW>GWTHWdIWtXWxYW\W]W^WbX'cXdY*eY/fY2lY4uYHvYXwYxYyYzYYYYZ Cliblouis-devel3.11.01.42Development 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.^s390zp3518SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++http://liblouis.org/linuxs390x0+ A큤^^^^ad7c602032b6c2442cddf9a9fb18144ecd80b53d56a766afa7334ca0c20d8044d22071306a893f6ca15aa327d440702a8c0714beffe176cbc0c92c3b5c24dbf9liblouis.so.19.0.0rootrootrootrootrootrootrootrootliblouis-3.11.0-1.42.src.rpmliblouis-develliblouis-devel(s390-64)pkgconfig(liblouis)@    /usr/bin/pkg-configliblouis19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.11.03.0.4-14.6.0-14.0-15.2-14.14.1]@\\o@\?\1[@[^[[[[ZY{Y*@Y@X@WUeW@V%@V@V'~@mgorse@suse.commgorse@suse.commliska@suse.czmliska@suse.czbjorn.lie@gmail.commgorse@suse.comjengelh@inai.dekbabioch@suse.comkbabioch@suse.comkbabioch@suse.comkbabioch@suse.comdimstar@opensuse.orgjengelh@inai.dejmatejek@suse.commgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comjengelh@inai.defcrozat@suse.comzaitor@opensuse.org- Update to version 3.11.0: + A tremendous amount of work by Dave Mielke and Bert Frees has gone into this release. They have improved liblouis for use on note taker devices, for backwards translation and a number of languages. Many other contributors (listed below) have also helped in fixing bugs and improving braille tables, such as Dutch, Mongolian, Polish, Ancient Greek, Danish, Irish, Chinese, and American Braille Computer Code. + New features: - Enable ~always~ rules with a single character and a single braille cell for back-translation. - Implement ~noUndefined~ mode for forward translation. - Use fallback braille representations (NABCC) for rendering undefined characters in hexadecimal notation. - Always render undefined characters, also ASCII characters, in hexadecimal notation. - Add a new metadata field ~index-name~ for selecting a table from a list fast and efficiently. It has the most important information first and no redundant information. It should look nice when sorted. This in contrast to the existing ~display-name~ field which is for describing a table accurately and should sound good. + Bug fixes: - Don't let a caps passage end on a word with no letters. - Handle word resets in the last word of an caps or emphasis passage if the end indicator was placed before the word. - Never convert to lowercase if ~capsletter~ is not defined. - Fix position mapping for back-translation when ~noUndefined~ mode is active. - Fix bug where a translation would hang on words that match both a ~nocont~ and a ~repeated~ rule. - Fix bug where the effect of ~capsnocont~ would leak to the next word if that word starts with a capital. + Braille table improvements. + Other changes: - The python wrapper now encodes and decodes strings to/from UTF-16 and UTF-32 using the surrogatepass error handler. This ensures that single UTF-16 surrogate characters are processed correctly by the wrapper and don't raise an encoding/decoding error. - Metadata keys and values are now case insensitive. - Remove ~unicodedefs.cti~. It was obsolete and never meant to be included by any tables. Instead use the online references as mentioned in the documentation now. - ~lou_checkyaml~ test reporting has been improved. - Hyphenation tables have been removed from tables except those needed for ~nocross~ rules. - ~lou_hyphenate~ can now handle more than just words (sequences of letters), e.g compound words. + Deprecation notice: - The ~noUndefinedDots~ mode has been renamed to ~noUndefined~. For backwards compatibility ~noUndefinedDots~ is still available in the header file and in the Python bindings, as an alias for ~noUndefined~. + Backwards incompatible changes: None. + Changes in version 3.10.0: + This release comes across as quiet, containing just the usual assortment of braille table improvements, cleanups, bug fixes and the classic buffer overflow patches. But beware, a lot has happened behind the scenes. Bert and Davy have been adding a new opcode to handle special emphasis situations. A number of annoying restrictions with regards to names, such as class names have been removed thank to Bert. And lastly also thanks to Bert it is now possible to define inline display tables in your YAML tests. + New features: - Add a new opcode ~emphmodechars~. + Bug fixes - Remove memoization in ~checkAttr~. It wasn't implemented correctly, caused some weird bugs and probably didn't do much for performance. - Fix multiple buffer overflows in ~compilePassOpcode~. - Fix a build problem when building without libyaml. + Braille table improvements. + Other changes: - Remove various restrictions on which characters and braille cells can be used in translation rules. - Remove some code duplication in ~pattern.c~. - It is now also possible to define inline tables when a display table has been defined. + Deprecation notice: None. + Backwards incompatible changes: None. + Changes in version 3.9.0: + This release has seen a tremendous amount of work by Bert Frees. He was instrumental in pushing the improvements for Latvian, Norwegian and Slovenian. But most prominently he pushed the big change for space and control character handling through the door. These characters are now no longer hard coded in liblouis. This should solve a few long standing issues. Other than that there is the usual assortment of code improvements and cleanups. + New features: None. + Bug fixes: - Fix a problem in the callback registration in the Python bindings. - Fixed memory leaks created by block scope compound literals. - The hard coded rules dealing with white space have been replaced with a normal table that is included in all tables. This fixes a number of bugs to do with space and control characters. This (big) change has been brewing for a couple of releases and has finally landed. + Braille table improvements. + Other changes: - Don't search for tables in ~/usr/local/share/liblouis/tables~ (or the Windows equivalent) if ~LOUIS_TABLEPATH~ is set. - The log levels in ~liblouis.h~ are no longer exposed as ~LOG_FOO~ but instead are now prefixed. So ~LOG_WARN~ becomes ~LOU_LOG_WARN~ for example to issue a warning from a C program using liblouis. The actual values remain the same, so the ABI remains stable. * * Deprecation notice - The ~locale~ opcode was never implemented and was just silently ignored. It is now removed from the tables and a warning will be issued if it is found in a table. - Drop gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch fixed upstream. - Sover is now 19.- Require libyaml-devel so that yaml tests are run (bsc#1130813).- Add gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch (boo#1122169).- Use %make_build in order to build the package in parallel way. Add make check.- Update to version 3.8.0: + Noteworthy changes in this release: The major focus of this release is on braille table updates. There are major updates to German, Arabic, Chinese, Turkish, Dutch, Czech, Latvian, Spanish and Ethiopic. Some of these new tables have only been possible because Bert Frees fixed some nasty long standing bugs behind the scene. Also there is the usual assortment of code improvements and cleanups. + New features: None. + Bug fixes: - Fix support more than 4 classes. - Fix capitalization of words that match nocont rules. + Braille table improvements. + Other changes: Updated the lou_allround and lou_trace test tools to include all the mode flags described in the documentation of the lou_translateString() function. + Backwards incompatible changes: The pass1Only flag has been deprecated for a while and is now removed from the code. - Bump sover define to 17, following upstreams soname bump.- Update to version 3.7.0 (boo#1109319) + New features - Added a new opcode ~midendnumericmodechars~. Characters defined with this opcode can appear in the middle or at the end of a number without canceling numeric mode. + Bug fixes - Fix another stack-based buffer overflow in input parsing reported by Henri Salo thanks to Christian Egli. - Fix input/output positions for back-translation. - Major improvements in the back-translation of capitalized words - Fixed a problem in the back-translation of numbers in conjunction with punctuation and letters. - Fix a buffer overflow in ~matchCurrentInput~. + Braille table improvements + Other changes - Added documentation of opcodes which were previously introduced as part of the UEB work. - Removal of the code for the /scripting language/ for multipass opcodes. This code was originally introduced in 2012 but never documented. Consequently it was never used. Meanwhile the original code for multipass opcodes was much improved. So there is no more need for this (duplicate) code and we are removing it. + New tables: zhcn-g1.ctb, zhcn-g2.ctb - Drop CVE-2018-12085.patch: fixed upstream.- Make data subpackage noarch. - Rename %soname to %sover to better reflect its use.- Word wrapped changes file- Update to 3.6.0: + New features: - Add metadata fields name and display-name to tables + Bug fixes: - Fix a bunch of buffer overflow errors in table parsing (CVE-2018-11410 bsc#1094685, CVE-2018-11440 bsc#1095189) - Fix input-output mapping of context rules - Fix back tracking with all caps words - Fix context rules with lookback - Fix a memory leak in default table resolver - Fix an array out of bounds error which caused a crash on i386 - Fix numerous stack-based buffer overflow in table parsing (CVE-2018-11683 bsc#1095827, CVE-2018-11684 bsc#1095826, CVE-2018-11685 bsc#1095825). + Braille table improvements. - Applied spec-cleaner. - Removed CVE-2018-11410.patch: Included upstream. - Added CVE-2018-12085.patch: Fixed a stack-based buffer overflow in the function parseChars() in compileTranslationTable.c (CVE-2018-12085 bsc#1097103).- Added CVE-2018-11410.patch: Fix a buffer overflow in table parsing (bsc#1094685 CVE-2018-11410).- Updated to version 3.5.0: + New features - The same name can now be used in more than one ~class~ rule. The effect is that both set of characters become part of that one class. + Bug fixes - Fix a regression in inputPositions thanks to Bert Frees - Treat characters within the range ~compbrlStart~ and ~compbrlEnd~ as a special case. This fixes many if not most of the problems with cursor position and the ~compbrlAtCursor~ mode. Thanks to Dave Mielke. - Fix ~swapdd~ opcode thanks to Bert Frees - Fix negation of attribute matcher in multipass expressions thanks to Bert Frees + Braille table improvements + Backwards incompatible changes - The translation mode ~comp8Dots~ has been removed as it was never really implemented anyway - Support for the ~pass1Only~ flag has now been removed. Thanks to Bue Vester-Andersen. - The old UEB tables ~UEBC-g1.ctb~ and ~UEBC-g2.ctb~ have been removed as the have been superseded by ~en-ueb-g1.ctb~ and ~en-ueb-g2.ctb~. - The french tables ~fr-2007.ctb~, ~fr-fr-g1.utb~, ~fr-fr-g2.ctb~, ~fr-ca-g1.utb~ and ~fr-ca-g2.ctb~ have been removed. Use ~fr-bfu-comp6.utb~ for 6 dots literary, ~fr-bfu-comp8.utb~ for 8 dots computer and ~fr-bfu-g2.ctb~ for contracted braille instead. - Updated to version 3.4.0: + New features - Add support for ~inputPos~ and ~outputPos~ checking in ~lou_checkyaml~ thanks to Bue Vester-Andersen. See the manual for details and examples. + Bug fixes - output positions (~outputPos~) are now calculated based on input positions (~inputPos~) thanks to Bert Frees. This avoids a whole class of bugs that previously plagued the output positions. This fix also obviates the need for the ~pass1Only~ flag. See below for the deprecation notice. + Braille table improvements- Modernize spec-file by calling spec-cleaner- 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.s390zp35 15914065853.11.0-1.423.11.0-1.423.11.0liblouisliblouis.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.suse.de/SUSE:SLE-15-SP2:GA/standard/d2e41e4a204e96e33b2934774f71c8e4-liblouiscpioxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig filePRwC2PP/oQ^jutf-85441d05a151723355d75ca343402c9ea84c7622e58a6409afd8673928a63cde3? 7zXZ !t/3] crt:bLL C{N(?R9݈-{-M{]] 4'y6(nH+;4npE`dD b !X;lc/A-ufjEj=>rE; = AV}tw6;:kueQMW}V{ !vшiS[0[Mua_?,z0,cȉI(8h| I!b^s&[`"& Yr|p? 12&;…(3t*Uh8)μ)Tֹ^2ř_[bL c]īQ\5vƢ$%oN,n?+=Bd?~Oa&p~E\OoɈrݫ7Ø@)' *H3KIigi1l?ܹ*Hb=ʴQ ߦ blr.@lSdQY-Y)f *!/YrV@㏁~&Va]@r{%2饥umpMtP N7V? !pFdz,МOs[rJ/uOg8V9|C#5c p7&;RS/5L5Ho6f"z\GiH #0++41\C#7'f-my1J /gf{50KJgnLY̽J"LtHb#3qhܙ߈xy |VVY+_e>^j0~WosFĢZ{(ىk|e:@8Bhs>FG,2~vRa|$쳞YB"4p2 r{=}L'vJ~(Yۭ`Wa>5hVcGx,/' R2mĂ-*2[;roBDE &R7݊^[mnG 5 )%Bv˧Gd.N2<კ;+p;Sͼmtϔ}Zvnc>#& " 7&P8RP'nWgTRӅJb cD3̍,6nlRX=*?PW7_SL@,xHT3l;WE`Iį:򹫘tQiu b3_ F ` *էkK5eCnVBl/;eBq;<Fv/ Қ^vbkRNNֶȗ;~cshC"9d cCz#]|)"48>;SeoXCi}9k@<gOlAӟ9y)ztlU^\^mŨ'k`C E”LjdO6h~KӃ)Y_anfQ/˙EB&g]o2{8T-V+ P`SmnnvTNTkT"$K!S[_|^6B2XISd]&ᵛmnaKI>{Vj먉BƢJvMJ 3#%=oÊ@-~X ox_5@]N i\p6&L6ŚY֕MFؤyMcIl;jВi;3+Pş%^+ TQIKV,n2E| e Y}td~¬)/GveBsk8YuV:RWF[}TOgQҋLCB>P[.aĵfG.M%9A/o$(`HO]ݙ&Ljdw8aotp&{q](^,\x=͓¬Oʓ5kЄw"8f7ؔ)Se.b'?Ə\j>X.5̱ܴB%k2y_>Iq7'x&^A8;@z[P0g]#aLYy3:޸M%R3 k| hxEmu=m19ElAiD d>. f,M{*rZfGhHJ{XЯDR8F;o7;k#3PuTi'+8Eց\.13EhyYUKyqU*[?4:^8*9l+o5YKC|YҪ|/6 q>&X\"V)@OC`,1"+qfiG~at vTr:x+" .Qe b^uʚRz)n_pc جA;8. 0f-G9Xā\HYIq_AɎ A (?B/E%$O#`p~Ȇd%Z\4@.=hW\OuxAһ&}Օoi)/%aFqиHUWٕD6Vz eJ:tC}96Zſ^ɴsuޱ̤2ȿVӑxN}ĺaEF-L&cFP-(7(@ wb$zKTƖ_G8S1w^ G 1%:/H@BKgn!i` *ֱ!m] Y1X]Hb7V&ay< lV.cN5N[ ͦ(ta/b˺"m $nKSC ǮYUf'ˈ='QlBlۢO]}6|,ֶjR.sIjzk[ yomyt(#$yV4Og<[q#G䍤pZ?G9dqМz7TwMwT3!; :jGT4YpMβXa_ 84-Je_}Qƍl62T!!+N[Xc;hї{([oCo,|EL+xLՓGH:3t+YMF2DuBLɕi{7*U+Ux'ے.8)g sbx꜓Qw'F`*sW Nr/кVUd8<֠rɡ$j.3~ҟ 'UK$#\mʯJr`]>!ճ7Vn⥧ `ߕ9EC[IGqA/-y{tUC[c\^TR4fW2s?ZHj%BNJ,1eyRg%`=[%M3'2fᒖ8ا/p!7ضxvXkB x%k˲6zD}ۧ}Nc%r`5|ZF.E;>7aU˽ VT} N V\"t{[K(Ȳm2-[۔&o~GMbqE?9>+`Lx?({ )U-ޯm!< dxL\j #v'@x8N29')f5!M.S w[~U6-$%qjjr&g{'[IWhg1  YZ