libdeflate-devel-1.17-bp155.1.5 >  A dkII%z nUS"|׭V!?-qx^ʏL%fƚ~T\gĿkQdX]O0(z`񗚘eI_̥O^EҘYsAv1G4Y j_AҒ)0vM{H)zҥn]RHtpȣ [lSF&2Z4^79028ab80d3ec0f083806343bf6a6f6fbcb54ad4c3c7df20825746c4d22fcc184e8cabcc120289758e4c29a015907b89cf2cde4aLdkII%z qUȠNM(dJTB}a/9ӚidQ%#jYfbA!. LΫޭ2 YTD1W~PslORdY8hpu ˭ ś3d{J=&)X; Ų:$0R}| ؅vUR?""̿`Xj vB#5T0#b4Rǔɗ'ܽy81oS<޿qaU`'/`qI|w|rM>9Umc{CVmEJN]Rjd\9ı^HjZf]lk ǜMk3MyASS=":%c3S̆ŷpo`L(?}[!g`U"V)'ȓU`6"go]h|OACvcbke\몢M/ucBa̯ b wxfA\mro6EIx6/>p>@?0d " C )PV`            H   h(%8, 9X : FG4 Hd I XY\ ] ^ bcodeflu v(wd x yz,Clibdeflate-devel1.17bp155.1.5Development files for libdeflateThe libdeflate-devel package contains libraries and header files for developing applications that use libdeflate.dkIobs-power9-10SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://github.com/ebiggers/libdeflatelinuxppc64le='%A큤A큤A큤cöqdkI}dkIwdkIwdkIxdkIxdkI}dkIwdkIcöqdkIcöq92f77df7c091f2ce5ddbf4ce5dcb000dcc7df63ffdf5109106c6fd60f8b1853443931c786af94e5b1adfffe66d0f26cd2ed7e7d44f386a0906e6bcb44e9248ed86c612bf98323056c0ec3b2c934aeb6bc20e025d45fbdd5e8c197d70d2606f35955b53b43b6e7b9c5649f390bac4f9c974606dd66ba8360002eb59d575f1533e6b3556ff47657e4ea0835012b0d82ff585c091cfc26f7a4784eb20855d31f5d8009d8a41d9cba42b9b334d5cba535383f766f91dfac73456819f062d5b586835a602d37632d10cf2af1f41ada8bcd4d6bd608e071db908056e7dced7d61c54255d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40felibdeflate.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibdeflate-1.17-bp155.1.5.src.rpmcmake(libdeflate)libdeflate-devellibdeflate-devel(ppc-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-power9-10 1684752767 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-libdeflatecpioxz5ppc64le-suse-linuxC source, ASCII textdirectoryASCII textpkgconfig filePPR%&L29Futf-85d5262cbe2447a6823f57a150a052c7ec385c2fee16a680365d5d8d27ae07f14? 7zXZ !t/)b] 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|DsNĊ ɶ(duî6m8PU8&_;A^V* BxM]p{٧K iXųITǨ|xݖK?zEt]s W%|/%FWrh>~x$,2&zmBa>65>9Tb8b[RIe4 A Y2c#<}ʳVfc;\0d>Nj֯9$ogIj*Z6sB[ F*i~Fye"ĥ/B[` \CQ(^rCe ~"In^#nioyo;A'r.WM F}L\6[zJd,P?qđq 7i)W3JCi;# ܀=aڦWJ ]BcL9[1@ B_}E%E-^F6ЬrA7wBI)o[[UR8#O(|qRnݸTs #2 F |F:w_JDqGXj 6Yq 2P9oڮY1D c=4ui"2BHFj<5`q4 Hpy '(1 Ngg r|(͊JRwAw+%CzQY>qͭQg՟6oLAi E0b*lwipJJYxCʖ! ?1po;LfmߦjS[$EW9ݍRxתE@ )Xw gIН!\R5.qcz:$DpPRqvb^s!,zi4_J7ܔ{9jlR)r EieԔ-Fw괘^@t ;75 dϩ$Tg*q^*! ڪQH@lԈ{->=5㥰s²O&. JM{=//ίiO.5 n]}Tsz0{ QƔR{˔K}\ѩjV5զ=j}'п 9+orC 0D"״oFk?Z񙞟=NJJ;%Ux\DD&&zZezkD Qb~9s4q^lfa}e+@g[Dc G7i%iX>sovQb=X%ǷkYɣ(*rW5Z¯^ȋܟtX3oү\`}KN^TM$^Sجz$T;4^b };  W)[U/N [SL5u]pu67'VF=`rKQE {c?2*ȣe}P2ZaȜ u "kkSL`q /?nUQl|'KpLĈfe*%JȖeF?9$>Pmuz;#X 3bHƤdKlyXKus!m!pJKu^L 5ϾI%+0;6lS#/I/)ܚȊde?8MKr1X1,|IV? iaґ#* x "mCP^yN|ֿ.N42$TTBSmKUa\S+' ~n|#bRD5GbX:jCbgH<=|^jo~x3|K>;C- g(3D4 ECׄTW,)Қl #=&owhzU˪aP&`"'na Ym-˕)Wy>9u1R9\8qtF%8GY4tx:7;Yu:K oU8jW#6G sj[RuOh;)O(:H +^WQ,^BȉW:[T—Ѡ֣ GqZ|)[!I9.kW9M1K殜)3,溹omNSoìVAyQ,2ۄQlNS֨*l`^]T/xɷGO,R`"J%7~/SۮS0<q:b¾HޝX2FT)bfT)Pۏ =bs=Hj,!sl 50PQҷp1PL;cfQ(U8MM"&l>䛣n/~xHrz.s_簽1 rLjVVj{nmTE !ʩʬMY뻉cߍ`.sգQӡ iiT7K#垣6ttg56 Z,×%#[xE@]g7yΊ>ѓ@pjLN11s f< |8?nN:] 7Jݑר] oAtO]W;xڀ8z[1׺څt1d\WckQQaR uG"VpndN2Zwl|zU3{ڪ) ‰ɗ $V+-lFᯑ0Ch8R>խƊFwoYpYqaU߮pjM KtIu{ v\ %F;5+4~wQUk3_ȶX6:IV.8뢁*EW%5z9ʣ/S#TrtJx΅bs_>,RUt4dmj"ř%$@}4_+U9 6`;ZcV>$13^;kfr&3oK7?: i7FWW 1XH`|^ıE4Zz>2S/I@YGAm\1CwqEm[䛐ֺn nNB?A8[b#:o`|czH0 rty5U#ِΦk; wxj.{v0HRf>' YwmgR9)WkY^h?Jxqf0gX[ d",Cٮ{CФ&n"d(CwC|+Gj ݱbk&?wl}`K㹞'xqeӨ~e!Qrǹ &@檯'h8[m!HlMv!>>)ՌM<k]}N3 =d"ˈT{hDWI,XJy$VeSGvu0233P jk-/pr?R[5n |.?y-ucϾ~XdTI:k-\ ?٢BOh;/;u!2:; Y%=)*P,KI"*+=r%oeXdYƎ9+bӝ#@He !˾/1>ȃz}6^+o"+ |N$ҚaU+E gd}CJ2GNh6tK=n 6e) 3X%M]MjLb>Y`SR9س*N Y -^0<^6.Oq7'WSHqSt N1ZSDX唟ަ&Bd 8M7\n:+|m׃ ۩\Go } zwI.[ߖjUo`;lR+켒@/+tuЃDIRfFo[E/؆?Cρ=f9]=P5mxMXǷ_KI̸IMm52-;y{#<[X5aiEME:ꢦO=fyv)ԥR=tb BDq]Lsw");s&4j2,' }`PH0iH^Ƴ"}e*!= ?dogw$kW>hpiȦ *R㗢(KtNn{4-FߝҌggN>Eqdw*KDu1TfdIhxRWE/p!*mi,?JT&CuTP{5u/[Iμ7T>gD^͗m{!s(d|[]Tgʢ>1tM}RΘ$o{Xl}A \HWVyHƙ=ihߞc{hp3#u{BAD:n/YHl_a$cGicřSmISd5tuҊB<C>kzYU5cnϥI])4>Hj=5ɀq;\w;&~\8^M6Zğ]Řh⾂ncW m z(ܭʺA3A8e_Zx $qHNrE؈=/ݔ% l:77+gD@Ua֡ :#r)J#k9|X;ZZ= ZNJB K0QNV vS{[/Z' Y7p{j \^.Q^ź!H \ɱ@&<9oC 2L|("_6zv5 rn,9uv[G*ƹoEZQMRgС9TG%i?tKWrNV#0Nw۬->]*K7 1JKs֗Lb}Ow5M.,{=*%t^r8z yB'"{A,FJ!(:\\DyCɔOICOn/Y8k5/gSpLL ILUAZK;w!6+[Qb^[B|4-=gQǀ"?nUzNإ#7;:| ZhWWhXo yf{K31tp{qtxx6Ab@gڵ(^U #|X"W fG jXgHehw1](`djVsx8 Ӛrcs"܇?oPJV'I0ɠ2ǵ>7sdo у7FfA^)@.]n!trߕ89$v2%DqR\?)>MiX-x(G3wXdoRT܎1S< YZ