diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-08-12 20:21:00 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-08-12 20:21:00 +0930 |
commit | 639f183093f6dbded60865a8d10b77a59743a587 (patch) | |
tree | 4374e41059adf04d64788c361d3dd14ac28a2354 | |
parent | 53baee1e33022fcba4d316b3952510c085173e02 (diff) | |
download | lua-cjson-639f183093f6dbded60865a8d10b77a59743a587.tar.gz lua-cjson-639f183093f6dbded60865a8d10b77a59743a587.tar.bz2 lua-cjson-639f183093f6dbded60865a8d10b77a59743a587.zip |
Added THANKS file
Louis-Philippe Perron (@loopole)
- Mac OSX bug report
Steve Donovan <steve.j.donovan@gmail.com>
- Window build testing
- Luarocks assistance
Zhang "agentzh" Yichun <agentzh@gmail.com>
- Whitespace suggestion
- Solaris isinf() bug
- Array detection bug
-rw-r--r-- | THANKS | 8 | ||||
-rw-r--r-- | lua-cjson.spec | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -0,0 +1,8 @@ | |||
1 | The following people have helped with bug reports, testing and/or | ||
2 | suggestions: | ||
3 | |||
4 | - Louis-Philippe Perron (@loopole) | ||
5 | - Steve Donovan <steve.j.donovan@gmail.com> | ||
6 | - Zhang "agentzh" Yichun <agentzh@gmail.com> | ||
7 | |||
8 | Thanks! | ||
diff --git a/lua-cjson.spec b/lua-cjson.spec index 3b1eec6..189f787 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -38,7 +38,7 @@ rm -rf "$RPM_BUILD_ROOT" | |||
38 | 38 | ||
39 | %files | 39 | %files |
40 | %defattr(-,root,root,-) | 40 | %defattr(-,root,root,-) |
41 | %doc LICENSE NEWS performance.txt README rfc4627.txt tests TODO | 41 | %doc LICENSE NEWS performance.txt README rfc4627.txt tests THANKS TODO |
42 | %{lualibdir}/* | 42 | %{lualibdir}/* |
43 | 43 | ||
44 | 44 | ||