[lua-logging] typo fix

Tom Callaway spot at fedoraproject.org
Tue Jun 4 13:49:04 UTC 2013


commit 287e68d74273365853a3f22d7ce976b37a777826
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Jun 4 09:48:39 2013 -0400

    typo fix

 lua-logging.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lua-logging.spec b/lua-logging.spec
index 0a83304..046dda9 100644
--- a/lua-logging.spec
+++ b/lua-logging.spec
@@ -6,7 +6,7 @@
 
 Name:           lua-logging
 Version:        1.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A simple API to use logging features in Lua
 
 Group:          Development/Libraries
@@ -16,7 +16,7 @@ Source0:        https://github.com/Neopallium/lualogging/archive/%{commit}/%{nam
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       lua(api) = %{luaver}
+Requires:       lua(abi) = %{luaver}
 Requires:       lua-socket
 Requires:       lua-sql
 
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  4 2013 Tom Callaway <spot at fedoraproject.org> - 1.3.0-3
+- use lua(abi) for Requires. A B I.
+
 * Mon Jun  3 2013 Tom Callaway <spot at fedoraproject.org> - 1.3.0-2
 - use lua(api) for Requires
 


More information about the scm-commits mailing list