libconfig11-32bit-1.7-lp150.2.3 >  A Z/=„ҜաDhe'1 +[+b> G/P9ΑR_%1ryE0qm2KWG"jaQ땝`Dp~D/9If jdY #64SyiϢf!0:|3PV-P-o}h:)>/f?zͶl0*;||ZO[Jɘ1'פvZJf}u۩ILvG^79bb8cc1d61e6931a9235f7161d6d6babb2dd89a99377bbe3420f1b37c13f150356150ad5e9a0e383030ca889dd0b290f827a9414v̉Z/=„Z]谕ykBBv=XJ[)8J7ВG"%el裏AK3fdLby+q)Ad>;e59o|p|[T=p f605e!|‘L:g%4=7_-T*UxGeTq1L+g\yM Ib]TSʱ~ڎMcdZ c9xb+cxLłK:( B1;h}m^Nڃ?>Ȑ>p>$?$d " 5`dlp     $ f | , # (G8P9:>"G"H" I"(X",Y"8\"X]"`^"b"c#Ld#e#f#l#u#v#w$dx$ly$t$$$$Clibconfig11-32bit1.7lp150.2.3C API of libconfiglibconfig is a library for manipulating structured configuration files. The supported file format is more compact and more readable than XML. Unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. This package contains the shared libraries for libconfig.Zlamb23openSUSE Leap 15.0openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://hyperrealm.github.io/libconfiglinuxx86_64/sbin/ldconfigZZ489dfe3e6458970ea6cb55c57e4a7ac74553dd182b18478166d48ce175dc1823libconfig.so.11.0.0rootrootrootrootlibconfig-1.7-lp150.2.3.src.rpmlibconfig.so.11libconfig11-32bitlibconfig11-32bit(x86-32)@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZZz@Z@Yg`Ut2@T2@P@O@O`@O]@OKp@OH@L@K]K\Ky7@KbK=JJ@kukuk@suse.dejengelh@inai.deaavindraa@gmail.comtchvatal@suse.comi@marguerite.sujengelh@inai.dep.drouand@gmail.comdavejplater@gmail.comsaschpe@suse.desaschpe@suse.desaschpe@suse.dedavejplater@gmail.comdavejplater@gmail.comtoni@links2linux.detoni@links2linux.detoni@links2linux.detoni@links2linux.detoni@links2linux.detoni@links2linux.de- Use %license instead of %doc [bsc#1082318]- Ensure neutrality of description, and strip other OS mentions.- Update to 1.7: * Redesigned the directory-include feature to avoid using platform-specific directory scanning code, and to fix a bug in the handling of nested includes. The application can now do its own directory scanning and/or wildcard expansion by registering an include function. * Added new CONFIG_OPTION_ALLOW_SCIENTIFIC_NOTATION to allow either %f or %g-style formatting for floating point values. * Improved the options APIs in both the C and C++ libraries. * Improved the automatic conversion between int and int64 values. * Fixed build errors caused by out-of-sync generated lexer and parser source files. * Added an API to clear an existing configuration. * Fixed a problem where a group or list could be added to an array. * Changed default float precision from 2 to 6. * Modified grammar to allow trailing commas in lists and arrays. * Removed logic that clipped negative values to 0 in (unsigned int) cast operator. * Updated manual and added a new chapter on other libconfig implementations and bindings. * Various internal code cleanup. * Fixed failing unit tests. * Upgraded VS2015 solution/project files to VS2017. - Use new project URL - sonum updated from 8 to 11- Update to 1.6.0: * Added include_dir feature (support for Debian-style conf.d/ includes) (pull request #36) * Added octal_ints feature (support for integer expressed in octal, useful for permissions and masks in UNIX-like systems (pull req #42) * Fixed "Removing a setting removes all siblings" (issue #41) Props random85 * Allow specifying the number of decimals wanted when outputting Based upon a suggestion by zhaopingsun (issue #31) * Make libconfig usable from CMake (pull request/issue #28) Props thfi * Documentation fixes - Copyright and examples - Included TeX patch from Debian (fixes FTBS with TeXlive) * Resync Debian packaging includes updated packages for GCC5 transition- update version 1.5.0 * lib/libconfig.c - Don't fclose() a null pointer. * lib/libconfig.c, lib/wincompat.h - check if file being opened is a directory * lib/libconfig.c, lib/libconfig.h, lib/libconfig.h++, doc/libconfig.texi - added config_set_options(), config_get_options(), setOptions(), getOptions(). * lib/libconfig.c++, lib/libconfig.h++ - added patches from Matt Renaud (added iterators, removed throws() specifications); added Setting.lookup(); code cleanup; added patch from Yuri Dyachenko (made exception constructors public) * lib/libconfig.c, lib/libconfig.h - renamed config_setting_lookup_from() to config_setting_lookup() and documented it; patch from Alexander Klauer (floating point precision loss) * doc/libconfig.texi - documented new APIs, bumped version * lib/scanner.c, lib/scanner.h, lib/scanner.l, libconfig.c - scanner code cleanup; and regenerated with flex 2.5.39 * lib/grammar.c, lib/grammar.h, lib/grammar.y - parser code cleanup; and regenerated with bison 3.0.2 * lib/libconfig.c - bugfix; capture root filename * tests/Makefile.am - fix for out-of-source builds * ac_config.h.in, aclocal.m4 - updated to newer autotools- Make doc subpackage noarch; improve on RPM group classification- Update to 1.4.9 version: * lib/libconfigcpp.c++ - Fixed compiler warnings in constructor initializers * tinytest/tiytest.c, tinytest/tinytest.h - added tt_file_exists(); added alternate implementations of some test macros since MSVC does not support C99 fully; added comparators for text files (ignoring line endings) * tests/tests.c - use tt_file_exists() rather than access(); alias snprintf to _snprintf for MSVC; compare files as text files rather than as binary files * lib/scanner.l - fixed parsing issue when backslash in string is followed by invalid escape character; reported by Jimmy Scott * lib/scanner.c - regenerated * lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am, doc/libconfig.texi, configure.ac - bump version numbers * aclocal.m4, ac_config.h - regenerated * m4/*, aux-build/*, libtool - updated to newer- Added baselibs.conf for 32 bit ffado - Disabled pdf and html docs, moved info to devel package- Fix typo, it's %{_smp_mflags} - Remove unwanted description paragraphs- Fixed changes file markup- Spec file cleanup: * Use original tarball * Move COPYING, README into lib packages (legal requirement) * Move CHANGELOG and TODO into devel packages (not needed by users) * Move examples into doc package, and recommend it for both devel packages * Ran spec cleaner and removed unneeded rpmlintrc- Renamed package to libconfig and updated to 1.4.8 - Upstream changes: * tests/Makefile.am - marked 'libconfig_tests' as non-installable * lib/scanner.l, lib/grammar.y - grammar changes to make trailing semicolons optional (and to allow commas as an alternative) * lib/libconfig.c - bugfixes for lack of auto-conversion handling in the config_lookup*() functions (reported by Feng Yu), and some fixes for compiler warnings * lib/Makefile.am - bump .so version * configure.ac - bump version, add '-Wno-unused-parameter' compiler switch to disable "unused parameter" warnings * doc/libconfig.texi - documentation updates; added a chapter that calls attention to the bundled example programs * lib/libconfig.h, lib/libconfig.h++ - bump versions * doc/libconfig.texi - fixed typo; updated docs * TODO - updated list * lib/libconfig.c, lib/libconfig.h, lib/libconfigcpp.c++, lib/libconfig.h++ - added config{get,set}_default_format(), Config::{get,set}DefaultFormat() * lib/libconfig.c - fixed memory leak when encountering a parse error in an @include'd file * lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am, configure.ac, doc/libconfig.texi - bump versions * doc/libconfig.texi - documentation updates * lib/libconfig.c, lib/libconfigcpp.c++, lib/libconfig.h, lib/libconfig.h++, lib/wincompat.h, lib/scanctx.c - added support for specifying an include directory * m4/* - added local m4 directory * contrib/* - added user-contributed files - See /usr/share/doc/packages/libconfig/ChangeLog for more.- Created libconfig++ from the pacman source rpm and adapted the spec file to openSUSE also transfered the changes to a changes file- update to 1.4.5 - This release includes a bugfix and some code cleanup to eliminate compiler warnings.- update to 1.4.4 - new SO-name ==> libconfig9 and libconfig++9 - This release fixes several build issues.- update to 1.4.3 - This release fixes a problem with parsing indented '@include' directives.- update to 1.4.2 - new SO-name ==> libconfig8 and libconfig++8 (!!!) - removed static libs - This release fixes some problems with the ParseException class.- update to 1.4.1 - This release fixes a crash when reading a configuration from a string, and includes a few minor build improvements.- update to 1.4 - new SO-name ==> libconfig9 and libconfig++9 - This release includes some minor bugfixes/bin/sh1.7-lp150.2.31.7-lp150.2.3libconfig.so.11libconfig.so.11.0.0/usr/lib/-fomit-frame-pointer -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.0/standard/c97641998c673cc007cb73d7ba8f9478-libconfigcpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=bbd107cd998fad6a336dbf8f1e5cdc63bb3debd1, strippedPRRRRRRRutf-8ef507bd2d1584bc2345846a654791316e1ea2c150b9334483b0bc83242f60e5e? 7zXZ !t/ȏM] cr$x#ΊU_m"׶%ڥc@VGYDGfIB0GRIvBh]ܽ4tc2?%=f)om+q 7\2,spc,gSyrሸ&# e=D:[UG$maʘ+z#U#bBpﱌ?;l^SYX6[R]i64,mG_ҬX{Oz܍+DuߐDbT$wռeRˀj$YWG&b"S3VALҜ!lIxj`cAoﵩ=Ěf_ӷ0Mpm,"_n$" M\+%,%X8 ;=Q_ڙ>R)&2*ddL CE#Jsܱe}K(4|ݗ%缉ķ DfU8H_V؋/!;O(B0 S1|x H:‰Ynࠆ(Wlq24]F;Uc՟"J2ן:kNR+:;Gxf/FhbT)4sh2w&a`&U`aZ/{wI)he:/D mP^ؕԳ?#i2A#S%r4!d:bkl{,p>r-އR2ŗ U -pCɛ;vWfrsVW6 j دM9[g-+|~?:ȶ.}dPͥ$j5o{siv_òtXds;{2o>y%gGE|Ϡ}&kխuIL<|xau%[jM*c;Tl13:TP{mt.^c @ w@z>/ nǞqLr)FN,x"@ ]qEf'%1G#j: ƛ.1=_i%$a#*Vp~L=b}}M?Zːf^5Yxz6Kvrc~G6X@v7k$K(}}B\XsyJ) xWJnWvʜloCQnVtXq*_IL R,2,R3r:bԠcUލt%hɋ1欂Iyf+DhӘ%Q+-p7ZՈx:&`,&l6~i=4$LNq( #xJ@ُyq@t2%8IgMK  eRm.6~!G~HO&Uwe9@~^EX!u}1sPLlR E8Ŗwӯhghq'h-en+F a[bD}\ꈹIttupp +{Oi2#J;Dc\2ƒOWk_;x܇.; T=jf"mUnX, Ci'-h iE hz)!@u_\ 9;͙ج% z1"9"!^33ҟؠC noVy+Śt..%m{0ކN >ytT=?"?mT"*211F'L#oޏ_ˆc8]C;x tc3OxG%bT~OY$TR 7؎&1,>uO)T8P3sRbalMa(5oRņƙ~PaecqX'Q|\'fQrǖ_qޖY2kdjg22XɊ{ ;4Yn(Ld!M]XysF@>7ks8/Nsj*;#| ;DNل7(rMHws*e4/^ CF6 ?ӬitA3J`?5`'-ul-+eujEI,Jkbng-Q8sTT3fbEĥd/%&wzL>nmK4Pj@w̲3P*->6?iIbͳ%ug \̵[5M!C酂*@"HRKoD0KYT_ pU"2n`RB{;s)ש(l r])_=z ^ZTBUK" ?"7qb<V0)?V:~7ʗ :@5_R`vZ$ַ۱邿`e\`m卷1,~ vj雠欚7*jd(~̓2 tĚS,2ZTP1$.w@;w,Ħvò 2ʋO:}(OyݔAUTAC/1|q%xz\J م|c ⦠gWhꆏ%~% P3D40{fuݖh_ޗ̻t 3YRh8-AW;w \Dq'٨`ϟocՐyMC*9o]] u0ٝO{\t@0r'T zyh؂/FN ;S(T3S~-ēd[\uBfnS2C#n}~@;Ǟg(?vI~=?N&,l얳P+ٟf^v)u姻QPKӅKTؾcfLjc!V;.o8HRh2) R;a\7ݺtv1á"U# 10W>\<[r(Z]_(6mJ 0aL 1ڤj9^B#*7m'PgoYiZ0 ׽&JS۵OmF*-F:4 ~k,攏 NjD 9J<^lpӱXync cĝ]$*zTЮ8{h;RW/]sj 48.nI]ԙs9Wb3;7|PvOq*"k@׾&.sq^̚d|Q6}J>J -ݾaH4~Qy-iJg-PE_EZ 3},[o}&q$:{iՌ%}k8YNxz?`Կtp870ZkeTB7Nb)n>p\S~PAy9v'f[Oi 7r`!QPa}ޤ5|*.3vΤ5JhGv4:\ /Tڞ) ]kg.,_Lv+[ K4.M}Pdu|v΍Yx/L:.ç ݵ{ҡY\rΗMU]!|<+s*;P 8;*ʓ嫮t/{fOZԭ=%=J͔AH$`U<`dwȅDK|ת_'klYŜK*AlږkNTP7F'^ڷbѭu:z-S/ABr5d)MS|~D J!iR AGMJBbVK_/j?zqu?`0^~`:-S9Cgpƈ(̾3hA*챔+4d\CJK7P"a%ަjǛ4N_a-; mҩwAie'M; r+_v&>5sx[%z?K~lk1+֕{^/ 7\ceңF)<Dn}7QV?g :A;f'k˕r[~Sԥ()fR8#ߟ$b;Oz1'Giwa=6S@[+3 2U\'Pi8] |ŏуQܵ9jMqg^0y('狱^J^%֎0LrKyK Z42Mfs(]P+Z&#X ғw/yrF;tC׌qSRXqٲeQ.]pi1,>:X+O!5ñAtZNR:3?rWqK9GX8@,Z6yz)R|-S<{3c7ҫ•;ώ@W<~,0P0s _jJu*[RxЎ_WYH?qC[froB-z{ ¤Kت\4X*MEz>:^¡r[k|K16vXhڬ_Ya3u$'t`nwNŢ|1PQ+c}(xHLk6{*O\>pE\d,5p6y엦I=g{fo#5"Vg=B2[Y@:BktU-c|,ko~::fM7?qx=5s.ΆI+M0H/F'Pl߬XndȰn=aJHHkъkmL$"(áE+{m:\EM]Շ9`:07XJbYAr\ˤ}?K.5~+a]LQLtNSSxɚgg/z =%^lu]Ǘ>`֧G9odϨ7qD{0jOj[b|uR }Mbwʙ͒8p>Y1 W\Oz i4:N 76ҵpWIo)r/R+DSpG} xPi"EU E"7+3TPMBLՑ``$քX}Mv"$dzNoem81vi4*l~)ݶ>7, wV~-EAWA-u'fI`0_e5!`muehlRܒA8ft4~(;@#a4as]s p<o^AnwfS/W΃icцL\nhii;g mo O"b%=&qb 6hׁRy(Rgor)n`L]S vOyNj.R UA'%apH>V1*{}b8inyWrB]񟧯6Ł_?f& sdݭF)USsB>LS$ux'&ޡD6!p88Uj NA`1XoS'Ʃ\םEF7*6@"z jl|q/ۘڍa)ɨv i #YHz.SRS[O/i1)|Cwݧ23/k"raU(dp#>=^^J+4 ‡GPWG\酎4p.?̀Msk;>p#'GF ?E2{"u:,w;-z =L}w۟c&ܲs.sϰ+keγ7lAoviBE,1P%ֽ>Hs٪ײ3/U^kQDOgi:>{HP ZžmıӸemVfApfSDnщ)W$#FyV0~q$A]jxՊk#UI% c_Pzp(S#1FاDZs?je ^?Kvҷ:,: W܋{!7zmJ,r7{ V]ܭ}kx$"I 0ؼXè{d<Ӹ!Ωmx))zsP+ />[47R1s踤[:ڢ"6,IDJ#`5!\V^f Ap v$n[nɛoAi];!˽֛xrxfg |[JCqr/% |*W,9nh2iy'!4ZL!A<1M8Ys'fNdV.,BDNQ@KQ́_Qbq߬OIG v|Lb#PcL]BmfslVԯ2rž}mBKçsYŦ$ TAVa;剅t{zZj|(k*BmBfLSsUtWH+p.u {_&2U¾G!FU3_qHP)#4r0״؂b2͚[̆M[RlֆUdycYi̫Ҙ=ӥ7>(:-縇 1=t!{u,yX)ƨ5Z s̎;K69*s>cRe$)^݅j-<+,*1:'sxĦL˽vAطuߌVlTp aKk0C lmVrA?ĺXP=3 :%9yGJ*zXjmōvysŠI~eE *bN}"\ ޻W n%Ӡő+[bֿJ4{v.aFqL[K#ںH5n(4=V+3aao i>F:ϑۙ,K l'%YёՑB$%+Rj$VnȎi~۫^LCf|ud;h 켵I6" ֚ia0^Llš˩? |) {rKʥ€ܺ\ Z89Ia*g!̋VSПə`XPyXHZg{$?ejay8HHR>x+-F۞ Z} iWmqvё.Ѧۖ,vh',7ιqZʳ:{ 0e `["z=)Sk9R6˾̆q9%8\-9U}2 lV~LlFKJ*yBiRFӔ@E)s~<;j0c+eޕJ̀|#ȸSW+ sod\"R;͂ДLD)q˫OG҉]nEOTGU\ E܎0$ &Ķr6Y;P|Cpy:tV#< %i2Yk@AQFlVCi<."୕LϸWZ=y%:ep_%6z;uCA e[Ӿ*>P݌#~Us1`4;R ߘE߄h)ы}S#eڽSoْ{bҁ_ei~sܬ.{`}eB ADA v &y6w'4~dcٿ+AcDInɐOǟ.M۬Ys=('4 #WY]ďWډW6 T)(ݣ[pZ\"n?SCdl󠡽;[ q-b3l'+H?@b-UPz@ {Ѡ(i~?"hlvH>=CQQ*Uضh/mf@8+X"~_"4 ٮ^Hӆ-o4:}fķnXKm3iP-jC|LNItM#.ǧL *:iҲ8sE'qT{X[L'=qݟ8(:!1Q/kZ'4^cõ*Г4*KfoX713ɳYp;PvgW"$džEN5[q;&4=m)KA"Ndѡ  >d4= >"Z5d+^tlN!#rqHvLKܴ䎮Q6⦄nQۤc PF {#fc~;юNG@ lk>v= A,i1(h[,@D&=d?2WρaB+,75UZEJT{J~=!#i]NR-rrXtQۿ -V,Alb0?Sn/0ey_&[/@io j|Yh "ꉓ#ûHnn3~ ShR.qqlzt~vFRq襑]On [_ ;U>| BoS$2Zv)wdvɒ,QjYtQ.\AIl5d!3XOѳ&i~zپBr1v`< lllZ̤#j܏jli[o*KErϖ}}G@e\5hkhjLeٮhȎ3H r] LRgYrGÇJv>Pcv[[}n!{DsK~}?h[X|A@#yRP#sD[AAPjR!ڠ]d,L1>1ǽrpfYAߒG47`7'8oеbRXlntV<|~$L$*_EgmsF%0fJ7iiW'W=,~PrJҝUu ,۽2^z:sFრ SEZRZ]t,S4}qF Vt+>ِMI䢪M3łe6zd1D*F') ]X+bwW_a-D 눏wYw={$ufSxKҽJKb܏wlZ ԩWCbcPy2H 6Ga͂I [+%D)Wzb;HJl3u;o9[9H[I yx&3~!7J0c)<:Ady J!ogvT$/DiJgW4u7w)83GxFdUYH֞ZJfD:ɓӸ{t}s) ŝq*^׎(T=Dr5,\(CST)0[5}ފNdb|r8+YeJŜ_+F'SьtJjD0e}|ϰRS}%ŖC%~Ǽf}˥'J%șzCT5⫠K[45a#eB7lTNE"uABdGEui/AAMQ m2Ή 7-Fb& 1j>y$3ƻڵ3DL! -XXČN`>(mb 2=V.L~HHVwIȞ`=NHb/#:~S _>g윯諷M1hφ}GSVOny$T2ҟ`,MNTy߯ >5Ulǜ(El2Q6P"^^4頫STzd#2`?K}{k׽b.`X༶{Z/#ۻsQrúm] d"} Z`[\]Qf2)WkK 'E2B&FG (P/ ") d;+']H |OSDiXt*RB@Ԗ!oP68! MUϣ EKϼ0ό%} R$X 7G:hiǮQ`ǃ{!mF#O#9ZbJ~HwVx?#)L[V-S4XLYW%쒫Ϋı|ӟjnN bg23I體EwȪ&ca)쉏UEH~Kz A%csj9ީ&z, "іVU)WAjxOk7EFCVU0nΚw{mg0~WAiH,4jX/r>utg8@RG/V"kը#Av*BZhVctfk0u5NȻ[ ^ZDS$7ʅ`o_uN__8H^ G &F5_y;{Wl]|mBz>+Dn%RX]'8wDt7eD >[Ģi-q\̶Ƒ6t|#iYbN#"[K=бLb j!AM+ f*^=0=D&5QрHhbR"Y}z oL/hLn[F8U= : (;O/%1{Uҋ$FPj]9b {"ϛckw8"RtjQ1"Tw>;6zc`t2N9(}Ύ^{n'Sc `ޒN@0pk5 ֤Y/ĚB./2!Ig!:haq~t^$$vc/(;/M:$rRcb}^2\+?ȩUR\ DYu }=6>ȷW)\O,wŦCOec;ϳ=hn&|i,a>lIwvb{Kj6m,KF`KɟY-TyOҨP4Uj˧*W/g$hnƜNV29I-qϼoRo,pwRʡȳ}V)93L,Gܩjt6k` 5i<6_Ǜ aƟ=d`~څ*U6:;yB8EyOI&a;ᲒF7 D{º8mNr2~L^֤/ PX~@e(X i&JhHQ)}ԲeƽJ\p(<nEp]?NcapȻ$ẑI:NҮEPʸS:*zS*((E80Z/`W1CEK+ِlu?22!g8\uJѿl1!_U9!eD.U[ R8 kçBiGt<ŽDheas3Mu|-`"zfI:ՈϨOljܬ1R+rFoݶEԸ.^-g+ir;uF/İ;;Dl LBlqs:ktaǝ҆`c%jx-YZv5u{4ײ] #ǫto 7nG-CVL%'6z ~\3DX-<*p 쁆>}וPr]O= Kmh$7<;'L 0jjtnH~k_{Br