summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2015-06-17 19:03:12 +0000
committerDennis Gilmore <dennis@ausil.us>2015-06-17 19:03:12 +0000
commita049d77ce89c40cbbcbf05859e8436f74f8e353a (patch)
tree68dfca3516c570fc9a17088c9970e0a537122af4
parent1d166ab1f94a779caf1cca5c4db556185a541dde (diff)
downloadlua-a049d77ce89c40cbbcbf05859e8436f74f8e353a.tar.gz
lua-a049d77ce89c40cbbcbf05859e8436f74f8e353a.tar.xz
lua-a049d77ce89c40cbbcbf05859e8436f74f8e353a.zip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-rw-r--r--lua.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua.spec b/lua.spec
index 1a47095..0b5c489 100644
--- a/lua.spec
+++ b/lua.spec
@@ -9,7 +9,7 @@
Name: lua
Version: %{major_version}.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
@@ -159,6 +159,9 @@ popd
%changelog
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
* Fri Mar 20 2015 Kalev Lember <kalevlember@gmail.com> - 5.3.0-3
- Define LUA_COMPAT_5_2 in addition to LUA_COMPAT_5_1 (#1204129)