lua51-luajit-devel-2.0.4-7.1>t  DH`pX&f/=„? ]O _0~>O[9d_כm͍k!Ľxi*93 \V`4@Rv:\Wg54І]gYY:@nJi޺=jeFFߙ:A ΜdM2;l ?x2F4|< @E8bZ+gö kWEA!X&f/=„fr=Qa&HÂ7@/p.}=ڝ٨oR)}q㬫UO$Sfjf:o; e0~u|2oG3' a'l4BCԊ:q6;YQm UyvF(A3E+Dmv05>mOe?~m)iJ-^>Щ;~{Ƞ?T+rD/%ØVLliQ_O7+~VP R7;v+.o>=D?4d  6X\hl      ,  P  9  X |   l,0M(N8X9:F G HD Ih XtY\ ] ^&bscd_edfilku vw x yz$Clua51-luajit-devel2.0.47.1Devel files for LuaJITDevel files for luajit packageX&Xwildcard3j openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Luahttp://www.luajit.com/linuxx86_64v. YPA큤X&VX&VX&VX&VX&VX&VX&VX&VX&Vb546174d4e2884dcb3c574446a6d7ab4fa30b1890a352b3f686bfb3ee78b80d9b60e52ceb785bc3f267c3c6d4aceccf875f2e6a3550dfc5db723120c57f43b9c4dd0b9980be067369bbaa42b55e17d4a818fcc7723b3b2831c64347f871121d4534a757c232762e88e7711324bc578a6libluajit-5.1.so.2.0.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlua51-luajit-2.0.4-7.1.src.rpmlua51-luajit-devellua51-luajit-devel(x86-64)luajit-develpkgconfig(luajit)@   /usr/bin/pkg-configlibluajit-5_1-2lua51-luajitrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.0.42.0.43.0.4-14.0-14.4.6-1otherproviders(luajit-devel)4.11.2W8WgWBV0V.V#ŬU@U@TBV@SO@Rg@Rg@Rg@R_@R_@i@marguerite.sutchvatal@suse.comglin@suse.commlin@suse.commlin@suse.comi@marguerite.sunormand@linux.vnet.ibm.comtchvatal@suse.comtchvatal@suse.commailaender@opensuse.orgsimon@simotek.nettchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- remove redundant pkgconfig(luajit)- Add provider for luajit-devel = %{version} to allow that in spec as build dependency - Fix multilib building wrt bnc#976720- Update luajit-lua-versioned.patch to change the default luajit share path since we already installed all the lua files to %{_datadir}/luajit-5_1-2.0.4 instead of the deafult path: %{_datadir}/luajit-2.0.4- Removed unneeded symbol pkgconfig(luajit)- Provides pkgconfig(luajit) as well in -devel - Update luajit-lua-versioned.patch * do not change pkgconfig file name otherwise many of packages could not found luajit while configuring- rename to lua51-luajit, w/ versioned lua as suffix - add patch: luajit-lua-versioned.patch - use update-alternatives to provide /usr/bin/luajit and its manpage - provides luajit and luajit-devel- ExcludeArch: ppc64 ppc64le lj_arch.h do not support ppc64/ppc64le- Version bump to 2.0.4: * Fix stack check in narrowing optimization. * Fix Lua/C API typecheck error for special indexes. * Fix string to number conversion. * Fix lexer error for chunks without tokens. * Don't compile IR_RETF after CALLT to ff with-side effects. * Fix BC_UCLO/BC_JMP join optimization in Lua parser. * Fix corner case in string to number conversion. * Gracefully handle lua_error() for a suspended coroutine. * Avoid error messages when building with Clang. * Fix snapshot #0 handling for traces with a stack check on entry. * Fix fused constant loads under high register pressure. * Invalidate backpropagation cache after DCE. * Fix ABC elimination. * Fix debug info for main chunk of stripped bytecode. * Fix FOLD rule for string.sub(s, ...) == k. * Fix FOLD rule for STRREF of SNEW. * Fix frame traversal while searching for error function. * Prevent GC estimate miscalculation due to buffer growth. * Prevent adding side traces for stack checks. * Fix top slot calculation for snapshots with continuations. * Fix check for reuse of SCEV results in FORL. * Add PS Vita port. * Fix compatibility issues with Illumos. * Fix DragonFly build (unsupported). * OpenBSD/x86: Better executable memory allocation for W^X mode. * x86: Fix argument checks for ipairs() iterator. * x86: lj_math_random_step() clobbers XMM regs on OSX Clang. * x86: Fix code generation for unused result of math.random(). * x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. * x86/x64: Fix argument check for bit shifts. * x86/x64: Fix code generation for fused test/arith ops. * ARM: Fix write barrier check in BC_USETS. * PPC: Fix red zone overflow in machine code generation. * PPC: Don't use mcrxr on PPE. * Various archs: Fix excess stack growth in interpreter. * FFI: Fix FOLD rule for TOBIT + CONV num.u32. * FFI: Prevent DSE across ffi.string(). * FFI: No meta fallback when indexing pointer to incomplete struct. * FFI: Fix initialization of unions of subtypes. * FFI: Fix cdata vs. non-cdata arithmetic and comparisons. * FFI: Fix __index/__newindex metamethod resolution for ctypes. * FFI: Fix compilation of reference field access. * FFI: Fix frame traversal for backtraces with FFI callbacks. * FFI: Fix recording of indexing a struct pointer ctype object itself. * FFI: Allow non-scalar cdata to be compared for equality by address. * FFI: Fix pseudo type conversions for type punning.- Cleanup a bit with spec-cleaner- update to version 2.0.3 * Add support for multilib distro builds. * Improve ULOAD forwarding for open upvalues. * Fix GC steps threshold handling when called by JIT-compiled code. * Fix argument checks for math.deg() and math.rad(). * Fix jit.flush(func|true). * Respect jit.off(func) when returning to a function, too. * Fix compilation of string.byte(s, nil, n). * Fix line number for relocated bytecode after closure fixup * Fix frame traversal for backtraces. * Fix ABC elimination. * Fix handling of redundant PHIs. * Fix snapshot restore for exit to function header. * Fix type punning alias analysis for constified pointers * Fix call unroll checks in the presence of metamethod frames. * Fix initial maxslot for down-recursive traces. * Prevent BASE register coalescing if parent uses IR_RETF. * Don't purge modified function from stack slots in BC_RET. * Fix recording of BC_VARG. * Don't access dangling reference to reallocated IR. * Fix frame depth display for bytecode dump in -jdump. * ARM: Fix register allocation when rematerializing FPRs. * x64: Fix store to upvalue for lightuserdata values. * FFI: Add missing GC steps for callback argument conversions. * FFI: Properly unload loaded DLLs. * FFI: Fix argument checks for ffi.string(). * FFI/x64: Fix passing of vector arguments to calls. * FFI: Rehash finalizer table after GC cycle, if needed. * FFI: Fix cts->L for cdata unsinking in snapshot restore.- %make_install replaced with make DESTDIR=%{buildroot} install to fix fedora builds- Export CFLAGS, funny localy it used them properly.- Drop STRIP=true from the args.- Change lib group to libraries only.- Make the thing acutally build&install.- Inital package. Used in mpv multimedia player.wildcard3 1489774168 2.0.4-7.12.0.4-7.12.0.42.0.4luajit-5_1-2.0lauxlib.hlua.hlua.hppluaconf.hluajit.hlualib.hlibluajit-5.1.soluajit.pc/usr/include//usr/include/luajit-5_1-2.0//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/ef16becef65fd01783a44f3d209dacb4-lua51-luajitcpiolzma5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig filePR_uE_@?0] crt:bLL' ͂0Fb D&%*,ND]ԸubfvLz 3Ab,|l2hd)"V vo7- /eѦ, ȻR"Us ) (!uDje %܆lN#9㚲Rԛ+vHfߌ#2C9ASO$:9ߢ6 tD 0OidY9mU}_ct 83p0:Q٨ׯ၆\OrO^ȩQ\<&uBtSp>umu­*UV${c_?+P{{iױOO=͹j&E.x*7<;Iv1=SZ#f3;nFʘ7ؾ7Yf«\rtN g _xf2=+:x[˶,J]Is&0I.;7s Zm 7UajK19ޑ,u#I$A]\: Xu.|lh: } f67.w@3E\G 5#꼙NjCAʜc`g$(9Rߓ =Q_ˏφt4. i=,m|}wZU\i֐c(M[J/e>0`tenjoUgČ}TdaSqEixu|ω07IB]Lm2}ǃl9qO)s ?|? 'ϩe ܻƌ46IBMqV/֍]}qv@ )4 9>z_CU_gy/^ lh^ t%w\ )tV)1LvC'JyUټ\.̷ɯP]%9`mKIZ N,oygvu6mɈ^K+AwiiiO3/'\9 hJMc y-AW1g8;ؿ ”]ĥBڻV@ჼ0f4뀌)ZvX {knQf$(D1!n_۷CTڵA0#~*%sW l=;.0F='pWKs J";2S(,#F%mEsvO8IvJgu_MsO:F 6a9 n#9hՑ O7ݓ,0&S2u8UUsFKi(ůi@}L}\So]D8 k$1x AbOY] @KMPrk2˪BJyJ.2ӿ+&3 ̴ (>w_#+45Hb917߳rm"jŰs'?n$+=5;]f} ^} ĽJBlR] {~HdLl3aʠ 4JhM }P䱹Dk%~` -(Cke͓n)|.!N{ۋ߿&(8;x,"dT",i![ +Nÿ^o`NV"FQt \Iڿ5aL}d4!Y߅SzVO;gP]_PR/Ik#U2_su/$#fG\? 05@ru.ZykF}ido=*N ]K铜nx^Hqއe9 Kq8ٰ%j6I+j:F$'ZK+/ ?B~"QN %'\rZ{bVG&}g`(Le2IL8 2[- Ƴ$%J9/߂AwjFj _BL*jX4-3wÍ ģv#?v% XfGE3f^evp-6T*?I#~~0O Wu\׎7n.Qp)ʪ"n,;;\\.4RRr-Z4_6OwFLy81d"%0Q7}ɍ4nHqЀ^JI -vww/u<ٮN޴Bobht~-%0SОh#Ư*! 囈,sFt}a7o񞾻9/1  !Jl0VO h2F LJT6,^i~Rfl[:vEbӞx! #,Ԯ=:DY>p%smN!YH}7%Sپ]YU*`av+2h |p#5ʐ*n&k.R4)mJwD)t  NqLo %(4&ϻ6 5H|o`iƚyyB+Aff3Nnb|bV)m&yB#J[ NE&7J[Vy"m5Kk]U^X/$rx7^OPO>~_h?E#jSCw ,]xyt gcn^P p5W*w8MӿqZ~4-cJG+оhMcvf|.ղyǏ r(s]_:sѴ;5NoK@Dc?(ۗ)^&1쭷 x4Ѳv\@_*t"E45=.SJ!hFVO eVO0iér*k]0{B q93.;W|"/®4 dy"A4qn{#g8鍵m@`&,"0deIН@N[b~΀s87Qjuᚰsr= &s~ k8>s $= 0J##F=nf'`9\@qo0 ]x8q_!fIu=ގbλunPd(͂Q '._Pɒiqh[{M{8yj90.cd-Q NN0R q"w*N9g: `;]P%Dy;`AŊ%߅~k%.&tlLQ|v1 u,zcMfm[AׯHx zewM s8D;D=WZ/)et)cc 8r$@ﺼ< m7\X ,4GbЛh dW1U[Z|K.٪n.GꖇZ2s*7L'*.dJE;e_a U!xM>|@e->pU~`aiF~89"-sORwD5D-9Ȩo,dloW2< uqH:AH2|p@xY#tT.?o;dO6*I6!Έ%z)-[ %M7<*u' +ZMt4|TPN1T'dV5mbGRfR{~;BO<WE; >TS,BMYV8zA`M NJXKNrzl:>ej ! |w1 #Nf]t,&+΅}&'l^A#nPV+H`X%M=!B<ѿA]2cGiHD~RK, U2W-86(/* F@6u[/;E p6SMD P3Dxz<ϦrdM9jjF:z\?2Om9kFYQBx?>|pY[Ѳ7| >.V7QU"J8>zKX`2VRvj{ITovX9@ D+V+ƽ&^8DJ5MLWv^7X<9ANbK?wsތ7"joiΞ:Jcu+[1쎽{Y1hhwy1A,'GSweHe 3j% 6[XC0'dj#/mdͲf>a =zQt& exe" }Z/8UCawx,7l[a֥E(c)wR.?pdDD][4X"-X0 HX}؛Y^t94uXv2Xx”ɻthe3?y{̕:tu٩.O#dmsσK*n$sfa՛56${ARn08;o$o8)`wBiq{ElXv4@_q+a P.r{S(ΐ'@1F7/ r4r#9