libyajl2-2.1.0-2.12 >  A [p9|[)W##ZPy8O.)A@A׭łe+f}rMβUVp!ysϤ̨|p{⪦$~?0gƍ\vwM^Ǒqfd7cM ]rQàds~;Ꙩ.5 iBE͔wamU=<cNC[Lt5DOɅ4R;OfdhZR = y|`vDc"_AߋSd6c57ae5ae4aee950a33f4ba376e0646f102c5ebcfb8a66e26057dac6c59d8b5a902073d4c13fce6f598f481a3ca27c6a417a920_[p9| V%0B2,j B"{-$YsD=4+s~x^v܆86nP>e5r*p4(=ɦtAVu` z)[ ѲUVtP^mjTt^DnKj%t KZIx=&r@Kt|ՁxYU:z_HdT%G٣{le!.3`^;VCw%r>4ɯ8ߩ3YbX3 >p@?d   / 7=HX ` h x   4Hdtu(89:#>T@cFrGHIXY\]^bNcdLeQfTlVulv|w8xHyXzdtx~Clibyajl22.1.02.12Yet Another JSON LibraryYAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.[xinomavro SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttp://lloyd.github.com/yajl/linuxppc64leA큤[[[S)#18ba0ba58930e364c3d8ab5aadb1e3bc9946d2e12e5bc755297618a2b250ebc6054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5alibyajl.so.2.1.0rootrootrootrootrootrootrootrootlibyajl-2.1.0-2.12.src.rpmlibyajl.so.2()(64bit)libyajl2libyajl2(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z2@U<@TZ@O%4Ns:@NJ[NEM{@M@M@MMRMRM@L8L;kukuk@suse.dempluskal@suse.comku.b@gmx.dejengelh@medozas.dejengelh@medozas.demrueckert@suse.demrueckert@suse.dejfehlig@novell.comjfehlig@novell.comjfehlig@novell.comcoolo@novell.compascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.org- Use %license instead of %doc [bsc#1082318] - Move other docu to -devel package where it better fits- Use correct url for download - Add dependency on doxygen for doc generation - Cleanup spec file with spec-clener- update to 2.1.0 - 2.1.0 - @nonodename, @patperry - fixed some compiler warnings - @yep, @emaste - documentation improvements - @sgravrock - build fix for NetBSD (and whenever sh != bash) - @rotty, @brimstone3, @lloyd - allow client to reset generator - @sgravrock - remove bash dependencies - @lloyd - add api tests - @rflynn - remove ruby dependency - @cloderic - nmake install works on windows - @shahbag - build fix for qnx - @breese - debugging improvements - @lloyd - json_verify supports -s flag for stream processing - @lloyd - json_reformat supports -s flag for stream processing - 2.0.4 - @jcekstrom - additional checking in integer parsing - @jcekstrom - fix a bug in yajl_tree that would cause valid json integersto fail to parse - @plaguemorin - fix a memory leak in yajl_tree (error strings were being leaked) - @7AC - reset errno - @ConradIrwin - include flags to reformatter to allow toggling of escape solidus option - 2.0.3 - John Stamp generation of a pkgconfig file at build time. - @robzuber bugfix in yajl_tree_get() - @lloyd - fix for compilation on 64 bit windows - 2.0.2 - lth fix typos in yajl_tree.h macros YAJL_IS_INTEGER and YAJL_IS_DOUBLE, contributed by Artem S Vybornov. - lth add #ifdef __cplusplus wrappers to yajl_tree to allow proper usage from many populer C++ compilers. - fix array access- Remove redundant tags/sections per specfile guideline suggestions- Add libyajl-devel to baselibs- bump baselibs.conf- update to 2.0.1 - lth generator flag to allow client to specify they want escaped solidi '/'. issue #28 - lth crash fix when yajl_parse() is never called. issue #27 - additional changes from 2.0.0 - lth YAJL is now ISC licensed: http://en.wikipedia.org/wiki/ISC_license - lth 20-35% (osx and linux respectively) parsing performance improvement attained by tweaking string scanning (idea: @michaelrhanson). - Florian Forster & lth - yajl_tree interface introduced as a higher level interface to the parser (eats JSON, poops a memory representation) - lth require a C99 compiler - lth integers are now represented with long long (64bit+) on all platforms. - lth size_t now used throughout to represent buffer lengths, so you can safely manage buffers greater than 4GB. - gno semantic improvements to yajl's API regarding partial value parsing and trailing garbage - lth new configuration mechanism for yajl, see yajl_config() and yajl_gen_config() - gno more allocation checking in more places - gno remove usage of strtol, replace with custom implementation that cares not about your locale. - lth yajl_parse_complete renamed to yajl_complete_parse. - lth add a switch to validate utf8 strings as they are generated. - lth tests are a lot quieter in their output. - lth addition of a little in tree performance benchmark, `perftest` in perf/perftest.c - additional changes from 1.0.12 - Conrad Irwin - Parse null bytes correctly - Mirek Rusin - fix LLVM warnings - gno - Don't generate numbers for keys. closes #13 - lth - various win32 fixes, including build documentation improvements - John Stamp - Don't export private symbols. - John Stamp - Install yajl_version.h, not the template. - John Stamp - Don't use -fPIC for static lib. Cmake will automatically add it for the shared. - lth 0 fix paths embedded in dylib upon installation on osx. closes #11 - refreshed optflags patch- Add man pages for json_{reformat,verify}- Add filters to rpmlintrc - spec file: Document githash usage in tarbal name- Add filters to rpmlintrc - spec file: Document githash usage in tarbal name- add baselibs.conf for 32bit library support- revert last change, it is BSD3c indeed, and totally unrelated to bnc#670525- fix license, changed from erroneous BSD3c to MIT, as stated on http://pyyaml.org/wiki/LibYAML, sort of fixes bnc#670525- merge yajl package from darix: * lib -> LIBDIR patch * -devel-static subpackage- update to 1.0.11: no user-visible changes - changes from 1.0.10: * yajl version number now programatically accessible- initial package (1.0.9)/sbin/ldconfig/sbin/ldconfigxinomavro 15272864032.1.0-2.122.1.0-2.12libyajl.so.2libyajl.so.2.1.0libyajl2COPYING/usr/lib64//usr/share/licenses//usr/share/licenses/libyajl2/-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/c843bfeee58e447dde4236f280eab5ee-libyajlcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a355e9fca67ebd125fb4e2bd5ec9c172b6b156c8, strippeddirectoryASCII textPRRClEf@Zaqutf-81a314d9a2490fae4f37189f47617768bafe644cb9ecb306fc53d11c098c6fc57?7zXZ !t/ AH] cr$x# b׬Xrbbu@{;T,kk'Y{}MJA ,5g4iBp~&B-^<.M۲THKwK0#5 Vj^ vO)xFl|ۘog4"iwo^>+I@yh%8 W]a"K]dxzOЛsъ:o ~'|ʕ7~Zb$BvLfRNw\PܮSf]{7×E#.ncϥ=?t-UG@䃓q J 6x"5|Յ pWtnnG4%ಙ1vvdR9y2k ;2EK% R[8 65ј}vGr4YsWf\_<Zrܚ *D&T %'cr&cO,7ŠFW0F(,%]:")gݲdt bO4ЬWSX^K+lg T$i{a7G\F K4Ҡg Bͦ>%n概;'Sn] y.=z돂)u7n9C*l$-g)n̉MeR%,ΓӅu)&z엍3GPL}@XQ-LtS~+SlD{xMi @|0nҚض>Kalı&M!pzt*K?e)T ygb1ü+ÏUwH"wca(Zˊ+tFak a!{gٟ`.8`B䦳qzh"UJ$ 8r #3.>zQt\d 5*43+ƨDNXصvR{++B߶,&S㏶Ʋs`[ הut/ ]Ȳ num;Trg`Dޝ)7]59:K[L{+a6$l|1lY/vJQ7em9Nܻ@yޙƊP[u>{6OʳY){Dh՗p h>D_$yg6 v} ϶ g%їI}\1+v4?yipٽ*0 8DP ,[IG_@8 \YϱHXgpn`*\|rdfyRؾO e][XM wujFbC \gm T% ^&\ö%l!wtaHJt@܍ėmt}|.zd5(m20{6v~<2#JXxS:;ɏu^:oFX~ZBS>OKUhR8tӜVH/ն"@/cDrOXd.l-@<6AN_Cf/X| g!gLdOAOɮ32JA26'Lt=C d?>Qm ,u o Lq z;^R1Ʋ9){٘;ޖipø 'A+T$r{#ix(~(:I~{oFZZ OrcRW;jx\kGI1 5st(z݀MP:]5}H",U ~S7登i4!%&9^wc_·89 C49SA,ݩOG d[ڴMϳR*b_A;DMϯvMp"f$lFp8܄Bhx̴uhht_[kNN@3 4 ̐dr"RXIֆǣ5{zT}qFb8\xa8E2hLȝ̋b .Dn`U Xh Z*Nf;yk`,r;8 )Wc3$i) B$(V)[ 5$"Z\~wEI{|v_w>v@pJNUU姑CWGmnM,ⲨL$h9y~|XR-!}cVW'/w[!K~35>g…\ T⽮md5A-/O|zny`]pB V1Pk:ehr:)f0yI8PrH.ֶ Se.5IjPx\Fj$,dTeLɔw5VYG uFm ?$ QT_=k&ģԤ<؏QBD2=KV![xng/[I1j8SM{ӣ/s!4tUqpvh8:?NvƮd||̔" /?Gzxscع+u3.ֈVeAƑse@B1s)-ݻ&}/y4$SS :,10TFlys9f]/rɤ0c)M"X^Zg _ |x JL q3IK1K#$R{Ž50Yywϧ؋q#j+,o& LP3Pc?XFU(|̽X I q>PsuyQzs)#G!; B)BJ:9sp;0y>jq gAFng g kA#6 6$ .&Z @'bubm@du Z| H֦͗#~ sKHtbzy>$/4X:V/>臙Zuj0$Q(S`SU ^X* Q2qylX3=cxCA*̃a`s̛a{* _4cMz6N!0.]) SUqj>EﷱT/5Nvbo-]qЍ=eK4A(Vz7uE-9phCe4  "\q) a $y:v*|!}ۋ2 B06a:sSC𝷯po%b3슚Eo;ļS[atfn+/-&0)[గMee>4:b׵UAYvmzZkkR-f4AnBl.-;qt>+K/,ȦRf)SL|1 % +dFْTt!EpF lIjt?Lc,&0LZĹ4,J"fIOa..fh)u[0sJѤǢ J%G]boF߄7=JϭۮuӜga}fvAT6H]G*U>݌Vv&ɶq4$(/Ol(-خqJ(rx:3j @D+eqCTpNP\yji[9AtG|Eٳn[%$iK'4.BL& =up:36$Y o1 GLTeΖgcsPsUW< BКl$GTZ&;V@C0Õί(^h;JhrŕƆŜv6dv:ɍ\@6zhsm&^[m ?q>cr8 eMB]$djF;U6aU32\g:㛎[GNekpyξ F+ .:W_d3k͏oDGV V݇#Rl !ˤcNIy-e,M#S^*̌r5SXT\rA{k-)\bi4[lV$otl{0>f5o&g#;7ݵzwV $s]F"i^{Egql.c]#ۼ=9}+UBV2 pvoNٶho傋i?GkQ"r@!=0뽺kGX6EXH^'P fa;P止Ğa0v\=K/@W5hilM1PznB3GT=VtIw"3GDׅ2 ٦ 0i6->O J(1XrK.uBb,oD8Aܰ"%h+wK>ВL+ Liޛ2sA)ٔG`/-D4^< #֫oj~ !RݣHJJ;h,1^˪**H<#h@-LY7 =EaAĆ~zhX7u5rO0k=u.|͙<ρǎ ~wѧ$d2@3D} ˖u#~AbkFm2THEZ!G6 O~YJO]qysbJSVnֹZ\8LH;Vi?sCŨYB+L9 ts!R6%^=ؚB]|>{fy159 7ZDAG=q$çuE3l9b]rc8K`ʦi|)9cw$(~/JPg8 "mh%"I;wq L쮷כ;b閄zymrz MD10"q3S ZY8  ϚԈ3O[a,Q6j$0?p<{ IDImܹȫ֝'hۿS(Ŗ^]dUԮ8U$k]f=$$IFzgT}S?"3T+W^[|Y61MW+{,yyr^e..}CS!umm0s] !*YoنqƗ"o1Fkxᇘie0[f`?[[GB +< $X#7PmmUFok!3N+{衚R}^B` zF&Q;cO!'2qtNVĦZDr5 oNȵmVh|528D%w`ƀ-y-i!8wy Fk=K|^1N;95X5% ]fXoDb`P9ׂc`eoF$H);e 4+jM Mj{5Oϛc6w 5^r,]36/u1&.6S &fRK^ed9O X|A}]X 3n=˖oarZT,th=E8$XSC~Ԝe*zE^; E!?D$Ob |mW9 ^  G'@+݅S ́lTe9z!-/)D؟l=Glj_Qj**1Q-rΜc-c&JA=7( WCY+lC}x-#X8f7~\b)8c<7 A˫ZV@dů Ñ$\k^޺wc׭8(_}`lӽ)P> ͅc8#+;8d<!o-@re?6_`jG ;fA~~/2y4XLRQAxjҍ(aR=f dG;3$Uy9]<={r9.Wy }s?;\0{0@nu!H v!t^sp_1e^U"@MV.ˈaEb΀l8oRk9PpB*6c1ZQڜMEiTn刲̋) L̟a- T<6YuP>iUhC+f %aWwyj+jhXq p!LNl3={~%WJV>d姇ԫMh%Ju)lÝjKS<Tt0(<=FB)ѬZ-\2Dq:n#_wUHj@\.z{61s׌v2ӅU~Rۺ- l V"|| '!\ܢ,0. s>vDHHxD3򥪒b" xsߒ'$KB. |K N d6!WR:82菱,$>&{4ٶ +ǫgfݣf?p {j *(5삾!_4GVm+0]O-۲Ĉ 3OoKgb sEأ+)MG+qͩcy#춭Sz7 ̥X{f41wD!0K?2#}Fa6@ƯIo%ƉXmNui螰#)B! {` [bRꐵ=yvNd'gȐ=jOwٴʪr'u&D6l ^^Lؓw$5NU"0p@mWy!,;w?wZ톤0j_\R$pO,qլ,H}e]zqK}߫ Y([x{>'+Nߨ5nK=ZCT q#28.cMlҏZ<BY;S2]/Ѷ^o}x{-bNG=Bf!L6ς5.ȡȓ}%*1aů$bs#.u70ȣEg ; w"nSa]QD#d G٤5Ez!N CL|鷋bse ٙL/IjF+VmƴuOc]`oSpjIXP.0/="=KF-#[Dt3,P,l r]cd Z'!j.@SRLw? M؆S$;I(=?1VyqOFQ^} 9#mWnwHSF[[G - oEG>?^{)j` L9wK1H68a=tk'.x:Q 2K\:jZ;ߏZGDc8Λ"OTC{F+zd!)frqVcBN`wnpFo"B|xxcBx/Q+eGu|[ Shko30Py( ji>߽{A6@\h4<Ӭb3 bTqW4dqΫuć5JuT^zbCɟREz׶/T= 6v}Q{Re9ugFhwjyz ڭ ycJxoќ$py7čHRӴpO,c^&9`"=h~<,QhmU<"Æx{mbL5~n%yq^bו/…*rl+D>+QTʋ6ˇpF Is2riG{ Qz ;6^ 'ӌ”ݤLxJEƇ 23k=b!]m汛b,ub*xӭ_i zp[ lí+ }U%_X??.~-=cx|ñ.5%XVٯѸ?g.K y>W΢,uQ횜b֕~2 gy)_{4/ݱ OK{ÉqtV˅RM'̡~1 -pL໌?TN}\l"~ &&vI %&'&XS^ ,'לUfx C$RPS$/W61>MK ś BPD/ذqtLT0}}ƯX Kzo Ob[':L,WI ltq]27c 3 B1ЅO\Dv8 ~I#,@0N3msWLg.$#;tWjbsX nM69^s%DtzˆJ )l@lofq:X ɸfmxotS/=` oV+Q*xݷلuZ"r:("7rO2>of{SjYx2S"K' -O]l9[\tc6c{%CI{&OmD>v,Q(oYθQO; \w04l}*yHn(D*I&by*TS>|IgW3ޗ|(S юa瓲l&!^x\b5IS,p0|Cw!+]A,<ÌmP=A ,vuzqEF_vS?i=T7e2o528Cz1P UXVBWeA^dA:/W Ec[/տ0箾ar:ͅ;x=Yř?˵͎&L%Jo=ЁKRxš6-pqm}A@vq7J#MeF5RH#Jnyd* EZ(,B2f|.4! /QPnRM,XHn>Ѐ@T(pۆcֶnmik@9S7Hߨ'<{CPC415%=A5>eC$ Fequ>$ц:z]g [oKX-.z/0GY<:1H(g!ҫ`CuhD8CWyy^ܢkЗ/=QοTov򎰈^ d̂s+]H){k>Q='ui#aaS38M7Q읅쥶K$<(.iuEdl1"P2.qSԝ`4ndC}k!cX`q_ qÒ,t.6Szca^uWWh+>yG: 7a,N{(T'`˂՟59ոJsb><zaOPI/r}_V:N؈kfi@&}WZ[b`FR /Pi$@v*6E]NJB|_fH)(vz/M .hTAP#'VVW>~~< 3  '겼˾H+*孽& 8d︣2y^OAfaǝ0="v\`=B=W{DOt}!-,gGS~QlB~ )k>srjo"y˖+]M&ySF Kr' 7bjaJW2:KbضK6 @$FUlO?_6bãqyI YZ