summaryrefslogtreecommitdiffstats
path: root/lua.spec
diff options
context:
space:
mode:
authorHans de Goede <jwrdegoede@fedoraproject.org>2007-10-21 18:02:12 +0000
committerHans de Goede <jwrdegoede@fedoraproject.org>2007-10-21 18:02:12 +0000
commit4ad1de21c274a5ebfe6e1ef2e5848ac90f23ec98 (patch)
treefaaf17b5550bf6c5c2d9b09ef7c159795f52376f /lua.spec
parent81d929317c323884b4153926921cccccc12fc775 (diff)
downloadlua-4ad1de21c274a5ebfe6e1ef2e5848ac90f23ec98.tar.gz
lua-4ad1de21c274a5ebfe6e1ef2e5848ac90f23ec98.tar.xz
lua-4ad1de21c274a5ebfe6e1ef2e5848ac90f23ec98.zip
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-3lua-5_1_2-3_fc9
- Also use lib64 instead of lib on ia64 and sparc64
Diffstat (limited to 'lua.spec')
-rw-r--r--lua.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua.spec b/lua.spec
index a51a637..c5d9e2b 100644
--- a/lua.spec
+++ b/lua.spec
@@ -1,6 +1,6 @@
Name: lua
Version: 5.1.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-3
+- Also use lib64 instead of lib on ia64 and sparc64
+
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-2
- Fix multilib condlict in luaconf.h (bz 342561)