Przeglądaj źródła

package/lua: use Upstream: tag in patches that are upstream

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Francois Perrad 1 rok temu
rodzic
commit
52df03ba50

+ 0 - 4
.checkpackageignore

@@ -889,14 +889,10 @@ package/lua-sdl2/0001-Do-not-reference-host-directory-for-headers.patch lib_patc
 package/lua-sdl2/0002-CMakeLists-do-not-require-C.patch lib_patch.Upstream
 package/lua/5.1.5/0001-root-path.patch lib_patch.Upstream
 package/lua/5.1.5/0002-shared-libs-for-lua.patch lib_patch.Upstream
-package/lua/5.1.5/0011-linenoise.patch lib_patch.Upstream
-package/lua/5.1.5/0012-fix-reader-at-eoz.patch lib_patch.Upstream
 package/lua/5.3.6/0001-root-path.patch lib_patch.Upstream
 package/lua/5.3.6/0002-shared-libs-for-lua.patch lib_patch.Upstream
-package/lua/5.3.6/0003-linenoise.patch lib_patch.Upstream
 package/lua/5.4.7/0001-root-path.patch lib_patch.Upstream
 package/lua/5.4.7/0002-shared-libs-for-lua.patch lib_patch.Upstream
-package/lua/5.4.7/0003-linenoise.patch lib_patch.Upstream
 package/luajit/0001-no-bin-symlink.patch lib_patch.Upstream
 package/luajit/0002-install-inc.patch lib_patch.Upstream
 package/luasyslog/0001-remove-AX_LUA_LIBS.patch lib_patch.Upstream

+ 1 - 2
package/lua/5.1.5/0011-linenoise.patch

@@ -1,7 +1,6 @@
 Add support of linenoise (replace readline)
 
-see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
-
+Upstream: http://lua-users.org/lists/lua-l/2010-03/msg00879.html
 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 
 Index: b/src/luaconf.h

+ 1 - 2
package/lua/5.1.5/0012-fix-reader-at-eoz.patch

@@ -1,7 +1,6 @@
 When loading a file, Lua may call the reader function again after it returned end of input.
 
-Fetch from: http://www.lua.org/bugs.html#5.1.5-2
-
+Upstream: https://www.lua.org/bugs.html#5.1.5-2
 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 
 Index: b/src/lzio.c

+ 1 - 2
package/lua/5.3.6/0003-linenoise.patch

@@ -1,7 +1,6 @@
 Add support of linenoise (replace readline)
 
-see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
-
+Upstream: http://lua-users.org/lists/lua-l/2010-03/msg00879.html
 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 
 Index: b/src/lua.c

+ 1 - 2
package/lua/5.4.7/0003-linenoise.patch

@@ -1,7 +1,6 @@
 Add support of linenoise (replace readline)
 
-see discussion, http://lua-users.org/lists/lua-l/2010-03/msg00879.html
-
+Upstream: http://lua-users.org/lists/lua-l/2010-03/msg00879.html
 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 
 Index: b/src/lua.c