libconfig-devel-1.7-2.12 >  A [p9|]a2Hy4t'/v[C?{Js 5,G*B3s{A%e*n''5AƙCUoya$Q9:R4*l]N"QfBjVOlIaiB~*tuZ@Vjjs۾R9l9 )H~ =xZ ֥0eÃ~  -:a~_m#k%O?D&Rmpzdf2135ad2731a5d7e49b264572ebdb026b3ca287cd5264e5fdcd9de927c6445617cdef46a2732622b0ba041733912fa841d038a2UP[p9|`I`vɎLF%*xiNVfm+ r-)pvD3 /Df%.:#3sZAgB˼ hk0~zkIy6m%pA&X?&Hd  Flpx| %+4L X d |   $d|( 8(9t:F"G"H#I#,X#4Y#@\#X]#p^#b$'c$d%'e%,f%/l%1u%Dv%\w%x%y%z%%%%%%&&DClibconfig-devel1.72.12C 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.[s390lpdSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxs390x6 lfA큤[[[[YY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-2.12.src.rpmlibconfig-devellibconfig-devel(s390-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]@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 bugfixess390lpd 15272911291.7-2.121.7-2.121.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.suse.de/SUSE:SLE-15:GA/standard/c97641998c673cc007cb73d7ba8f9478-libconfigcpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRPTKd libconfig-doc1.7utf-84b6a66050d36bacfd5d000f5b7e3d530e60bd2f1e89d33e520106dc5212495a1?7zXZ !t/ୗ*~] crv(vX0| |!5)z[1Cexvl,6+)ֻSw4ZE qDF3P;>OeK*}pg_P2s 5_dLhb'T)$%_!o'DST[k.֭Pn1yfaqeH\W2Oq@"XR7;ӶkBXQDuP;W} "eE=JeLiZ 7>r)ow"kf0 `J`I;NA4dۜ=wb pc@  J蹙o$4Mm7K>yۿlg75i1'W< T* YA^w{#'L096|YˢcG 4Jk*AXu%9qUq.%CLE5B/ϓ XϝU*B,g[T kDmdEy1A8% Ė@t$U= ;}TI҉ V&1!0He1e9ze+-v fFl'Dyi=bvK1*1|M!5"'P}\TO<<= Vv>Z#AM t 2XxF Ã\=0Rꁣ,UT$jE =B Zv %Ip =YUʦJԭRWT3q@{i#'痆]Nx~:̴p 3DՓkkssbZ*˩\B`7Cd^N CZ;D jiƠ6`+",GKcelPآ($jMΞ4*><='vMH?aZ$58cyfOοk/j"9n4 U_(f{ atĊG)=י)?ƺAKFFW9l?wez1)9d6A1C#YЅGzT-.^((3=J88T8>Zpfz'-azN7z_V.i0#{kx.$NT͹w{w AhK- !omy#F ~?JzƋ3&#E_u9~$%HR%tHK,Ĺ/N_E3"NwK۰${ϒd[ ٤㙭Whx ?ZHb]EuhŠk[ %]_>ڦӌ#r\5U}7Ԋ*HGSjoTĉăPw?i%CST tK* |.B/V_΅ж@|^$ޔwxtն'揩ω!j`/vt.aDA&Z*H$w". eܓcguSpI@[  wyP`x0Y m-4v`;%l<e&Y,ґe=&Z⾁{&$XztZ'2@sEvlM7u#k>@򉤷0">E^a露6dẌ́hղg]s ~n m1PE`%INC2ŌG\u7#gzq:,Ƙӽ@NsȥВwMS` NSوDEf@.[(-+AsD"LNڪSɩ'zg}9EE_:Ni@r]JV(`Q=W<8i:? *poOXq EGΟfv´cOMh۩|FbESoH:=L:C;F%x oyr`*_-AuwQةC%bcz&R-3XXpGPi&گB,@M#n{YHO;դz*Hu΋5}ޏTΝ ښTF9a/68q/Ҏq>opu>fEZ1v}1_xk-'ׯxz1@ **[0vv~o)tK h 6KuUo29&Q"VRAFKG4H%\xVhCΚ~#f ~^WS>JKAҥ'p}BGx "FdQ `C5 {9qn1 ְ!Bo}PDm >38wx N~;}FysO i at'Y(A"Ҿ^i8}p1D54fQHU_PIyXAh9B,Q <~W\G~KKBl" t-n +r? ۚ,zVNF}LܟέMR)pN69WHf+W^6l2#>֋MuV 6ַؖt]Α'P,?|k7Fe( @;P(<ܢ蔴MFicؔJn#Ƕ#׭Ga k %-+© PKJֿz0dby]2|;= F"Ԙ}A} )v_BO*”i%,> ȴ9(˥!UD^YmCmvzCˊphm?fwu*kABK¶hk QΨݿ:o(l̉ "y;Nb~vz׼:6pN[sIX5Bd> 7,EJp#XTڒ "e4Y&RQ釹$mtq lC+t4)Y0S?4o-媟Gΰ'w/1@+a c4s bpH*TC_|4Hv犇3tt\ IWՀCh"/`^$J;%i\aκNp[ ukC)&N.y6S &}bHVmo_PY٧'GyNSQxrQsta؂^EZGF::Zrkj:hE5$#W{(jTޤ҉0 <=H &=#iggHHrFZ o6[~* ]GwvV^Y,HZQf.썇,KXXĒqЉ;VPj|V)dUjML!Bgo}B$Yf ިx.v, nAPoӐ+ v܇Jx5T\XkFwozɻB:unrvD9B{mRM\.%᠙;N01l!w)5 @ĘX'102g?yg2 tv_2b+Z6̸3X_ZAUㅗ2Z"DBaPބ{ UzG*/ ø,2 R%C"0 %nZ]RffY'GaWL %I FD^aF֞KNv:JA]3dZ/($^Z.ZH.oEu([}x:Du&eTP)ȇMJCtx nzdS/񒲋Srq5ΝN5gǵ["ٸIޒX;>5bcM[@%+ݖK(Qvct%P0߄A$)6s;`^5h~!d?Vvr v iG?s* H.zK ?V_)(~cpp~bsJ78:{M~m'+:NoD! rwVnnK>'_h$m) [31Cz"9Ői:ʉ1wtYDѾ5!ߘєfvvt[]u9ӉzԆ7} G%QRZ}l"յ D Je2xwKƜ8+r.T Ѳ‚_kYX  j!7寑-xHBl40.7 >U={CoC$Wʡ}U "7gUb:-nvMqVt"7<sW>JO;!\ȆlGz7,[X=-:Զr{A3JLܶLL)+(FxG#'|<{IG*w16YKa1X1JH q$lF{ʦs7<ǃxD~`%cƠ-&IWzTYs hhOG]=.E;>B| ԜpŘVg-ǻ)_%8U  OϋS>϶JyE u݇|m#.~kst6}\Mv{?p-UoL5:䭈WdNO1&#O)k0:ƈM*;f6D!/pdqjY2Kط~EQeuGѐ ַv^mcI9w8֝yb (Vi21u9,s|<(8$bJ4"6th!kYڥŻE|Xf_)}U H',Ӱ<2gzXJ؎>GXZ yy 4_sa:/F0Ki-OA9qVBkwip/A&L=k{CPpɨOd/|2SImvokkn,:#Eti~a9Î? ̧YPH*S%N?eݍ!>7f6}9P0UM e-(b#'ۍ.RNVߡdzuc u18:!j,y4PH9iDXeKHިq.D4w Q /KqK[gy,tG]:ǜsl ).AgLY#ɷ6U% NHY3&IߠW@Ӏ=& ŤhÝO6~|6 @eoͨvdiTMaGm Cy["^Կf -ᷚrg jTelk]i}rȤ"dK? Gb'`3,wX|Vؙ Mibf1SafIL CON[ϟ -r-vHJq?/{ y;0ErD%.^tu5)ClT7EӴ6I%9=-3~'ʢ$ouþ9_MR4 f_,Qdmf |oDUq8Tg")kSZ{vaco7Af =J[5h=|cow5dL0l˘co 짊:_9"[`Wπ;'1Ѣ>hC]v`ղA(ff$9z6+ƚ\Lx`ŢHɾ=47i (FXnIs46%Z>47Eߌ/fZƺ95~NdnrE? `,6UvD {-AW}s{'\iTW*|);k p=2U: | o@(( #xhԵ>W>{G? 0tqP &<0P21 Cw&'..3&9DowaJHpȴ4z% _~ߩi- 4#A62+p% ®Za([Hc[fӿ PX?.,jrr 4…d}?7<IZVZzusduiuu-6ѽℑ2y}g19!vKOj dnb Cb ꁕ(qGLfW*'Ҿ=V`Yg/F#b%v#6{,"v a=xkH?Iq4d꓅^XpM %a_(a i: B̯F~+ݷTN%t_3sbYӎR5'e^45atkT[Mj0" =)\̨7 ?gNdQիG"6sQz d΀l&&r6iA#Dh2@sBCcxq: =}_=#H3~&:Z$ls2Ϯ4Kd,eQ*N|ڊGjXHfРGvBvYE̟0g֔@˖"FRcT B0C̪_gJ#JLJ#!莞MFEe!*й]5c0lqXIG|讑(!!~`#;{NCbޥ"8>Ox(8 L n(Hu3a)ǴϋnRfB=/'B" Wqv_ٍZ @8Ddhl׳㢤7sK3i!-b.z%m sJJD\S׵^Nk5c 4yS0u!{#/3bۤ}Eb*G!a>\69jʙ}aΟT-ᄿ{8K΋m &P\gx. &(-xB:fCtt#$q=^UG]/dOuΡ_ha!A"IiCEG5H469bAXr",j~z^t ]V'_EڷSx.V[[+#C_s}c9hAfV~? tĹ{]:7D=ثX46%;-&?n&;IM(hiβ@" >E͠{L&b(sg @@nш~Vf- VhQN59I/^^[JÙW0(MNO^ܑoPXVW싛ǃNjҀ"5P @;t4G00}q+I"@vǐz:"ѕ /tHa1vۊ-?̇)m8>inZ_OX@?㞧b>߷ Ldlhpg=ԖSe_;Ik7 `hf%BKa%9n&/SždF}.8:鮽߿lihu^FXY?KeC,fz {CY \sOE w3t&F*Io}h#9uqipвQQ/@2wpi*zc f6v9Md;Nyk&L bbs}GT~! |%f$ɉrt)aUh[f5L$GlLlLk$`}aL0twAiZZH###}}?]?a_^P O&]ZD_~:sZG q>Lx=[T#&QGP Wƌ0s:!DaYF6} MAܞS!mcPkL3zX]bW8S =-*|[v!ↆHt(XZ7si'b'âWꚎH6FZ!fqQ.lfzLTec)0x5;+a=}O3M۪a~ F3C6ZUW YZ