[luadoc] typo fix

Tom Callaway spot at fedoraproject.org
Tue Jun 4 13:50:48 UTC 2013


commit 00e20f71ca997972fd26643d967d31029ffd681e
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Jun 4 09:50:16 2013 -0400

    typo fix

 luadoc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/luadoc.spec b/luadoc.spec
index 1b72e3a..8543c38 100644
--- a/luadoc.spec
+++ b/luadoc.spec
@@ -4,7 +4,7 @@
 
 Name:           luadoc
 Version:        3.0.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Documentation Generator Tool for the Lua language
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ Source0:        http://luaforge.net/frs/download.php/3185/luadoc-3.0.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       lua(api) = %{luaver}
+Requires:       lua(abi) = %{luaver}
 Requires:       lua-filesystem
 Requires:       lua-logging
 
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  4 2013 Tom Callaway <spot at fedoraproject.org>	- 3.0.1-10
+- use lua(abi) for Requires. A B I.
+
 * Mon Jun  3 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.1-9
 - change the Requires to be on lua(api)
 


More information about the scm-commits mailing list