libtrampoline1-2.4-bp155.3.10 >  A ddרI%z A-B8Uxw,Gq#~ϔ igD:`} O}|@'$EvZlǴ̸`/͡  5t!w9F'ԵԂg徳=tml-4C(S))KAAK=Xd6}3Z\wC(j\t%!AFX& B~+hv#R~eL\Zvb4ac1bc657d94b41536925c3efdc71c7e8e291ef5de8bf52a065073faabe713640efd6668eb086a3b598a9687b2d1987bf10f5e1R<ddרI%z a+[Ljn?^8آ?;"Tt2%2ӖMi~=y$&[+i6's Xyay[L^%:A`|@PפGT Aζ wN4K1#bOFi$<_Hz1>{U'=ISUN49R/u$#Dp[xnV!2mcM6cTFtT}Uu NCk03c:`jWؼs`ycNp@`H쐧\Ԙbw@Nes_ RV92毥:ᾉ ,g!=^#â-mI ^ǫ>MonkA%" ZpI`@=<!A!fxYa{@|°Au~|K~GRj I>">(Q)b <&,'0.%.0-ݍСm?y>pC?d  T&7 Qb      (HP   (898:>@FGH I(X,Y8\X]`^bc?defluvw\xdylzClibtrampoline12.4bp155.3.10FFI library for closures as first-class C functionsA library for building foreign function call interfaces in embedded interpreters. This library allows using closures (lambdas) as first-class C functions.ddחlamb60x0SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libffcall/linuxx86_64x0ddהddו9a0370481c49023afa7e986363866676721b15ce96a32fad20b35e01f9b736bclibtrampoline.so.1.0.3rootrootrootrootffcall-2.4-bp155.3.10.src.rpmlibtrampoline.so.1()(64bit)libtrampoline1libtrampoline1(x86-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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)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/ldconfiglamb60 16843303912.4-bp155.3.102.4-bp155.3.10libtrampoline.so.1libtrampoline.so.1.0.3/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-ffcallcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=304a9b810b8b4ea3dd5bde3c8fbe3b3c26b047dc, strippedPRRRR >[Qy@ >j5;utf-82ddc47e56e63234451c070ec5ad2c22ab64761b79def655eb1089fea424a1bc0?7zXZ !t/y-] cr$x#IT68 +(!- w񟣂-_x' PaGT5<$gPiOlt%x4ui`YPls Q`( b(\Fd 03M9dgʻx2J@|sY:2HsL,k^(㱥S_̥͌[ue.F,;f?a˸NgoZ.+YYް$I\sO6t6R Z1Mɧk#UD6Opbf⫦dL{~MYUS!LJم?_ 0!aq-*+YDEUmo,ݫ.м# #&˾VR#ahWK ?ݽSw^Io$B0.e4ǚUzm 1]υX>9ra(޴O_F}ؿ o™'R\ Zw9Ya'ףcZ))S7G]q2zN'MAOs( |o(evՓ=?'$KArM.|  GQ0rP_|nKITOKRl}{?%ey d9+N׋F1ڭ>+#hqQkIWu8m9BRG:Ϟ-V&[*(ΠO`"ꙑaKW㾚74SjEɌBlYL0"28mbиBډ[O*5ATRl8 ,hGDx4UTR,|ix)Wl ĠQdX cOr$° -#`IG4%:nVErl8dPkbHR-J8n/ 8T.inf*2!d(?{m&O6s,_4# ɤڊ%(ѭc)JG^>RZ#͗S`X_?& Y,-RF\]o ]<}zO\0xT8)aqG t7VPב.z8݋MGf,pp6*^KoۏJڕ!Ifp,{l?x@#K.hIu3|KudZ^Sq<r`9$'bg݂-C~Qadjb[gϿoUK-XZxEh AT.!XVKO`;\rcyeFtz0ͱPs{RKfHFe/Ol';w j=);J&EQɶejƵ-#kqQU.uLmHƙkp9G!_͹w4vd2)&C[-9ztȎuǧNZ\(.t7j"[q6nPneY5=@'+3B3VnҶlėk^ t`Z,^!ʺ[ sBLj7[4=p@k^ :7"RftR|k>"W~"/)a:0ESoĠe{F槰V,v|tHb!{8h.w#+Hޕ dGҧ4ZpyC'ۈ5HJhE#S1.UwÑx\ѮBL@^m \ `ܳ.o[|vUvRO5"+},MTMfRiHQ1:ڔj^g8$Z*E0`:%(L0^GƷhDny#<6':q6MCzUZ+b䷀3:󇽧c(XvKiQC?/&ǾS8 L`hA nl/1m@-ը-Ag&%Y̾Ϳ8%Qy Ҥ{XNze&$kL"3ݲ6'4ǝ@<,;-Z]'t)9Xg@ h(W]EQ*#RsrSra"zՖnn)̆/Gٕ ޘ`?PO]pLv`>7DIC_ +7?B7檜]sȳE(53ؗANbMWzQ#^= 4xrv_l/oezf bx؁ PU/mn.E/WBARュg9G}XQU\ 4$E VѦO\gn7Y"{qaEϸ&ƚ/"_}]ӂեa\\N2ׇR(Jf%)x0KHu ӼW! B?%˹) !Aiѹn!\k!>r2䭻'Me)m|]I?]#9 rƙof,un~Pf?ݰ΅eͣҀqƂ'.tG#[Z,,1㙐&9/@2^3ڏT'TP&DuG^4;t<pf)(w>wt{^\o(WvMfy3՛2xeYwy,t)A5!&0R&A.O878 אL6:r>yY6'C_<8E`0~57YLβdꛚ׾Ad[#),`]5ʇ,@s~Xճ{[/Q =NEOEp,o8Ëf$v!ǀ&jD7w~:]7+< 3 <##>^HVN"<] ٢U\؝<}m~vLQ#f,FHf3805ɊQVO!^2GۀЂ4\Fl]!e/1f8Uq.zo#/Hs /0)HH$w:bqR& OZWׂCX8(9hP5wb궽ID=}L'0Jo.4o+xdop%Z;]E\(}0`X% ,GuK01!%{̪UgZ+/ѲXr=tƲ.~Ww Q[! ,&VI˳O\kn\_9Dm/KZ *s 4vi VG_p57Y"0f&p5"al?A[8k% OЭQ0av K-hI3 O7 IMVL΁pU]]۞Í[1$ԜeeOQsh~-^4)h7+F `.}8t2I5Ey6C'vÚ= h`N1;پKߺcoH[@69ުMbkZz32R1`5HV>J8?dkFNr"`x<|͌ܿP(rdHO$䳩 GڗG_`@JzD zMH(ˎ u*^ EAcqQbCXBNΦ.-Cen34WEa܊?Ńxzc\DEthSݷ4ujHTڬOBKgIȟWoQj=Jv 9O r#0Eri^Ex#$R\A/)3bTaIvqL!/;ZJB0k J:]Lθc[GPsFugK 6{(ᢥ B>xSiEQ 3RSb D-g&h@ ^d(HZhtޅen|1"t=,N~<ȃOF*cJ(!?B[Cn<0) 9TR:Z/ًw*C^,)\aPa6?orz wItEqg0Cb,Bqa4A~F<; rpz8bL(}"SGU4o툻MSpݔ/#g6bY ΂T35jj\mAn X፝0P^1` <쥗u4LtB#Ap{ydy[lliFcAɏG ΋R{W_={ rKE z; F'_X[硎?: ɟ& /̫RĚN %ue5 V.:|l܀yEdM8˿,:OYe@~RVrUS7K@#̀4샸 ߖb@@RUAģS|8HYtg ؁jIMC dMf,8A Ve܎XA48KuΥ =Š LcyǴOʑ\'{aD =юsrn% @fXLzJR1FoFx gJMkP*ŤAQr  d[Z䐬q'~@Us#uŸ b>gK3ƺdpXϋ(C*(_n< |:{¢ds$vCgU?ǺNƹo8ضRH}Uez-)p1}\\gR cmd[ڧU)oR|ŢyF_XTbq:ǬFuM2ך(%4m<\rQi0X|՞t1;0u jZ8;a~=OVTm䕼vWLG?D%?9 HePrt1JE&Kbй\.OSD.$gL(Xαn;rH@/68=ֿWPm-leJW4K+S&c+!]Y3f5ENcUn7U |%fiUNǬYnffaEj73tnZ2bH̽VD)°\z=2"U*rvR:L\q3XB7t' x#/\]Uzb%jA%/D]e,O #1E:I[,zjwfi6ҩ-WvoS63vgB'nR!}Adod~d{M7%GB07y]La c M|Q.VzO%ӣ90w=sIpK^^'Gݪ!$?lmzz\psfMz0Acˆ2Sq>c޵";уT AX쳜X[وMcS?S <[>FmKd!'jZ!C(fƶhw6m &,"n-'§XJ'X7͹t3rl| k:'a|TykNhns_ Ŵ-Y}< d"2D8\Qehˇlub\6KN0q.B0:0Ey=p_<萓kWG~g gdnfp4+vӍ`aBS̀UnerQ*M_KWCu]%t@b<2t 帲06,$XW4$IMx^۱&As MW-i,:+Ց+h (c'ԇcw8Vۙ<!98!AU|7&`ᚷ@=L_#$Rծ,3_i"AUā|xԽ[B0ofa &t( w/qUmW5k!&LMNkmfzW??,hYYJ6ۭ5ql\i<3Jkyξ?jp3⁝"JgNVSif 1tk4ޮڊD4fJl<oFRqcDa7iΊ{.H ;Ğ IGΆU-hfpi=*k {27(%m!Z 6KtHSfK񔼫x*; ۻ$S;N0g@6bD)MTp^.đߔ>vX9zUXbyBэ_t#GQY%#9l Q5 Jlq qt1թ1Ht) iO6Y,:LqWk>,XX惜ϥ3-JJ{ YҧVƬm]V 0|`%y[)5Mw YZ