lzlib-devel-1.10-lp150.1.2 >  A Z˩M/=„AzT7w<0z"F`q6vȔ>$qYbBu:u=I3-r@ԲYu)y $˓Ѽչ\[Me-N3qx3r&>E_̗_ 0VP)_8:-HHG օz Ί?wZB>.^u m }/-_Ёxw"So-eul:Ӓ72b980e75b6eb27583647221d68870f87b19b850366140372b515cc9935faa59d4a10be10d5b6a98b4ce4626e942967a7b8dda9dQ@Z˩M/=„Έk 3S 6k:h7_ő폀 28뱡k'&u sTKl?nr_7`?.TX;1 N  ($-tg!_`-y#P|y:H{ʆ 3 C dp 1)Vgc ghSW`y'}}Á J$IHWH} =gھ /ռڴ/AC%XąCN &ZxЮbg@>pB?d  H  28?     $(8 9 : >K?SB[FgG|HIXYZ[\]^b*cd/e4f7l9uLvXznClzlib-devel1.10lp150.1.2LZMA Compression and Decompression LibraryThe lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by the library is the lzip format. This subpackage contains libraries and header files for developing applications that want to make use of libcerror.Z˩@build84=openSUSE Leap 15.0openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.nongnu.org/lzip/lzlib.htmllinuxx86_64 ALL_ARGS=(--info-dir="/usr/share/info" "/usr/share/info/lzlib.info.gz") if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir="/usr/share/info" "/usr/share/info/lzlib.info.gz" || : fi ; fi ;x ,tZ˩=Z˩=Z˩=3c690d3f889d07be2909ef5065bfe658423e22911f105bc78bb213faeafd1444cbe6cf792a70bef845b01b11b52b6e83013ca66f5cbfee084f5e162076ca1e80liblz.so.1.10rootrootrootrootrootrootlzlib-1.10-lp150.1.2.src.rpmlzlib-devellzlib-devel(x86-64)     /bin/sh/bin/shliblz1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.103.0.4-14.6.0-14.0-15.2-14.14.1ZjWM|UL@T+T!`RH@Q(@OO%4NGLs@Ky7@KUavindra@opensuse.orgmpluskal@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.depascal.bleser@opensuse.orgjengelh@medozas.depascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.org- Update to version 1.10: * LZ_compress_finish now adjusts dictionary size for each member. * lzlib.c (LZ_decompress_read): Detect corrupt header with HD=3. * main.c: Added new option '--loose-trailing'. * main.c (main): Option '-S, --volume-size' now keeps input files. * main.c: Replaced 'bits/byte' with inverse compression ratio. * main.c: Show final diagnostic when testing multiple files. * main.c: Do not add a second .lz extension to the arg of -o. * main.c: Show dictionary size at verbosity level 4 (-vvvv). * lzlib.texi: Added chapter 'Invoking minilzip'. - Includes 1.9: * Compression time of option '-0' has been reduced by 3%. * Compression time of options -1 to -9 has been reduced by 1%. * Decompression time has been reduced by 3%. * main.c: Continue testing if any input file is a terminal. * License of the library changed to "2-clause BSD". - partial cleanup with spec-cleaner- Update to version 1.8: * decoder.c (LZd_verify_trailer): Removed test of final code. * main.c: Added new option '-a, --trailing-error'. * main.c (main): Delete '--output' file if infd is a terminal. * main.c (main): Don't use stdin more than once. * configure: Avoid warning on some shells when testing for gcc. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: A POSIX shell is required to run the tests. * testsuite/check.sh: Don't check error messages. - Move info scriplet to preun- Update to new upstream release 1.7 * The fast encoder, which produces a compression speed and ratio comparable to those of gzip, has been ported from lzip. * The option "-0" has been ported from lzip to minilzip. * If all the data to be compressed are written in advance, lzlib will automatically adjust the header of the compressed data to use the smallest possible dictionary size. This feature reduces the amount of memory needed for decompression and allows minilzip to produce identical compressed output as lzip.- Update to new upstream release 1.6 * Compression ratio of option -9 has been slightly increased. * Minilzip now copies file dates, permissions, and ownership like `cp -p`. (If the user ID or the group ID cannot be duplicated, the file permission bits S_ISUID and S_ISGID are cleared). * The license has been changed to "GPL version 2 or later with link exception".- Drop gpg-offline build-time requirement; this is now handled by the local source validator- Update to new upstream release 1.5 * Decompression support for deprecated version 0 files has been removed. * A bug has been fixed that would make an instance of "struct LZ_Encoder" unresponsive if "LZ_compress_sync_flush" were called at the wrong moment.- Update to new upstream release 1.4 * Compression ratio has been slightly increased. * Compression time has been reduced by 8%. * Decompression time has been reduced by 7%. * Arguments and return values of functions in lzlib.h have been changed from "long long" to "unsigned long long". * "LZ_decompress_read" now tells "header error" from "unexpected eof" the same way as lzip does when the EOF happens at the header. - Do signature verification - Base name of devel package on main name - Remove static libraries from installation - Wrap description at 70 cols- update to 1.3: * Lzlib has been translated to C from the C++ source of lzlib 1.2. This has been done to avoid the dependency on libstdc++, making lzlib useful in more environments- Remove redundant tags/sections per specfile guideline suggestions- update to 1.2: * for large values of "--match-length", compression ratio has been slightly increased and compression time has been reduced by up to 6% * the option "-F, --recompress", which forces recompression of files whose name already has the ".lz" or ".tlz" suffix, has been added to minilzip- update to 1.0: * new functions: LZ_decompress_member_finished, LZ_decompress_member_version, LZ_decompress_dictionary_size, LZ_decompress_data_crc * variables declared "extern" have been encapsulated in a namespace * a warning about fchown's return value being ignored has been fixed * input_buffer has been integrated in Range_decoder, simplifying the code and making decompression slightly faster - SONAME changed from 0 to 1- update to 0.9: * compression time has been reduced by 8%- initial package (0.8)/bin/sh/bin/shlzlib-develbuild84 15232965761.10-lp150.1.21.10-lp150.1.21.10-lp150.1.2lzlib.hliblz.solzlib.info.gz/usr/include//usr/lib64//usr/share/info/-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/4b4853ae4c9bea90bdb4d5b5817f882e-lzlibcpioxz5x86_64-suse-linuxC source, ASCII textw=c}?cutf-80daab5524edf222c5c002827ee083081f1f4ffd8ba74d20b9dd58b9ce91a98c4?7zXZ !t/@1] crv(vX0z&C:CÈ0G;ј3Z%[4u ,&Eq#rKB`D@`7e@Dș1U;QBXvEߌ1K^g) 0CANGM46cуn`=j({9CAa/j(Ŝ+lubTn⠏%ǏaIm&N_#0b2yho& t#hpu?LL(cqNdEEW9D_oh<{U8 U߰``Fp`dpeԿ͉ƈ I*/R}rkXU$t}`^55TV11;=1i-ً?p6tF/2E WsBj"\\%6-P!-$nF)?zq F?)LZeLu]S^+9P#KXDxΟ_@H:,֋CN8umA,[KY8`Mdoª߳B8G1[XCd7KS!"iSbwG-;+OFb_/lD3XH!S1;Rқz!lQcC#ER[^# ٪MgYt>eod_# յbcN|W;bmFw ˡ:Ay+ff3d(D ZBYѫuggX䱤d"bxj/W8vt+6 8 rY&b6ufP=>)*;î f]0 ¨g+>EEĀݐ-"[X}BXASGo::[/,%-dzb3;lJՑͅ:GYV,H6 $$__ydp\pr^!UH wI|zJ-w UU\}jb7&yރT;aY \Q'hLO13%{% V%_rq!c O$A_DUQz(Z>${ ~?c[==[o#1C>ajC 61C^-֮*ܖ~R=ق!SQd5b4=L^F 8>X#IDo5 ^M Nhmo=g,DJp~P @)j4M3>8sD0LH x!e?{EaN䒣lЈ&Yxb6ğcۂ^ncv̈)gMmȱ׮!F>?֡I*8< b1mSLY Kʎ<޹+u>no K^pw?8P28Mrwbpl˛6)=p]W cT|?dUDBAW֦(s(+\#HOQw mvŕi.Xc !V EzڋݐR#UU -;Ir9;96E H{(#E/%e@{aUXSPcu7KM!r U~zxƷYH;]rIU`)fS mjØ6E'{&-| lcs~#mϝKl?fuǦoؿt_#'&L0)㥂-!7)̶]-\w,jS6 '[5Lsf*'D&3Ea||Izxu}LՉ_̠b]:"+9ȣU ]Iec&֨]=aZW2wp ~Ɠl$&~NA.DA kvͦru0P[sƢ=>'] B.;$I_{m{XqE[ x6hO>E WP=jAbf{z(3B$vWtslMv 1{ KO9@~ ü]_ ?. @CfJD# 7ZRE7.XSm:Xͳ5*HmӝѪƐ~d@H`+Ib]rG3Z=t&fu n0жClR¾Uh0+9g׃812gm4$aҾWu?4#aJ_ " <74k*Biݺxb(qcaG:ӊ;s<)A)\ف G'խ j~%?j( :rD^w6<(nhm7<1.xARGkXPʠj/$wS2 z@Jh%RRI^/90UAJbof+9 "7 B$hIc`me^BX Ab9 7d~BF53N GpD|$fyosq<+T<" Xׂ;Nz3)ިMh>#!sʪY=/ m҉[hi"mBgJרLhA\vkz-) 3ReVd8Miz#0XlNi7$/. ; z|)Eh6͘ JHgЋ&Jyw nj. 5 cyUC:>*a i`XˍglIjS;6̿C~c" 2Sŗp^\fpj-#igTxymHIz&:-۾-|x>i&6:huŪ(Sj ·Է &Pta r.?^C[{ELOB8tUpl}LM(NugfttKl.ɱއ e~@A*a†Z98A`f{ٮ0Y/Qޜ~ywwnUГ|@24kkڔg Ț>q-3D!1v&h/ծf+w`d!ԋF0S(3Co48@]n{ᭆ %1]QuDgZ^"f6wl>6'z ,2!@nˀ,n#񔕼&{qO6ər.ׄ.ہTH0jAke{b;$C/Lk5XQ/%듨#f\0o/WEP /\v4:Qc$x<؊zZ3zu*O!Dv2#WQzwSݶ|WU_|' rBd.{^:YY}3 |aR\0#aR|6a*.#V>/ ' ^I̗Yw\|ШIVmג E6S3*% #V>NyI,"/4j[P@]#_!xghT`1! ʫy@U}.БF N G=Mcсbh՘qb'&GIXS3kpٝ, i-|ӽ#*𻣲FsAܞX"=_" ${-<()gN~)#JJ%ruSf5 M2dh~/GIgUMX(ASU &k~93mb<$ᎷnV*l#3YÃ7J6;i3U0g^Lh5B9 3!HUE++ޤ]`jnjD`$tN/{;!"@Y^dn_HH'>VCȀ!}F'櫴,P\U_OE,HIX2x,K_B[Sx[)*[6h\t3q=+1LNo{UKH%?n(BzD$6 U JS[YMsL?2qzƉ:X"|{#ŸAثPC⾉'L,a1}\=xx3ӗpGQ8lФskKfN3%:O>lC,džh28kԝCS*yT9I |4tQ}*aP/ր +lȫy =8(ӤV7c" $өBQKH}}技}Kk@Jj "]MIQzXqAP%{U8c<^7]XNBGP "CcDqiZd"@)ߛYLLČn9THQ\څ}#- ]@{?9uI8;l(/ R74:W+NB( m̔V:$E ,k؏@FtGW܀MbQȻjTvYrxQu1H/zJ Uzw7u+b*2^ΏZ}EORyaIQ .^4\Io܀4s|.pJStVRL.oQ*jvPa^|ÕwYv[rpaڰ!N#;?,涖h/uYr=#7+ s/[y/S31 |(M$v=W0<>O)v$E‚S,3s6H*UoZu A%\ŻƎ| Cig$JzyB6&L'YsNht[ &o/mnIV4O%YLS!SpSwƐAVVzG74M M RL1Kjo56O'CN`O0[琠/~:R@, PF 1cAېc1PǺMD[h,fr{H]I1a;q|Tn-u2dA@ Զe8W*Art5v/o b WI*iL<ϞTSr9;f{hXv*3È4@ܸ}:2 W4S(ʪP8(IHY"&75[c U"ONԼĨm(0,=>%vzBP `)fʛ`t:N?ܱbuT7<)_6^e_?AJ %\{ 2f P~(ݍ㌵5Ru"ҷfDzǼl%=Y35=0:NdT[݃J7&y>fC=K±PnMJc[U8F+ἐ;9u=Q{9h;K )][!ڢl@3Y*\˝] Xx Y 妽@4#K[I h@ͳ؏# *@q4őe>\?nabh^P j]{'t-*~1 rZwaHeC=)WRu7^[ :.-P,ZޠZ!S.+Fpe: 쪞&@mZm a":cX95S|q 1녅r`m 7EtHZ^\J oV<`Ao."7C_IM#je鼋mb+zs t0r4y'_ THf^_6L&{:.0EZHeG#P[(sgGΦ|WqAD_ہcB>Bˢ E9BS /$eƢYI;w, f*mx׿LGڪ46FRf$|xuJ)I{b^'MTu$pʎܴhmSZ!@POf?^%yO'{*T W+>kg_M8 C-~[hP#?OW}cAoFcwCQo[DP__o6-|P`rLBf>>7D.]U+ATZ؅t%ay4Tb?eG>8HFug%ޖH#Sr"枆B  t_;g|x45'Gf" :h }OEO[|㲆(m P>tVg>T=iߑV>+UXV>A-͝# ƺ*tZ͕ ݹȕ?9|W %$r_qiijɽ:rװVX\(WZ+wj9Toh:wt3SB(ҧz>-s8>]pZtcc+}3Z_nyc,z㻛P4Z>xiBf*sC܍Ӝ͉Jڹ$NkEY,ԉL=QjSdھ34_P$,(s ΀ݙ9e_ܠH8e)^AUrڋi֤4E.$Fq,JOm'w3x;HP9r1mI=-4Lx p*J"5?ۥXGrj4WX8RDžvTl;'IԏXIPDQp×8WzEmfԵ2g2^e:X\LcHXSY׾Cvٜ-xs*" x& )U r+1gK5Zn$9*X01 MpACn{*bt[g<Q7vs8 0qjM>ZZ-wc ΓkYVdB4H\k~l\,O>s/2c1טZ˚k!DgKE}Y9]͒% ;<ס0%"q/۟p>EBsa"*ֈ>⺐0(,RЂL4)OF=ТYخw_-0 jO2;})s ܏ -7?:}:-BaWZ)bpެYu:}tq|V'd4VR 4 aFx9vDЙUnUC"WWFP%@ ~f:"'y ~oa#_B}sq'Br79+ `sDS1qS۽NcaW+ψE$Q0ֆl>S+ՎK&b^?Ee93#P9ӱ(7eLÊ3=.RvWtR8mW7.aO&^O\P.,ұF[F*"TYi1q~EٞW[."[->2- OnWđUTb~rdjSC'ݺ2R 7gUZk99Xl25jammVRF*mMM P_E KoKZtA`^Ҹ)j>&<>zgc/2 i{#$$n[LFg‚BȀ+:?ND!IwH&{冺&tuɒl^쇤6Y4업B}! 2q u)r,6_ >hGitT>'|92uDH34ƹKr}~^2~:I W\]fO :~r {Z8ZS8poEsux7}|U.`"aҔ J&ĝ5/g]/Nhj/{)頄0To7|ߔWTN/8J`gO@%`NOY!Qz4]lêw0E"bc&[|ݦm鬤oDR[ǦU8\iA[@Ñ{rF&Tm/߈%x)U9;) jgPI+*#`uЇXrŏWfC?9]= Aɥ9p8d*'q9O?N2":zw)u KMK >4k10B86n?t*D}*<7DhB& }*ĩnX$s-pp0J)n3ZX'(3A9tl0d>4@V:.v`ybʻwKf?>bz {im"uN%ݫ&!b%R| -2+XXsgHG41iĦ1煑QubNrT|ڦXE^!شӓa!Z]e >B߿Hhy`ګ5 /bDM$w ZM!l CVX$ e Tdi%Qxqe^3qzq:򑑟.lH3zTNZgr'y^6'al)~7ti}*UrW8z4  (ebrbhT kӜhs\x?)vk>,%1ԼS]57ٹm`)CD`_]p<9)r=_Q!cWafF7k0˽sܠ#ZCdj3eXd6G+n׋ڛgE,kD@&!(UWhr-@{Kpe<v@s0Ɂ,bX2,K{'!ҟ1Ef5KV7# (/d=2bns"ZߢI̠퐸F9=M֢ @ ( ,}4pb+;>Sx>"_:V> +Gx* )o̚CS8jKw]ٓt\3$k/E4GW.}p=9<2UI[`,T NVu(fm*n46%0tLW։I Nn1n5e 1b3dJGLnerjNǖ 38s#n6|^5C)6=[K[7|r=r:lQQ}+PC #e[B^>94f rLOH|u00*̼ *\!g[S] ܩNr$u4Bh(!a;侻>v$Nk w^AnJ{-=4@̧W@0 2ds̼ ks%:76"<Љh"p/}wnƺr@տ0+ _u=g5VY_>༥S5ps-K`ڊ t+x8Yo*N<ם0rd: Uw݇'IczR~-p>$8.3|*h/Ncꖑ?U'gnsk>ܟM+Rhpdlgiҹq[xJ0o锵__-HH:Ŕ*mOU jʈ ƺuz3ZwatEǟc ܐTf8mQng*$^W/G6^"QϢ)g!ŴGn-'(OirWTdQX\-Cl_&SeG.m}+]NQx)k[NuI bt<g쬶JC]a] /%pnIjɸo)hBdU YZ