summaryrefslogtreecommitdiffstats
path: root/lua.spec
diff options
context:
space:
mode:
authorTim Niemueller <niemueller@kbsg.rwth-aachen.de>2011-01-29 11:47:31 +0100
committerTim Niemueller <niemueller@kbsg.rwth-aachen.de>2011-01-29 11:47:31 +0100
commit79052831cb953d4667424307fc0c9ccf7d77a0d6 (patch)
treef0719b04bfa507455bc798b941f337bc02670524 /lua.spec
parent3310d8d4fde37204b740bc3b2184d8bfbd9b114c (diff)
parentaec7b633ddf2ea07b329e420845f1908a7036b25 (diff)
downloadlua-79052831cb953d4667424307fc0c9ccf7d77a0d6.tar.gz
lua-79052831cb953d4667424307fc0c9ccf7d77a0d6.tar.xz
lua-79052831cb953d4667424307fc0c9ccf7d77a0d6.zip
Merge branch 'master' into f13
Conflicts: .gitignore
Diffstat (limited to 'lua.spec')
-rw-r--r--lua.spec18
1 files changed, 17 insertions, 1 deletions
diff --git a/lua.spec b/lua.spec
index 1755e04..683d63a 100644
--- a/lua.spec
+++ b/lua.spec
@@ -1,12 +1,15 @@
Name: lua
Version: 5.1.4
-Release: 4%{?dist}
+Release: 7%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
URL: http://www.lua.org/
Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
Patch0: lua-5.1.4-autotoolize.patch
+Patch1: lua-5.1.4-lunatic.patch
+Patch2: lua-5.1.4-idsize.patch
+Patch3: lua-5.1.4-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel ncurses-devel
Provides: lua = 5.1
@@ -43,6 +46,9 @@ This package contains the static version of liblua for %{name}.
%prep
%setup -q
%patch0 -p1 -E -z .autoxxx
+%patch1 -p0 -z .lunatic
+%patch2 -p1 -z .idsize
+%patch3 -p0 -d src -z .bugfix2
# fix perms on auto files
chmod u+x autogen.sh config.guess config.sub configure depcomp install-sh missing
@@ -94,6 +100,16 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
+* Fri Jan 28 2011 Tim Niemueller <tim@niemueller.de> - 5.1.4-7
+- Add patch to from lua.org with smaller bugfixes
+- sed -i -e 's/5\.1\.3/5.1.4/g' on autotoolize patch, bug #641144
+
+* Fri Jan 28 2011 Tim Niemueller <tim@niemueller.de> - 5.1.4-6
+- Add patch to increase IDSIZE for more useful error messages
+
+* Sun May 09 2010 Tim Niemueller <tim@niemueller.de> - 5.1.4-5
+- Add patch regarding dlopen flags to support Lunatic (Lua-Python bridge)
+
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild