This commit is contained in:
Jesse Keating 2009-07-25 11:23:42 +00:00
parent 5d2d9b903b
commit 60eaf20644
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: lua
Version: 5.1.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* 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
* Thu Jun 11 2009 Tim Niemueller <tim@niemueller.de> - 5.1.4-2
- Link liblua.so with -lm (math lib), fixes rhbz #499238