libjansson-devel-2.14-150000.3.5.1 >  A e9p9|,~cq9`YgX|O_\?k@8.c{$U^-pUM'u 卤wMӗʼl%hײ$L}3P67כ,yy !֫0kDnNmlBD g0!T>)!K%,85O7yb^oh1j-e "1&> }v*Kt/} dvR'v"eD295c6ad0e7d21ef9c3f88f1b9c05386a37f42a7b2ab3de3f736169de4eec68dbc5a2ffc33cea9da0602f2184ee990cc2a682dfd52e9p9|0In`뺡G7ub@2|QZpU,;Z$QD9$E"֓YrAOs^ya$h5ZЇ]J; 6a;Xbp7u ⣖#/ cs3Mك>P],Qm2fop7P0SWLJ Wt[xf`́VE $6`1m}m1孰 \46kǰ >hQv`<_$h I>p>l?\d % FHLX\u    (  (<dtO(q8x 9 :V FrGHIXY\]^(bXcd~efluvwxyz XClibjansson-devel2.14150000.3.5.1Development files for libjanssonJansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suitee9s390zl31GSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://digip.org/jansson/linuxs390x?[߁e9{e9{e9{e9{8945f933b82707edea06a9e006bd7b65b160a6301f7bf90da569e263deed11f23fbee9af15d0707d4aba19e14397f8657b02b91898a8d3f03da41539798e5d1b72c22af2fd0ac95f14f8461bca57997de86eb055203e94ea6b0f6ac0c318aae0libjansson.so.4.14.0rootrootrootrootrootrootrootrootlibjansson-2.14-150000.3.5.1.src.rpmlibjansson-devellibjansson-devel(s390-64)pkgconfig(jansson)@    /usr/bin/pkg-configlibjansson4rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.143.0.4-14.6.0-14.0-15.2-14.14.1cXTZ@TS˯@POPO'N^Npstivanin@suse.comcoolo@suse.comefimovov@gmail.comhrvoje.senjan@gmail.comjengelh@inai.desbrabec@suse.czjengelh@inai.dejengelh@medozas.dejengelh@medozas.defcastelli@suse.com- Update to 2.14 (boo#1201817): * New Features: + Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the corresponding `nocheck` functions. + Add jansson_version_str() and jansson_version_cmp() for runtime version checking + Add json_object_update_new(), json_object_update_existing_new() and json_object_update_missing_new() functions + Add json_object_update_recursive() + Add `json_pack()` format specifiers s*, o* and O* for values that can be omitted if null (#339). + Add `json_error_code()` to retrieve numeric error codes (#365, #380, #381). + Enable thread safety for `json_dump()` on all systems. Enable thread safe `json_decref()` and `json_incref()` for modern compilers (#389). + Add `json_sprintf()` and `json_vsprintf()` (#393). * Fixes: + Handle `sprintf` corner cases. + Add infinite loop check in json_deep_copy() + Enhance JANSSON_ATTRS macro to support earlier C standard(C89) + Update version detection for sphinx-build + Fix error message in `json_pack()` for NULL object (#409). + Avoid invalid memory read in `json_pack()` (#421). + Call va_end after va_copy in `json_vsprintf()` (#427). + Improve handling of formats with '?' and '*' in `json_pack()` (#438). + Remove inappropriate `jsonp_free()` which caused segmentation fault in error handling (#444). + Fix incorrect report of success from `json_dump_file()` when an error is returned by `fclose()` (#359). + Make json_equal() const-correct (#344). + Fix incomplete stealing of references by `json_pack()` (#374) - Use GitHub as source URLs: Release hasn't been uploaded to digip.org. - Add check section.- update to new upstream release 2.9 * New features: Add json_auto_t to automatically decref a value that goes out of scope. Available only on GCC and Clang. (#301) * Small documentation fixes. - changelog from 2.8 * New features: - Always preserve insertion order of object items. json_object_iter() and friends, json_object_foreach() and json_dumps() and friends now always work in the insertion order of object items (#293). - Add json_object_foreach_safe() macro that allows json_object_del() calls during iteration (#230). - Add json_get_alloc_funcs() to allow reading the allocation functions set by json_set_alloc_funcs() (#262, #264). - Add json_pack() format specifiers s?, o? and O? for values that can be null (#261, #270). * Bug fixes: - Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284). - Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set. - Fix a use-after-free in json_pack() error handling. - Fix subnormal number parsing on mingw32. - Handle out-of-memory situations gracefully in the hashtable implementation- Update to new upstream release 2.7 * The json_pack et al functions recognize the specifiers "s%", "+%" and "+#" * Add length-aware string constructors "json_stringn()" and "json_stringn_nocheck()", length-aware string mutators "json_string_setn()" and "json_string_setn_nocheck()", and a function for getting string's length "json_string_length()" * Support ""\u0000"" escapes in the decoder. The support can be enabled by using the ""JSON_ALLOW_NUL"" decoding flag * Add "json_boolean_value()" as an alias for "json_is_true()" * Add JSON_REAL_PRECISION encoding flag/macro for controlling real number precision * Define the maximum indentation as JSON_MAX_INDENT. * Fix cases when some malformed ""\uNNNN"" escapes could crash the decoder with an assertion failure * Avoid integer overflows with very long strings in UTF-8 decoder and hashtable * Check for *NULL* key in "json_object_get()" and "json_object_del()" * "json_unpack()": Allow mixing JSON_STRICT with optional keys. * Fix int/int32 mismatch * Parse subnormal numbers correctly- Add baselibs.conf- Update to new upstream release 2.6 * Fixed CVE-2013-6401: avoid bad performance in large JSON objects * The json_pack et al functions recognize the specifiers "s#", "+" and "+#" * Add the "JSON_DECODE_INT_AS_REAL" flag * Add "json_array_foreach()" function * Add the "json_boolean()" macro that returns the JSON true or false value based on its argument * Add "json_load_callback()" that calls a callback function repeatedly to read the JSON input. * Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of '/' with '\/'. - Drop defunct gpg-offline and use local source_validator instead- Verify GPG signature.- Update to new upstream release 2.3.1 * Add support for optional object keys with the "{s?o}" syntax in json_unpack and the like * Add json_object_update_existing() and json_object_update_missing() for updating only existing keys or only adding missing keys to an object. * Add json_object_foreach() for more convenient iteration over objects. * When decoding JSON, write the number of bytes that were read from input to "error.position" also on success. This is handy with JSON_DISABLE_EOF_CHECK. * Add support for decoding any JSON value, not just arrays or objects. The support is enabled with the new "JSON_DECODE_ANY" flag. * Avoid problems with object's serial number growing too big. * Remove "+" and leading zeros from exponents in the encoder. * Decoding functions now return NULL if the first argument is NULL.- Provide pkgconfig symbols- Remove redundant tags/sections (cf. specfile guidelines) - Centralize the shlib package name- Create initial package (v2.2.1)s390zl31 16982357772.14-150000.3.5.12.14-150000.3.5.12.14jansson.hjansson_config.hlibjansson.sojansson.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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:Maintenance:30918/SUSE_SLE-15_Update/a1ced0fb55d576ce4a58a9c69fe0f3f6-libjansson.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filePR7w./utf-880d891443d09f28acb7c00bdd4355bd6eb6d2302ec20c4ac302c86bf0e913ef1? 7zXZ !t/I] crv(vX0r{"8$qQÉ lz6Z/R!RSlԳ%c&DЄ Qfj÷_ ׫c<ԞY||^ݛ<& {a@pћ=C>w+3Ga,=VReʋeewd%N5ꑴ,z֕RE N='읧Ц 0DWS+&E$\cD 8*&.g cP'8UJmM"7)_*\ 睯p,LT$@3\2tž!WG`\8ͳb%`t3.\$VhKO*%7M S:գ5)\Y\/kG C&=g6\[rb`!F][d_՗ 8O^1WOw3<}ި7'D,}(?At8{F il JYyi T=8!P2XVHl5@H9pa<%=c*=Eݰ@to i/_B-,hۖ* J|޾ & +g)i`4V3}Ƞx&WP/g, WT]~/}].GZ`2%R@pi5OeB z8b@Dd8uz.Q234NC!hhdHDaAY;_48M+RB`PjH.BaS29!6p&DF`\m /;tb^ŕ ,«S%t{7Au!\܊0 G[N,e$aO*6%-ԚQz   (W&V$Ϻ=*!7}95a3q*Q\`N|ͲlY&`BFM7:. )l7B}RٱdA:Д> ,z: r"_ 2D_4xx$T4@ߵVԈ [ kUCM E0Z\Vjh0tȯA]sͣ縎w<) r~<9kB@9,(􃕼EE@P,H#^8qZ\T1fF`\DMX&Núc;M@RfN'FǂB蓮MPZȘ[16&A!E$&Vkj& :0fx:'O琿T䚀KjP(`L"y \DpЊ\,Z_n@vj9vt7CƻQ7Jӣ09+yk8SR# ߓR, M]S,C'+d*`Orp +HT[0Zsϥrė\?f1 $:o,A)'XBWыTЄz@̲1{OH#dI=+X݊i;e4iA,剮8@SJlDBlTv4;I$+t6sJJGx U`nX%c[/h]7M?C&?A>}j`Z:!C}U1Z#T0%c*k)P+Gjj!q7f7NyjCاEg^]5 ³6ГFYFH*TnnEQ³⃢w&ó&İNdLFȇ zD;bbIDy4's^- ۲+~6gs #>96u3g3F 2:cmڲ4eTKU:rfY`Փn Ŗx箷x6 )p&`48p0d_O"PBH!Zx(t/opa|?}Vc֭0q#s\&Dszqq2"AJ _FL}xu,&j`%M\T zI9GM]9rgEErBn;9sr{:V-7{L-#8yT&yvqcb3[uA&?BNQԒK9AN&(XiB1G}mam{&t?878 m,eWnI0б*g}#KJnH.ò q~uN7sكmrp֝j9%?‡T M BUǀ<] Q* ꤃թL4sIs fJG89H+c /qȄ澏-J=`Z- wkgi6m$ VrS*x {50*! kҫ_7\Z6ko2,KmT16¨6 k2\k xW\; 2 A |cn6;j _W>Z4С}T t@<"G}7w ЁucEHsN@Y˜%[*a=*զ޿\, VW^'H1`+x#t<0ƴ$hR~M= (h D -Ptrfeda_].nYOǤrx !\0:HB QJ)Hdb"W~XQN se!,i];tCvwlp-&^4?n-'W%C#ڊN\q%E!~SѠ[,%]s M}OuKk"#AуliD6b+jOՒo301BCWtǞz Do6zȓH/^ݶ YZ