]> git.pld-linux.org Git - packages/lua51.git/commitdiff
- updated to 5.1.5 auto/th/lua51-5.1.5-0.1
authorKacper Kornet <draenog@pld-linux.org>
Fri, 26 Apr 2013 16:25:35 +0000 (17:25 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 26 Apr 2013 16:25:35 +0000 (17:25 +0100)
lua51-link.patch
lua51.spec

index cee4f5db117f55810e0efe5a160d02e21755bbe8..f3e362b59f367cedfe70bb9ee165946bfff14af2 100644 (file)
@@ -22,7 +22,7 @@
 +      ln -sf liblua.so.$V liblua.so
 +
  $(LUA_A): $(CORE_O) $(LIB_O)
-       $(AR) $@ $?
+       $(AR) $@ $(CORE_O) $(LIB_O)     # DLL needs all object files
        $(RANLIB) $@
  
  $(LUA_T): $(LUA_O) $(LUA_A)
index 6aea0b6ec13f283ad9a60ff3aa376718253a8576..aa832e1914d4dbc64aae96902591ebe1781261d8 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       A simple lightweight powerful embeddable programming language
 Summary(pl.UTF-8):     Prosty, lekki ale potężny, osadzalny język programowania
 Name:          lua51
-Version:       5.1.4
-Release:       3
+Version:       5.1.5
+Release:       0.1
 License:       MIT
 Group:         Development/Languages
 Source0:       http://www.lua.org/ftp/lua-%{version}.tar.gz
-# Source0-md5: d0870f2de55d59c1c8419f36e8fac150
+# Source0-md5: 2e115fe26e435e33b0d5c022e4490567
 Patch0:                %{name}-link.patch
 URL:           http://www.lua.org/
 %{?with_luastatic:BuildRequires:       dietlibc-static}
This page took 0.291066 seconds and 4 git commands to generate.