libcallback1-2.4-bp155.3.10 >  A dd I%z _NMY PUV[gcڭnn9Gnȭ'`qw'"RKZҖF":Ӭ4^Җ M8oQbm%'%icr*H1gZgvy(UFj!Z-|2~ʗυ?cOT;<`U^&K kԮKM R{&\灤b >fК=/$f$7e*>soeQM|NOӇ^Eeldc!f5a3!!Szyb<ʌBM)P$@h%h2Mq,u-4쐭+]2L+ ]qmą ]({o&n484c1f47897562dc9df55b060d920ecae0fe4b44b58615aa0a1c1f5cc95e61eb611a0a7fd3b3f576684827c3e82da0570a16af4dVԉdd I%z (y0]!\F9U}珓?%ߠP6% @YRA. ullUFꚐ\dou:Y $*v?6T @!~zڭbu j`~P҅g8~\v/IfG1ix\0v(>DvҍH]!a(;$Grb<#!jM5bH)`_, B|}*ĐɁƤˡk<ׄzHbZdQ5SsQ@-J0֋&Z 0YX{|_5*; vDuwa-?SAH윭UMqTk/8K J$OWIj "RaNcY`z >pC ?d  O,0<@]fw     2 HPZd   (89L: >@ FG0H8I@XDYP\p]x^bcSdefluvwtx|yzClibcallback12.4bp155.3.10FFI library for closures with variable argumentsA library for building foreign function call interfaces in embedded interpreters. This library allows for closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline).dds390zl23SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libffcall/linuxs390xءdddd42b918f1d4c2575cfe69b97097c98923a831b9a766a4747aa211406aae87e4d6libcallback.so.1.0.4rootrootrootrootffcall-2.4-bp155.3.10.src.rpmlibcallback.so.1()(64bit)libcallback1libcallback1(s390-64)@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libffcall02.4-bp155.3.104.14.3bi0@a`@]c@]z3@]w@]c]bx@]%@Z Z Z@YzYS@YP@YP@VJan Engelhardt Ferdinand Thiessen Dr. Werner Fink Dr. Werner Fink Andreas Schwab Christophe Giboudeaux Dr. Werner Fink Andreas Stieger Dr. Werner Fink werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@linux-m68k.org- Resolve rpmlint report "libffcall0.x86_64: E: shlib-policy-name-error SONAME: libavcall.so.1, expected package suffix: 1"- Update to version 2.4 * Fixed a couple of multithread-safety bugs in the trampoline and callback packages. - Remove unused ffcall-trampoline.patch- Move /etc/rpm/macros.ffcall to /usr/lib/rpm/macros.d/ (boo#1185666)- Avoid recursion trouble in spec file cause by undefined _lto_cflags- Add riscv64 to ffcall_arches- Use -ffat-lto-objects when building static libraries.- Update to (lib)fcall-2.2 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - armv6 (Raspberry Pi): Linux. - hppa: Linux 32-bit. - riscv32: Linux with ilp32d ABI. - riscv64: Linux with lp64d ABI. * The build for the mips 32-bit ABI is now compatible with toolchains for the 'fpxx' ABI variant. The downside is that the mips1 architecture is no longer supported. * Fixed a bug regarding passing of more than 8 arguments on the following platforms: - arm64: Linux 64-bit. * Fixed a stack corruption bug on the following platforms: - hppa: HP-UX 32-bit.- add upstream signing keyring and verify source signature- Fix dependencies to get clisp build again- Correct order of %file and %defattr- Allow debuginfo- Update to (lib)fcall-2.1 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Solaris 11.3. - OpenBSD 6.1. - HardenedBSD 10 and 11. * Fixed a bug regarding passing of pointers on the following platforms: - x86_64: Linux with x32 ABI: CC="gcc -mx32". * Fixed a crash in trampoline on the following platforms: - Update the patch ffcall-trampoline.patch even if not applied- Update to (lib)fcall-2.0 release * The package now installs a library libffcall.{a,so}. It contains the 'avcall' and 'callback' packages. The libraries libavcall.{a,so} and libcallback.{a,so} are still installed as well, but are deprecated. * The installed libraries are now installed as shared libraries by default (except for libvacall, which is still a static library only). * The installed shared libraries are now properly versioned. This means that when installing with --enable-shared, upgrading to a newer version of libffcall will not break existing binaries. * The installed include files are now platform independent. This means that you can now install libffcall for different ABIs on the same system, using the same --prefix option but different --exec-prefix options for each ABI. * API changes in : - The second argument of alloc_trampoline() is now a 'void**', rather than a 'void*'. - The return value of trampoline_variable() is now a 'void**', rather than a 'void*'. - The argument of trampoline_address(), trampoline_variable(), trampoline_data() is now a function pointer instead of a 'void*'. * Fixed a bug regarding floating-point arguments followed by non-floating-point arguments on the following platforms: - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 32-bit. - s390: Linux. * Fixed a bug regarding structure returns on the following platforms: - i386: FreeBSD. - i386: MinGW. - mips: old 32-bit ABI (Linux, IRIX). * Added support for the following platforms: (Previously, a build on these platforms failed.) - i386: MSVC 14. - x86_64: Cygwin. - x86_64: MinGW. - x86_64: MSVC 14. - hppa64: HP-UX 11. - m68k: Linux. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: FreeBSD, NetBSD, OpenBSD, DragonFly BSD. - i386: Hurd. - x86_64: FreeBSD, NetBSD, OpenBSD. - New package libffcall0 to hold the new shared libraries mainly libffcall.so.0.0.0- Accordingly to Bruno Haible the define -DMAP_VARIABLE=MAP_PRIVATE should become removed- Add some more debug code for build architecture- Update to (lib)fcall-1.13 release * The license has been changed from GPLv2 to GPLv2+. * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Mac OS X 64-bit. - x86_64: Solaris 64-bit. - x86_64: Linux with x32 ABI: CC="gcc -mx32". - arm: Linux 32-bit, without hardware floats. - arm64: Linux 64-bit. - s390x: Linux 64-bit. - powerpc: AIX 64-bit. - mips: IRIX 6.5 with CC="cc -32". - sparc: Solaris 64-bit. * Fixed support for the following platforms: (Previously, a build on these platforms appeared to succeed but was buggy.) - x86_64: Linux. - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 64-bit. - mips: Linux with CC="gcc -mabi=32". - mips: Linux with CC="gcc -mabi=n32". - mips: Linux with CC="gcc -mabi=64". - mips: IRIX 6.5 with CC="gcc -mabi=n32". - s390: Linux. - sparc: Linux 64-bit. - ia64: Linux. - hppa: HP-UX 32-bit. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: Linux, Solaris, Mac OS X. - powerpc: Linux 32-bit. - powerpc: AIX 32-bit. - powerpc: MacOS X. - mips: IRIX 6.5 with CC="cc -n32". - sparc: Solaris 32-bit. - sparc: Linux 32-bit: CC="gcc -m32". - alpha: Linux. * Support for a security feature: On Linux and FreeBSD platforms, linking with the libffcall libraries no longer causes the stack to become executable. - Remove the patch ffcall-asm_cachectl.patch - Update the patch ffcall-trampoline.patch- Update to ffcall-1.12 release * Added ppc64le to the list of supported architectures. * Header now define LIBFFCALL_VERSION (to 0x010B). * Better support for IA64 on Linux (kernel 2.6.16+ and gcc 4.1.0+). * Added ARM support from Jonathan Olson (debian 1.10-2). * Added MIPSel support from Thiemo Seufer (debian 1.10-2). * Added ARMel support from Max Lapan./sbin/ldconfig/sbin/ldconfigs390zl23 16843399432.4-bp155.3.102.4-bp155.3.10libcallback.so.1libcallback.so.1.0.4/usr/lib64/-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/31e5afa8f7da49ed35a0d317331d9b99-ffcallcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=61c9ac63d6a2aba3093c061a51dc7a9ae5c57798, strippedPRRRr>s aiutf-8b8791ea9e3e3846e88eab4e43e3d9eec0b08238f8ee15586bfc6880fda04dbbe?7zXZ !t/੃28] cr$x#IF?Θ+̊IوKU=ǹob ĘGxig 7.!ӉZ𙦲RC xS*fE߹04Ka8=V[mflPAh7oGGm[@;%]؍M#J_чI-b~]%8Ytľ ^^\"8# L4U'$ItY1o7R)9@M({mcn+EMpxJ.Mc q=02 @lPbCY(5)=2ùmDJ%jsLJvp"Rkdढ़,)PAjxE$Z1wAj,q"_}jƇX ^eޔӍP2d{GrA&>k;`8c3 +AQw>jfTpK^g4ZV@%1&N%;v\l=7o-mt KPZiNj !W$>m'2=M̥(*UӾfr̸aϺCS{ . 9QaN ӵ#G٫jvcvw8"yS_ D~acC2.Awqh6TJ-T"5h?\.*)65 #)x8 "3EJ貐p$`t 9+~hcTiz/O s7R;t/!:#5{S1/F-][eK) ¿4D m@BxUӹ2k$pCg? xy3٪sMeH 9i~bm% 9K<.EysDXHSTܛ^j3u 5xiWST)$OD\U;=447ѝTl>6N&l?rlG#I蘊i{ i. bq*fNIvBLY+^5,{kʁbBHť JoDuNfQVMpNE1_<* @A;1,onb8ɍ֬O#QD,S1%:eZ1vQto60}+*˚8[n'(5zF;ǕFt^G,TG۳LZMs$Nsu=&!,\ b dr:[8 6f|!aV#Z)^@R90b7[&x5oFW+P~g/>@\v^ݧPG.*bz&WoSC+gAuoT&͒&WB:JH`M ++/SoCq=nc:o?_7+XitfeWھ.W\4Q\Ue*`R%SUU!(t|TZ,q, H4!qX @.O%_JL MPDb.a.cV}{Yby&-ݨX4JmKFhį%HӥJ\掾"y| LG2ęԳ|~+ ]ċ]f/HC|Y 65Di'Ug)й4S4q d]^'Yx޴+jJQ}p{*Ԍ$F }Q?~E1maGx$̷H190;S"5tVa`#θ_*WZ#>v #|YHD1ɋ^L+ @)1$kSקRIg:7KOT-0N FwU\wvp?eW m~ X r'hFy8 r^LGۓ\_dmj>``T!I*l!-z}JꔙGgpOg] Pev.`-5m#'^9Sy(s&%p}7jjSXuG=;~o(̤9. 2VHk'$猤!2N~\w$6KbԱv0`MQvfX P{&7/,d=1]ߤVoIn2+Ao'j1dFl.R9R Q/2?نѝƙ2QMoхmˆ<7nװH#@,€F!OۣW\5o*茱aWy /pYJ]s͂G}B>T --3WggGnc*+~vPҾf ^"&}۫.ePFEe_@])pZCWa$&#]RbXoCo)@ՀI,ww#u+4$}Y'o2ZRND .F\k6|6-+ baSnTyAE'1Pn+gƏn0LNxݲEͬCǽ׭kc{F])UK܃1:J8MHOR2}gЧ]2 nC)>GpiR}Y~MY*QOۼbCnd RlT`\nQSSV䍾TUtl@Z_s@n['^2H0 {q @*B;ier %=+ Tshxhmd ϸ*Mswb 2)jNVvWG0G^yUy*]4(b6ਗ(Xu{I?P7=X[d.zәZЏUd?&)mZ6Pi߮9}Xp`$\xD"gY-o}ŭ&w. }wKX[NVwL]NroPo˟~y.^l.]2vxQz(=V2IM5zrL qsvÂJyc MUMEI$-#JσD0qm'+ r039̪Eo ˎ`RCUw2ms C^IҰf7Qc^|80Y'c|kɆ |ssZRϙY;< D%*aZA^ ÎpVG @FUrГЦ>oO+K# yOY.7d9fcִGR|d@Nds\f$X; kxA#4g 0_1 G+K2'c)9@8v;4Y=]DwねCkRDNj ?ݢŭ9CcO@0j U Ru:kMSkJpPZCK6:pplr }]'p!HY12AvVmiLnY1h-{:*;.r%s_$Žq64o9;IeW-,r[q av#975ZKPP}g[B:l\|tAVg-i#2JOs0JH^ohT&&J3-LtN.E{&7v#LLG!aꋄ`(Cv\73@Ppw^F99ӻ]Ӊ!:'X2;(,򈪡bXArq lxI.UJ_"j(hˌ6,H IKz+yLt]¨{GЊ3X'lwuru( hY6OSt8Q8-YiY8hl2WU W_n .$-N@ʱ_Q="&KФbʺE@|%\˺oˉ muթ2syU!g*O˪Q&dL"ن+diI!ДYLb+}W_' 8X ~}Sc? a6m=$KqԷSG價& T L|a9VWddd5/yU@E>Uv㓌u) ={ 6(rɨJWF }?8 $[hIp=5"Hq("僷m)p{OR^櫜gh@H&@Gl/s[bl@cfwPD}' <~: n30[9l7>$u\BŚ=(e dEZXy%@|!" !RJʣZě[PzN}"!>gX7da7Яe:MT. A;>5Si1fZCgc\_C1ZB:f1;ߍQםŰnR\paLv;vN^+\(mdT=\6`J'~K=WG¥Q;Rɡ/̃h]\V›r`oJ/swŧ;TzL`R wdQGeY_;Tàb "FX"ug ;ې[xZ>b]Ґ=JnGlzrw}y2s#e  P[[([DkP>Ri}JӷU`l^D#vqfC,U\Ь (^+NK|_!K_,,syWtNKH$>!Mt4hTo`Gv)djY +_Ofk .XkMkr5dnp~ʳS }".%8+&>$ϗ !!]p/{.Sb-r_(㕤{@2ϵxrmi?D$㇄j×mx%Rf`oQP2n[͛TF<|&&0u]ۃ7nfgY畆(IfI#e|7=)GV,aVsӯCF\ٺ :C|mVC7^$ d^jztWH5ǢKĚAPgna=z ŏhs/([1G)j oJXgGO])nO(\E.·{ܑGN׶b x$lJs㩛"]KR75XCih0&}TG 8YhЏpJ!ؓ6BL;(#6a>!)(aĞPRu ^S”u:#CV"~vdp |N\NM}N|Ix _!]˻\5Zk)% &;! C8Q{^jI3el .c$..6ZDڐ@v%~SozoԕKTk1K}M$o ꡲY 1կ ?ePpOzfWJf#5q8c ['*$KS 9ƕY˻EGV֨9ea20[aa֕T>1^XCj'ŭO5VI(1#HuK7ѷxeqT)/0xݫtՕ#B1N`*lt_P f cou4!NlD+k1FD` &w׹5Ao_b^sm_.j&҈Yab0VR)bA.R;CN"|+<&fz3!p?:xE>,庖>T؍VNDw<\X|k8 QENLvLW[Yדz+ufeQt2O:f@[/?v+ ܘqVϕSuZ/&ʱu;s B&k $H&_Id JR!0:t4~z,Xyjv^5֕tAF&U рZf-K[_ G,>|NNI<H6LaIN}ӐJA+'dnjSш%ӒCJ&;d  KhN{K|ɇ4x6!a-s|*q1-ОlR~ޠ` 5MFqhg덕wc@3OQKwQ>An³f[|ŦE+BJU9=Egrq*!zχ|W; '6 W`@_Qk7^qݨKY~u3..Kp m$N!ۈ 'P_'C6o>m%?W2dfK.?=&"MQG#ԁɞlQhy%ףKJs}ԡiYIV-gEI[ L[Hs׿S^G՘g)N!}E3 NEMµC;`1/wt)>YbC$#W1鈁/ 鐕u}\bX*K/cY G9(1ES"&ELi2dt,@eO?:{WvA"i+؆MVBg'ӈuV%g?I0WSkf#qG p񹅪=ޅ:In9S% G6Or|/YTπE1Zk?8M۔L6݈:,"u%g돇 n4&f^.wt" Yů|il=b4^ԲWΫ|ͫ b8E W~Rrn.6!Yy )0 kut:87\EYC QG"}#E017~~&о2`ieh˅VSUj ?)2iU|[:IiP C׈t ׬C[3=)|P.a3,e"!s3Դ8!)qMdD/j+V^=W0 oj︋Ҝ-iv.֏wOKYQUM5y_Cm!<ۮ*5-tC`4klzk |Ur귞 EXYbF؀8qA kd $88FM-^?JaƤ^;ԴOsLjvvx_eme>ϫD7#1C|JunB)K\Cw}xұG|:cv:C}2ah j}lbHpr;ӵVְ0E9/A%хRƱ,@fAb6혱 -.]~#@#xcUz |E.SYp4i6&S&?K!IEԄB" _Ѵ(PgdrVEXB's"^/h=lʮ'z_¾+u㴞uGd r1 QUjbzqHʲ=W^N=!guS_(5HB$ǂJck s4 F[IfMܦQ o8m3 +Ze!]޵Y€PR2#bv2D[oCn[{bFA=76H8Ԧ4OnSGƋЫ=ghH~~dOJ*J-`cZ:yԆE_.7 NcT &Y-c90~{Z}4,F#/9fMcǫ0D􌂥g^UX܈n)ێ^ER%һq֥/j>ɚR A{_D!]ݩW6Q}@o`] 4U-мPtzn<_tE˱BR)j@Q#<&ܕB0v&v*L fɳI= )xݡo@rXr^0 @ raYEiFCJ|3OkG]DdwPE b'R^!@*7XtB*OÆw"Nt6lj{IRϞNPk8d$j qe/KwpSuk["ϒ#EP^FXiu-͖KPRUmD.[-vx(AOu,}l;żb 4kS$v6kYC{)]qhh6y3Oq /*d ɱbOJ=yaʞ y 9|x0pFZy(t<T?9BzmLmppcHiJ,;N4MwZFni `b/r@!^źɾkW/<*Z9zͿt}9pic.v@m_N}wo]NԅpiK-~*f 독z{)]*lEʢ&{@SreT>|А#곉iH9@EI٩ tK eO.}V>j~y[ ak5Z @6HG;t8M/ Qމv vvg\̝__n|H)㈋'w(֚154Ԥ4y964pB?h !uF' d[ kZeLL"#2nOdG}j6AR ¡̭g/ K$K.% QBXa]((_w=JC!̔Z |KD=0'{j^B+i&0:k֒#I,(l8)Vmi3Bɥ 45,sgZt~I1$k:jdR2syeRiY/E<]Ir-z˕ phҨX것a>]-VLc_{W7t Y& T>\宭=X""'C a%(.UHvY9B!0H/̀qO󥍜9+ Q3;yE& W"=\=1 Y]ZqOʼn_N,*̛p;c^mw  bm}]ѽo<ҠJVCyʖ~kuJw/ϝȈw1N\R#sVEIjbQ+;)CR;R-(ݤ(QCG=$yM*"؜Y.X=¿/6zB>cfN$SA@h P` [8FF}M٧覐v<$*>0D#D (<&5U]7U\b L_j=f*iyWlW~Ӷ3.ײ|8 Km\ Nl?4 Ӝ09QOVl{Ǫ;4쳚GB3 nnS{Is 4子`Ay8ggNҔuu.,$|[I_  K7_w!sqlCe-tzy}[ Mg{X81YOb#A4/ Bm;췾WYPV-xOSEZyh}fE[Ol)> zeŠv g_J~Dutei֬)DrW0pQE!rK/|$ɾ𱺅O+2rF8#{fko=z#I^kn٦(䏺g1'܊L6qQ{moI0(dXz:xSFM({IOC37VǴA=@.c&reg߇"~p6g{ r80̲:Esۄ眭K=6r+n(lLd68$9KZP/LoBWqr-?]2dP01~Mŷ*aI@{ V+8-=Y nBkֱkAC4 S`.(6"HgKف]/s d. YZ