libdeflate-tools-1.17-bp155.1.5 >  A dkJI%z 3!Aɇ"н6ŨM3.y,iK#F+̬csd|O̖͝-}NiiV%_g+.yP;'<^Qdq/{KWd¬4AJ)Ϳ :>n,ǠEo5&PCPC5 I8[R@sky(J-jXkOdXTbBQGEo⤺Pah˻74"ׂ2a^Qm >e-Q4,>3%>+ۖFKkR7xfX~,9D׆+_Ϊp^ ^( Qev> 2Ú=td I(vԱh!1a :pH@-_,ʰ"ˁls9q ز+2sjkkTʱ&獡ç-g?C:rF-Ӻ/~1W}: UGn;.b3ɪsKee90997f6006fd70ed3d82c56f1805159e251fa7a948213d01bdcc659136ac1a25c15848a12c729d7580e28da639b84a1c3020f2?|dkJI%z _]H)AVZeyBPДZ5-GFsfGpE v̅F5_Ws!lwn};6d&{i^iVy;ҶZFwގ=Wӏ'ixHS<6е3KcQMM eX"b` |+w%/_7#W MOX<':W4h^&꫃p܄]K<=tlz ʼny:Mi@"}zJ}_5C5*8xWFf !@zqme ڎf|&8<|j{l 9i}) "xžxr}p>?d " ; DJT\ ` d l  4 d  (8 9 :j FGHIXY\ ]^6b@cdUeZf]l_utv|wHxPyXzxClibdeflate-tools1.17bp155.1.5File compression utilityA gzip implementation that uses libdeflate which is significantly faster than the GNU gzip implementation (+72-187%).dkJ|sheep87XSUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://github.com/ebiggers/libdeflatelinuxx86_64XdkJ{dkJ{1e8579fb8bbc8117beed763749773d5d771c920a934e9ea4b34aac803025c5d7libdeflate-gziprootrootrootrootlibdeflate-1.17-bp155.1.5.src.rpmlibdeflate-toolslibdeflate-tools(x86-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libdeflate.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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 16847530201.17-bp155.1.51.17-bp155.1.5libdeflate-gunziplibdeflate-gzip/usr/bin/-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-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ab491185565dd6ec906212244950d8725f0e60b7, for GNU/Linux 3.2.0, strippedRRRRRRRR +Chpˡutf-8becdbdc41539ba7af25f859814cb4ab7eda37588e824abb4ce658e0d4d28bcfd? 7zXZ !t/ZO J] cr$x#HEɘzM8 JgIfD֒ۊZ$w2C}2ouN}842EJ$pNƀt [@zĜiyD1tF顅Jϐ=8Bc:-dd=8^7U̡P_u ~\͆ + v&i"$Ԋc%[c חd@wdD:sJPX_&'s*죺Ot# f]Jr#} k>5=ГO*WL;%kĂ,7(?:V6yLY= l#Y\" :Hu߆ٚ}!8L 3!-_*15 7°FЙf4wKsILM赚Xy-cW>sVL3)8~VWw95ҒݗCqvCpbQ`0|HXce6܆[z1g޵\h}><4^CZ5s˨ :CZAmh^#4dHeGY5&ӣ'?70BRXꎑu{o.OeKט%P3 KK{*Z4+gA;[@+Ї:+M 8Avq]OǐPl"%ljTg_ϪPtMC(#2BL:-bЊٝl4' !~@ٯb]tԱhc]_d^E @S٫Q庉\8vAZ>\j26i::ȂR~uj8gqsAԄ#Z"d@` R"(i F~qtnzqOAUf!q.1 d6ݤ)J#P 1.XDD\fToQĂ$̀͸yb>4Y/#>aVfGh;}cb5!'2>BN Qlꨈ0 //s!6,= HOl#46WP3CelM{epu,O2pM]\H=faW;4`w#>~9(~]wL⺡F?'klsb F܂ .r3X4I4ogMr֚Gzw3ըWpuǍ9BH =ȍWZRƦ18%!:^Mɡ1eV-⬋`Y$C-OW"lajUB~G4@ UvZ:2Q05Mp)ȍZ!Ѝ/L:A( uܳ+FU_TCRlN.z쇋nEU/#(,ߧ?R)ǘpLId 5Ꮳqz|Ko$F#:'2C IN G7#6|oCX{+'CCtw=-Q==Q|껪)R'3beE hbIml} A; y_C =mGk,$__% Ll6a觓?#*0i\9ٖҩqY*$9L zEYKyf;,NקBuUFPJ$-4ދ2t3)b֬`<Ejϰ.ހ/ld!px%w:D#w`jM>:_FK}24x7%XqgHs_ *XI8f]4T'1s,/M4YcsSiB ס o;Kk'vU;5<ߐH_1IVC{d 'Z*RDv]oƉW?b?VQ _GD/ yE-}ۢRW&*/ 935"b IH@K1dH[l O.Hz UAz7sL}?9Qv1[Y%M˂h@t=4C/ʫa佀qlZv ۼδLVǼItțv\!$^X)uDɸ$U8'm$v?^}{| * zr&"#η9%\ ϲŸ^^ ܺ?P]v Nq>u/4{5(whIV(G*nTd8;A28qƿI|\s*Vc˨D}3@k8Vfһ ?EFEqx\/_fT4B rceJh9 =اs<SIm>g2EbTq-Q0? #5>sNB!f VozY]dxI7i_r:M b^ SclIHYC)[ vF+ Rs$_u/:f;9#>#.j:l "B`!0RD=9 @JV 5kwxݒOGcJs(H*t(Ax "/Y<#H^X%=P뢙L;7Lm.VbxfyԬ`7 -Ii% =:ن:/_$["ϔD7 aд\O'g[ \b[!1zp+MJàWO}`#M{c"1j2/.=o*q3C~Mk%%y&EJ.+()Wp0~qGBG%8‡-RsևXG"GW:uFPmapYUJ!*ه%]zp9)/AV23*qCiM\_QJ+ b㌗B}폸u^=SrOQuJ'$WFC 2+}fJܛ^`QC ĥFjߠR/<#ʇe;WCk2CZOcKf,XA׍(ڌO qd 9Tve[}DLHv_ hAρf,iݠb1iD;V=O+H9F$' eK =SG€DTJ</RTDZ+ְI07WQkZ%Gf"ORu3t*OX '&Yl؃|RtyzUω2yF@-fR^U't*d Jg\~^Ź1|cESJGQEhkP) QzbqVKX 8(ڊkؾqp4s$+Ar/L֧ZtGgdr'i sAhvIR&]{C!?.S DLa$N*ƚ;ཏ\J_+8tdyP8LxF:S4z@Dg,nFUoSeLjRza!$G*9C&:lWа$|U E)/^6QX/ى eIq'/YDl5!_8X 3r ;?>=c 醣5żfD"Z|۵| t\ {jUwt‘4ƨ6+!Wy0ūo@y@_a̿67*7dg|=` X'Ws|v`sL"R?S'qv{No)A *&fS ј(GT;NV"=/[Q>(HAQ,4H޽dNfߜc9/L%(@ }Qۣ)Ȃ*\)>@M1tw,{?CUW{2 5oM!~+?o=(~Ug̛(5 V.<Ԏ !uZ0If:j(ke])4JuE!l)-b oڋ JZC z>lXdBkbҴ@ ! qt1LUc @`~@bʗݴoڗ_ڰG|YA-vE ]PJM.="OrI9[I|*pf46 UNX T461qJz԰?8RV`[s@޸g@ײ"\0YEt7) XPoȚ{v K-bAo  mBJ _LaeKYIߕ4E^; mj {ZgOn]2J0tIt)mna+5W4?@eT!lz-& qWp [/"gQ- ԜWTG]PߐH5%%fU\&@ |^TO6G2&/2.d6MG-~B mȄƅU~m]$3p:b0Lb4mӄM[1 P5J]FᕯKt!dzc㭺.=P2$nTS>puS;\Fo5-@ g6]~º`3jC