lzlib-devel-1.13-bp155.1.10 >  A ddEI%z Rr`-!HgS ){ڴ32UuF@%9_ss VL:$mwt~Di[zIoxoدzM^pz:S5di1(קaV/oLcE|LpoCFZ*?^G3q{LI Tp4Q2Ir 8ؙCDJKq#^+eA|7m\t|,M~C|.E(@uGdБ >ȕSDTK2Q';n|ƫ5IW0Rǭ7 [4*d) *wxx}r5/0%H$%\le xj4G[sAR1Fvx8̚_*y\w-{Vz>:y=Ē3CvU|Ċ«<睕4hL73mUY&s )al(<-ۊ~^Jdt6#[|tϕ/Ufa0372fd22648a2b63ce0e02382bd13c0a7dc47eb623053a8cb1d23cb522ef8ec05c12fff3ba884080078817a81bea74b3878662`ddEI%z R^h`N(0da>2 /UGp,7%{2+܆zl҆>KVuE /!r!N.6m"a\%Lݠڨ$['0j) ket=B ]:`).V,"]˻ 3[Xi.~yỻprCt}q* *5Px/nM ab>7" 쏎*M^Pb\y Ar0^@*:jhru{;__PgO5i$%0,zì/nb$6Jc c3\zpn?u$uV;TE'dn@pȞo96_6IuYB[P J0tץwl] RQܖ}?0]_lЍOb8yxN\h I^I//Ij^t'GIy02ώNp>pB8?(d  I 2Y_g   (  0L(8 9 : >?BFGHIXYZ [\ ],^Kbvcdefluvz$Clzlib-devel1.13bp155.1.10LZMA 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.dd;obs-power9-10LISUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clause AND GPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.nongnu.org/lzip/lzlib.htmllinuxppc64le 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 ;& :#dd7dd7dd7ef091f468dd6fb25337bea396b9be7b6a0339009014754839391ded1c16660a79ee4dfdb110fe473c3092a9f9b62ed84e17d10262be0b067bd1febed5f34b04cliblz.so.1.13rootrootrootrootrootrootlzlib-1.13-bp155.1.10.src.rpmlzlib-devellzlib-devel(ppc-64)     /bin/sh/bin/shliblz1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.133.0.4-14.6.0-14.0-15.2-14.14.3a`@\Z@\Z@\@ZjWM|UL@T+T!`Dirk Müller Dirk Müller Jan Engelhardt Jan Engelhardt Jan Engelhardt avindra@opensuse.orgmpluskal@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.de- update to 1.13: * The variables AR and ARFLAGS can now be set from configure. * In case of error in a numerical argument to a command line option, minilzip now shows the name of the option and the range of valid values. * 'minilzip --check-lib' now checks that LZ_API_VERSION and LZ_version_string match. * Several descriptions have been improved in manual, '--help', and man page. * The texinfo category of the manual has been changed from 'Data Compression' to 'Compression' to match that of gzip.- Update to 1.12: * see included NEWS * The value of the version test macro 'LZ_API_VERSION' is now defined as 1000 * major + minor. For version 1.12 it is 1012. * The new function 'LZ_api_version', which returns the LZ_API_VERSION of the library object code being used, has been added to lzlib. * Decompression speed has been slightly increased. * The new option '--check-lib', which compares the version of lzlib used to compile minilzip with the version actually being used, has been added to minilzip. * Minilzip now reports an error if a file name is empty (minilzip -t ""). * Option '-o, --output' now behaves like '-c, --stdout', but sending the output unconditionally to a file instead of to standard output. See the new description of '-o' in the manual. This change is not backwards compatible. * When using '-c' or '-o', minilzip now checks whether the output is a terminal only once. * The words 'decompressed' and 'compressed' have been replaced with the shorter 'out' and 'in' in the verbose output of minilzip when decompressing or testing. * It has been documented in the manual that 'LZ_(de)compress_close' and 'LZ_(de)compress_errno' can be called with a null argument. * Bugfixes, documentation updates.- Move to final release 1.11 * No visible changes- Update License field as per SR 658030 review- Update to new upstream release 1.11~rc2 * In case of decompression error caused by corrupt or truncated data, LZ_decompress_read now does not signal the error immediately to the application, but waits until all decoded bytes have been read. This allows tools like tarlz to recover as much data as possible from damaged members.- 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/bin/sh/bin/shlzlib-develobs-power9-10 16843313231.13-bp155.1.101.13-bp155.1.101.13-bp155.1.10lzlib.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:Backports:SLE-15-SP5/standard/77ee62c30605745e8242e05d2d3c700f-lzlibcpioxz5ppc64le-suse-linuxC source, ASCII textνiutf-81c4f31d880e4324f4ff55dd6ba0af6d9c7957d8931e89a9b6b2b38359d9b3a6c?7zXZ !t/No?] crv(vX0)EF}B 8.IK~( *Ġ(yR򹋹 (x1 x7؋;k>,E;7oDbw1ݱ-~?UϷqN)Rʉ]OCv=d}.jl<nnƉ-h14eF5^ N[a/@#]qy9Hz@sW$47 '!SAA=UQ|]b+䛮rwMKaͽ,=?!bB>Յ hܶHt)K>m)z>'A8.kUM*"wۢ N,C76HdHu ~gF3grį`ȐnQU\K5G|(pt^( f mν *(NgC8qVRL.L)@.1MT*Zhd]ظ(䬮-j-uŘ'fֶ!ٝ/8DI+u{rَҮ __R0[AxO3g.c77qNԈ,P ;hT41X=_V 4:(y!"jo^|5@.bQrccJSE @Jtjtx2^Z t7Xoa v TvְvNB4tY%}4JKa=ʅKo HyY Bi)J_ӟdluUTG8bEVLʎ{=;j\jlnwK_L,7/,Syy 6X]t/ޥ"9KQƔ r"D6C\`_řO>R]rz#ʥ%zwvtk45~m<ɖ}qcj*r埧pcq6[˜dp6̿ǁo-/^Z46!L)z첋im iZGH@VF/r{AOdekGqQKtgZzؙPbQjtbv|92iv։^zON۶[+dE;ɽZP)9\*I==wE{`U[6+/'>VsQu+6Fdx鐵k%44Dn13h&٠SLງBcQ.´=3K5JGJrn!)ڸhߨI7c;}oJ 3vfxpa4FJYߖ/;@MIhMG 7lmpgs~>4hla[H޻m̚vJ-0J`<1\Ej@$|Tx)i˧y˟_\Rh3A:&xjɲ+AB*Eeρd~h) ^\} qѷIY|]C⤓2++T@m\0͎"p9#)!x͙|ZUQ_qdh5ߨ;e 0Vfp$5 Ax'[QxfS{,SZ8gط#qQp;P#v/?O NS&ဳYyRvF,Mg2O&ǬC/2j6qgnIxB,R^Bt$}eNm]VLKfr%{Vی8J~#@6aZpbnBP:JHد1Awk ?YCL!/!7v*a YIP{ᘓ#G_iZef !F ݈"kPy C9,QZ\w\i,!m :ѧFd3`V}_,D P;D;x&j`PhH ,Bg}`F_3Yz$yy"ɔ?޷ D~)x5W]ıiL6vWp8 Oh/^vEDJvs9""4H t|?XZsQ11@-ǏHg<=Xv㗍S bxbP]ƒE/d,Y i¥ -= ~< 38ƋT=ҽ [ 7fAg_LQҌ (̸ 9]FJ6oXR}y mB5OztdB%% J+r@QF(kP8MLggy]Js?)Ɇ[kto'HJrv ,]0^4v{аp[J{$ 7}z$"ۣi5q\0+h !c Uoe"]DP)iI4?\(׸ )[㈨`Z^_LJ(qWJ F{ Ğܩ5Ϸ^Nc6)X<=s!oڳPeɮqe;ic>_ԜƁ-0X0R{VoN_!l'ܙ(Եx†V9汦sZ4a#"hY늠kN!sOK䦹pW "Pce<0΂?! +aW4s@ 2&)#؞jR˄6Al,kxF5 8r㱇 TF ӗ"_(h':eG+f1s"ʃIrmlb,V#WެzкDQB‚ 6,MBPˊ'RhoP%~Mu+>"C5xkaX?w-ڶ .z 9MYّzQlx8Hne/郈%>:,QQ"`#7V;X$*"҉5ɄYgwB֡: =Ðo G_0kp넀W/q"!(ӾlYL6dY]KأKUQ)uɷzaj4ڌ Eڔਏ'Ƒ-A6Nn j/+Y8%u4_)6vM}%T[3ÂrrtO/\AXgS93L|TdrM YlngbZgש"TkSVҸFRDg}aBXiI׳ˆn]?=Jf.Osv-5ܯ2'I[Cu+,5V鹡uHBLf[jG =@įT5 IaɿP\ x4AHɟ`FwI ~%/Q|o$,c훟 lɍ kt<྽٭`4_dՃ:$'xMRt$mDrMi}TEO=;8nSet^}nM>jsK/L%bEr,u8(: VAWQ*HX~؆ I$OR$0't- 7ǙebS%I"wj?'S!*+jiLf*x5s CZ@Yद"BMNjХ fPEbv}2s>rGCޚͮeȽOǬ?Nɕ wU..c"VZ&)~.;U.c*R<+^=~/>9XFLtkc!tK ܆Ua^E_f͔VI E8 q1j41&iIFg9Vb'J4Bz.VX;$k8ZømDdenXE`&tzJOWJD/}b[! #y"s[a>vW(Eb@qҵQsij ^m@ ]Mg^ @ }:o~WrSG*xT2TP"c S2_RuP^FsbϽjRZYcBFf`7iܳD3IjO THzް]Pdv?4=k߸m;9uNÜ畆DXK%+W,/8kg$gg&OT2_"qT򻜧(.(`p6KuTRhooiUg,T Ƃ_A|9IM)oGx# f;CGYv^ľ39ְ~@IdŕBHi+V=#L/RRz{vAӵ 0?:b(Zn5vs2+(F68o2.k*w#*3(fh))>11b8N:Q~l!ãKgd,Z^??ͫNy&r"543?y8Ls$8d:Oˆ4'K%p-!̶e7DKN~[%Y AB~9}D.lg498޸ZoU%cg Rd/v9̫+n.fO.ŗV|{> ~!v/]v\O aD^/e_ژz^ԡR+D] $Tf-MEⷕ׏wab+-RFA-kUw#yS5-9v2(:Q"7eʍ=V,eKb&q2\MNL_txj mEQ$T5qL ay#^ZHH4bbAl=F|KkoOَXߏ22'BPogb ^[g6͝H ʿ4U!N/~rzݻ6􏕡k<8OjMYf nB~.1dX8Ev6ː8݃`0`ϷPYytBM oP%2H)l"Gxae@+s L$KǬv6z BkFKSNg5 }*| ~_GTBtzyۗ[;۫|y薖IcJf\@~7kyl ?YaRϿo:\jjc^엵d=e 1N1("KC9'Cı0iʝDfMOJZO~!~,DT(n#ҟ js]c:nΦ;w7|"ꛚ xz(+bM'fL^yغo&O/)!VƑ"JenELB禑cK :M|/V2 m}b5<·E?Ǝ$x_6H۾hS1tlQ;PuWC 3,c8>Kb5G]`h ǥ4"ۑj+B`ot)&o'W]~3}Jk:z,vI(ң=$ A@`E˻4aH4.r؊ݾ'ԴɮJA4!Ah"ŰC'o^Jr2jS0jq=Y `* ~J? ^l@cFcɍ kJ g}RE VDrdEiҡbbIW3RRs1a;5)U{B,cxlCo W&*ҮZ2soA`ѐ3Tzz/̮KV֬Y!Lrw0|Ւ,鯬ʅ`C`!m SO]6k&0ZJ(e{%D]RvJ*"fp>͞j!K$aDIZTDq&kB a0`J6uZQDv"8n5e Y`AW±`Jgl1us}{qipy5EwT#hk?\iH;J'JK|Gm}+CυpxP;'EC6zGY<.ERv(PȰgƔ]F)1e8d\iPaWbLˑ`n*H-bۨ.4Ik> mq\eAƥ#~an{I>bd߈.'CLΦ^P'3$j$5rM'4Q 0dA@xEhyy7l-AOpfw)P3ǨQ$~f8ƕy %0cvKE7&B9Ỳy s_n; ]*I6u&oүi267vb7XB/2Ȉ!|\ctӬ_Fy+t&RcBmvO9l.r,IAJRc7n%4ǒvo˦Xd! Ί7Fy(:tu`"SSc&ݗ"ICC?Ùp՝D>`=Q(fE 0&HN@-@=5FNI3OGk(bdތVb\Wrv O7XbϔDZU6%  Sf<@"w6,phOM 4 Lo򎲄r.+MӖ42TCiɞ)7&{8JBto4rf\gvizh9,O?Cż Ԣv!z[Deu#D@M>P+*Oa5dz_m{7⪪&l9Ϣw *c`lsF5hFrq(OX¡?,| 2-@sV)_5`Y8b7y)Een$iIlj\9nY ]<ĴH}cNhN9S EiB،*lԔs~ĒGqcp8iPX6Z5}iY19'yXx' i|HkN8zn cs=~[h[&*Ƌt|/%tmm /pr.W/hm Լl:(2,Vw"Gk|FЅPG֝*w9K[uJR{_ w*o @1ޤY#Zz_(>Hqt%S;)`2kz6\p ۟;Ҍ?ٵG#8ڕ%a%K]:'I Y{( Iio7k$PaP;\<dMEz\P$|--Ry}< "a?Idn簯+Xnxۈy-$%Q%ȆFqҪ}`΢lbϾ(2O}Y:%ijl52fFKc{?-lufiB^'GFDWFGd?F NJevK::K X)qUYqP16aD%5\i-N6 5YlZ5>dMv3fjC3m1 :Pmb 3唺oN{&h9Lᄇ:3Oa7%Vlu#a&o?ۍOڴEDrl8%0-ؕKZ#ZK+DdlJx 1'fHvA<` M )Dʍ~Bqd^)>/t/҇L%?dd; qD^է PLHŒY2&6W}}8@e#cv@fQE~oU^˼w9ZPeOU.2ĂkpB++Ia:}6v܂i^p|Hdޠ6`솩^P }i9|~7H;fSu+˝6e7LSdMe%m\š91S5Ґǒ-K)׽6'Rvf&S39j<Q0  /ʁO#,H=4RԠ5t9@S<oŇ{/RZjMv8LM#nj@uxsPrߊ;u诞SLgHYË+p,g͛ۃƌxV , b-f]Lo'Y5RXqur /KD;~d^Ck*)[ P)d2KX7'V/(Sƾ0ttv@\@N]| QB0JErgPۛ8zDOӲX/\P$}wn>GRADXd) 0u%쳐(?/SXZqએN,9oU4@ʕ\%CZLttſӚUOEP!Uo(-)B-J2*iv,%,p\[SEo9}}"a{63/~Ѱ1C .h5QIhQd;0wGڷٔf9ATx -H8i/jCH/{I|΂D+Og*sOdx9dz [)]EO쌸+juoj&+gG?;L[P˖%~(j^y)"G[?Rsq}d@};:-`菣zV NCxR&w4|j1 OM'TBiMw>O6o.)?Ǿk)_bTS_&_>>k? 1d(sT~"U=MKE!tq)]0|^̂쵴Qhs,wvhlVsܷ d)׌r~u_|l9gS.B%8d\0铴0î=$MEYiPo$ wL{2Mݝ4 ,.٨^;YzpW8c1g΢d O@?e>S)@ ][_DIړÊ`3 R)u+edG8Aw lڧ?θu*K ĮOc!GWe2~8p2 qQrHm/+v2TљD VoE?(bUYNUVS@m06޴sF Ϋ_AHk wD?p]$ .)V( SN3l@#q`FKjh@VW6{],6o&Ƥ0.rdE#]&07=H0܇6'`@zwjE&!r,;kI7LΓ7<ړ?Bs3?ś+&^ղ{8hjD5(mÍ2)o0 ,S{]w2FEc P@EQ|ܫpU /7h!|R/ns hPy9G$WH/%nb YC:zXE)1E^Ug:ȦS]ۉ׵/#٘u2SJ;AEC bvtpɳMB Oʢ^&(x]҄$N&owA.# {&6tpKz=ߟ7oŀJ:b[:!X#;Oqg0R7[Џ悎xuV{B^]齱dv]p;;,qCN,^>$j.jِQuh΃ e}ޝ#Qݠ`%zvF ßOB(5^k^\6~d;wPL]H6ӭBSKo@32