czmq-4.1.1-lp151.2.3 >  A \渋/=„?uʒ LDA~ea2aN=7麨u!>刎e|O±fOV-zMO/$9%XL9}[ItSAڧ20 H-ٞu)-c}B jE]e< $t6 ɑ}qy ª^ѻ $Ğ93R2Ca*@:iEtTUAgVKMrZ5728ce81bf2f1608e7c29af3508ecb08963771b5e95188f2cdbf901b86943b490dd11435af982cf25a225b3bd48f490fb3cf869b8\渋/=„u?GVFNϒf\ ^^2@<\ CnĮ~ s Ti~|m*)Z n\[;m@p7|5'm.AcAHyg+sG_4圖pfg7=.%nÁQgpNDzpjJKS @7 CBf'-셋m!ȦE{/Sw% "=8]s\B$/q0EOAUlh>p>?d   7pt|    $ 0    H E (g8p9:@FGHIXY\]^ bLcdPeUfXlZulvxwXxdypzCczmq4.1.1lp151.2.3High-level C binding for ZeroMQCZMQ is a higher-level binding for the ZeroMQ core API.\lamb63jEopenSUSE Leap 15.1openSUSEMPL-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/zeromq/czmqlinuxx86_64(AUA큤\\Z+8d7e7677b4202516b5021fd2c6c01762568243c454e82dd75cb002be746161e91f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5rootrootrootrootrootrootczmq-4.1.1-lp151.2.3.src.rpmczmqczmq(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libczmq.so.4()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z3@ZKt@Y5GXgXXW%U@U@U'UuT}T@Tq@Tq@TXT?@T@mvyskocil@opensuse.orgadam.majer@suse.demvyskocil@opensuse.orgadam.majer@suse.dejengelh@inai.demvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgjengelh@inai.demvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.orgmvyskocil@opensuse.org- Update to 4.1.1, bugfixes: * Fixed #1847 - fix test segfault when no USER env variable exists * Fixed #1848 - fix zsock_resolve when using many thousands of sockets * Fixed #1875 - fix build with GCC 8 * Fixed #1876 - fix crash in zsys_shutdown with libzmq 4.2.4 built with Tweetnacl - A lot of changes in DRAFT apis, see NEWS- Update to 4.1.0 * New STABLE APIs have been added to wrap new libzmq context options: + zsys_set_thread_sched_policy + zsys_set_thread_priority * See https://github.com/zeromq/czmq/releases/tag/v4.1.0 for complete changelog. - Remove patches now in upstream sources: * 0000-gcc7-b651cb47.patch * 0001-gcc7-41866333e.patch- Fix a build with gcc7 - Add: * 0000-gcc7-b651cb47.patch * 0001-gcc7-41866333e.patch- Update to 4.0.2 * Fixed DRAFT zsock_new_*_checked symbols leak * Fixed zsock options could be available at build time but not at runtime. Added runtime check, an error will be printed if the option is not available. * Fixed improved compatibility with Solaris/Illumos * Fixed memory leak when message send fails in internal usage - Update to 4.0.1 * Version 4.0.0 introduced the DRAFT mechanism, but it had a flaw: the internally defined DRAFT symbols were leaking as global in the shared library. This meant that although the API was stable, the ABI could in some cases not be. This has now been fixed using compiler's visibility attribute to avoid this problem.- Update descriptions- Update to 4.0.0 * v4.0.0 breaks API and ABI compatibility with v3.0.2. The ABI version has been bumped to 4. * The v2 API, which have been declared DEPRECATED in v3.0.0 released on 2014/10/15, have now been declared RETIRED and removed from this release. The following classes are gone: zauth_v2, use zauth zbeacon_v2, use zbeacon zctx, use zsock zmonitor_v2, use zmonitor zmutex zproxy_v2, use zproxy zsocket, use zsock zsockopt, use zsock zthread, use zactor * see NEWS file for more details- add 0001-readdir_r-deprecated.patch to fix a build in Tumbleweed- Do not install makecert to workaround the conflict between czmq and mono-devel- Correct License tag to MPL-2.0- Update to 3.0.2 * https://github.com/zeromq/czmq/issues/1021- Update to 3.0.1 * New zsock class that works without contexts, and has smart constructors (create and connect/bind in one step). * New zactor class for multithreaded development, evolved from old zthread attached threads. * New zgossip discovery service. * New zrex class for regular expressions. * New process management functions in zsys. - These V2 classes are deprecated: * zauth (rewritten as actor) * zbeacon (rewritten as actor) * zctx (deprecated) * zmonitor (rewritten as actor) * zmutex (deprecated) * zproxy (rewritten as actor) * zsocket (deprecated by zsock) * zsockopt (deprecated by zsock_option) * zthread (deprecated by zactor)- Update to 3.0.0~git.1422214591.ab92619, bugfixes- Request xz package for rpm, since source is xz archive.- Need libzmq >= 4.2, needed for malamute broker- Update to czmq-3.0.0~git.1420493785.71863a3 * add zlistx/zhashx to provide better API than existing zlist/shash * czmq_selftest is no longer installed * remove internal usage of deprecated zsocket * regenerates zgossip engine/codec using latest zproto * speedup of zsock_send/recv * add move NULL checks, memory leak fixes and so- Update to czmq-3.0.0~git.1415022110.59a4f16 * add zclock_usecs at least- Update to rc version of 3.0.0 3.0.0~git.1413364181.4d79b31- Initial packaging of czmq for openSUSElamb63 15450733684.1.1-lp151.2.34.1.1-lp151.2.3zmakecertczmqLICENSE/usr/bin//usr/share/doc/packages//usr/share/doc/packages/czmq/-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:Leap:15.1/standard/abbe1b9da82fc7b39ebdcf7663bb7033-czmqcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=dd2cc866795c6ae21281c941499330f201a07008, strippeddirectoryASCII textRRRRRRn!aAW1`k"ZȠqutf-887a150caba22f9a73d47949bbc1461443abba98ebe962c9a314c81736cdee941? 7zXZ !t/lgm] crv9u:H?{BϠ7X |Jߚpхoi=k)Mg]= '&pKƔPii^gcuߓ5qXqfi91d L/ž嘃9o.Du ѻjJnU ?q۔z1D\UCf1vpDTgtA2hotr|@n0P]ėZ'o|e5`dl($YBe4ngݰlswPq難-g,@(+ o.rMDwHܼH4!]FG%q6u^шj1dbam=M!DT !TyC}B;-U!rrŪo /ib߀0-&`ͻEi>9WVsD}Dh=)Aˑa@8 sv@G!DGK"D} g L0=2`곣LUdQ9|z׊THyjVLE\抺C~x#CNd(k>%" 'wl8-p#@W*#jtvF&\Yh scg<91UX<#A4oLܘX{lwF4G]}MJa{VѪb=z ]t^cl=xr1QCBEu .[C5)}mA+ΓCw2@kPJ7Cf\ wW]LUUósbүV4L+"fEo~}2fܒ*S]z;D&M#[lxR^ y&PxywRW8_+ (gJ E$BzPRAN,9M"VxQ%tM %p"FxoѶj(ܳ@Z^:n{.ZQܟ}WR9f̑ԍi+=/;Em`fJޣMeウ.}npndeh !ϱwyߚ:= n&AdYc4[O22LGp `N͚M%,b[dR'a~!VE%BXBR}hS~<+ b:8il #ybqqjY6k NֱI f$$[F}SYPΜ']H%D2-5JŖNfPfY5YDў鄚ȧyR 8َ0$iRK bh^2ҷ׺8'{U~WE[VSN{/4^mj.ZTAM yVVẗ́jWYĭ+|f[B#wyi<}#={ _:GDFEHGz8Ia}QsG :idnTǣe1+yiaAJ ~2$ʬ9m`X*cSk1+lx5F"Qntu.QԹX*ޏKxAByDX&ELiMW"?&Bxc>l%A==wc^-iϐ%;.%E8(NW״&ϕЈ;܅ݠ,Ke}{q#(_d#5(- WP*1r=}$.mgcJe4t=9KZUicCי[)eKxsI){wˋQrK V:—{^M# DJwu/hpwnK\t󐶰Uz.wUAdc2ꢶ&djYzaT=3rR:aJ M—$=jL22 GxxC*VK%&I¯JOT|P5DE^=rLW7o]51ΉEc}R6G-=@JXtyqLQ_;T8+fV,߆ΉTroT2@C}E0wd%ʀͩuUpv~;,nrMtrǧ50ah_ ,\Nf6/B #\|ƤcN~{iwdNhPݜ,<.M`2^k*PK'Wu=`A#IDUNBC)ܩI@>/ @}tO]Cp>+#);\?5fu]͞l~ A걝+[lIrf7\pRÙi-٣c6h.W| \$ ?B%>|$Oԥ#j{7sFNRͫ~VU=VvV#Mf0k%#l<$ vQSNGvZŊvrcI G &؅J<&>CEZ3(t9:tI_]DpR[đMhJF2¨aZPʤEi,7w".[:^*7_7U(D0m!JM4ϴL_+#jn|`22ܦCPk`a_Wjޏ^񉻩)a=2lS5TK C@" HMmqR.`,~kHd6ZWDE7{ Z5bDܻaͫ1ݷ^ҁ/ЖFfȄܠހ3e懽R:%@ohf+y+!޹7u(.z>vTu!u8tf;nE4Ȱ!T>+&Ü$:_Uն*YS,Wt)^sA3^yBGޔz0@-ׯ$=/SS>$wYXVY}O4Ӗ]nƕ=5|M>]`\*ɗj#a\HɦAMe؍GdqKPCj6!1=J@RLw_uoAF=81BΪkI~)~-J\0HO?VAdxtq0 A)2k u4 rF-CN~ b9lK+ޯs]xL;IN΄gxTq.1ݔe'9bQ"Iкd)ɱ@\ 3ٷs sQ6u&]7dj70<7E3I 90jP`ޜ]PaI/g~Ad0gSJ_VMe6'o.XߓM]NZAݹݭ'ൕljrW;1Y[MzQ=!CZ9| sF߂[RE"(%ߠgrTyՆS!jфL6-<78$?2~MHҳ|ƀ٩Ҿv߇%c '-)DZ/ҋZn)IWmj;gɲs"$-4뷐wAM3 G 1z o&X[R?raO6r9Ϯ/}$]2K"w \VB9jS=GͿo߫9wqu>!"?| J I`:*3^եduQ ;Q22ͨ*ZC7T[dB-Y{L)Eqsф5@,xKF