libguilereadline-v-18-18-2.0.9-12.3.1<>,S8\p/=„շy]Zy{0!Wм3ٲ%^j6q'Ϳ[,QBYD@Iعa,t v9T&-/RMٔ3T B d};} wY\kb0aMO3 Bv9BNgĉĎ~Gv o5=LqQbkH޶:-!+st9(CZmXM~θLm*><5D?54d! ( \PT\`s| ( . 4 @ c X(89\:$>1@2 F2G20H2<I2HX2LY2X\2t]2^2b2c3d4e4f4l4u40v4<w4x4y4z5$Clibguilereadline-v-18-182.0.912.3.1GNU's Ubiquitous Intelligent Language for ExtensionThis is Guile, a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. This package contains the shared libraries.\pbuild81`openSUSE Leap 42.3openSUSEGFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Languages/Schemehttp://www.gnu.org/software/guile/linuxx86_64`\p\p\pbee8dd44fe12a4ee45d7086c523ac5d1libguilereadline-v-18.so.18.0.0libguilereadline-v-18.so.18.0.0rootrootrootrootrootrootguile-2.0.9-12.3.1.src.rpmlibguilereadline-v-18-18libguilereadline-v-18-18(x86-64)libguilereadline-v-18.so.18()(64bit)@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.9)(64bit)libguile-2.0.so.22()(64bit)libguile-2.0.so.22(GUILE_2.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreadline.so.6()(64bit)libunistring.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2\sX@QkQ@P @P@OjOOD@O'O@N@N@NwNwNT@N$@N@N@NI @N@K[K^@KJ@J7@psimons@suse.compgajdos@suse.compgajdos@suse.comdmitry_r@opensuse.orgpgajdos@suse.compgajdos@suse.compgajdos@suse.comcoolo@suse.comdvaleev@suse.compgajdos@suse.compgajdos@suse.comdimstar@opensuse.orgcoolo@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comdimstar@opensuse.orgpgajdos@suse.comdavejplater@gmail.compgajdos@novell.compgajdos@novell.compgajdos@suse.czpgajdos@suse.czpgajdos@suse.czcoolo@novell.compgajdos@suse.cz- Apply guile-use-utf8.patch to fix use of the "ja_JP.sjis" locale. [bsc#1110085]- security update * CVE-2016-8605 [bsc#1004221] + guile-CVE-2016-8605.patch- updated to 2.0.9: * * New keyword arguments for procedures that open files * * Numerics improvements * * New optimizations * * `peek-char' no longer consumes EOF * * SLIB compatibility restored * * Better ,trace REPL command * * Better docstring syntax supported for `case-lambda' * * Improved handling of Unicode byte order marks etc. see NEWS for more/details - removed unneeded gc-test.patch- move .so file to libguilereadline package [bnc#765436]- fixed build: net-db.test takes EAI_SYSTEM error by * net-db-test.patch [bnc#794696] - turn off one test in gc.test * gc-test.patch http://lists.gnu.org/archive/html/bug-guile/2012-07/msg00069.html- update to 2.0.7: * Notable changes * * SRFI-105 curly infix expressions are supported * * Reader options may now be per-port * * Futures may now be nested * * `GUILE_LOAD_PATH' et al can now add directories to the end of the path * * `load-in-vicinity' search for `.go' files in `%load-compiled-path' * * Extension search order fixed, and LD_LIBRARY_PATH preserved * * Optimize calls to `equal?' or `eqv?' with a constant argument * Manual updates * * SRFI-9 records now documented under "Compound Data Types" * * (ice-9 and-let-star) and (ice-9 curried-definitions) now documented * New interfaces * * New "functional record setters" as a GNU extension of SRFI-9 * * web: New `http-get*', `response-body-port', and `text-content-type?' procedures * * `string-split' accepts character sets and predicates * * R6RS SRFI support * * `define-public' is no a longer curried definition by default etc. see NEWS- update to 2.0.6: * Notable changes * * New optimization pass: common subexpression elimination (CSE) * * Improvements to the partial evaluator * * Run finalizers asynchronously in asyncs * * Update SRFI-14 character sets to Unicode 6.1 * * Better source information for datums * * Improved error and warning messages * * A few important bug fixes in the HTTP modules. * * Pretty-print improvements * * Fix memory leak involving applicable SMOBs * * Support for HTTP/1.1 chunked transfer coding * * Micro-optimizations * * Incompatible change to `scandir' * New interfaces * * New C function: `scm_to_pointer' * * New C inline functions: `scm_new_smob', `scm_new_double_smob' * * (ice-9 format): Add ~h specifier for localized number output. * * (web response): New procedure: `response-must-not-include-body?' * * New predicate: 'supports-source-properties?' * * New C helpers: `scm_c_values', `scm_c_nvalues' * * Newly public inline C function: `scm_unget_byte' * * (language tree-il): New functions: `tree-il=?', `tree-il-hash' * * New fluid: `%default-port-conversion-strategy' * * New syntax: `=>' within `case' * * (web http): `make-chunked-input-port', `make-chunked-output-port' * * (web http): `declare-opaque-header!' * New deprecations * * `close-io-port' deprecated * * `scm_sym2var' deprecated * * Lookup closures deprecated * Bug fixes * * Fix use of unitialized stat buffer in search-path of absolute paths. * * Avoid calling `freelocale' with a NULL argument. * * Work around erroneous tr_TR locale in Darwin 8 in tests. * * Fix `getaddrinfo' test for Darwin 8. * * Use Gnulib's `regex' module for better regex portability. * * `source-properties' and friends work on any object * * Rewrite open-process in C, for robustness related to threads and fork * * Fix vector-length when applied to other uniform vector types * * Fix escape-only prompt optimization (was disabled previously) * * Fix a segfault when /dev/urandom is not accessible * * Fix flush on soft ports, so that it actually runs. * * Better compatibility of SRFI-9 records with core records * * Fix and clarify documentation of `sorted?'. * * Fix IEEE-754 endianness conversion in bytevectors. * * Correct thunk check in the `wind' instruction. * * Add @acronym support to texinfo modules * * Fix docbook->texi for without URL * * Fix `setvbuf' to leave the line/column number unchanged. * * Add missing public declaration for `scm_take_from_input_buffers'. * * Fix relative file name canonicalization with empty %LOAD-PATH entries. * * Import newer (ice-9 match) from Chibi-Scheme. * * Fix unbound variables and unbound values in ECMAScript runtime. * * Make SRFI-6 string ports Unicode-capable. - removed patches: guile-turn-off-gc-test.patch guile-fix_fsf_add.patch- libffi-devel is more generic than specific gcc versions (that no longer exist in factory)- mark this threads test as unresolved since it may produce false negatives, depending on the behavior/timing of the garbage collector.- update to 2.0.5: * * Better debuggability for interpreted procedures. * * Support for cross-compilation. * * The return of `local-eval'. * * Fluids can now have default values. * * Garbage collector tuning. * ** Unmanaged allocation * etc. see NEWS- don't conflict with guile1 [bnc#724917]- Drop libtool archives.- buildrequire ltdl-devel- splitted out guile-modules-2_0 package [bnc#722306]- ignore result of gc test * turn-off-gc-test.patch- updated to 2.0.3: * * Guile has a new optimizer, `peval'. * * New module: `(web client)', a simple synchronous web client. * * Users can now install compiled `.go' files. * * Remove Front-Cover and Back-Cover text from the manual. * * More helpful `guild help'. * * New macro: `define-syntax-rule' * * The `,time' REPL meta-command now has more precision. * * `(ice-9 match)' can now match records. * * New module: `(language tree-il debug)'. * * New functions: `scm_is_exact', `scm_is_inexact'. * * Fix order of importing modules and resolving duplicates handlers. * * Fix a number of bugs involving extended (merged) generics. * * Fix invocation of merge-generics duplicate handler. * * Fix write beyond array end in arrays.c. * * Fix read beyond end of hashtable size array in hashtab.c. * * (web http): Locale-independent parsing and serialization of dates. * * Ensure presence of Host header in HTTP/1.1 requests. * * Fix take-right and drop-right for improper lists. * * Fix leak in get_current_locale(). * * Fix recursive define-inlinable expansions. * * Check that srfi-1 procedure arguments are procedures. * * Fix r6rs `map' for multiple returns. * * Fix scm_tmpfile leak on POSIX platforms. * * Fix a couple of leaks (objcode->bytecode, make-boot-program). * * Fix guile-lib back-compatibility for module-stexi-documentation. * * Fix --listen option to allow other ports. * * Fix scm_to_latin1_stringn for substrings. * * Fix compilation of untyped arrays of rank not 1. * * Fix unparse-tree-il of . * * Fix reading of #||||#. * * Fix segfault in GOOPS when class fields are redefined. * * Prefer poll(2) over select(2) to allow file descriptors above FD_SETSIZE.- Own %{_datadir}/guile/site in order for slib not having issues registering itself.- guile-devel requires guile [bnc#722306]- Split off libguile-2_0-22 and libguilereadline-v-18-18 packages in preparation for bthe submission of legacy package guile. - Cleaned spec file.- updated to 2.0.2: * * `guile-tools' renamed to `guild' * * New control operators: `shift' and `reset' * * `while' as an expression * * Disallow access to handles of weak hash tables * * More precision for `get-internal-run-time', `get-internal-real-time' * * Guile now measures time spent in GC * * Add `gcprof' * * `map', `for-each' and some others now implemented in Scheme * * Add `scm_peek_byte_or_eof'. * * Implement #:stop-at-first-non-option option for getopt-long * * Improve R6RS conformance for conditions in the I/O libraries * * All deprecated routines emit warnings * * Constants in compiled code now share state better * * VLists: optimize `vlist-fold-right', and add `vhash-fold-right' * * UTF-8 ports to bypass `iconv' entirely * * Compiler speedups * * VM speed tuning * * SRFI-1 list-set optimizations * * `memq', `memv' optimizations * * Deprecate scm_whash API * * Deprecate scm_struct_table * * Deprecate scm_internal_dynamic_wind * * Deprecate scm_immutable_cell, scm_immutable_double_cell * * Fix double-loading of script in -ds case * * -x error message fix * * iconveh-related cross-compilation fixes * * Fix small integer return value packing on big endian machines. * * Fix hash-set! in weak-value table from non-immediate to immediate * * Fix call-with-input-file & relatives for multiple values * * Fix `hash' for inf and nan * * Fix libguile internal type errors caught by typing-strictness==2 * * Fix compile error in MinGW fstat socket detection * * Fix generation of auto-compiled file names on MinGW * * Fix multithreaded access to internal hash tables * * Emit a 1-based line number in error messages * * Fix define-module ordering * * Fix several POSIX functions to use the locale encoding * * Add type and range checks to the complex generalized vector accessors * * Fix unaligned accesses for bytevectors of complex numbers * * Fix '(a #{.} b) * * Fix erroneous VM stack overflow for canceled threads- updated to 2.0.1: * * REPL reader usability enhancements * * REPL output has configurable width * * Better C access to the module system * * Added `scm_call_5', `scm_call_6' * * Added `scm_from_latin1_keyword', `scm_from_utf8_keyword' * * R6RS unicode and string I/O work * * Added `pointer->scm', `scm->pointer' to `(system foreign)' * * Added `heap-allocated-since-gc' to `(gc-stats)' * * Add `on-error' REPL option * * Enforce immutability of string literals * * Fix pthread redirection * * `with-continuation-barrier' now unwinds on `quit' * * `string->pointer' and `pointer->string' have optional encoding arg * * R6RS fixnum arithmetic optimizations * * New procedure: `define-inlinable' * * New procedure: `exact-integer-sqrt' * * "Extended read syntax" for symbols parses better * * Added `--fresh-auto-compile' option * * etc., see ChangeLog and NEWS- fixed build with new gcc- fixed build: "Earlier versions of ltdl would look for extensions under $PWD; this behavior changed in 2.2.6b." * testsuite-build.patch taken from guile git (1.8 branch)- updated to 1.8.7 (see NEWS) - fixed testsuite with patch taken from Fedora * popen-test.patch- updated patches to apply with fuzz=0- Updated to 1.8.6 (see NEWS) - removed ac.patch/sbin/ldconfig/sbin/ldconfigbuild81 15542150392.0.9-12.3.12.0.9-12.3.1libguilereadline-v-18.solibguilereadline-v-18.so.18libguilereadline-v-18.so.18.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9958/openSUSE_Leap_42.3_Update/bec4f955d42c7e87d2c550a55980c8c9-guile.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=73a76cedefb3b0453b67b78f395f90605bfe762f, strippedPRRRR RRRRR R RR RR R!A|>ȡ:?@]"k%fk4,R+zx:jHiб)U[ x0(H9,E=.f<4y0m&#sR !"B;靑 |{f" 1 d*YC~3Oގ*@ 9iR9bԭ#-8G^ö= v6c̓U\$N5QQW8} rVk /u[}xz Zp;'cEPr&KXڞȹ2.΂6u,!. \1*1QF.ZJa܍-"@wى8Ʒm|4݂do>q򖍇7?т{OG{U m`+k06A l-oaֲ|Z7YYDIajx/#Q}gzYgyO1)>7|u]BZJ;bCYWyF֌ױ)*PJ>Q__NSWVH~lbR^z.B>08:+{O}SJ"PQrE);qڗh‡mqJaѢL"W¦֫Yt?CmloۈqE~vb[uN@/Qt;apr̿rПפܱm "Hs&BG"SY:s(7EzC V?n^(I;S٪se[0iD˦ZNI0BJ∯mf6j!Y8~=.>Fk9 ?w|jjGia- qCÙm2 Ja|aKo=u؅ndm QX&spȃ^_a&n#XTRbC:&Gqp^-l{Mv5Wd{tpM,gY-nJēN{4;bң a(t a.ܺ:j|Ԥhu>1߬"=5V(GR?d/m jv9ci gDeTn_DX`OmZ_iU=l4}0R e#|]"}BJ;%VgCYPNfK:nS\{|DzZD\ ;8 8J qTˊO ]0:̟slQKu\TVtS٣"0E?iJ"5P!=/9͵|9k BLl 8_` /o3r`de'^fW^Fβּe _t[4pM[H#Zߤk̽P=36_1՚/ފh NK#/@>%*`/y&->x7z\vayyK%$˰m6)&L65@AFFdsLތK]T !_,ȗ'f#MUZX ɩktxtAhLlOk|ޕ` vc4F:7>~olgjH1VC5uI<ӗ6؛:*2Pr@HSŸvp|O.Cs7qwX _A'8džH9R:6ߜУ<1S+|&ΏgQZ),PUv+Ʃ}3 mH<}B[2/J,2頯]|il[ZV\?[ "ww-=ED:K >3nHKVm(ʝUqxGSS=Od+k=PMӓJ9U[(`rWǫ fJ*mmOZ З ?6X cĤ?Af́t)tfdX Zq?X\ZkJ|81C˛&1II'=oӱ? pPӤ9M_*x1wGqzEwsm>{Xl"P`E?An0f~l )BpA%ު HuGMg#!.:M7:Ɣsz Krc/;I!BSCz9«y<v)çaL9Zj }d1'@UAqP];ј&rDhTGuRf/)=>e u\Kq {Sւaߥn,0un3s?El q 1>o d^fս *4ը3jpN4_8Sk.1-Эv.FpL:KV̻O IVCcb681込 S[0]^ 0N5R{b#R'eYJ1ŷB!g|[ܻeu k녑+x9iOZ̰&#?dp$= k;KM `]J\1`ì;zhQ_W8'/y (SnQ`hT. 򶐠X- (;8ljBBHĺ L ~En#(QP"|& !XDZ.Z)wk.BLpn/Y}U?e`'+Z):V*.1euj`OȱK FoAj̐AkC~He2 ͬxASSH4t.M<p _0_S{w؁l dXYJC6f*%D U]}aWZ-3Ht(.Zc%s=MC71k`9r:t6ʪK"VKr@TTp_Xbv-cBztZ>St.h҆8P$]R$8;( 8aP u3AD|+~@'7r|C[M8<=6MQ Qh]zcs/:aR1,CGTw1_G3% k\3$Jx:89+PCCյڷ%Vs5aޔzϘ- uBOZۋ[\u#gS;f1:f^"6q=:{|Qڧ5;u͐yyrQܪ!ywIyy@CBR'Qn<.Cq6yVЦ}TPzA +&[PjDF ^5\mq>^[էþRPv=(k85#-)r̼A<ծCG0,٩tOrs GEw]Xƙ51 7zFFHma*;FT"T-k&koѥQ` WzƺpKWְٰ󥘮~ G", XkݡG7~H>@| ,~ć}#͵s|";d%6e(ky^XrWs胟j  ٘gĔUx=i}d)~E[ZCX.nnŻ"8.Y{m^Vd/|*PWR8/X)NQ<~/@t@9)Qd-(y\0 7jƌgoo8id2JpxI6)rQU hz+pcKʿKⲃ A;<*t@Ai( J@xniX͝-NRo\CedݱA_bL&լl3Cmqn=Jjg r4C55 eQJDH$MOMS@7mι(vzUZy  wލxKnھ0z, )F'f^$b7ibP۵j:p̿ CIz$va )"'2q0yﵖ&aؙ@An̪K8~W>i΋~oҤAMNc48^o⠐ܸg xuSwCo63+/TQdt ]%=Bymuh^t+473x,?1\7gӡ]qEzYH*}8*^qD)>,w)]1;%_i̯w0]fed\ 35]W*^~Al 0|2I`7\{ݎ$D1D@thY(Nn:4-uɹ|C&E7f(G!kZ.Tl2:,U|O>|WQ GMTg>@iԡ=5r`YuzE8Y`$O4>^*B_HJ MPKzcDˤڲv'*jgU n^bYGyteZ߃D*M}*Ϟ'!&H:`y1ٴ҆e%-GfHۛqMm ^ sn+ʫJc0M0v@;3@MI PN_̐N,#Ju5'Ja=[0Jg%>'R@ea4JWK],yUvNlShtʕ?PF.;(zW2B?W&a}Q18k5V(6K]N#Y^;YE '@p*H_pߍv >@TG{&oT8~舭6[m`C؎-fro U7036#:Zw/S.^ꆻ8X+5)]3,SYN0RT餬_uuh8}r?vC%L,܅wE7Hv=FeOY$x6[ἁOekzT?t M9 () ,YuϚw(mќq{kK'b kѰl]Ճü 08L"F>' nxZZA3MB>G}Bc*Qm@=2Kh*hb xHƀLl pÙM"}]-թF!S/zKW4ԗ'_}1Q!>JpE%BNWQ)MAHC )OEg&Yw3ղ ,hkqTĐziu%ceX5ޅ{Ӗ#%