Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > f5a5a462592eb6a911db314d83b492b8 > files > 7

freepops-0.2.9-14.mga5.src.rpm

--- freepops-0.2.9/modules/src/getdate_lua/getdate_lua.c.orig	2014-01-05 17:10:53.309253664 +0000
+++ freepops-0.2.9/modules/src/getdate_lua/getdate_lua.c	2014-01-05 17:07:31.024351220 +0000
@@ -14,8 +14,7 @@
  ******************************************************************************/
 #include <lauxlib.h>
 #include <lua.h>
-
-#include "getdate.h"
+#include <curl/curl.h>
 
 static int L_getdate(lua_State* L){
 const char * s = luaL_checkstring(L,1);
@@ -24,7 +23,7 @@
 if( lua_gettop(L) != 1 )
 	luaL_error(L,"getdate wnats only one argument (string)");
 
-rc = gd_getdate(s,NULL);
+rc = curl_getdate(s,NULL);
 
 lua_pushnumber(L,rc);
 
--- freepops-0.2.9/modules/modules~	2008-11-01 10:10:39.000000000 +0000
+++ freepops-0.2.9/modules/modules	2014-01-05 17:08:19.545527375 +0000
@@ -21,7 +21,6 @@
 		log_lua		\
 		mlex_lua	\
 		support_lua	\
-		getdate		\
 		getdate_lua	\
 		$(LUACURL)	\
 		browser_lua	\
--- freepops-0.2.9/src/Makefile~	2008-12-08 09:15:14.000000000 +0000
+++ freepops-0.2.9/src/Makefile	2014-01-05 17:31:47.839686921 +0000
@@ -76,7 +76,6 @@
                 browser_lua     \
                 getdate_lua     \
                 dpipe_lua	\
-                getdate         \
                 $(LUACURL)      \
                 support_lua     \
                 mlex_lua        \