libconfig-devel-1.7-lp152.4.6 >  A ^d/=„[_e-NIUJKKN=[;}6BV&̧@řZ0- GSs(K8qGe0,8g0q o6.-yz,{9y\^MI:K5HʔY^H 7HQ<AH"0~W3"T-pe%̈Hz3֍1|IN3^zoJTٝ0k;cfk_UhT4 ӇNaadf1ad716c8218f25dbfee139b807a78646b84e584b40a1d6e305a8572c945dd3dc9f96697d7cdfe18d047f77f82794aa57f569Iȉ^d/=„y̵Jdڥ鏶R9[D=2zc6S>qkˌtr\i=d5H[Er&?9:K}867op9drFH=, P&QЭzHji]SٳjZ^9!:g9E?0Mt= \ۏ[RMڬpNA>amS@<, ` &BqT!a=BP\UҿfE-.>pA?d  Ktx  8 D P h n Tl(8 9@ : FVGhHIXY\]^)bcDdefluvwx,yDzL\`ntx~Clibconfig-devel1.7lp152.4.6C bindings development files for 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 C bindings development files.^Ylamb72openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxx86_646 lfA큤^X^W^X^YYY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-lp152.4.6.src.rpmlibconfig-devellibconfig-devel(x86-64)pkgconfig(libconfig)@    /usr/bin/pkg-configlibconfig11rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.73.0.4-14.6.0-14.0-15.2-14.14.1ZZz@Z@Yg`Ut2@T2@P@O@O`@O]@kukuk@suse.dejengelh@inai.deaavindraa@gmail.comtchvatal@suse.comi@marguerite.sujengelh@inai.dep.drouand@gmail.comdavejplater@gmail.comsaschpe@suse.desaschpe@suse.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 markuplamb72 15896359291.7-lp152.4.61.7-lp152.4.61.7libconfig.hlibconfig.solibconfig.pclibconfig-develChangeLogTODO/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libconfig-devel/-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.2/standard/c97641998c673cc007cb73d7ba8f9478-libconfigcpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRHxC.libconfig-doc1.7utf-873fa669cfadec6b6a720a3a843b052cdc1a30061b8d9dee25d21d38dcf663702?7zXZ !t/ୗ*{] crv(vX0dEh"1U%.~^b#z@j}VR;h"989S~wA'7yI˘jg^ԨZӌkgZ7:2AeX@n65ZĽT7?ю7S&K̪>NVgQŞOF+{ ;!CⰀu#ٖ L`mG۸q9!}MuYV6 Bh^3eׇ=u' ,dhn:KS,\~pFKa.O7 k7Y 9O~$oYmgK`y7;^EIڧ` ^gbr効.|i_$A(>wKt{}7wf~` 9P;$B9x}\bҹ0ruER&Ű3o:ӳĈ@ӳ>! U6 WsWIN$!8`Bp&"hidOoOmlA#^zR%c;ҹ`Xr܉}|'a'v{5Y4>Y->T.v&-~,C=H!Y]Ę_#ܧp\N 6 k~z'F5n)& >G L+C̦%6*E[POSCi1E{34KNwٗzQ!>$y #g~jSb*[sXqo-}Knw&ǝYBHFԞ.7* TV:p?]xo[+ )Ah ^-"lfQ׼- Dc@{L$оFrWMX 1I+[+ǓDmJ!ˣd[Q`Ymyu:utqmjqNkL]WݯUsOI"g5M>v[8JOR6 ;$;\U^ 5X}QY~dV*/ I/Ih\٦+bM ^R]?^?A $0{> Uo(![c}CdD$w5V^ة o`90`rpxT^EP9gq8 )Z1Ye*2Vh4'n wgY'& !Vq8_yL~/_ݤ<*Id+[PĪFUl,Dz+"tucDZPA|zERsh*C:a0fh%&4bڲ6nQS ~!=m^ZR *7)<Tk5}(&['>'`] 6uL3F_]lN 'mdӫ}C u.Oݽ1܉FjJ ΰ43ou3'0ҍ5*H8]6JL*?]|*L #kH"ԚI[t|xXVXK7ݵˎjOz N'|w i;8bOQ;? brնt^Wu)@309Ͱ(Zޗִ޴89)bL7_ё}w^E m`~&0 t $iYĉ3z?G729kk;KK͐ު9y _GC_!({]gioC3[[N_KN&lorF2fj,<`$ UFN5oqR/ԿyK#/t? 1gGTQ@W$:t.' )i Q`tfsڤ6]9 ݏ\p4 U14_ȅk\@- ׾@~| %*DG,ŀ%.P r) 39d?֘-f-$L00, L#_7/p[G𽵩Bzzw%?OiK6a#~3Z*U!(Wt *>ܩ.t|9W"G=E[ X(`5떃_k 0B_TqG69Z7BW?+B?̳{NS(tpɟ%{.vSJ*YٔTTt>'.+D.,!Z[" ȍciG볼J'h~Qr)i=P@w-JrGT߱ڀJvH|2Ne(ȚݬǸC]Ĺ\7"p D"<2qjOk;qnHsOK>NUޖw) >" EgҀ) \op[RS;#7Qc|Kvt>0N;V6',)t(IZƎ Q+%X1RŌRtz Ǽ_FD'\X&F-vy~*C,?l|z M{jx_,V,RΪ:(\9ԡ{ZnQ%oд)lLB :bkh Ii̘O|/>գjwI6\2 gEQ|5wGһG a#йM*68sM>1dT7b39ڢ$eBVr]y"$QLCnECN! E|0#F{jљIO^,qY 8wnH'P\ge\ vzLb^P0܊4ȉY͋SK"^<8I!aF^Nz}*,Ak{cNc^d<m="ALUSÍN`S1mXS3!J\F ~=k=7qeD7Q#w<ܶ)ck#8jˤ_gBNhc&1zZA~;;R@\nwa [2?Wߡt};-Ld4SydģT0Gg6I/c}ҷ2 $K{D֢E %(m $HE]"_z|>J4+`M]ۿ i7_{LE"^/ﶩ$W645*[5:(z. ([u`hy\8оOaYyzEUzjsYKGA!cqQ[ZhWt{5 ]DByC6Q# |x2Ղeoj-<54Zmm& E_b~RkC=ں$uB *-_&j <Qto0<}ۋaC2@gEc0YaXt]芧$ێ4Iω÷rzm̀Eyt  2VFw62tE‘D_>nSsMa; 0A-_+m'H0#r5fA?$Ad5\9X/@<>FU]•mߗW-QD%p QI{y[aKTq窭Wz-vU覣#"++\J _exF ߸ 1b#s_P}RMN;0n7\=JnTmdܾS4DAZ^T')իl:oPdt#.3c/HVtN1蛷ٷ63g;|SOqɋrIҡt4Zfm QܛV7['r_P.\mUkDk : _>!"3jO?HH&-,nn*EGu4SAGu\s#J4GTn8͢&ܺЀѧX4WE"Sqo*yكOc9F&o7.b3Xn hț#Ljmm!fj(*5h ]m29R /4VD-QMLK+x)qwB5ҋRjb܋0f0jSnת!SAF?0 ;/aOU%mqf AEydXZ{"@cb^d98lbZ>wЩB$$~y!'0Cg U2GǦ=xwr- di%8FE8ީV{6/^ѻ՛kl'W?9Tj]@@B ]Z'/%RiؘV "]#MOwXG>&`d/w+*8ډ^RЊH_ROc}Y^\iunV"B--}p<"~6v=L~i9!_##z5r .ǒbh,{ G4Uszh(kTϓ8M93R\KT#럴'AHG'Ņfa_\ aW7T6re[aGj$h j@8Rp4&F4rzH׿#iPa)QBUB"VqQ=3w,yߤǸp'D;\8 iQ8Rt**ip2va+*y-ҏEÙJWTcDs=ݑDǩ<[C:8I6\\os&$T g*Mjh-n/Hzts8D}isnwH` /BKw`da+O5ر{)@d; |!1:u$g/BgZ:+*Y&Xކ# ̈\*#U4҇J v (9׊/νHtļE@Zq[PR4i%7wW]ʞTکhTݒ/ r<43 e&L$# j/&| QAwS{)扉+K4T,.F 3Y,-X7}+REN%!@8[%jJ^Ǘ+[wBZnжz{eOLa {/=H6 4¥. c6ÝH.π({VA5tڀ؋8/ߛҝjSfAh_ou=׀G=['`+f*b o!Azrfl fK=Nϭ/eTM}dw"z#΅&1Í ڶ1!v/VGs(&jwꋤDiQSegmzDC=e7S'ƒA6 6] 9[}te2G>ѓSu_A-SYON|$jT&FBkm0s+~2fRpѹq7;xq(6%^ZsH3 XY@ֺɡ[D>F?)9ך VU4Q+z峊-PƐxGb/AHԐn4$YƈmqHvWc*s`AKEsMհx5α>Usyi`ʓٜ ԜAy<'# hU.O-^sYՒUV/ds@Ǫ;@Dg䛲c H Fbk'58(J-ibʵ0;4W Gm1-|@!P"ēm8ifNIGo"94%5o+16b=9zȞ7NM'D7pӛBW V1/ Wځ1 [AHz(5+EbRp@tǁ)jQnNV(\QmCYN+2]_|2$^ ݸZYpPsϝ\_e.zsk-'<](ASg}Հ=;OWrBQa"% =q<S塠fkf#@t8n'`7  P#"hY;)hahW7J596X22Na^3W$o~<}G-0#>270hC_B7m/<:wV?;}|`uj>gy2W2)(<@|0<NIOS&å8-5 t['4wwE)_}ǥ\xEZgꥀힽLwn .+sYLL4RHsCv4 cg;qZs)%F>?׎f$O33sgz#>)xY Q OI2 t7AglDW1EW> tBg˦ecя~P!A>y%|cy\Ysw'Bz80R/~i ^L{ǡ]]#Z}{^UmF$QQ;c;#oYX[QD-3Cr|8g:\/ žxIiVr}La2: PfP;6x$ /.=X˿ )8-`: 6"\*;;\N8Xy%ǧLD7X9Qtۜo[u4$sZf tLzTp}O6 9XM.];?(J\M%Rk&v01|>p\HqU V3I_܅n=~rom - rT~^.S U,a>0ig~e!ag͝W@0S^(ZS0RYQ(_e74ؿU&7Ӡɢn+٤%pO#eYD]nܟ}M8÷rDZo-/mtLWڔK^GbD BRj|ؗqR; 6Zav_0x)wmĊGG&;XP)ѓC;&[8A@c4DEѹҜs<.CvGE& Jm%R ;7WQ'3L.PL@=;uRSgS >Ճ(~2 GvewHЁQ0[LhAkbu5=`J'.+aTd6`Ά8|?dIIC:@u#-gKp$g6oBlRdy)BE5o}ɟ܎c? o3Y]iyua}gRC'A+`s$Gz-׸'hG(6Epn c)]+T ?|닱pvQ߱kJ x܂;$znnUbWaOӃZ7 wnUooӧEv,VlV_4퇭f'2P;$'!DGo"Зd^b}ܟX$(:J{"`~16UV7g wcsa1摉m1 f}6$ʺօ: ?}RGPeD26z}tsoB3Z՝} q PvPnE.A4[ /i@pY*$qXLqv~.:[Ç4k:eҹ>6Fv׎S5l//:YV~|JIYZM K)lѨ 沆F$gG.>xcJTHӼBS)W~r/n|Cd׏x&-@}K]']!<|Px xBbW+YCT#6`[֛zFM)S LQ}gIT9-,C.kX\B6>\H+I\ӆ(:Jdr AQdqJ< ^sQ-e֬bp@q!Jyۣ9IUmT1hݨ JNR @ۛztkӁՠ(m7нypζDzʇpoU#}@}lxS-S:`'gYO K6AO"CK]9e6G.5 AJ79[?)_ysn{o.ħM) R.k7ۘk* }MtW_ک8b5J[}w.GWVT%|iSk}K7%=qp_I[RvUqf2STv}!+9cQ&`Ξ?Lq~3i]^€BY;7q9scC$XF?e!Qq7.@٘rv~>IKmj|KjpwPUEF YZ