summaryrefslogtreecommitdiff
path: root/lua-cjson.spec
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-29 20:04:53 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-29 20:04:53 +0930
commitc8fc62e4f955248f2655e996872b6833b86b1523 (patch)
tree81c514c63475e3657ecbdacd9bd316432b3f12fd /lua-cjson.spec
parent3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff)
downloadlua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.gz
lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.bz2
lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.zip
Update version to 1.0.2
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r--lua-cjson.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 63cdcaf..abc6bca 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -2,14 +2,14 @@
2%define lualibdir %{_libdir}/lua/%{luaver} 2%define lualibdir %{_libdir}/lua/%{luaver}
3 3
4Name: lua-cjson 4Name: lua-cjson
5Version: 1.0.1dev 5Version: 1.0.2
6Release: 1%{?dist} 6Release: 1%{?dist}
7Summary: JSON support for the Lua language 7Summary: JSON support for the Lua language
8 8
9Group: Development/Libraries 9Group: Development/Libraries
10License: MIT 10License: MIT
11URL: http://www.kyne.com.au/~mark/software/lua-cjson/ 11URL: http://www.kyne.com.au/~mark/software/lua-cjson/
12Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.tar.gz 12Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.zip
13BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 13BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
14 14
15BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} 15BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}
@@ -44,5 +44,11 @@ rm -rf "$RPM_BUILD_ROOT"
44 44
45 45
46%changelog 46%changelog
47* Sun May 29 2011 Mark Pulford <mark@kyne.com.au> - 1.0.2-1
48- Updated for 1.0.2
49
50* Sun May 10 2011 Mark Pulford <mark@kyne.com.au> - 1.0.1-1
51- Updated for 1.0.1
52
47* Sun May 1 2011 Mark Pulford <mark@kyne.com.au> - 1.0-1 53* Sun May 1 2011 Mark Pulford <mark@kyne.com.au> - 1.0-1
48- Initial package 54- Initial package