[datalog/f18] remove lua(api)

John D. Ramsdell ramsdell at fedoraproject.org
Mon Oct 22 12:45:21 UTC 2012


commit a5da64beedd023261419c3d20e46f5ab55834dfe
Author: John D. Ramsdell <ramsdell at mitre.org>
Date:   Mon Oct 22 08:43:05 2012 -0400

    remove lua(api)

 datalog.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/datalog.spec b/datalog.spec
index 89b25ed..6ff69e0 100644
--- a/datalog.spec
+++ b/datalog.spec
@@ -3,7 +3,7 @@
 
 Name:		datalog
 Version:	2.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 Source0:	http://downloads.sourceforge.net/datalog/%{name}-%{version}.tar.gz
 
@@ -18,8 +18,6 @@ Group:		Applications/Databases
 
 BuildRequires:	texinfo, lua-devel < 5.3
 
-Requires:	lua(abi) = %{luaver}
-
 %description
 This package contains a lightweight deductive database system.
 Queries and database updates are expressed using Datalog--a
@@ -92,6 +90,9 @@ fi
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Mon Oct 22 2012 John D. Ramsdell <ramsdell at mitre.org> - 2.3-2
+- Remove lua(api) requirement
+
 * Thu Jun  7 2012 John D. Ramsdell <ramsdell at mitre.org> - 2.2-4
 - Added lua(abi) requirement
 


More information about the scm-commits mailing list