From 9fba6938b211eacd647877a406861c603e7b502d Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Mon, 19 May 2008 00:37:56 +0000 Subject: [PATCH] Version r5. Fixes a bad linking option that makes lua-iconv unstable when used across different virtual machines git-svn-id: file:///var/svn/lua-iconv/trunk@54 9538949d-8f27-0410-946f-ce01ef448559 --- lua-iconv-r4-1.rockspec => lua-iconv-r5-1.rockspec | 2 +- luaiconv.c | 2 +- maketargz.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename lua-iconv-r4-1.rockspec => lua-iconv-r5-1.rockspec (98%) diff --git a/lua-iconv-r4-1.rockspec b/lua-iconv-r5-1.rockspec similarity index 98% rename from lua-iconv-r4-1.rockspec rename to lua-iconv-r5-1.rockspec index 3a8fda5..e5f4afc 100644 --- a/lua-iconv-r4-1.rockspec +++ b/lua-iconv-r5-1.rockspec @@ -3,7 +3,7 @@ -- rockspec based uppon the file provided by DarkGod package = "lua-iconv" -version = "r4-1" +version = "r5-1" source = { url = "http://luaforge.net/frs/download.php/3374/lua-iconv-r4.tar.gz", diff --git a/luaiconv.c b/luaiconv.c index 804400c..25ae58b 100644 --- a/luaiconv.c +++ b/luaiconv.c @@ -37,7 +37,7 @@ #include #define LIB_NAME "iconv" -#define LIB_VERSION LIB_NAME " r4" +#define LIB_VERSION LIB_NAME " r5" #define ICONV_TYPENAME "iconv_t" diff --git a/maketargz.sh b/maketargz.sh index 09274b1..deb21be 100755 --- a/maketargz.sh +++ b/maketargz.sh @@ -1,7 +1,7 @@ #!/bin/sh PACKAGE=lua-iconv -VERSION=r4 +VERSION=r5 DIRNAME=$PACKAGE-$VERSION TGZNAME=$DIRNAME.tar.gz