libffcall0-2.1-lp151.2.3 >  A \/=„`K6@)4Ğw;pieU~'7fl΀Pހ9@s)rCd-S|Yzk> ~D H'.MXTn1Bo`Zs=ɭjG-^>FgPbͦZ^0^d :5bÔ0*fY'橎o|y a^7R "Toø-eoq6|$xjt0b2a26768aaddc96ddfd4d04b7bcc55344c60c09138218700a46cb88cc6a290c7a0c2a51360ff70e972bcc41cbc06c77037289c9W\/=„#7{mLX4_s]t|}'C h|4OϤ޲p@(L?(<d   J +4= Wh     \|    (8 9 : >"f@"uF"G"H"I"X"Y"\#]#8^#b#c$d$e$f$l$u$v%w'Tx'ty'z''''(8Clibffcall02.1lp151.2.3Libraries for foreign function call interfacesThis is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: - avcall: calling C functions with variable arguments - vacall: C functions accepting variable argument prototypes - trampoline: closures as first-class C functions - callback: closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline)\lamb57xopenSUSE Leap 15.1openSUSEGPL-2.0+https://bugs.opensuse.orgSystem/Librarieshttp://www.gnu.org/software/libffcall/linuxx86_64'HY(\\\\\\\\2abdc771de2917e1049223896e4ad47fd784eacd8bfc77f88720e8a06dd0f1f5866e6af807a4267e392d222209995e26e9613529d2db71bc733cc27c98bbff3b6f7d157915a2eb53258ab6512e76961ece7565f89b00eea610ddc99bc1c66119ba0c926c4ae83482e6a61dc34a9e8a8b5f7ccc5f8d3807d0868883a49bda3da7libavcall.so.1.0.1libcallback.so.1.0.1libffcall.so.0.0.1libtrampoline.so.1.0.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootffcall-2.1-lp151.2.3.src.rpmlibavcall.so.1()(64bit)libcallback.so.1()(64bit)libffcall.so.0()(64bit)libffcall0libffcall0(x86-64)libtrampoline.so.1()(64bit)@@@@    /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-14.14.1Z Z Z@YzYS@YP@YP@VRb@Q'@Q>@werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@linux-m68k.orgro@suse.dewerner@suse.dewerner@suse.de- 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.- remove s390x from list of architectures (no asm code available)- Add missing BuildRoot tag- Adopt the ffcall package as provided by David Lanzendörfer, his version is mainly based on the Fedora ffcall package (SR#172680): + Wed Mar 27 2013 Jerry James - 1.10-10.20120424cvs - Update to CVS 20120424 - List all architectures supported by this package (bz 925335) - Rename man pages to avoid conflicts (bz 800360) - Add Provides: ffcall-static + Wed Feb 13 2013 Fedora Release Engineering - 1.10-9.20100903cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + Thu Jul 19 2012 Fedora Release Engineering - 1.10-8.20100903cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + Tue Jan 10 2012 Jerry James - 1.10-7.20100903cvs - Clean out prebuilt object files - Add trampoline patch to force use of mmap() to get executable memory + Mon Jan 9 2012 Jerry James - 1.10-6.20100903cvs - Update to CVS 20100903 - Minor spec file cleanups + Tue Feb 08 2011 Fedora Release Engineering - 1.10-5.20080704cvs.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + Fri Jul 24 2009 Fedora Release Engineering - 1.10-4.20080704cvs.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + Tue Feb 24 2009 Fedora Release Engineering - 1.10-3.20080704cvs.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + Wed Dec 10 2008 Jochen Schmitt - 1.10-2.20080704cvs.1 - Fix -FPIC issue (BZ #475112) + Fri Jul 4 2008 Gerard Milmeister - 1.10-2.20080704cvs - update to cvs 20080704 - support for ppc64 + Mon Feb 25 2008 Gerard Milmeister - 1.10-1 - first Fedora release - Correct group tag, provide ffcall-devel not ffcall-static - Declare patch ffcall-trampoline.patch - Add patch ffcall-asm_cachectl.patch - Correct license string - Declare configuration file - Declare manual pages as documentations/sbin/ldconfig/sbin/ldconfiglamb57 15450580312.1-lp151.2.32.1-lp151.2.3libavcall.so.1libavcall.so.1.0.1libcallback.so.1libcallback.so.1.0.1libffcall.so.0libffcall.so.0.0.1libtrampoline.so.1libtrampoline.so.1.0.1/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:Leap:15.1/standard/958f200aa5d850a1988caf097e109ed7-ffcallcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5de75606728043e3fe61a50676ccbd0373f97e8a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5cd2601353d079e724fe8090b34e90acbf861b76, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b910103665410a30510b722ef2ae3be434184739, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49b76907b6df776fbbf28cc20160e42b1a5bc026, stripped PRRPRRRRPRRRRPRRRRKH7F';iutf-809d9eba7b97b2bdfd0785cf42d90a723b78b9a097ae3abe0500023f978e82314?7zXZ !t/*f] cr$x#rl`)s+|d4B~EQ)IdEu^?^ AŃ!:hT/1R<ެNʂ?zz`SɎ=d9n'NZ5[Ey#b }$Os qUJvt@ahjS&d4YuxҔmΐ柲e_1<*PBβ_Ў! ,[tpb:0dުUM3De]\n,f;6U`S:O5 8#i68D$` s)bB;6)E(D&b{sXf*GyILB^ = drT-!E^,}Ua\ m 8KCL0izr~[Mx*X60/]ZOBZ@]߬Y]Zo.% -%t5ZB$LSH/BwژqZ9ox4ӧPȒ5`e^xۿ^w4@uΎO8R,.p":9VȤb[5bow'6]?lQ4 t5|©]pisdM/l;KEga2贵 JXiae3 iya9*Ŀ_k<MfMA ANe5dJ4gdH֒GSmQB ILo\Yu3t9'.;d9HQG̈́D ["W!Ͳ=Q\ T k]D}f # ( u&+]QC- J݋?bYc-uHe,̰}E:TpwS9 x#hzxK ZPZd \0zܴqi/H=r*gS]-*ByeTML0 Gl$F]DjJݦB݌#Ju!ap:sc'w&zOX8o? n:㰙^|m]6:F9Is]kߕ1!PtRXTYOO<dMdgZz7M_0hov\Jc';!Kϥ' R)r5+ܣLrI≌SJՈO &XS<%#&> fAIRx t?Dʾ},MdDws1z!uIqBϦk'g9YA&/Heh sz!h2 %I`[*j ?bAJ/|n U7$\[ N鮪4c?ЍmA*GnYg&W3QÎ ^.)0<&~="b%m j!׾sPIKYB0Ul YyGXÍ2 -{ *ȟ4: >,M%/PK3.01Sy)7 W4<̙֬c0wJ\&!?K+*mHIEg8ymd^?^NuÇX5cygniO-3vѫ҇XV}s?GS/Ûc[7e^"7"%6PǪY98CEYŊ8`€,ϒtڪ޾] 3F ۸Mo@Cv;NU[E)=9.7i~{yZxCcsg]$\?k.1[ h"Yck% L+ѫdԑ1}pLgIRV2xp޹H x֟4t`sĤV%o1? Ʈ"+.#sZ0 A)i@mu &J>V a>W"Ȥ\?TV=?#­"Jso:/k_ݽBN0P 9Fu& KL^M"׮Ͷ'xW]1R _UWZ'^@Zo !]2oB'gfi.:vs3gڤ§w_ 8XU%:<$Ԋ7: SD{2ѺaCs^QY֧Ml:~sKQ+GS$QvI9Dx֛ U* ufޖPہ=ؑdHPNwSz|"g@ S+׍`SL+#OThPl|t '%U"yD(0e}͍%2qyh B"34bS񇽱M0\xXi ꉂЙԺSM x#Xe:5\ZQ?)'gi/j k l3+ۛ9]nDL,gA8۪p(T0R!=S⺘&\NfkƑ{j2 F+wtA/BgQze$9e|a?-i)'<ӵFLM RlDW:H (7y9_y?$PzPK䈲[1vZ\<X?|O?n{뮈oLވ |8|kk/[bO+[Dl I=HN/Q7/C֥J*rk¹]G.-EAQ~Gۍ'6Cgf=j\ݓE,>mc62EY_~l͑{l_V ΟseJ9¼zԤ P)f!mjq}TY3lr|WNp5u@h~,N_ 7Iq' *\HimʲmZRR< _ү̗wuZ>*- /2'C3?O3/"pSKW?1Ƈ} jܣv{ePШy*7[ȱ7)r\ e@ ϐX6Ԙzvn{,Sepp_i6Ԙ$y> V[0Űv֓ƪXDkccN O,.rҟ.r0Y3r  4jn9i^(%n!Ar]w~##T(_8x5 xN/8>&/0aRr VC@w;?5)guۊLcənaUϿ~occLsFY>& l0f#7C&tpK 0_^\IsJ0t.9P pNJ] ŀ| 5hJ~,p^%doɓ OsAXy'(W[g'=;J,ϟ68?8]ABؐ qAC7Kf 8<4yn9T"azܚT:Nr flF2n't#YbX$8PEgSiЭKҝe-Cct%xK}Kd>,٨ɝЏ 8(Iư[xOX݀0ЦHsZK%e5!Rz:V`?U0捐Ibιuu*cƫ0T${AxPhʒvs`-;LES<}!ޕVjUdQ%>tAaRS8m*fbHK;@F3.V<AaݨcH޲JTVSvM+GoV447h86WT?[7Nzi_aqŋ|h哊o ;GI:C V`;hl<;? ƦhBCItiOYEhD.ǫ熚;lz:'XS$&8H>Zİy'c Y h8 +pcWpuDH7 )Vu3z*~f 112+eX_-1;wT }T@kC$$<0}uJϖ⨇8BVhʗoo, A;#rz dNt }iUpT5<;Q^$-^kἢjrI2BQriH@ .ô  TT"+]>^3 Wkmh&]G' |^,8]^=h\Pʔ!ax IZJQ]W-Ts+#OmK^^qDzgMyͫl? >"52"nЋt(T+ B$!}QlϨ:0`U<ֶed3ݣC%Ե +K/&nDQߙԦ=^EK!9úY?oO_Sh9d6DӺru 9BTs3~U8` F1F#eI?oe3=S3Z1eVqIŅtԟK`"m1%īnF2uǁqd2*>2~vDyCBF*~ }%^%6/<Ol+ˤTwtː6“9XxY {zJ;sYv'FZgăjy*44NP߷iZ"gf7t ;'RZC(`3]qe682g4gC@@oՒ寊Ϸߵ@D^.-y)WWZfjJZ#J/gC+{~ i_Ӵ OJ:?uvy9xv1d!{8l0;۴ #~F' 1>M1%]i(0?O_AӞXﭙ!9GHGBk:a3V~Km1Tȑa>Gwj'qՓQQw{=>[D!o9[!|0wJVJb Q:ynsգa~OgW]KHё<42k_ՖLpHVN 5mⱊЃI4L3 ڼ{f6u]˙Ll'+|-.x>aiW7GnR+׻5ڢ u W*DdI;I*E =`> 05NFgdUG&<qI ~/l{ m!*~ t˛rwЋ:dS!ReFxy %. Yй&,FvpG֯^ 6hK˾2¹:XcvJGIWSȽ'hNbƞk@~8Ò=HrCYi$nq@󇗔$ ΌEN e#ό4xO*G+ X6pa;=wE, h"׋޾Yʮ+~'f{gꈽ}Is9.PD(V YcȷsM=»T$VCm{r>h9 _8[ cE4h܈l}#d#-3S\߸0R0p"& lD3;d@,&>م]v/^~Z>H"?:ߺom4 5j7rI15~NT?.+&mF-ҫJ5e5'H W~$kp,,|M"~wb=y>A ye?.DT3%sJTOf852َ.)np_P1 3xfFSL˜{kpIB_xSg76Z{مO"1OGvc{{O7[*s<Y)tޓ-t-@@nW\+^4JtlTq3ȺyKӠ{p#q>x rqWO%rDVJ&UM8uV Czq Gz!ܟX~+_|x\rGpYMzg)\qtI;Ku6u1t|aOuAѣ14V(jfɗ`2Ƒ toe _0dͤhZo%q[\hS^l+5:j+#}0L[8k~.97eUikq)!HLȍ;QO?RAMu|yϚֱe-ݷIȓtQm({yU9kR:;Si2V(47hlTY^tf+ `Bi9*%c܊n7E ёIp#-lUG'<+xͨ'e&k,qsT6ZW؄#YVuPOP8.C6 ҭ~6-@Up YZ