From c7bbec8ed44487bd3c73171ba8c95532adaa70f9 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jul 26 2015 02:30:20 +0000 Subject: Update to 0.12.2 --- diff --git a/.gitignore b/.gitignore index acc28f4..1ed3d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/lpeg-0.10.2.tar.gz -/lpeg-0.11.tar.gz -/lpeg-0.12.tar.gz -/lpeg-0.12.1.tar.gz +/lpeg-0.12.2.tar.gz diff --git a/lua-lpeg.spec b/lua-lpeg.spec index 49eed32..878c27d 100644 --- a/lua-lpeg.spec +++ b/lua-lpeg.spec @@ -1,10 +1,10 @@ -%define luaver 5.3 -%define lualibdir %{_libdir}/lua/%{luaver} -%define luapkgdir %{_datadir}/lua/%{luaver} +%{!?luaver: %global luaver %(lua -e "print(string.sub(_VERSION, 5))")} +%global lualibdir %{_libdir}/lua/%{luaver} +%global luapkgdir %{_datadir}/lua/%{luaver} Name: lua-lpeg -Version: 0.12.1 -Release: 2%{?dist} +Version: 0.12.2 +Release: 1%{?dist} Summary: Parsing Expression Grammars for Lua Group: Development/Libraries @@ -59,10 +59,13 @@ lua test.lua %changelog +* Sun Jul 26 2015 Michel Alexandre Salim - 0.12.2-1 +- Update to 0.12.2 + * Wed Jun 17 2015 Fedora Release Engineering - 0.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild -* Fri Jan 12 2015 Tom Callaway - 0.12.1-1 +* Fri Jan 16 2015 Tom Callaway - 0.12.1-1 - update to 0.12.1 - rebuild for lua 5.3 diff --git a/sources b/sources index 8d7db21..bdb8072 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acfca4d7075b82d5195e1b3d947904da lpeg-0.12.1.tar.gz +fabb614eb46e370d4f6b8fd82d17ca7e lpeg-0.12.2.tar.gz