aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua-cjson-2.0devel-1.rockspec (renamed from lua-cjson-1.1devel-1.rockspec)4
-rw-r--r--lua-cjson.spec2
-rw-r--r--lua_cjson.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/lua-cjson-1.1devel-1.rockspec b/lua-cjson-2.0devel-1.rockspec
index c8c4367..9a2ac04 100644
--- a/lua-cjson-1.1devel-1.rockspec
+++ b/lua-cjson-2.0devel-1.rockspec
@@ -1,8 +1,8 @@
1package = "lua-cjson" 1package = "lua-cjson"
2version = "1.1devel-1" 2version = "2.0devel-1"
3 3
4source = { 4source = {
5 url = "http://www.kyne.com.au/~mark/software/download/lua-cjson-1.1devel.zip", 5 url = "http://www.kyne.com.au/~mark/software/download/lua-cjson-2.0devel.zip",
6} 6}
7 7
8description = { 8description = {
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 4642857..108651c 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -3,7 +3,7 @@
3%define luadatadir %{_datadir}/lua/%{luaver} 3%define luadatadir %{_datadir}/lua/%{luaver}
4 4
5Name: lua-cjson 5Name: lua-cjson
6Version: 1.1devel 6Version: 2.0devel
7Release: 1%{?dist} 7Release: 1%{?dist}
8Summary: A fast JSON encoding/parsing library for Lua 8Summary: A fast JSON encoding/parsing library for Lua
9 9
diff --git a/lua_cjson.c b/lua_cjson.c
index f5af350..b14c242 100644
--- a/lua_cjson.c
+++ b/lua_cjson.c
@@ -51,7 +51,7 @@
51#endif 51#endif
52 52
53#ifndef CJSON_VERSION 53#ifndef CJSON_VERSION
54#define CJSON_VERSION "1.1devel" 54#define CJSON_VERSION "2.0devel"
55#endif 55#endif
56 56
57/* Workaround for Solaris platforms missing isinf() */ 57/* Workaround for Solaris platforms missing isinf() */