[lua-ldoc] lua 5.3

Tom Callaway spot at fedoraproject.org
Fri Jan 16 16:07:46 UTC 2015


commit 4d8eb963c0c2fb9944d5861b51a991d9e8d631dd
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 16 11:08:06 2015 -0500

    lua 5.3

 lua-ldoc.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/lua-ldoc.spec b/lua-ldoc.spec
index 154a966..bc4cfa1 100644
--- a/lua-ldoc.spec
+++ b/lua-ldoc.spec
@@ -1,15 +1,19 @@
+%if 0%{?fedora} >= 21
+%global luaver 5.3
+%else
 %if 0%{?fedora} > 19
 %global luaver 5.2
 %else
 %global luaver 5.1
 %endif
+%endif
 %global luapkgdir %{_datadir}/lua/%{luaver}
 
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:		lua-ldoc
 Version:	1.4.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 BuildArch:	noarch
 Summary:	Lua documentation generator
 # the included css code is BSD licensed
@@ -105,6 +109,9 @@ cp -av COPYRIGHT readme.html changes.html out/* \
 
 
 %changelog
+* Fri Jan 16 2015 Tom Callaway <spot at fedoraproject.org> - 1.4.3-2
+- rebuild for lua 5.3
+
 * Sun Nov 23 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.3-1
 - Update to 1.4.3.
 


More information about the scm-commits mailing list