libdeflate-devel-1.17-bp155.1.5 >  A dkJI%z !d3UK0'?1o OT'vv,{| ,%>o!\gSkЧx'^AߙvGAS}6tx#@-Hr5;ʲ4y*Q(Bx3l5ac_OBr{J]]J^v*`5BnF\j@vGYeÖe?De8Լ*ES"A)eAFwmA5QhZ餚Ri}N ADI LYdś xv\yqvnJT 'l|E&aEh 7N)0'BXQtaM­; fnSUTD*T S)[GP+l; QnR*Qh_fVs;KIZ>c/Bh%/WY G?24744bb25e2c7b9cd0f7cd8a5e7b1d93e368f46840f250bf3bf0fb4ec4bd2775c65e554d743ed057c82f6c66003ad75120e68e33aL؉dkJI%z 0 9E`8bڵG`8nmkBWN$5Uߣ{ٜJp1 ` Υ' 9v(١Ybu0XVR1B7Eފ_Ðw!49 4]ɲEw+FC<ÖjVJ~d]F2κëA@ɮBoxҗ?j9tϙ*wMAW|!J?M@3K< a \L2UAֆ#r!:]Vɀ:'X70~ٝAM;N*\St8c.S7sry1x|K$g;jm_p>4?$d " C !HNX            @ |   `x(8$ 9P : FG( HX I XY\ ] ^ bccdeflu vwX x yz Clibdeflate-devel1.17bp155.1.5Development files for libdeflateThe libdeflate-devel package contains libraries and header files for developing applications that use libdeflate.dkJ|sheep87SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://github.com/ebiggers/libdeflatelinuxx86_64='%A큤A큤A큤cöqdkJ{dkJwdkJwdkJwdkJwdkJ{dkJwdkJ{cöqdkJ{cöq92f77df7c091f2ce5ddbf4ce5dcb000dcc7df63ffdf5109106c6fd60f8b1853443931c786af94e5b1adfffe66d0f26cd2ed7e7d44f386a0906e6bcb44e9248ed86c612bf98323056c0ec3b2c934aeb6bc20e025d45fbdd5e8c197d70d2606f35955b53b43b6e7b9c5649f390bac4f9c974606dd66ba8360002eb59d575f1533e6b3556ff47657e4ea0835012b0d82ff585c091cfc26f7a4784eb20855d31f5d8009d8a41d9cba42b9b334d5cba535383f766f91dfac73456819f062d5b586835a602d37632d10cf2af1f41ada8bcd4d6bd608e071db908056e7dced7d61c54255d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40felibdeflate.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibdeflate-1.17-bp155.1.5.src.rpmcmake(libdeflate)libdeflate-devellibdeflate-devel(x86-64)pkgconfig(libdeflate)@    /usr/bin/pkg-configlibdeflate0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.173.0.4-14.6.0-14.0-15.2-14.14.3c@c@c:bbb@b D@aa6___Paolo Stivanin Dirk Müller Dirk Müller Dirk Müller Dirk Müller Dirk Müller Dirk Müller Dirk Müller andy great Jan Engelhardt andy great - update to 1.17: * Improved the compression ratio at levels 10-12 slightly, mainly levels 11-12. Some inputs (such as certain PNG files) see much improved compression ratios. As a trade-off, compressing at levels 11-12 is now about 5-20% slower. * For consistency with zlib, the decompressor now returns an error on some invalid inputs that were accepted before. * Fixed a build error on arm64 with gcc with certain target CPUs. * Fixed a build error in programs/gzip.c with uClibc.- update to 1.15: * libdeflate now uses CMake instead of a plain Makefile.- update to 1.14: Significantly improved decompression performance on all platforms. Examples include (measuring DEFLATE only): | Platform | Speedup over v1.13 | |------------------------------------|--------------------| | x86_64 (Intel Comet Lake), gcc | 1.287x |- update to 1.13: * Changed the 32-bit Windows build of the library to use the default calling convention (cdecl) instead of stdcall, reverting a change from libdeflate 1.4. * Fixed a couple macOS compatibility issues with the gzip program.- update to 1.12: * Improved CRC-32 performance on short inputs on x86 and ARM. * Improved CRC-32 performance on Apple Silicon Macs by using a 12-way pmull implementation. Performance on large inputs on M1 is now about 67 GB/s, compared to 8 GB/s before, or 31 GB/s with the Apple-provided zlib. * Improved CRC-32 performance on some other ARM CPUs by reworking the code so that multiple crc32 instructions can be issued in parallel. * Improved CRC-32 performance on some x86 CPUs by increasing the stride length of the pclmul implementation. * Improved Adler-32 performance on some x86 CPUs by optimizing the AVX-2 implementation. E.g., performance on Zen 1 improved from 19 to 30 GB/s, and on Ice Lake from 35 to 41 GB/s (if the AVX-512 implementation is excluded). * Removed the AVX-512 implementation of Adler-32 to avoid CPU frequency downclocking, and because the AVX-2 implementation was made faster. * Improved Adler-32 performance on some ARM CPUs by optimizing the NEON * Improved compression performance slightly. * Detect arm64 CPU features on Apple platforms, which should improve performance in some areas such as CRC-32 computation. * The included `gzip` and `gunzip` programs now support the `-q` option. * The included `gunzip` program now passes through non-gzip data when both the `-f` and `-c` options are used.- update to 1.10: * Added an additional check to the decompressor to make it quickly detect certain bad inputs and not try to generate an unbounded amount of output. * Cleaned up a few things in the compression code.- update to 1.9: * Heuristics were implemented which significantly improve the compression ratio on data where short matches aren't useful, such as DNA sequencing data. This applies to all compression levels, but primarily to levels 1-9. * Levels 1 was made much faster, though it often compresses slightly worse than before (but still better than zlib). * Levels 8-9 were also made faster, though they often compress slightly worse than before (but still better than zlib). On some data, levels 8-9 are much faster and compress much better than before; this change addressed an issue where levels 8-9 did poorly on certain files. The algorithm used by levels 8-9 is now more similar to that of levels 6-7 than to that of levels 10-12. * Levels 2-3, 7, and 10-12 were strengthened slightly. * Levels 4-6 were also strengthened slightly, but some of this improvement was traded off to speed them up slightly as well. * Levels 1-9 had their per-compressor memory usage greatly reduced. * `make install` will now install a pkg-config file for libdeflate. * The Makefile now supports the `DISABLE_SHARED` parameter to disable building the shared library.- update to 1.8: * Added `-t` (test) option to `libdeflate-gunzip`. * Unaligned access optimizations are now enabled on WebAssembly builds. * Fixed a build error when building with the Intel C Compiler (ICC). * Fixed a build error when building with uClibc. * libdeflate's CI system has switched from Travis CI to GitHub Actions. * Made some improvements to test scripts.- Add workaround build fail due issue in dwz by deleting libdeflate-gunzip and replace with symlink libdeflate-gzip to fix dwz break with hardlink. boo#1180984- Quantify the description's supposed "fast" claims - Adhere to shared library packaging guide and split tools off into subpackage.- Initial package release.sheep87 1684753020 1.171.17-bp155.1.51.17-bp155.1.51.17libdeflate.hlibdeflatelibdeflate-config-version.cmakelibdeflate-config.cmakelibdeflate-targets-relwithdebinfo.cmakelibdeflate-targets.cmakelibdeflate.solibdeflate.pclibdeflate-develREADME.mdlibdeflate-develCOPYING/usr/include//usr/lib64/cmake//usr/lib64/cmake/libdeflate//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libdeflate-devel//usr/share/licenses//usr/share/licenses/libdeflate-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:Backports:SLE-15-SP5/standard/5a84ebac091ab4e19c4863df9b8d3c6b-libdeflatecpioxz5x86_64-suse-linuxC source, ASCII textdirectoryASCII textpkgconfig filePPR +Chpˡutf-8dbab089bfa468bd9d7631e6d9c083f971f6151c5749eff688e15b908e765cb04? 7zXZ !t/)Z] crv(vX0 o,{:NNem%U1p%4@@қ{0Y=]v@$޶eH#NgVWxҠᮦ."oO@^GvA[ܟڧLnOAuЀQ!Nub} 艴})I)"/u\l8OѺ)C(O=CBr/U܀U/UcS.e(gZp 75Y`L깾U7ۂȩL*3Z}>M~ZosJAt^ĤOdD8cb_R= ~PR`cPLڹ΢#'co#|D݆FKUN %v[+$14U,׾E#cs)ۼݏ~ 9KFqA4>+ 6#9 DŹ7z'٫ءF[ v\GG=qLv% e(7ڂ@6 %T!$Tp]1kgWNY΢/D:NLܩ~EQBkշ 0dgG.eMfIFW]:_ɑBn3 ..7('#4_svki&>3*ä6Ի}v[/y4D<#OJ(`A[kfKD&h}垜b*%tOd/Ë9OA^ׄhKQu,N H R0+ NA0XD`ܕ#VDsuCL c:Ef])W2ixV؆3  .dy9;| l>zFB(XyAU[ΡgCBɗx6p}BO姀ڕ]AQYew""Gip<В3Pb >x2†LЋ8cPeww8 eN* GĘ3 c ɢ6̵$⤓P.zFqIpfE,9rFph /B=fjߞɲA_J0ϺnBmO`x*Ͳ>˂K>穘;ONKcvBjIsKkN(?Hݑ%S e'%D "4b}qz `q<LexzU蜕P5ꯪ+q{dO:&3Slrwk(}fՄQWja:`[?=V9vg;{~ybOI-.3E&ڠ۾dzÍ`RT_xDŽ\=Sfzbn\u {~PӶΡ7?YfG5Qe,P ~c\ xP)nMJzOA51D]Mbpt!mE ;r!(mzZ*tIZ GP&#M%BĀr-8}ܤ4("r&@ʷetR)/׉; N?"4Dޢ- :6sfgFy @}CF DЏibogrl֫Z?Nduš|>>{7"E,$VH$* ӷj(k[H髩RY3?5T٫V7Oa ۫ M_;5|)ME|n67M1$ƌ bMxy` s2;ӕUc}cP|po?_6_ۺvK`/GHPI֪@8(qKtQghAJ?}&zX9yK C9Ab].PSxofsRU%9Q1 {Bw.{tiͱ1Y;Y07 FEpY$O}Q2hI^yqiۍ0;G8)u rAWH>.͟팑'QZ"Ew_S%-;rn#%r`XvvZZR^>[>/&We=P7*` :^|4Ozvz+DIKPS NHGq\&NdW}Owib$UOޜRy#U9b:s:j92߿?=z28|2jMRP!^bw_9.hb`[;@j$nlQ:C #'N2xn56x40jPf[ _8Q@_*}v9;Msi*o~ U#+JlL4(pFLF DŽ g\~e|h 0#[6p,3H< tzJz`U =%3Av#9ܗZYh庸/I%aH?倅@}2g@GԐӅ$4j3z;4Ĕs_;lCcZ DtoEQL>$}eGV2z,iDy:`p;=K+u4~uVK>VkÁfVE}$//曦Q~T/Б~؜QXsuX0Q0;ujzA9;4bW# ^  P'CR睴 w;e5ep4u)2S3a~QSw?/Grcv*MTjIcb}a8 ݈ 0Q1[NX Q= ?fmf,C8lSEwۑ$x!OæԒ 9~1~0,d#h}gvٗ5V ÙPЫfe>-Yy-.9i|)p+_2ĹbjgJlU&p].+U nQ5wŮc"IlVNd$iܶ3v\]/5QhKg7,ZuSe ]Es^pR<`K s0h#~@]4+5u Z݋|s{4J%a 2D/̃e>/bO&2%IK".LNO3[v6WR$biG|DsNA"x88+c|f7N Q- 8V+Ntfjdt̠F̽7 IZ@ERZ靉is;&tEEDo̞zVAttt[*X> U5MiD-v*FCq[wR&9٭51rYP/wrDmzPaOO(^pStb ~՜TMMlBܨbIJ#EYE[DF(7[rh&2*'(eG&N x:lCblX"ϰ@n&8 .m8cyTL߁Ϧf*$i銀6YRV0{3«,SSqjg,JѰyn=zQ}g{[)79. 20|Vޣ]yQ mxc 򫴑/`{ĠF@br-Lb*&y~vblA)ue: 7r4/ ݨ~ \}{" ; j|A1̓ ANcrD&|7_o.9>(}󷒄v4<+26xcI8}d|IW*.]Q 1yKBZ PfBr( ]T5O fg.qvde0*59Uz\[xr%?$8I|3$5&ּx(z#C;RzUD@>+d)%[ne A؂/W_CgQ|S4B3sP9'ȓ w4#U{c; ^bNE̥e# y-3yMO V('"C=UٔMIy?h&҇yKUpkVq^;׻tSL$YîѬjHGނGtiSIf(l_vO-|)ZRTh1hTlB'seD|8Ik{Tv*Y9a_Ƨua+A kq`IcH [RGOR>|FxTPZob]Iqv e[[;yr9`G܊]& nToZsmmGX?[ڰb%kc[*}U15up2 ~ Bt^[Yz)0!! F^]\|ׇ`SP^kv ë2]U8":O}0' ~ tEYt_&z-+1t '7)' _ww[]g$l ќ鼜Z%߼XYޘّ̏hD?'D0Dƹj ]jpfc'pKӡgX3mnLːW[Tg7U<(-mW< s9u⾻u?^GM2bµߚte~3@2eTɜ鎽6[7=P" =]FsM)a *o-YF=MpFKGT426,ȂfSTA.zx}e98]j'X5cI8zױ>kԔiY6db'*0 9ܭR7t #9!-RbVEաH!jje~>T@7/V%'oR.Lf/鰋O!p=83>~Y.,;u5cY#_J q^*cG?,96Lo7\du!;P7wٔ;5lW ㉖ -yMX PY$ף$')|G,zUMVm_"vӋB۬b(*Jh@+@ob"u8r5/ nIq?m/ZT +tE3lL*5 ΃!Z[v~J7$6~n9c*ᘫ2QemdB˹w<֜d0`,n/ށޖ bD ;9NӬ㧮: &M䅘-y~a Req{٪R3{έY9פ)ta2Sv3ʥ¢#4F3y O7tw/zW0u`cͪcj_Suxou7GvQDI6UBG_n鱋!ARF{xR~+ u69Yo {ohl4#RB^(#[<׮~wTyH7B7^b͈O7܎;bk#8T SYoԒձv>ҼFm[>D2LC"O_L˹#X WϱP?Ƀ< 8Ph) _22Vhƕ,PApRP&E,`N|-`Sp7 wviK0SN*mC3x1$þɣ$sXr y*w *;4ĵ `GR[oՋ։g W^-o^ٷ,O9\/Db!ܺXu"(US^'%zP׿(| } 6\f/t$~3"6R\ TNb \2T5hc_w$SKVvw-e-ͻ];H~Ի!^kMTP5/ILx>%dlu H.m"UĤ}: $0KafA,fF%4 \{j`6+8|Y&n΂bmC`uVKa%V3.|)hPDBL Z+AT=t,t=Z"ǻJHԢjPWcp=Ma APa Kh*wǙm3/t x#ȥv86?Z;eyss]r9ql93fgIԡiq$ؿdTk cs@6.mip4Ly6kg(Ǻ*9vY ]|~gV%TQ48EXܜ {Mqܷa)fK%3z~SY, e ꮜn1^.cL&;Q8p3GcH{&1֨P˘+ x%v2waIEA +Ruz4l w@e A Z(TeyΚi^ 6+FNYBz#4ɱԢCS5*\]#UP')-e46sc"R규_SL^,_ f I$-5q^j?'p03`FjŐDiYH]X yTWHRdem(%'eyԓ[7/+UTLK8dq\DOYs 9ۙ.t!3c~=05[b8ڣZ¡2v8*;L[ig_t?FGCymMM?FILx/CEew,qb]TL+.5O Y? ~ h7 MppA&\pSP9ibI ތLxwUD#^8P D)?L vwʽL*4Nx~t ]y8f¥ 2zbѯU g_y~ޑ?0w)цmSЉ N) kKך_p0S^Zαm v2lEj7|9V#u?:N0rMЊG FsX:WQN |Z~休|qa +^MK`iNAx&rVFrl4{̉M.f0i;. t {l]0ͤ94`&~_\Rj6r teq=rD30 :9WtMvt9(݁%x>RA^OV'pA4Ui&LIe*0[{|&?4[li%! T|>_ MBn_{97 )I\HgQ~8G]jg]a][wͶ"3Q;v{Lo)~b\f1 G߻qȡ{ǠF8pਗ+4w޽$$4tJJQJaܷq`r>ׯ@φRJ0IrMBx/ Ri5&tF5</Е'{|2 $S˧}`8$`U՚=HdIb]I<VIpu"Cs:ҭm])a2FLuw8@zz 6ٴbVJ_.¼{2Y\ ыv}M :]?DyuYeY̓k^[dmmP(->/U918W[u|uHQ(CV䣚W7Ӊwi&R0uInҡ$Da5+c'?r^X~V 5|dO!P#&]?٫2ȳ<sGyԸ=L⧳G_]L#F4(ZFq!_kƹr4>c N\Hݗ ns-hRgdzwW >[>ST06w_传"Lt yf Zڡxԓa#A .;3!%|< |Uۓbr#\ wLWZBFQYZMfxA*'UNۅ l7!O\A&,(|XO᫱j23S Y YZ