libconfig-devel-1.7-2.12 >  A [p9|*L5Ig #ry8Z>Xe7ǃu{  akkVB-"lr"ڸ^'R po(sW=O Kx HXD^{?ruڋc/ F~?4B:2Jc6o_ Ƈ>pA&`?&Pd  Flp| )/8P \ h   (h($8,9x:F"G#H#I#4X#<Y#H\#`]#x^#b$/c$d%/e%4f%7l%9u%Lv%dw%x%y%z%%%%&&& &LClibconfig-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.[ overdrive1SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxaarch646 lfA큤[ [ [ [ YY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-2.12.src.rpmlibconfig-devellibconfig-devel(aarch-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 bugfixesoverdrive1 15273031791.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-libconfigcpioxz5aarch64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRz+7hݳ7libconfig-doc1.7utf-81ec64468254aad3af8f64939a1c1f167ad10fae9ab45447470480491b0f2fbc8?7zXZ !t/ୗ*}] crv(vX0|~r(fmG:Ȳ0ā5sELa7:zkw5 }'94ďdKm'>uu]9J?&_) .6S:eZT+Z"('dV2&PUO's&2ؠ7*Tn}M% MQO@>l+RW t?{G!UH7n1U7Xy8u{+1yӎ-NL1WPm Vu]O=)zV/˽MXM835%_]֏C3{b>ޥrMfj{;:۱k*`?W6m7LX@mLDhIb1bUrcNV7lIA0$`pi'z> 6[*:WY@ jVXDAQ}OR$./!o gYvpi:mQ- ? L wH(?v9jdGDB.>4"0Fڒ&HH:?pEh ھ<9U!R $&l|@/vdR'cbZ^7LQSfr {mh40E9 SهN_`|9f<-mPT)*BwZDK;0S_b1HʸYNV/oe?t wޘ 9Z8%& M;3]Аq.f7ҷo Sw C+>@6'͙Mz@q4hmE{A\iz-fʬESOF*Ɖғ~oeda44 'bOw昻1"aQ炽m"jXF~F(8K &xy,5'e؎h?_ÖcQ+ V6ZlQvz$#kR>c.&bfPڔVoLCd5]e=vKz^?$H2*S m,75`} ;#Cj*6_φ+tBD¶U, ""&uӆqF觚aPH1Gp[slD(r(P$͆I$- UHK`mf⩭95\7FwvZkʙ8!5A/*{m!ZQ$G  5+Y epKIj*c90)ݭ||MnHtVKgwfL66ʆX#WvcunueSTj33m g:砪ޱD80M86r}QM/*Dc}hTk!Oܚ~EcoW!+J!]A{OHTd]( w##o p*͵h3-?ĽƑ 1(DIw=.<`lO5Ԓl1wmz܅uPGe8h!Um\d `3*# {8 qxAF\}&Bbh/!Gvl{ Fw#㫅5V:Q6X9j+=c(mOːǗ"pEC ˊ'`y0j8-E>cO}K|-sRD]m䅓/dL_t| WTUwƮm$_CLSlb?8qU {{gTPWZN*ո&/%`Ldvn}`̞Nilw}[dl9d :aM2HrTV*K<(4 N-E7nH҇%bB4@ ,d#y1(GۡXT%tH8؊fߨY0~a)j3C{&`*t Xw x}]Qk¤bW7v۶SoT-J8 p<'z1ʨ7 i;2=n{O)m׵Sr?l>?о=G_V,D;l%b+oTSQEi滤t9ļJJI>L 5SvL O46RLlVH&O(ì&%ޫ ~d`/͠}fL~`FPU+̭.K"oy?:ZS?Z}ŷ:@l4UBRiOֶД} ^XK?{vIlTi@>"([gVGiqQ@ 奄9G[_ȫE`P* `A{Ioiv~dHA&̽iyPfJZ!^fv׮GrЊ%{g߈7!;sƊ6>~;e~Svw\'$++j̤T+!r!SbƻhGa+a;I~g h|M{S@p+HSUl…Z@Щ?lYG6k t"  F_(B>wSu,AU v$2K`$+z^# ++&wA: oaC$ޒg}?p\; 3soW 9KR^\ޱH$I4Ψѵ&C]$*1bK#mT?jӸ<&eBx ]$Bn),Y[hgg$j(LUExXH 2l/3IQPogN'+0l 5J<Ӟ+ޟqUUވW]}Юd 1%n[:$bJ:FUH5Jؘ"mP6M`0T*J6mZRhsX"VJU!?﯅HPH#aMλX7[N"s)oAy)!Fx VsA'up$6g3g|j2 &N3>Lvמ4ДBhXL@yɽ6b6N5o\xf 1Q)3ؖkϔV.n ''refjuJy%ƕPC+ycb+ ָ9G`<'͊ʴLU-5[I5g,>bc &-g%%PJ|^1zӟ qM$Ps`?Ѿ-LAdnޖx=k^-U8R1m`|Z',fyp7dDKDBܽڜ?[ܮHbEg("do}n Y%ʠ>#Q yIe1MܑGis%b*1=%'kTMok)J&LReZ7nkEDNM^aVq?8V0\Q "]^$嬒F24٩h=k؋GwwXSeFCyl<j<˔o^*ACznԓ>HWu]`DP}AѠMv'wMHQ%T475;&b u+szM(9)~y4X8:9f[aB~shrʧTq&5CI 7x/Ǟ %ڿ%<>~bx2#Crd)QzV cyu3,RN['E> Q,53lZ O/O]׵3dP#( 8:݈@+ljpV|ߞWXQ>PHV.J㎴?p-^&Y\T):5h+gf{i֤=">no ~iL<4Ad=]d=6݉(l#O,:);u}|m2^q ͫ]$"L8CBKEʐ+,H-`uY4-n;6(QF˾mhYSdL+A\ 3)o;筑 7{Ŏ/hw|vSTt&GCҿ@B_?V#TdȑTd,6 `FL?qׁbkz._䝥jݼ,EJ*;C7mpڴNojȮ:`l$W6"+IE83deA7:ֵ$' <GD4A+IEѢbMQw=*= Tp  8G[d0Z5azA!+Πh*9|QȔkEGҵ+hdL8}h|/>H@E'h?D<gŁDU-%['Un<8*:X~~nVXOv$m{B3YT>Ǝ] 0tsjCWy~bvoIdUāh"`'.)WL>oV3K:+Tsd d\ր][A^Pw>si/fNǐg^ AF@-tͼŐ +K0\LرM%1*[ MR*¨"6d@!t9!9u³T&!LeSVO{ %=efLQ#){0X(j,iDq F|x|{xHpnhx8e(sȖLʄ$"RX vA"4O6/uD܄4M//l&Էĉ(B~X1t"skr aH d%ߩ])&:YтLY'qQNPʿgbNK9׼JePLz[6b )VB|I6#{(,:sJ}AUeh5cӪ]FoM%/Ȃ]m|&u[(qTqɕP?}#_. OM6oX1p&a9ЈLD{k@ZMcOfe'Ɲb7n6֨lGN+#ٸ0 7bE9 vzΦ!|1etjA#Xr!XaLyIIL #[vCŏ7!&ۍoʩ@˛-3d]2`/E~C^lɖ3h7Yd4_*RAd*c^%n|dPuoG{ߩJ%•\;|1]DS 4FL{.IlT4zD1O$ȳK@̬ ӈh5ID垚fu7VqD-ѱ,:OsWM Mɒ"TnHҶƩ&Z+v©W.,FjDW/=BYlU,FUެM1C஽C10؈ݨՁr9`C`XcMT*f,rLLf * J]򏔆Hɂ/ڎD5U3궊O:|J̬b73zY8?jt$4pwH͢30QE2,yb˛4 1TWys^-g$" 'ԩezn+,BIHQkܬd @ EYC[-&+Z~DlГbD(*F␷!삮1 B3WӐ>%|zp*S|2G{4cG抃 vmŴ3l󒼯I.dJ2Vی}5ba!x-S?S#P~";1Xgoy }O`2djdA@]y,g=5VCBRCs[YE[@BL𤫋 !@, %I!y X8 hlSuGYV<[քӰzJlũBWT~;ȳKQ*GԊ,1V(rV["[UeX㠳6nVEM-2b4"Jk6,L^%DGw1Su̹C$R\߅eM, ;GJy*b6vjuj99{!4 ꪩm>X:kb+OlDy^?MOִ`bOIbJ66@@fڝ^+:3( փ='R v\Ÿw`!^mV2߸~W&Di|e5ޝHPKu6|&+dC2+)"*C}ɲ÷FS-|ݚx".s2H:lG"F& Z.T7VK+&eDu߮!\)viCAϕŇDrbMzԛ&n ^aJ3afrRVV CY? AiRA c}mUOe0LD>B %cJt"s̪7MwXW̟ȮKs^1z^P0fk]?l/>}QxoA5CUUSB)cy)箴|} |ӨiZ,.(.7O%NВt\"%Aɧ"2F<WTݫ.R&|Pm BPF0:و$9As\Ȣonęօ-{u\_t.ս'.o g_ }p@7V,ð:AW6P DwxԹ`Ӗ-%cρ$Ӎ&ëDpAI ~]5fgBTa =>Z}^q Dm . gY-@ZvzΉv6I 5\ P8w*\oS8Y]r"jDT12a@XwxIK629p qOGnS=|VluX@jI\a)0'qp,ˤT7m-W{sxGp@θ-M("uEzl<EG 7ml,ګ0"g~Pum}ÕvT#aUZ]9_?2&vke(hKyʹ :,(HSjlNyt'э6ۄ_vulTÄ }|'g ^]{[.yͱ`e4߉lP@cv ;.M.Qg@kԐq'\^ @RYq {hArC!SVB_^TMD7j{׭gB>&7EM)]X;xXFd꧐J1ܮe-wIsA^>@Z& |T~-sY(pF!"YoXcDͲA;3ŏl6Nf`x,Ҡ͍BYF.k,zgFS=Lf84Iޕ<=ޘ|cO)ͥY~2IWFj% F6w?~Ѐ@rv#_ƟÃSB1p!\;=5V!y:Snil$KU1C{RzoJO`Nn[ɬƄ:Lr "i,W#!,Q{wo]]jM#$AVXLKq~h"J# !.>z cUnaw-z-Ho4ZL VSxaK{(8pI9%\+thjgV4Ѿ|jJ?P4=K,̃׻xe;d _ Cw= xLm}>d<|sԎTfgc~̷|'f&pǰ1jW5Zs 9(Rjd q@Bn?ȑF&> "DΥQX`n%6wšrDe =М6CLX{XK%j>|^HH U޹(qVLv @|Ię"} D#zr6:U2[qU<;Zs%峊(4j/^CFe1q$PmA&;t CZ, ~*} 3"1qбI?&m=3| H{ʹ}=tS@anςJ= VUHU%.) YZ