libzstd-devel-1.4.4-bp151.4.6.1<>,J ^0m_!M@eee~?k~xB6aL{] 2@>$5{J66f޺E2ua9e:)˅@ p!5^ꦾ{$ S(&ۄb.(R:$GI# g#VJރ"PO\UӈRH2EAVk P"R}8&zvdg|V|o;g`oqMeKm:~(nuFܣircS%Mm-_OѵXoB cXr>>6,?6d " U$(AJh        <     D q  8(89X:F1G2 H2, I2P X2\Y2h\2 ]2 ^3b3yc4d4e4f4l4u4 v5w5l x5 y5z55556Clibzstd-devel1.4.4bp151.4.6.1Development files for the Zstd compression libraryZstd, short for Zstandard, is a lossless compression algorithm, targeting faster compression than zlib at comparable ratios. Needed for compiling programs that link with the library.^0m_obs-power9-07SUSE Linux Enterprise 15openSUSEBSD-3-Clause AND GPL-2.0-onlyhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/facebook/zstdlinuxppc64le,C3ԤFA큤^0mA^0mA^0mA^0mA^0mA^0mA^0m^]e]eef3a757a2ee6a98085ecb600cc71b6ec406d5359ab022537f44a332a185d7948e5a37a4d47240cac999b7eb4264114d08a78ac79698c9e90e68bc4d34549e1941b5264db778062bd3786ff938f226f89e90bb2fcf70e463d806bef9ce5db3cb269cb24d5fa4d9564a06cb238001d94c5f9c2c1ba9e1128ea280c389b4877b918724346f32ec4363c95d1ae3d9198a006ac99c1c35c17f22ddd97f12d10977381f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d7825052c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0blibzstd.so.1.4.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootzstd-1.4.4-bp151.4.6.1.src.rpmlibzstd-devellibzstd-devel(ppc-64)pkgconfig(libzstd)@    /usr/bin/pkg-configglibc-devellibzstd1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.43.0.4-14.6.0-14.0-15.2-14.14.1]d@][]@1@]:@]5@]'$]@\@\\@\0@[^[;e@["X["X[@ZZxG@Z;@YY@XXGXD@XkW@Ismail Dönmez Ismail Dönmez Bernhard Wiedemann Bernhard Wiedemann Martin Pluskal Dominique Leuenberger Ismail Dönmez Jan Engelhardt Martin Liška Jan Engelhardt astieger@suse.comastieger@suse.comastieger@suse.comsweet_f_a@gmx.desweet_f_a@gmx.dekukuk@suse.deidonmez@suse.comdsterba@suse.czidonmez@suse.comastieger@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comjengelh@inai.debwiedemann@suse.com- Update to version 1.4.4 * perf: Improved decompression speed, by > 10% * perf: Better compression speed when re-using a context * perf: Fix compression ratio when compressing large files with small dictionary * perf: zstd reference encoder can generate RLE blocks * perf: minor generic speed optimization * api: new ability to extract sequences from the parser for analysis * api: fixed decoding of magic-less frames * api: fixed ZSTD_initCStream_advanced() performance with fast modes * cli: Named pipes support * cli: short tar's extension support * cli: command --output-dir-flat=DIE , generates target files into requested directory * cli: commands --stream-size=# and --size-hint=# * cli: command --exclude-compressed * cli: faster -t test mode * cli: improved some error messages * cli: fix rare deadlock condition within dictionary builder * misc: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2, ZSTD_CDict, function deprecation, zstd format * misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro - Refresh pzstd.1.patch- Update to version 1.4.3 * bug: Fix Dictionary Compression Ratio Regression (#1709) * bug: Fix Buffer Overflow in v0.3 Decompression (#1722) * build: Add support for IAR C/C++ Compiler for Arm (#1705) * misc: Add NULL pointer check in util.c (#1706)- Add disk _constraints to fix ppc64le build- Update to version 1.4.2: * bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696) * bug: Fix seekable decompression in-memory API by @iburinoc (#1695) * bug: Close minor memory leak in CLI by @LeeYoung624 (#1701) * misc: Validate blocks are smaller than size limit by @vivekmig (#1685) * misc: Restructure source files by @ephiepark (#1679)- Update to version 1.4.1: * bug: Fix data corruption in niche use cases by @terrelln (#1659) * bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595) * bug: Fix out of bounds read by @terrelln (#1590) * perf: Improve decode speed by ~7% @mgrice (#1668) * perf: Slightly improved compression ratio of level 3 and 4 (ZSTD_dfast) by @cyan4973 (#1681) * perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658) * perf: Improve compression ratio for small windowLog by @cyan4973 (#1624) * perf: Faster compression speed in high compression mode for repetitive data by @terrelln (#1635) * api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656) * cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640) * cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631) * cli: Restrict read permissions on destination files by @chungy (#1644) * cli: zstdgrep: handle -f flag by @felixhandte (#1618) * cli: zstdcat: follow symlinks by @vejnar (#1604) * doc: Remove extra size limit on compressed blocks by @felixhandte (#1689) * doc: Fix typo by @yk-tanigawa (#1633) * doc: Improve documentation on streaming buffer sizes by @cyan4973 (#1629) * build: CMake: support building with LZ4 @leeyoung624 (#1626) * build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647) * build: CMake: respect existing uninstall target by @j301scott (#1619) * build: Make: skip multithread tests when built without support by @michaelforney (#1620) * build: Make: Fix examples/ test target by @sjnam (#1603) * build: Meson: rename options out of deprecated namespace by @lzutao (#1665) * build: Meson: fix build by @lzutao (#1602) * build: Visual Studio: don't export symbols in static lib by @scharan (#1650) * build: Visual Studio: fix linking by @absotively (#1639) * build: Fix MinGW-W64 build by @myzhang1029 (#1600) * misc: Expand decodecorpus coverage by @ephiepark (#1664)- Add baselibs.conf: libarchive gained zstd support and provides - 32bit libraries. This means, zstd also needs to provide -32bit libs.- Remove googletest-devel BuildRequires and pzstd-global-gtest.patch because we want zstd in ring0 (due to rpm's zstd payload support) Since googletest is only used in build time (it's for testing after all), this should be fine.- Update description with 1.4.0 statistics.- Use FAT LTO objects in order to provide proper static library (boo#1133297).- Update to new upstream release 1.4.0 * perf: level 1 compression speed was improved by ~6–8% * cli: added --[no-]compress-literals flag to enable or disable literal compression - Reword "real-time" in description by some actual statistics, because 603MB/s (lowest zstd level) is not "real-time" for quite some applications.- zstd 1.3.8: * better decompression speed on large files (+7%) and cold dictionaries (+15%) * slightly better compression ratio at high compression modes * new --rsyncable mode * support decompression of empty frames into NULL (used to be an error) * support ZSTD_CLEVEL environment variable * --no-progress flag, preserving final summary * various CLI fixes * fix race condition in one-pass compression functions that could allow out of bounds write (CVE-2019-11922, boo#1142941)- zstd 1.3.7: * fix ratio for dictionary compression at levels 9 and 10 * add man pages for zstdless and zstdgrep - includes changes from zstd 1.3.6: * faster dictionary builder, also the new default for --train * previous (slower, slightly higher quality) dictionary builder to be selected via --train-cover * Faster dictionary decompression and compression under memory limits with many dictionaries used simultaneously * New command --adapt for compressed network piping of data adjusted to the perceived network conditions - drop zstd-1.3.5-fix-list-stdin.patch, upstream - switch from git tag snaphshot to bootstrapped tarball- update to 1.3.5: * much faster dictionary compression * small quality improvement for dictionary generation * slightly improved performance at high compression levels * automatic memory release for long duration contexts * fix overlapLog can be manually set * fix decoding invalid lz4 frames * fix performance degradation for dictionary compression when using advanced API - add zstd-1.3.5-fix-list-stdin.patch to avoid test issues with - -list when stdin is not a tty, patch from upstream - disable failing pzstd tests- fix pzstd tests - add pzstd-global-gtest.patch- enable pzstd (parallel zstd) - add pzstd.1.patch, taken from Fedora package (git 21908004)- Use %license instead of %doc [bsc#1082318]- Update to 1.3.4 * perf: faster speed (especially decoding speed) on recent cpus (haswell+) * perf: much better performance associating --long with multi-threading * perf: better compression at levels 13-15 * cli : asynchronous compression by default, for faster experience (use --single-thread for former behavior) * cli : smoother status report in multi-threading mode * cli : added command --fast=#, for faster compression modes * cli : fix crash when not overwriting existing files * api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode * api : compression levels can be negative, for even more speed * api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime * api : ZSTDMT can accept new compression parameters during compression * api : implemented all advanced dictionary decompression prototypes- build the static library (depency for btrfsprogs-static)- Update to 1.3.3 * perf: improved zstd_opt strategy (levels 16-19) * fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen * cli : fix : content size written in header by default * cli : fix : improved LZ4 format support, by @felixhandte * cli : new : hidden command -b -S, to benchmark multiple files and generate one result per file * api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown" * api : fix : support large skippable frames, by @terrelln * api : fix : re-using context could result in suboptimal block size in some corner case scenarios * api : fix : streaming interface was adding a useless 3-bytes null block to small frames- update to 1.3.2: * new long range mode, using --long command * new ability to generate and decode magicless frames * changed maximum nb of threads reduced to 200, to avoid address space exhaustion in 32-bits mode * fix multi-threading compression works with custom allocators * fix ZSTD_sizeof_CStream() was over-evaluating memory usage * fix a rare compression bug when compression generates very large distances and bunch of other conditions (only possible at --ultra -22) * fix 32-bits build can now decode large offsets (levels 21+) * cli added LZ4 frame support by default * cli improved --list output * cli now can split input file for dictionary training, using command -B# * cli new clean operation artefact on Ctrl-C interruption * do not change /dev/null permissions when using command -t with root access * cli fix write file size in header in multiple-files mode * api: added macro ZSTD_COMPRESSBOUND() for static allocation * api: new advanced decompression API * api: sizeof_CCtx() used to over-estimate * build: fix : no-multithread variant compiles without pool.c dependency * build: better compatibility with reproducible builds * license: changed /examples license to BSD + GPLv2 * license: fix a few header files to reflect new license- Update to v1.3.1 * License is now BSD + GPL-2.0 * See https://github.com/facebook/zstd/releases for the complete changelog.- Update to v1.1.4 See https://github.com/facebook/zstd/releases for details. - Drop zstd-lib-no-rebuild.patch- Fix group name for the shared library- Update to version 1.1.1 * New : cli commands -M#, --memory=, --memlimit=, - -memlimit-decompress= to limit allowed memory consumption during decompression * Improved : slightly better compression ratio at --ultra levels * Improved : better memory usage when using streaming compression API * Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section) * Changed : zstd_errors.h is now installed within /include (and replaces errors_public.h) * Fixed : several sanitizer warnings- Update descriptions- initial package version 1.1.0 based on https://pbrady.fedorapeople.org/zstd.specobs-power9-07 1580232031 1.4.4-bp151.4.6.11.4.4-bp151.4.6.11.4.4zbuff.hzdict.hzstd.hzstd_errors.hlibzstd.solibzstd.pclibzstd-develCOPYINGLICENSE/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/licenses//usr/share/licenses/libzstd-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:11886/openSUSE_Backports_SLE-15-SP1_Update/f9ed01f518e3550fd94c1de33575a38d-zstd.openSUSE_Backports_SLE-15-SP1_Updatedrpmxz5ppc64le-suse-linuxC source, ASCII textC source, ASCII text, with very long linespkgconfig filedirectoryASCII textPRt`QC]Yutf-8f1c423d3caf27264695aed9e6c79b0f80a0f8d7069cad1674b4c82a340ad939c? 7zXZ !t/6]"k%AKȨ*ߙiݦb R數vh>,l c=2u#/O2~c*UcӸi2xsV;W>H= bImm17 [gdݦEj;|pZ1 o3=ds u/G_\QuۅʸuE d"Xy|ؼrǻh^N$/6 ծZ)+@$§S ު OU21xǝYOַ>#? 3ki!T9ցa;&no{gblt^ˁ<3. n8}z.!7ƍQύT횷[bƂY#4E_ w)ْFsk սZ1/0#"!.>LS=$v,f7#Ĕ3f]~|KRrI/:=Ho`Z?3+ßMu 9/  B݂y€` ocOj.bKg D@Zk]=kEelVp uA 11yM)AQoCjiI5?`7O}t{k]"qo:(5%Ҩ_Mj Vn8 $/f ʠgiuo޽_2ug$A ym)!_ Y]W;r,blN;%hM+5+NC*Is#]JOEQ =zF%蚍GG#eS<ebbaU/UBL*:,!;>z*L%buCei:ed%|$ &)*1.9wN)ns Ru*..cj?+(!9b>n\ ĸ'4 3k=rOߦ8M*w=zItP ն}{|a=[H`l9cIk? F ws”SN*:)B*+Z`'Q;ۦXߎq#F8,tB%Z ( ,Knb":P-)r> ‡X4+ > `D. :^+#`q`q|cFQUZ1N 7 3єT=A4uo[8Oru&dW>.]؆6#ͨ:Ee!zDIU+{aH_x"\tծ ٙ6cWSBMq)50 /8n+O*M[ E*$> vwOŏl4`M! jvufqD$Mq卻6w\6=_s_zE٘i$hX4 ^RR_=v]$48g$n{bľ zEԟ.KZs<.X@EA1_{޾FX=v XpQ$ +wOE8MB KN9.9v*D]1UR%?A m)hg ri&ĂuΚ.J;\L@G7z, $n`3`y:˼gfc쥍t4Aq\&xhMɀĖ41c߷ vprf).ϫ .yzީ%6q+۞ӽ^|dӲBc-N 618@-vm#4 = ;E|(j[uZYG,2"F:H]_e-s(127{.54NuyW=&cc*CJi%#yV%RbzD btwgt>ä T#kT'“ue$ct}tm/Q^E7i)|Ά8 N Υ l7*e:Om4k(O(EU>3 :8F $P)JǏ"ƨ(eӠ+ Aq&vF,wKupf*NH+ݞ4xo 2{&rεe%-s3Z*g*{JW//d\rOxCȷz@~OA-b4rb֎)Y>oaUnoSrh '<]ŕ(ICvƔ,Ldk"lB* ??_~774!gOL ^88Ş ypN(oˁIw+R0ӡk&ٝxj34jWe c62%d#m#Ȫ[6=*У}=I/w=C=B#\ekݞ22zPO|ly?/1MYHv U'd iëܗ f\ڸky]_}HN,5J6GX޻w9CĉxKق%b4AY'`hTņ ؾ8攨?K g¯#(98mmXe}жTIp~ФKof "",Oxx VU~z[TeCm}@W%_Zgq6 ]YT,Q҇+2;zKل_wxݞ'$+X %)৹wHsa4᝗t0&fXFa.VE~+!\2( rBd,.('asO C>. ;NqFފlqA2Ø!!=$=K:SwPhXp-4ֳJebRzqVbqmqR W0pL=zyMsv_O ]sF-(SRs;2\H]nBHt>g&(.'ƙIl i<ַ%%$o$(ZIɡ-Nܐyno @it.ʈ:ip 3k6|9tO3~"(+6BK$HF9 ⲩ Ocdr>D:a |P+xeAV{A_U629)2"I٪:HETROQ5V{?~@xcXY''>=gk~,ڔ oLJYyH^qI1 oGt߈W^ C˼FhsN5KO"Nhi$^%1=D3xIi*H^.H6O:|k.u7c Zu|]yroq8)oÏ7 4LIE P?E1;> *-H鑬b,1nP~T<*F/M6D2i: n5o+ʑP(tdVeB˘WaĂK;܁~zX PC`Yjm"vxz7 CjmL YZ