libconfig-devel-1.7-lp150.2.3 >  A Z"/=„~2~8 AC9ivS\Jc VX8Z[>̲TEL^G_|%qrs:_zî@J\sp=udWEPʼnIJ QvIj8 w]p6K 7]q6>pA&X?&Hd  Ktx  8 D P h n Tl(89d:F"G"H#I#X#$Y#0\#P]#h^#b$c$d%(e%-f%0l%2u%Dv%\w%x%y%z%%%%%%&&DClibconfig-devel1.7lp150.2.3C 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.Zbuild73openSUSE Leap 15.0openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxx86_646 lfA큤ZZZZYY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-lp150.2.3.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 bugfixesbuild73 15261061361.7-lp150.2.31.7-lp150.2.31.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.0/standard/c97641998c673cc007cb73d7ba8f9478-libconfigcpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPR7~K5u@`zlibconfig-doc1.7utf-8eceb8c1fc6c0e59309617d5731d4dca4c387928a760dde58c4929d4b7870327d?7zXZ !t/ୗ*y] crv(vX0z ;/WU^2=@VT=$t3 htP4_SxdiՌ*zc.^}ɔh}d@q5SYLS =h`j),6:,׳ _JkVm K$BORqݚ6IiՐ'56̔ةnHG.@Ww!UP8/:Euj$gEVU\R& #\y9#nB^n&G]idxVw+`oma sF1?_|to+}tkDq!˂5⮘ImxsL;6Esj $_X۷QLQo>r;ntoo |$'o$]\Ǟ`doI[z* b ߖOf7w \̨ASfJFi%˯h1IEё`J.\9˶\AL)k&elL_eSy 34jje8iy|O HA 'Z9E{8vP9J騹+/lD^CxH ۼ_qA~4!|gq./ݽgb&͎$mj>L=r14;q"co4HiʭM)}^@AcZFxj3CQ E/y ֓ Oz+Wt`9m8Cc{Ju$e'*n.ZۘVY LJ:=]-0H4UVO3P(> pdaUS-1gҫ֜tM+T5Ro_:bY"~trVU̗8s7X:oO!S<Fg`m@:ًap{.H&)YԻ-{q(gv_43fd=ꯄf!"gUY}×<*׃U(\!>ăpL+Vn;N}Zy.6^ d4d-Y)$5MQxuK1B^0|% d⃢–H0]{'3 c?JkxELarڀh}ɇkfɬ#~#~ Ey@S7}*e9c@OC_v~ŗ ݹi3 lA5Nsx#6O8Ep8r4Tڒa]{`Dx3~G uP>rQ@)Q(UV;?ٝV!f:zse eulu!/*PB1?)+cRKFVغOX06>c? |RBI`YMMRZwpR*vu}`^*Qɶ@aMNAoJQVs~ߟ/t0a<傘XͫQI# XTprcwX~y UԟMO}OyPWPowp9 w[f߾{-^C!жnCӠ$Iv'dBF˒&Q33pAT)EZBCG0-!bMxE,9%)su 0lB҈yMSa9*\ArQhaz}v7Alx*Oww.X%ҕ>YѐpۋrNRs$:YLG՗CWi$;W$6Z CVfoh;pEd#;ʠ pi3w /-AJ_.K<}ej7h|I]wdn0)Ю-N)tب6cv|㜖RO)-yVQ g!ȱYH:qSEXyf39#06Ϧ/ 3hg"_E"}?&$rq]~ O\i^:S|c$\U,Q#j;Q2) MEa_ /b9}+|`H5RԿ^w\$ !}{2AF&8[*p~sMp;/F[e@q6c# QӗM0@X_ 'a+hUǕ_C#8s~ܵ8vHyPS?"ykР̑gz~c=z6sMZ*Ѣc$! ȪE Z hti)KUX2F h/\6 b\-!}' CWe6z\hF9Int| H_) 5(]hQS3ԃUJvvOMJ~y 1SQ c;Ji*m%D)N|T0 ?UC-_ϚD{;l"(P:ֹ%+eYRu$Dp4-?]*ZTu@h%S}4# BKCT2!~eMD')o>#I1+{KCzS؍!ywpq4 =-+TgusM}li#WkH>'$Ȯ[2G/].ڜolv ”AnKs5y@}.\qAvЌ=]ITާm` VO Z& e ;糘Xy !arsڋzʗ^M' ʙK`CI+`pMq!t ~ \/z,w-V+n:=vb$F]~\^EBt>c q4ݕF:t#wɇSDz9/ F(4+lN4UEdnrfR>z!0s5h aaaz"]%i@}^W+N._a[NQ@>D_zа3~# W6Oo\d[P'%:ȷc0I( tVEdɢlTUYwz:,w9s/t8jڷ9[=IRCe F`P(Wfb%aSڒ;'~O(|ϦZ~ѱMxs)~}3DlUB&]jI_5 !5ٴ%du^ bƈfZؿO3f8Ep p dIKXQ5=)<ƶW&\]eEq]DkӤ@&, (OeR/NJFy[` mKpF ^+G0i/܎Y,n֎z!t&ߪ<_Fbv]sufJͤ3~f .` w*QON@!bK+Ќמ^rȤk'iȼ1gr~uIcrGHZᴜZ*R riuN'T'aSnH- CkuΩs+#1,-n 1Kn lM ?Jy*~;X×?q \em?ȸ[9 |.W tty@kA&gY#|awݽAz^9ѤxΟ]"xϑ&Ċo"̈́ybq$)sL'. >fY46 E|@NV{V̈u^XrKй^ƖU rp񛔻ڮSx, < m6`'z]K'B7AOF=.7H m:@FgJJ?19!N𽚺I ɐt- v^YzW\lQ=^?a6_qsED{{nAW4XY{p¸y{-WOVFmB }:N68X愁adLC2i\EXAQa-Mcf6 6x1ard,9.C# l8(UGPK  o$PEx㘴 V7q~_Ik̬ᇝT -b5V,5)PJAJSkP vy/p}}QP /Z#y8{(J;T^OldN$9=/^Er{\k_OJ ]dSpgy|w~PGŁ3Cjm!ԭ0tAZ9<Յ~?e!Fof8p5nZȔd\/rKBOU8e@tUܑ+sx#?A}`$gy}=u<sHm&r,is[ͭkJ3^&Wl@<Y39])E8bY,gx<TWؚ@VW@t.%PA&LlF{(RBzD/B l3o"~3G!\dH[=ЇXcMAւ-Ri6~犐%v||ჟU;骴WեM#Hi7Ou>Nf_+_ (|(eKojÏ/F7{UAk\F\E[N>|ԓԹlrR=ˤFa>\Hb(U#^j00 + 焂foudVWPi:uok nő ~.0ĮQ9 P{^ 6oN*/*1}bZ! >Y;;Xt5~Ar (q~Dzj7VthC^~L>Q8 z@F7C)K}M+,Дeq+pBjD>moh?vs8 u- 7¦oJc-Z'앇omM-ͬ)@\sNd!aȹ33A؆֍l k'sgᴵJZiAi^YsM i9]uGV;=w0-L%[BXjgEXc~]mfb5$e FrG; p|g%{Ų6N`cF|AҢ&00+D?.=rbغ\DNBeKb`@P̑N-H2t"_u۶{\}Auά?m 5*qX ZU#ߪ+eyԌ s'QcM;N~яQ9U#8fϦFߌPĘK+gc%ɤ0֓k} (y˛DLTQ//^~( YT_>Ed%Z.h V—N-šGh\qD|wSKFdR`9Ԁx#MePvΦ쎶CT]B̂b‹V)yOr{? Ҥ{+cy-0%੤Rԃx'G3,ѻl_xKN0KL=Ax3A6zJM|Dc3g/N˔XmDM+ 5ϞoÍx T.7rV{2XNƆ27m_Z\ї5o(]>3{E!0I#'8fKS; Aqp5OScB HۧːM)V]eSٗis~GYC"nZpUcyhO 7 vgI=_SD ehmj#6rF|+WHKNOgl c/Z;oi[ 9}ܖ;i7u!CaH髇Qy@uQQ\).)|i>0 mZbxo7S^̻9#?^a'F21*׻+&UExmn?xąPAw0bqfq,,8 :+jbWUO/Tǧɾ>.﫚w3ҭoߞ^xBr|4^y2ޏ2]@fS:oS$/SQs>b-!-> "k#! a)%TR,Y ?IywLVOY~wJVsnO!ztm ̑'|-:-ǐ""8AVd[s4 `bRhsO&@o'HZ%6(Yŵ Yκ\''3k4^2SKY|e3jZU*S-iMjbb3qA %)U x1I0b7^!ƁŰ!Vj@N5ǖ9pA{k[oຳ;՜\C[e9Yi2Z#NhnhuV#D|caac9 =_2]$J#/TQ`RՑۃ7kL!D\KS[kٙ4hRJco@q)NB(w;ܿuR"[Z[͖J0u uD#qe pO fX"3 ,1@`ï6؟rYw-R:luqQ 1wQy}8=6#o4 pf>C.oLo~l% QOS$i6趠K ZxEj ՘{˜@x>xj*KTTWc׸#k 'k^NZuXlif!4OiOUK~np:_!dlK^t6MDc)q1dOs"MZquxv kܨʕL}ݐچ_߅U)@K#7CQTc6 (Ԁ~RN/T .hmt'.Kq2!/J;1(AEss KAF&~<h [[FbJ40TM,O`&օbFڣ*{AD[nc:4URo, &|uB(:#95͎zOG%[=˧*\SkM?O.2Qbuw,+:2Mf=IRDDIkKgCԶj΃*B,~q؜d+[\ĢțS*7nMȫz?ڴ4kMb6V @e0yO}31}w{V/F:Tí1/x#z۲(Ti(b˃):`us g "pY?}XQnX;mz-WF iiL8Oa,|aH%me2j[A6o~cf7cNYga^2 ?QEDaDT\5lZ?rGxB"l~ d1b>2EbM2!ѯ* zj0,flyTL23u!1N1Q!X#?TzhVFE?"qV/9AS"+ C۝z~2?n0'%QwU%lꥈWXpVCȏYY-.6h԰(嚸" YE[>#FĢ8 8LABwK9,a&ܓVF>FIj9gJfD'G/~9Kpv9oövl+jDeq6G  +%ŽbݿT~5db;* ~ hkN;)KCWof vlMI˄nQEyZX%>!hs)H?ie|؜QK񿈉2Ń U\J UX¹Kfن)!`6eIT $6Tk`fʃaZج5_lg/‚^q*Vs?O]}PϜyRĤ։9GwO.`AL~o9d^TC-}T7rmhZY9pnrvlL}'[!)&a[*!nc g[$OrރtVC7àت(jrG>\ZQH5Q; xuqe{U)]9tPl.SN*ÏvjZ%(uLZ; \<{D;"`WMr1',f[溱tf MdG՝: m)I:<@AAg0|d趽?J?q2e\v]%NHpR)+_l̨h7Cε^͉O6Z}|vf]TciW\0MW߄49_Q AHZU-OR=',mMu '>KKKȁ̺Dƥ)zlȱSu KZ|u@̆1MJ1<;}7bQjq.HEY^,E̍ W? Mk@9q/;'!2 Foy532잙F9cdM8m"z^˼,ppBn=:^Z^N߅MTHrJG$0H. "_uK)2p>'p1t H;-."}滍i'\Z2!϶OߖX>AQ[.`hqRb'OC"@;$DYӢ!εj2:#q% 71:<_(@YI?v?] k%5A`R>C [yO5X U  m֝ &^z88>KRoQ|H IG;:mF]WKgrdE"DA1M٩`eK|M m( k-7ͱ#<}[{XWQ4CBf2_,Y- `S-$Kl6p;0ԫi GVPAԓ I;揚IÊاxuKOx:/)2'ȏ$E:!m8` C1F>8 )K}^\rrLg:OKDi4dwLkKw-cȏ/G2A-z2:zК$A+O ZO4^0UN:] YZ