libdeflate-devel-1.17-bp155.1.5 >  A dkPSI%z %u4bCْ HxCj%Xh!X%m\ʟ8ypY\&2C|F;]͢ ģi9 :TWc Jd4*YJ9͉R_ϖ5 z=@6qx|[Hr@\ k0”mC=Db"/),\hV 뇗u·l  dF 62>$VnCGSqI4|Q~5jy?+l1Fߏix8f(Ȱ\.}=J<'LpxU/4D`P5|ϷQ4X? OrS?9{;TjT0` P+f6޸ܦ~?_Yذ(Y]Gؑn-s(`'F@&D ?X)"޳x%~Q"N{ axSRiumSS x75f00ce938837fa6025ebdfe84e9c73c2f333d0a41002e396e46dc89cc36a1b217747b8685425e5d8f4ac3dcd450bcf5b08294a9L܉dkPSI%z D.w DY ;gXk ӍFObi\ /Vaeㅽ 9Aɽ2v;-(mܧ&UM/MDYY=E}:%?r1izt({ʂ4tJI67IGm8^O:hjhh>MGܯ _m2-VDEUH6t@@q1\_fwMq:o1?M|/zիi1fk{afÊ^+ EϬ #@Kb4) 4ۤ[:ImUfْ>p>8?(d " C %LR\            D   d|(!8( 9T : FG, H\ I XY\ ] ^ bcgdeflu v w\ x yz$Clibdeflate-devel1.17bp155.1.5Development files for libdeflateThe libdeflate-devel package contains libraries and header files for developing applications that use libdeflate.dkPKobs-arm-11SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://github.com/ebiggers/libdeflatelinuxaarch64='%A큤A큤A큤cöqdkPJdkPGdkPGdkPGdkPGdkPJdkPGdkPKcöqdkPKcöq92f77df7c091f2ce5ddbf4ce5dcb000dcc7df63ffdf5109106c6fd60f8b1853443931c786af94e5b1adfffe66d0f26cd2ed7e7d44f386a0906e6bcb44e9248ed86c612bf98323056c0ec3b2c934aeb6bc20e025d45fbdd5e8c197d70d2606f35955b53b43b6e7b9c5649f390bac4f9c974606dd66ba8360002eb59d575f1533e6b3556ff47657e4ea0835012b0d82ff585c091cfc26f7a4784eb20855d31f5d8009d8a41d9cba42b9b334d5cba535383f766f91dfac73456819f062d5b586835a602d37632d10cf2af1f41ada8bcd4d6bd608e071db908056e7dced7d61c54255d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40felibdeflate.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibdeflate-1.17-bp155.1.5.src.rpmcmake(libdeflate)libdeflate-devellibdeflate-devel(aarch-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.obs-arm-11 1684754507 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-libdeflatecpioxz5aarch64-suse-linuxC source, ASCII textdirectoryASCII textpkgconfig filePPRA4v Eutf-8b7f6f64003278596a6dd58c4a7640b4cc4895012f27b98a9c97993ffc9b5bf9e? 7zXZ !t/)Y] 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|DsNDYr]3 l8 į(# ħ3:36'de y,]nQ6i7j IE2"wpIWsނ s JS Qq˯YCz?ۏJB=dlXob>ΫLVvCW*^q6==[ŗ+gېPMat!q6*.\KQ.q*B@0dnRо!tDpۆ Ȉ{^e0A%sy [ckAPwІxF!=#'pm`By ޛE1ƖE+ep!Ы"dWj)= LՎwBy.l.,,Dv\1g j$섙n>L@yBIr(%kU6IFQJFs) b M]c\c-b}3{4qI K;0tT*NGAT8GncxCd9Xœ>#`9ʎw̔k\{ې~J,}G *iCA#E>tD`?b\zLR7(/M <3N=J+$Sֿ6 @U5kpKy8YHLHX[ |FЄs@PDȱi!D(lCkFQ tQgVA觟̔-2y7s |a#psIy!Of}7 Ttis0hԹsP^iLzijNy+ эi操ΒJ?4Gwxp<@@Wtt 0ExlNkl1>msމg쁺8bM;< !ՠHHpXCՁ1$M x{^͝ܩȴR \e#ey5D~*Z~r ,#IHծ2-?'IJnӝMIX72yu]n?d#c㼌'Y;ei\-;Gb愠~)FBx .##2Eھ&K.&nأ"F:˅ː9^ A=nyelrA+yCf7w7.#p &7{ 611WvGexCO5Yp2S h #]Ă_,=PHYY~²q3~"yb[wFzP┮%K ^9XK^:A>߿ߏw26JUIU!iz= &"xPVYoPR*.o(b52Vld ܎6@i*꟣w检u{9cFD(B!{KUV߲Sp-EIMnO/j-~_R`ͅ!^ KDbG:뫦ۥ^-6?(FVdruVEhJj~(b ˍIUYA-ʟ3>a߄Ѿ Ouʁ- g&Is`$F]Nn@d>LOK҆Ebc&A x]QA-c gĆ"Z>ҧ $~)bd=` `x G iw?q援{\&cں5JwJ.-]:?U{do$`g YX#ן%SG/jyɌRI|$5YJĐ_B@'}9(eG2sMT O0wRz%^!%)0VaȢP:)jw{>w>dtvz#l!"1_wdt˲ |#سHt.\>PIr/rqdSu]ˍ9bnm&5MBT{^C ڹ0h_P._J>u\P9(3TGǫFs^>썋a&-7PaRH;HsOC;BME )z"R0[!M2/mhK͆Iٍ >G GP@"yܡ*#T=XJsPJ5+v2`1]Dǽr]`Dߒ^I:ވFΈ)w2td)V#@!~Jn1jk75ĆP?mXRɉQ D7Ip1Jzjv9"bCg8%L]p\^M|U=mi$$Bs?v5`(\[ž˯XQ1 =5ӟن#0ҍ|l<" Zj05! uk.{^3ޅA8\x"6!zSvAtӲ·} }ԈYbIa,IkЫuOa`Y;U`Y1Ϳ.J:2kћ7fʿ6<RŪ d5%1vN/`@%OmϜ_ 1 #ff_м 3OMEX @?!QgKX L|ỳx&|UP@|PW78+ 󖗱xv<a#]gP"ΖNXI0(ז7t_ LOZPNHV'4m ޢcƚ!$'/q8Xc4O qq0:ߏB:t9f#mU\P-vŌkhp+_:<=†6 @2_3/Klc7on٠j/4jvU^ h$(F: 4p dHZMi+.Q35$y\ 74#T0^Ff `B $>sh >e`1٣29_j i+BKt-0\|fH]TtVvʴWA8FsN|Vb.pDՍSOTI\MU 3"L{f!O+0 bSgkhMN91u3WCd/%8ÊƋ$+z|m0Mg./2j&$Ծ"Oh/ʤIe '4đ +-c&o.7!{aVz4y4p [5Zd(eB&6s4*Y._z*:)_TuDx#Y;-5LvMW ܗ:iߩ~2 =NNH6/ KjirfDzk h|{CƝ̽wVjNLD2Q쪵<`[<ɠv[ )vq25hj=2JB54AQ6shz 4UJo+UuDxa0kDU&4<閩O[ĕȊt!2/J͗:,j)~Y9y0hG5u}|QV>84-q&SMh& T^uP=5"ޝȞ,l@7Ք\WRQGI"~'U6&a'M5ו:"Hu(-G[\-фEP& ~[gZ'WV_;M~)rmtޤMbPa#ܒ}űq䶋\]%] \ѭQw% 8&p }O93fJ:ף^\+lC*DJKKm3a-#On94dhTV TTL59)NiEA 'Aٴ%_ v"_p"7Wc)IGo>6GNa.K<ϬlA?Ag₱g1O)-y>Oh:(ހYtVZG! D"Lx4!S$,uRVDD, vэ` JL-Dչ^sԎep '$<šd~獌ƨ}U _8*\d"yx>8&D0t]4!+@*ٱ+ +!r; q3DME"#E F.hM%?ޱIJ* 儠E){͙Q>9hnYkQ)aNR\>9wjBw'XXl=}Sy-߶ YZ