libconfig-devel-1.7-2.12 >  A [sp9|m$YϽ-KB+a 8IZOeIrH*M|c餑bZq" zԉ:TMmB_kW~VVc u?b"1/aǒr9j9y} VD_G;X7v?v q81V˞kd`'} Q໑$~XRė+j&:G t [v7LP*B>^22be0cdbd99bc7675ba070d430f9babfda8c0b319d415dadd20cc374422da503cdb7e2418f51295d27063ff455d0c69eb75f12b9U\[sp9|]^J|B۫I fa,Ż 4znZ] #$J|N `۴8GA杖Wn%Fb p]'&@߹VW 2j튱zRoBI튃=)$w%$Z$ ì"Z"u@9ζnWahqB,qv+9V⨕fLI$LxN0P}9k"w۪ZrmVҜ簾-@G{x)IZGboD7$xdI>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.[ssangioveseSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxppc64le6 lfA큤[s[s[s[sYY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-2.12.src.rpmlibconfig-devellibconfig-devel(ppc-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 bugfixessangiovese 15272805581.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-libconfigcpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRzH<Llibconfig-doc1.7utf-8331b8d8b7581cc2de625e6a50e30e24a86cf9155e1794e8e00171ce2bd44f600?7zXZ !t/ୗ*] crv(vX0| qf46h7 [RfV)3pX|Ъ6&x!)  }J2^jIPB\\kli3ZXa2t ғS:@^F8hqK.&GazS6,M^]Aؤ􂆖[J%N֏ V9ꂛb ^-~D#*6|"d$M&UЂs3ONDX`F:б8h9kb2םR W62~ڳKqUU슄<,*wqǷW&/"bp/lyV O~\>نA ou Ճ"qL1〈gWB2sɌ=U}+>g"`;F{aN>s6*G0yĀoŴx:}dQ (Q혖^8>b@xeݾ`Oq^/(wk \r(-XCɫ ŨlrFnba|- ѱ:gCCt!ndыY`Gk`DL] SVW[=L?1Ll\jHUbb]Fc"@mZQ_ T'}?ɷ:A͓?iX@& C#%)V v0(;e]O;D*0T>pG6_D :SmD|ԇh€\_H 5 ̸ˆ (4`v֐E92+lezx 4.~8_]겙pbjM;fs(LG_"`9arqo|sn4۫DH̱Fx4Yz:-EfOBI+GU{͍C1<-բL?T,̮I1&3ႂat]%rFa/GOQDa8SxG:'|PvLE};ߝA8{_A`%4ϨYt[<`WUYi/{]]6.D|C=>L9P^7 0PdV=GV|5X泄( djp2ۚA^CsʶRN-LR>0%_QfGEKc&@L;HۿͩoIK i%(M²# .Nq\>^qOpC?{5Q@SzZՒaQ* ijØr y~FHqk&`~{k)9 2^G.o:_c ebR3ef6|e5O?vwSTaiW:TaǧKuGt|Wxklnm$֚U 8al:6X3yQ 2Χ X*6$X-eӨ7`j孪GShKpcfAt Gp¼M`jPfkX"]8U7PJ S9V֞5X~KOLhNB(hʃhvOlTHRلߚQ+)J&#|5n1`_u]gS.Ips}ZqvE8`Vvʜ+ ا+4!,āJ%\%y#`wpO(# nE{#.แBdq`Jk=-ęr- #~nDYew[߮`P{2!C'} ,ݿct6TAW棃 r[_ghΰA(wQ#]Ğy K[=vV5MWgodj -,lWα2AFOœNpU@Cz1 /Xo󇼬Ap܈:w ߎaW4C:}KmjTLi- ReS1YW-TG;^*=K@{^js}懟{:&{@7Dp)ߵ?Nь_FK^w9:,9oAɥ8p\]JyN<"_Y aWeAB/+sr zo0Q/CǨ9},[6) R!%]L.o"knݹ+CMMY2OT};d--#xrq`M:sv0᠂M5rXFi.ɍ {FF>@BB(`I6BbosKϝ՞+wBu1IXB>K]#7{>nȧ)NP,XAvu/Ҡi\%p1ULhBgj'͢lvoǏcn.\cT۞S *V2L;6R1QIBJ:X~oq)n&{)n~%p~5Fi}B; ͯڜdw$bq"{qḀn˒ 9$6x*W dP1Zrm(۴C&ɨdoB8aKenzgo^qWu ~$Nz1o6ҍxRyl!Ng2d:?gyVpw7+oI)rNTJ@ vK fs`gܨ/jۍۢ :[I#KL?G'6nv*+ƄXtȿyP%<@"' !)r Xpf1)d'F)_j2?tU&L#쐰*cpjO8&یl(s-BRU?iQ-p( FƳe󡑃ZpKxQM%j^9P.I_ձyYfK\x%W8\5SD]l3nPb>Wќhku88.VMpY5! ,?a2'2x#q -A 娙Zp\i|evZ5*HY6.bGZm1@u(MJFd(8z~|zCfSBa7"D%{U7UN6X!s*f1؉`pR={'.#R Q}!bf yk:Fa1 /c-I@k"Fކ2hMp}Mۈ4>^2s1DU6́{GN}ؿ-P 8{0"S~]XcX;i7PFtX$fpdQiU}nhqX{=!'ժqxc?7"µF1X@Rn}qS ~$N|NhsuN翾Xy> 7v%?؃˲W9bj;%`i&{q9Έ(9-!)7lH/8 _7%,f +nʗHiy lE1[&H]ΑRXOIԩw|Mẃ1kqWBM @f0GxMOm4 Cױ&'_0Lcx ,@HK;q=^c 磵Gg@_DžҾcוJÙ#]khY.j?TFQi6bSżb ؾ̍;AߪUkN?/_;B:fl5+3]n|_SeߛI6Kϩߩe* /5´@S4ޖat&/~5xFcŸh0v(Uڴon,>;Y2)Zh gѹbi=z7ŸOv#4QAZ6*zdV )Ʊ|X{ŅZKωy"#f0 H9sz'KF8t|}8"GXԱ}k!=G.,C#gw9yꑢnAg: \DYq鱷z#;t)a;`|!3qެȧ`vw(͖2vС$7XIZD+kG"w;/miwkr= Q#ܘAe3QlnKȂ6oN܂oi{q0'07 j2G;~79eGS&dzvL=75VPCx(;vjԑMΡnY a>C$-hy^J$k_R9M憡:«0lsE)[c͜4;M4hQ;gkp\c6\ U(M&Iq'ܫ]VA*Q0hg>Hi!@\Izpt|fy= /&DuʦG\1MccgaIeJjR1 nө>?9XxOr4Ezk]Jk#>ORcOO`3)ϻ*"zul,:$dz3E>ENeC:WBsԅQdd¬1~JPpcgf+CqL-31KsM$:xi ?ܑT&'EMcd3:ĤC~qj(vrv}}MzpDP& } E™R"hnIۗK<:Q~R#5ٮST֚L&m2J Fؠm2cnˆ+<[O ِ=S$1):r@}}Ӈi⫋ ]ϩ]4YncBqr%c\I#O x^?:˞ kGTǝNAsq`J-Ba?Q{6KL@~dֆ_J 2Ģ٠c&YRǘZç: VK!6P%cq +k,{Y-栖d5 uiIUZדs62xϷ(4班 3LKUp?5 IjuQ 22MҗK-ߎZ7őr~%,O'.RqkeFJݔ:G^Dž֚hL(u4^klzaaSÐ:,*Iu=Be3pRNѤKd@@ -82/aϿ$Lpz./I-_#~MpN yQ곡̰)ǿVfaf ,PizL9W͇e/42/BHVJ|r*=_!b1Vk;Y#"uCϯP,I8LvsbwZ/ >3/V Jru} 75Uڛ&9jEjKzYeY%UzD%u짝6lxfR !Ԋq1F”UoYtZq#AO{>bAxJQ5:ZF%6߷pt5T&[$t]R*-B߇%fFV,DV9:g/. =PXes}b-txQvh%[z^wa2%8.FO\U:!JM&W8B:"68Q jFxfPONFZkWvn+ Ć!z‚2D§yWd6b!y鋪ryYGhhAwWVZsKs1[^*5YZ7S+N?-j||UmP}\_v4*DQXai/dc wljȜ䆑(J^p'rdz#93 ؍H2QjͯB;nT@y*OUP"ۗ5}S$4kdN4f٪t5jM]Q/|ju"[_l М\FOr[aC݆xso7ŢJƣiai\U@}Q!de5S(bKx5ףl5l#&z$j|:=cwM$w0 pH%TUC!z3c E˖:Q &6u.klHKmօnzWu %V#ʞRhGx#HALn m| y,ak&߽(̍ϽoxG|7(WW&G8Fuogq DFNhR/ʕ7R8@mK|Μbnh'>:1Xiy=$qưe#{!'tWkw,4ga8Pל; 2uF |Lc-Fr0Q6p]ݮAr4yT,L܄TQ6 ұM i+؝] G=/8K:3nejcqݠC}kԙRy|(*}Nz1z{$ڭknf32+c: yI \}gd`[M@ 1B?!R~]6c#́;p[wy6P6cn o\j_%M_/E`uxJ>ܧR݆5Xx xf`<[@-W ]>=ǻ*^JS)JX\GyFw #PP%=r/1c3ÊI ǝ}%+ 8 856Z3l pP*|myYȰNVVm#anuQT\ܲ\5"V{6M() ?06 qUeXl.KES}us.Iaxx2=rSs۬^7.}ؒ0L7 i;«KT;)P0etсo ! 9͵Yg{4,tD=6z82",=n]Θ6 lۏh"RJQ(0bNlҙEdDLݑ~ORk%aES¶~_;rNjF2 2Ūup͒uxS.іM'b<$BEAe DŽ>'3tӝ^së u-]pB[V$U/l}B i LL)(eݵ;Y}])EUk0AQ=UAT N dUe?dv"?IzEN@nP]G{r4-Τ43[o{ q15Bzg] L`]ΟJ2UgH|=kG}\ wDx'H߳C#%hkL=`X\!y'EB[d~5 k~V/*aH+Ϊ" *~4Y}MNٻei !n :rͥx"n8g