aboutsummaryrefslogtreecommitdiff
path: root/lua
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
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 '')
-rw-r--r--lua-cjson-1.0.2-1.rockspec (renamed from lua-cjson-1.0.1-1.rockspec)6
-rw-r--r--lua-cjson.spec10
2 files changed, 11 insertions, 5 deletions
diff --git a/lua-cjson-1.0.1-1.rockspec b/lua-cjson-1.0.2-1.rockspec
index ea9b82a..e20132e 100644
--- a/lua-cjson-1.0.1-1.rockspec
+++ b/lua-cjson-1.0.2-1.rockspec
@@ -1,8 +1,8 @@
1package = "lua-cjson" 1package = "lua-cjson"
2version = "1.0.1-1" 2version = "1.0.2-1"
3 3
4source = { 4source = {
5 url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.1.zip", 5 url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.2.zip",
6} 6}
7 7
8description = { 8description = {
@@ -24,7 +24,7 @@ build = {
24 modules = { 24 modules = {
25 cjson = { 25 cjson = {
26 sources = { "lua_cjson.c", "strbuf.c" }, 26 sources = { "lua_cjson.c", "strbuf.c" },
27 defines = { "VERSION=\"1.0.1\"" } 27 defines = { "VERSION=\"1.0.2\"" }
28 } 28 }
29 }, 29 },
30 copy_directories = { "tests" } 30 copy_directories = { "tests" }
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