python-louis-2.5.2-3.1.1>t 4 DpQ$@/=„p4G^:" ͱ437|+ej=bC@ȝGv'MӍlR6a8n2+Al_s|wg>]@MJq޸b UEN}G <:VW27b*% 4+siYN%HPJlW>ό1,Gݨ?mb8SȗCzUI8nLTYP+f1LE܋}~5`I~m$cq| <Q$@/=„ўQA9.pOAm2&*PN ~)bqNմPrgO8Q\PJ͛[xd )x{M2Q1zs1lc~BW%~:@Ұ Uv)*| sYϬd'WDӚ>8P@? f\WT A1wlҸ >@Ew^cԔc[F`6qDL%Տݜز9[  1a9f964e67ac66d7d95f4deae1a0d19e6b2c95ac9b>:$?$d  T *3= Vs    8 <L`tR(v89:F".G"DH"TI"dX"hY"p\"]"^"b#c#d#e#f#l#u$ v$w$px$y$z$Cpython-louis2.5.23.1.1Braille Translator and Back-Translator - Python BindingsLiblouis is an open-source braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many, many languages and has support for hyphenation. New languages can easily be added through tables that support a rule- or dictionary based approach. Liblouis also supports math braille (Nemeth and Marburg). The formatting of braille is provided by the companion project liblouisxml. Liblouis is based on the translation routines in the BRLTTY screenreader for Linux. It has, however, gone far beyond these routines. It is named in honor of Louis Braille. Included are also tools for testing and debugging tables.Q$3build10_openSUSE 12.3openSUSELGPL-3.0+http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://code.google.com/p/liblouis/linuxx86_64 1v,>A큤Q$1Q$1Q$1Q$1273512ee8fd3eaa4b666f6de089abfe9b0da24a9852c7a3145f2e1c7e8e9564ec1671d8f4c851c579e6706125ed83df9rootrootrootrootrootrootrootrootpython-louis-2.5.2-3.1.1.src.rpmpython-louispython-louis(x86-64) @   liblouis2pythonpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.5.22.72.73.0.4-14.0-14.4.6-14.10.2PP@P@PaPWPM@OG{MLx@KVJJ@J@J@Jq@dimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@novell.comcaptain.magnus@opensuse.orgvuntz@novell.comvuntz@novell.comvuntz@novell.com- Add python3-louis target.- Update to version 2.5.2: + New features: - New tool to trace rule application (lou_trace). - New Braille tables . Inuktitut grade 1. . UEB grade 1 and 2. . Korean table. - Braille Table Improvements - da-gk-g2.ctb, fixes for transposed â, å, æ, ä, ø and ö, corrected/improved harness tests. - Corrections for en-GB-g2.ctb. - Corrections to the Hungarian grade 1 table. + Bug Fixes: - Update gnulib. - Fix a bug in the correct opcode which causes sometimes random results when translating. - Fixes for compiler warnings. - Fix some Valgrind warnings about invalid reads.- Update to version 2.5.1: + Braille Table Improvements - Fix encoding problem in italian table and added more character definitions. - Rename it-it-g1.utb to it-it-comp6.utb and it-it-g1.utb2 to it-it-comp8.utb. + Bug fixes: - Fix outputPos and inlen where an input character generates multiple output characters.- Update to version 2.5.0: + New features: - New Braille tables . Estonian grade 0 . Portuguese 8 dot Computer braille - UTF-8 support in tables - Improvements to the python bindings - Add a doctest infrastructure - Support for Python 3 in the Python bindings + Improved C-based test framework + Improved documentation + Braille table improvements + Bug fixes - Remove checks for outdated openSUSE versions (<= 11.2).- Create a tools and a doc subpackages to contain the tools and documentation shipped by liblouis, instead of having a liblouis subpackage, since that's confusing (because what people are usually interested is the liblouis2 subpackage). - Ship COPYING.LIB in liblouis2 subpackage and COPYING in the tools subpackage since everything is LGPL-3.0+, except the tools that are GPL-3.0+. That fixes bnc#779253. - Since we don't have a liblouis subpackage anymore, add Provides and Obsoletes for it to liblouis2 for smooth upgrades.- Update to version 2.4.1: + New features: - Czech hyphenation table - Spanish grade 1 table - New tamil table + Braille Table Improvements: Icelandic 8-dot, Norwegian, Portuguese grade1, uncontracted Spanish. - Changes from version 2.4.0: + New features: - New Generic Farsi Grade 1 table - Emacs mode for editing Braille tables + Braille Table Improvements: Czech, French comp6 and comp8, Generic Arabic Grade 1, Romanian.- Update to version 2.3.0: + New features: - Multiple table search path (with LOUIS_TABLEPATH environment variable) - New --quiet option for lou_checktable - New functions to make libraries relocatable - New Braille tables: Swedish, Sorani (Kurdish), Ethiopic, Serbian, many Indian languages , Icelandic 6- and 8-dot, Catalan, Dutch Braille (for Belgium and the Netherlands), Flemish Braille Math Code (a.k.a. Woluwe code). + Braille Table Improvements: Chinse, Spanish Braille, French 6 and 8 dot, Italian 8 dot, Generic Arabic Grade 1, Spanish, Norwegian. + Bug fixes: - Fixed a long standing bug with an infinite loop in the table compiler + Improved documentation - Add pkg-config BuildRequires to get proper pkgconfig() provides.- Update to version 2.1.1: + Bug fixes: - Fixed problems with the Danish grade 2 table - Fixed problems with the Marburg maths table for mathematics and the UK maths table for mathematics - Changes from version 2.1.0: + New features: - New tables: . Added tables for Portuguese grade 1 and 2 . Added unicode.dis for Unicode braille - Modified tables: Updated Danish tables - Implemented language to table mapping - New format of error messages: the error messages are now reported in a format similar to the one used in gcc. - New opcode: added undefined opcode - Python bindings: . Allow the user to configure the maximum output length by specifying a number by which the input length is multiplied using the outlenMultiplier module variable. . Add compbrlLeftCursor mode constant. . Add compileString function which wraps lou_compileString. . Corrections/clarifications to docstrings. . Add python binding for the lou_hyphenate function. . Added python wrapper for lou_backTranslateString and lou_backTranslate. - Add liblouisxslt as an example to python/examples. - Add compbrlLeftCursor. + Bug fixes: - Fix the output cursorPos when the compbrlAtCursor mode is enabled and the characters around the cursor translate to multiple braille cells, such as in the Chinese braille tables. - Fix outpos when doing back translation - Fix the input/output position arrays for characters in the input which are undefined in the translation table. - Table fixes: . Fixed a bug with back translation of '*n'. . Fixes to the en-us-g2.ctb table - Python bindings: . Remove unnecessary imports, allowing the bindings to run in Python 2.7. . lou_translate* writes output information in typeform, so allocate enough bytes for it. Fixes possible buffer overruns and resultant crashes. - Miscellaneous: . Fixes to the man page generation to fix issues . Do not invoke help2man when cross-compiling . Documentation updates (issue 10) . Removing noletsign defaults . Many small fixes - Changes from version 2.0.0: + New function: Adding lou_charSize function - Changes from version 1.9.0: + New functions: - lou_dotsToChar and lou_charToDots function - Added lou_compileString for adding entries to tables at run-time.- Update to version 1.8.0: + This release contains a number of improvements notably the integrationof gnulib, the automatic generation of man pages and the addition of tables for German grade 2. + New features - New tables . Tables German Grade 2 . Swiss German - Modified tables . Updated Norwegian tables - man pages . All tools accept the --version and --help options and are documented in man pages - Corpus based test cases for tables + Bug fixes - Many small fixes - Rename liblouis0 subpackage to liblouis2, because of soname bump.- Fix python-louis build: with the new upstream release, we now need to build the library before building the python bindings.- Update to version 1.7.0: + The main new feature of this release is the support for UK and Marburg math. Other changes include a new tool to check hyphenation and the usual improvement and addition of tables. Also The test suite has been enhanced and finally passes + Fix for library name and Python bindings + Documentation fixes + Many small fixes - Remove liblouis-build-fix.patch. Fixed upstream - Remove liblouis-dlopen-versioned.patch. Code changed- Add liblouis-dlopen-versioned.patch to have the python bindings open the versioned .so library, so that they don't require the devel package. - Make python-louis require liblouis0.- Use python_sitelib instead of py_sitedir.- Initial package.build10 13592914432.5.2-3.1.12.5.2-3.1.1louislouis-2.5.2-py2.7.egg-info__init__.py__init__.pyc/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/louis/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/8c7b6ed469c091770615508757596911-python-louiscpiolzma5x86_64-suse-linuxASCII textPython script, ASCII text executabledirectorypython 2.7 byte-compiledRRJR8Ѣ?`] crt:bLL(nyAfl3i+0!Fs92`U/Y?*r&;tތi%Pص7:|F!(51eJCI=ʌ3GxPA D,zE-!=#kE:QbANKG%hY$ Qw>o t-(-bgj-Kg8Ǵ8*wIK3Ң/h_FI%0vW_"SR& Ͼ*f\jU4ʋF4_Nv6|Afηd־+ۊl?`[vl[{ ׄ'YM14Apg3UM &`:=Nk)^kHǴY pTR U7@ tp'op|ԗhY(KИ *NY t!6RVc#Fh*W1v:S~3(ڂQ1 V=yKK3El<8`Ce@R3򑢵 }S11x~P(3o6|3X@ #o gZVra!:hU/6B̲(Fӽ WDByd(.+#+b!^U2ňB¦}{נ'ESprmEkҽSnH. IR;<۾M8݉{]t!C~5!eH5\)ykCU F{L>}YGF?Mč GL^p`tA{Db1;9qNo|[ޖ%U0D!{e+Tj=3MlG)̙Xw( +(@T2m7υ}jMA/qeSn! !rg:}!;;pst13J h[B᳋17+HSNPjeqW^խ-|h<9rgGS%qg3"y{M=;" e>GT?-Ͱ.xWZz­ڤ0#C7!"ab"ͧ(q;9į!Ӝk.C|ft u~N{%lQM˨r'I%ֆwA Lcam oiŧn篌Ghh .g+ 3'9d:}}n[UdAT]sQꍷa]Fk)*ZxMG_;^Pd*Z꺵yV N:$zpboG 5`7=qxg=v-ylgE]Ï8o]YGg5&Fhؔ:T B++C0y$Lpf58zJ 2Os[z5HBtYr7* <! 0߭?sF*^3ޝO6εEY[SC7wS'~'d[4PAZF9*{PKg*\ N[Ե /PA0$$v ys(~1TJ,3]JCH C+M(u I8j] hcX΢#Tp QVȍa"*0&QtI.7pznߩNMێoo8 + JeB^_talF 2Mn\=NC^PYd DvÔWq+ LZJt ohnmBƻ55(VD\c[*+~,:nkkAь"i뼜c*[c"}څI {.g4ɽhCc.im-Fgc>uKDXRȧ{()UtX$Oz.fe, $7DaPCcOG8=8ݵSSKv:<₭T'Y9crKYàvuu:(6BgIT3rz[rru͏9X_K{Ĕ2,q#Fڡ̙tD~.1+6cjagŒ7GDJ"_]Ӡ 6GGKya}:eWݱf> ;t7@V}]qli\aǟ_ÉG2m} 'q<Hy|x_ 4.Pi;"VXGaw3.܂aտX5{2 Իs8vc"bgfkʽ0W JN&FHǐKZx aas>u(ER{AihڙMkFևby=haF U jlQt1a$5"t0S"bWY6JJEҏ#LS;s#ݿn FO" $ngE ='G 30N|/GS;߹7WHF=zVpqT`{9;2_r^uKvY m9Z'RAYKu,kxT #c'u+%%ϒ.G;Ą_y?i׆4djbOeӯ5|pɐXatGm /hq ]k{>\#2*EDXBF59lhEرO5m*/6'Fi<u(WWZR#!o3Hb»ݕ6j']YOBG +0,i v]؏W˺:uv/pd1nͫ_|[aj"a+En #8rڠզ8(.T - 伵 M}=\.ۋMfrꎕ"<1.0)S+f%2? bVWʕ;AفL!@tV+=e6][bŵgTWk5njb^NZ]Es[w{9jbn=QQD׬ئwC݂6~aZz☹"`yMqbI]ask !r nk1c9p8&oi=YuEW:Mt,6ƱFc/H(ay`d*=3}xGlt Gг>dp[1cz͍:W}\*snº)kV8#!HiF╇ۺidE.zd8F IcCWn.ٯC(0֢ElA=.d}25h-~^yC%B  6/BX谾ai,.dqgҼG<ן7*QŐp"r^2g1 H WVAd+6cCߎx|J.Xr؁^zzPpO&wpb\IJBdbV0#]$(E`''7;2"! hi@=ȵ^I#ԥΡuqyĘ$/)P[ K׌dᠦ^0.nZ]c_]ԷFz'R;Y@i =je EH<3PDRc rAcXN~:4(_1Y0d;5񴤎SqߕH_uDs)CY-턼!r';*28Qi"w<WgdI(* >KDۋD~W'#wsFDf={^]Pu;V:%™6/aOy PQsbb)_ &NWR{PD>o6KL*-\]եX&Z1JU@?Lz0j9s^ڣ "z_j 7ՃPKM0ExOUlղ7 '5Z+ʦ9G#a 8h_^zT=ǂX-ɰ5A1f'9"d~47P^T\:yIQn- q{أɫg p!e!^Α E @!]wNAܖ>hWK(#LM)Bg E1=S320#R$%-֣ؿHsrzV r:=CMl^Atk <8Lff?"`چF//$A ln.ӁQCпCV@}8ooϮeaӱ (W%wwH!fd nXzJ)!Y|yO{U >=LBaԮ3j}yu\BG dFw0~e)p̩# N$r- ËNnQmZՙᄳA㶙6C5.$'+%'Z91 K9up: [*탼<=脀`-\)m[8S$ b/8 G53ѣ6ALmDփ (,&Xkb^/gB*O(,.[%Gk ZB/t{!uh6y