libconfig-devel-1.7-2.12 >  A [R_p9|U봤9R_nmQiɠZʷ1fTZ:G_+8S&e[J̶hXh!\ېFhvW1A#&8[uMo#8t7v*}c =Mm\HE=T1gLQ-g8-(b÷7B%֨~[I midV\5w#'3[S LK]/F)d<=MGY?/Τ67977afcbf24e0a916c0e84d02dffc331fc026f3b6fc51ff79c247e4febf63c9192a38e7eb2b51d3f2a15bec0a943faa6b05d5b6UP[R_p9|mt P MS+[f=rMoCIqFm# Y"Ky ɣT1] cg(E&@Ҫs ]L]{X{f)\;R1U[%B(I2,ލ;fۢ덚VAf"8'i9,ﳾhENw˲cw[pe]!Xw|GNrUrb)Zu='Nnzz,AžNj+`͒B>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.[RQsheep28SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxx86_646 lfA큤[RO[RO[RO[RPYY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-2.12.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]@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 bugfixessheep28 15272720171.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-libconfigcpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRT*|%;Elibconfig-doc1.7utf-8a352e8f0a9a269044aefd0c32c56b2b26b249757ac934643b98cd1c08828bcc0?7zXZ !t/ୗ*}] crv(vX0| dڐwM|^[*|\59Ƚ$*Y5ꁷ"ײxE"Djf>7>^JqN X.Cb<\Nm_dAuaX#=[dGS},17d&`09?'\#'.6{Mdh@ |E8AD#~ %-&Hy쁊R(3kxB[:қuB쑊\$E ChRFo/+_#!@0g&&Rz^`!j6:TÞܗ4 | ţøE^n19H; e GmBNigOz^ZOhƓOB_sFSmFK33׿%3qZ(6@ 3VWXg}xAIxeP*iH˴F،¼4 TSfXayfaXU4! '@*{¶3- 8f%] }-9* V,{xW+0 j@ G >ࠏL&4"e4@,Ty`Oz/+q+w6TO8 CyO湼w2u->;bX{ۙg2h$\.2ՅOP 0B *E|nCg064Fx1r>b ilh`@p#m 7:|K,IjM" FIبaDo$/K@*|`_Fd@4a^8/ׄp6qGPC%'e5cLE]ӗ |ؘ {x>$)|yk ,&/u<ۭƀnm瓎#t'("@Ƙp|G`PŏU.pwh@ea} Uai1<(T0m&-ߙ|[+}uYV!N4Lv ŠOՌl"_2Szf=atՓBP8!ײ!~)ď2c=wإ9ŀnK eBDt5@+{g3>"{+ZzdCU$+-@31J=SO!rDYܱ8,[*_mLJuwV Hux/~ĕr/G|߀ \N_O3yϰ>x^F2t4걓5xEToΥYr\eT ht#*[)9}}R0[%pBfcY2w;S pm^9}2Qss&)*:E<:D0X"O"<}Ow/6#5 Qڦ- _>ㅶHMTU&G\IH^ }}$)樀yj=Z@}{-#RZ/QV sgyOkv@ޖEizv{Rz<,tsHJ59|SfEW3 8c $s0dݱ{>h nȣ=qLh iBN~Xh~c[mm(%(gkaUk7K#A콥kBgw( ryܠK`UA4Ck.Ԥ\d :sCJL/FW`jct' 3bmzLJ9DW;51107dCP(FsҡNC_C?6Se $@mD'!<~_- z?}76/v\N\{qB0)n:rQ E;X啓ܫt*jg?~#fZ"" W DT赧loX:6ggL /$Z0k9ېsjR3Lݶ1DhHy>J)DF3Cͩ^H^Du:,'0^:IiTXbX-UA Tp8Tm=6)56~.6m)?%wBUй8mqcqF::PA D?^)#e?W'J`Q3yl2ML#ne' <f ܫtP5`gT6$YQ2E2qSz()M`.s3)!0=P#$hRͱr#C;v?'lT穉ϩmBna\e'CuBi}?5 CHA]s:B6а?6Wv!wTuPf X_8,'&׍1:K>U#]S=fkc"ߛ6-n蟒8?ݜyQ>iy9Fۣ.Wvt ú`{*X2Hߑ&S'NʉhVFXVT6c<=O+4 *ΚU'ǯz,6.Vޫœ\uqDMvuemY:N#C)_qn=S=ɼZ wb{h>O:iR;e晶lIb2QThE?sgu~.l,I8)ש]6h6z\$$[ExrjvJ7S MV ZgDKSŜ+^fsEY9]{?C|o:Ǖ)%,T]R&mKǥںS#D-Th_*aWMA@I+ [&!\h*`hhu#0xzOR  aaaF}zTF7]2tǬdi QB]/MY?97.G`_L8sD!d4z6Uuh Ers]Bo^lFr9\Vw\f9CAe>?MNgpɞ"٢16fg@$ uOe7-.ׂ22^/H4a-d!+p!`k/Ab / 'v+)Hao@̳^ *D#╕xJv;3\gGꆓ+ub\\exbbQe{ذxzyq؉+ )=s͞QpX:+2QK$E0q|a!Ӎ/Df=間UQx )n|R˰6w,$f(GAX'u]v˭wbsTdk S@wSzL.vtxeSBRox$(5w 얙._v\RŸT\©|ºCUϱ_i%s,B*"0I?8yǧ_:NI*CPC2U\py lR:`B;i|N5| 'q VB40,> ֵQt`d)dв@}G0ԯ!(n^[տ0,v&6]J1gdqvϟ!Dc@4k0Sbe8D*akaY% NdT,B3V{B0q,]oV5ќD}oq7/,Y#(Asrɐr]%PM`4F,#!.?5R4l4U)ו-Da҂:ox DĊg#3hATU*2 (هi$-zkM5)P%_nƸ+pc?>(Z'ȠwU3 \&󩕶ILp c=Z\[tG&X]vt W/z<>}t~Tr@Rۅ"MΫb@%~<<~ܒwOMJ0]P# 5ndVe͇e8%/ p r+(ên14`tTdך( m`Qo;#c,e" *t+l OGrJϺgl &6XvI#HBlA'6 "@ _yc5q䈚LT>?+z?6-IMX,Ue*SJb1$T{Fv EIDžS:E+=f0lƱZC_`}uPsrzTew|&8{;vP&ɨyW~,Z{mF7'}aK?+s ;: !~{1߻oSOДouz!;4mK,ȋI 0!ҠU^z8gz7?gCߞo&VPn^iğܦk|7LV*JjҖ_@jw0,2aP5T5,C3jl87Йɗ%~o'#-ACO3*2L\Jq^/Q-U}LmFs /ָqR_['܅6|3)VQوVkJښј {}IPq+J|𴐭%ԌTS*$:Qrք " 9)iw?DSg٦ad2']Ꮪg]l1>z8FVAԋ5U "LlP/hTER` bha'`mHE|_enXLXu%+ !quQ1˷53aAD,vsUu&e3wEf^}eCsi$6v)`?F$aYMWo8BfoL=4[S`xl$O%x̰$d͵'jp&zR*K1ϴ~yU@1^)bJU|MU,4ར&!ez^=)Ԏb*4v)ǔ-K2\0sY6oEͰP=OilCDΥ_RX:Lj|Xۄ&k8e˗x}ATeG%%+B݊f Bc+z1/gx N<9wOUDFWD [CLUB Pː*Y] f/Jn[$x{:mۘg9Uc4ˏ?RNxorCq)N`^`g3lN `B|*[jt zuwKb@H&rG{a:%D3fw}Okb,uVeFCrt,yZV7Z+ԒX ڲ8W&($7cL16  B^lG01\_<⏿!X{ڵ9/Nto3׊vyʏrG P'Sņ:6yZA&mu:E~gc٠\9,q%qPެ|1,94(720F"\b5֎' o:6X21ȿVXG44`4㘟PJq]&$Y,<`b=D\0Gyp߰A)z8䄢mWzjK{u9g8D3 bA`?&=õAJsR$A^*?9o=M(jߞ5`6Gx\BGu8=Kz܆o`Gxro(iMÌ@'y&X@9gy=*T{)6Z4i>8sFP BuC9z|?RSEozݕPMaVk(#wލ4=w>ƙM= ӝcQOnjTr zpWjfau*A_GxbX'B ~FAGGTiva_.}Vli#@֓C Eߧd;4 qHj [3Ú3} $"żo=q8w%._Lƈ٠jh۸XG;i\^)c݁jfHuvGWe>)9OcV[AOx*cT/9\mupq>z>kgmUrw ?x𝈷~^,M~rau__ 6fb~`*!}/<{B[* rgS`{I#|,"C{.\E##oٙ@/K,( {oLh|tt%pE΃)غFRkS: WCcxLF[tJ"w+Q#z+_n'UGДUj/ f~wɅNVd]-^P `a2gwK9MS9IyOYt#)#:|q۳<sQ˒zYCT9X6Uʡ)yEg υq~֑gD$~yL~;40ŽnK3C1srr*(睭[(UM $]`8=:eh~$3h)FSgFJ11wL"˄:ۆ̴-iA߯].̞ 6lM^z:zVT'yFiI8`)\#T."pJYVÁ-:dzzf$R-KUsSz5GG%P~ڣ3`4ALDu5%-*O=Y޺]";X 4q 7f Q|;m%5ʟDɴmgI' mֆ_ nB ^:㷜Xꆹ;OrfQz6gW$(Xp~pa*z}5΋4N4̗M}: qeTT-}[?1ӑE;]ˑ-6!kk1 %g{0l G]O.E%Z$|GL^,x6rER-{r'ck3&'mɲN(0 ({$܄qAN0* ;Ƒ~ĆH&\NTيQ]VhANEMQv5: +H둫pˏ0rVTH_ͫJk4[nң)Qsf'<"{{爍:d=u<>=ki?v>4>#[uN&! xin6cMeSEaDUx'*ZݒM\Y̗Iȍ۱U%va^R޹ɽpGj|oڦ%l1r.88P$|hvGp]3j`~\HK^FS1z]H35ΉQF3MuQ0kqT BN-o6DcQr >p(,Ah\b7>Lex4=6njg%#b !)E9-~'ɵ-^1+\R-eVg vfvr.@ÖBJ`>OOpdH[~XDQX 9fk{H/pw,D 21nݦQrykMEV'8 QWsUM(j\t6!I$?Bf :pIﳠ͠ZgS{(mgL[J[g1` g|~H3o1H(.T(QK cz\-4q6B'[Ep~{,Ȓz%c@S2_: B=v νi KoqԤz P^WG䩙4$[YaʘlIZp2 n!fjC'L*u$@ U%.) YZ