Hi all,

Many thanks to Rafael Sadowski for merging yesterday's WeeChat update so
quickly. However, in the meantime a new patch version has been released
which makes the just added patch obsolete.

https://github.com/weechat/weechat/releases/tag/v4.4.1

So I would kindly ask you to have a look at the following diff as well.

Best,
Alvar


diff --git Makefile Makefile
index acfc9cf09ba..d8540231ef2 100644
--- Makefile
+++ Makefile
@@ -4,7 +4,7 @@ COMMENT-python= Python bindings for weechat
 COMMENT-ruby=  Ruby bindings for weechat
 COMMENT-tcl=   Tcl bindings for weechat
 
-V=             4.4.0
+V=             4.4.1
 DISTNAME=      weechat-${V}
 
 PKGNAME-main=  weechat-${V}
diff --git distinfo distinfo
index 50999b6d36e..3440c319d55 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (weechat-4.4.0.tar.gz) = jIq9o3kN/nhMMV0CVsgNmdwOZb1r5wH5s3h/lrdXYlU=
-SIZE (weechat-4.4.0.tar.gz) = 5202258
+SHA256 (weechat-4.4.1.tar.gz) = NCbIVkJWFNNzfhUvxOefYblEVjyyeYjij22Btjlik7Y=
+SIZE (weechat-4.4.1.tar.gz) = 5202358
diff --git patches/patch-src_plugins_lua_weechat-lua_c 
patches/patch-src_plugins_lua_weechat-lua_c
deleted file mode 100644
index 58c327d5d0d..00000000000
--- patches/patch-src_plugins_lua_weechat-lua_c
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/weechat/weechat/pull/2173
-Index: src/plugins/lua/weechat-lua.c
---- src/plugins/lua/weechat-lua.c.orig
-+++ src/plugins/lua/weechat-lua.c
-@@ -1272,7 +1272,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, 
- #if defined(LUA_VERSION_MAJOR) && defined(LUA_VERSION_MINOR)
-     weechat_hashtable_set (plugin->variables, "interpreter_version",
-                            LUA_VERSION_MAJOR "." LUA_VERSION_MINOR);
--#elif LUA_VERSION
-+#elif defined(LUA_VERSION)
-     weechat_hashtable_set (plugin->variables, "interpreter_version",
-                            LUA_VERSION);
- #else

Reply via email to