libconfig-devel-1.7-lp151.3.3 >  A \Ÿ/=„14..njsu.g@Efe&utJI $\eJ^By&-t#+Yd%kFq8wt ;{ŗsUnk8 d lc=١^gAlmVYF%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.7lp151.3.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.\lamb60openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://hyperrealm.github.io/libconfiglinuxx86_646 lfA큤\\\\YY1297a71e8a950e75c355f6df7695f5db1245b94b281981bda830579bd271ca858acc0642eb95c5f8475b16fd02446022286c41f04bc06c173bdf28d27a22dfa72e5e2f2f7a0cf027a0e93682143a6f3911ad35dc5c61c5606e3d0a2e68c6e43f3716ecb6dd51bdf43af12022724a00042002f2864bda33ab0f887dfdb753d2dclibconfig.so.11.0.0rootrootrootrootrootrootrootrootrootrootrootrootlibconfig-1.7-lp151.3.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 bugfixeslamb60 15450579741.7-lp151.3.31.7-lp151.3.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.1/standard/c97641998c673cc007cb73d7ba8f9478-libconfigcpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRUH gK.Xlibconfig-doc1.7utf-8b01c551a15844c23accfa29ae4a9c503c5a64996280f51ccc59345d282110396?7zXZ !t/ୗ*|] crv(vX0}eqC&dzTf%:{7$LTnʽ.#lׅ:g#U%@Ē,_Z@yۜo_lcH#4Q" >w1GG##k%@ 4M}aDaIhm`'$}q8cRW-R^UUS8NL ]1bP*6~Y,kfeYU0&C^An1ġ2A7@}>(lIpZTc/ ˦4ZCEW<}Ċyk^r@*G"!)Z* GABHVI%EgNW㘐խez̩1p=;DTG^[A0,=6Dz|{o)uR`5E,[9xT幅S=bc0דO®ï7FͩbheoPO1x)$ΚwylBmcJp0(|Bnf1>=B~Dm`/:ݠs]9N4[-|&iLVnQ}ņ򃸈Pko՗Ih5;F=E^;anx{#ibUِO `hߩFSihKnۺ8ow#/;9 =<\,zOgt뎫+1}RjDpV)B,'PޜG砼~#$dɔGƉlP*84؉ܤSAQ=T`}ʤ =JsϴX}ja8s (*^w~5! Eܶ]CBrq.u7p&xI]$l䫃*qӛS54fakOUعRf_Jm}@.xӂf=h[5j nHl\Fg$G0ӵUk1S)d/qSqj7"8R'-}Pq0$9fⶥ]~ZFg/yfhzF ?(IYp}N'ww$w` $z D$$=6FOoj7=[<sz-/{t&{!TQ'IJLtJi/udM8$V%[480|]a^ښgŜܗC̼Ce͟ڞĝȘtʊy[%j/iB2Ȑ9+&}eT4ٕ H]|T0CV聫sD,&VF3DRXWo@o][Y{שXE  B\إ-id=vE@Cr)`G?||[pޅ6؎=o¨1'9+:.RZxj}QBp%5X5ҍE[u>a[k6JתՉ\Oe1ٴ`_h$n Ht}>$%]cxP.TZUwa26`sGbA# -fo!H\CγE+dǦ;۷n37dAϗ%(SIKie iid>\;'mP|n@wUH.xuQ>CTz=`mɍ@R*\Ut0A'gN!}n%ucdHRNHc$j ZS7K ìULNŵр?ݜc?AsɇM\$K^汦Co<سoض5'rމX6*S~'!f쇻{dB~} tV8s@T.ZG0& vVækRAywیC@U©.5N❪leB5~KNn=ּ33b;5fc0˹*Xb rUFN"$7,F>oLS2q4cn=ijihB VwlQ'0 c 0duj!vg/1IyJIkBlO=E'$H,? @^{=c܈nySϒhHfukfs $E|fMHm" epU@(9-DHDŽtrϟ7l/QPyrʤmt&bz .;o>M_]Gm7`S9u{yjB] >ɄRf7YmI BCeZdLQ04zimպ,,Z=?2tqBomG,<;yzZǕC d'7]T^zw`ޟ S,;bt:Qp{4P=[.XZXPjP~a tJv ڕZuĕU#2̶_Gs6q=ӌfm4Cݿ)ǟQz,Nʰ~ոڼYb 13v8l^(Jߧ2<|/+)V̀) wU+$u'=u${$m&V@݁W02SF5`ޕ׏Y'* A&  &Kۣ`K9MW oWϚhS&R w.<)(olЗJBk᷀_`Y>x&a\)^Bᥨ "/KS'";G,s$\z~YJxӪNkK ja&ÆHb$Q"L_I7\(&.'ˏ,eENH$ꯛ9Í3j(ljJTfeCNJCTU mh%d : Cn$ cB--%sg_}Т*āOѷ CkOs?iv~-0 1p?M/vߜ PP׫߹˖)Ap~t`6UDl. X%0ҔV`4pjg c@+aW=]+N4g`b|=N"^GINXJwmxap2ؽ] 7 ׻hPk{L= eצlT󴠟_pvinThvDduF^*me*V61RkfC[M\(馞ԭz/oXpi9\sKÖ2$&9lWńG}r>=i`7?rv5.h"Oid9V}DS`  ):M4GcK4ط$>I oq Je^< @iI|89hF7Zz<]Ku|<a03f[(A'Nbr/\ZLwf , Hnv#GN},)ma Qk{BG:mp 8j%6A z]S0¨" 88/u^wȉ^ Gb'|2a:OܧiUgE7o,[DqaLcqJX;QY/Mioq)Ĝ~!׾A6**bs=fmm`jWn+ PDh D˥ΙHÿ7=`4D~pF(sggꊙ압}cRZ%ƞ?ڿgOo 5zMF軛5pBqTzZL/=?_, QCamKyq<@R!rX&i[[KB [+$5z)ؑo*;n㫬yF՗jnٻ1c"lotӯCGb(Pv7:\֊d_<Õq:%JYBG9=,|y&B1U(oOY5l4+kI-χ|N"h )~{O}Uc#z?f3hb-t s\5 y8{ݻ>m)4 ew?.KJ*CI'MK=;JgEl A8=΋hԊǣ,RYhfQgV0Z_uTscQG퉺qb;>Oo-5\LOz!&+4QpdxCù8d]^/o9gj%{7 "L.6{;O]UTرU'^?8j8 N!ƥxjʗ3cb<`nG㞻p`S"JxL*܅ޕ"`x]bT^*SxNbfKkxRv1mҪ:o*b piN-^0` OE}+)"өPɺrplW(aNov锚 S|aFL=nyP8)dct* 8I108T%ECV u|]Y6M|l|*h9l' w\wP͑S]ew&Z ʳYTR573R048ʀx5 "4xpY+U ?ȧa"׼Rayfj>Rspy]\-Q3(7q%WK`ypO7YUmv͛nnĸ HZ V!5PT! CVU]f&>tvE$j'-dH.{թE CBy`?ԔU km=kfze:oǁ$ գ|{*ngWUsgKFSYK%wT\>|e[M$GvqS~o} _CZ`)lmEKeӛ\ +Ci'{{x⤅C'P]ůA6{ y%:ە Pϝ1t~SN=t)K԰|Q7E{SqJI>yQ?o Mf*ɛR"b|$\$MD# #oAљXsCD-v]Fy ϳ|d4!VڼJ$v㐂 $AA;ÑHCP-k{oF=\>h?ɓ,XN+x_0udY%*4d@G"=am~8O[D}f)~!#o@&H!B5CFC 7g~E=?y@LnyZg ȜDAOIݐA%OY+;#1X5u!UJg~4MOLI#.=Q8 \uѩ7WatWf"Vh/+h,ޥU~s.n7{O/ 8`!)/*9S|i:?_ŖW Izer6o%l昼#E6[.SeJO2g]xs\<U5ƛ@<Ж¹wvi+=Hc߷V᧮3?jgWDl\#VCF:8ۤ3N_=1{9jX|͛2Y%Q33<ݛ*CWm+rc`q:FСu!Q~ I!VC#2^šAFC߲WgbfFr9^w/-?J澡Ox S?eꫭYz3wچp4țp 3\h/G:- 2uڒufNⓆY[4]Um♌kģ2`PE\WgRț_`@ި^K.~)"<~i3zn({xeLgt>޷[<@RZI2ُ}0mz 3RDeGGIʘdIIwB?&b KơP{#W `n J}Ŀbu^tAQ_y]G̝ɥ4 w g.Ir#xT!=@so7&*'~FýGՒqaFJog@f05{vQ'e$=̢yMCۧZbY7l!Zy>rĵ EJrEn]O4@0$56}̜l93V~]_S#^%ō%>2t;d]j% c)\8.f=N _gAf'1P{b.:]2eb[x v)-@Q|ҬFDw"ɷ!lT*qb.'3S+mJ6LI8I[ȟe6NG{ǽ5GF*Wumދ@!z暻]B¸ ƮO+lەB[ U@[!nHDž!?d=ӗ[m6eRm &QV[m~#JTVxs:2Ɩ#6ɔ^=]y$eA~4/KZP(T[ir=z·iՓ9KJ?^g̝UUZ=vvsۅ3͐D\Ngl4O@,ٔg{郲ظ6Y:1YUu=b^kJ,v*bc 6_%S ,@GEt4KTRt4g Ms)6ݤHTy.1%O7(@#iWnԍ4T`yS.hgP!81O<^Rbs5<' l^΄IOivJ8ˡW\ꬠ $ǡj]P ˳,5ooisY>?V t,9 qtAj\"zHiH8R}t{,Oh rZB gy;$d6րCO%lh0< Zl-T>:r=,, Y)gom[ăw\'o{;*_(_/Ƒ˼:в^Cũro{.L9MojV,s_س]$/3D 6*#Lpo$-r* C}ɐ-M@:DefA^}}Dzy7=qP Ni]=÷5ͬ^D*A;(7{=[$؍/=(BV#!?) K3zoT:3S l!Т $Àn?:ʄS S";+v`h ҧ-xQ5K=SFrwKq$HFgik/Y WU'x % 7܂Uv6~es.#~ӭ 5kʘRSUJ>ʳV-s5c D7 8h\M}9};d% ncE`nX1[ ,oG\` 1g7a,.+fv>(KJ")I~g鬚+wn,tëޗ3',^TK]f? t%F_}*| W@