[packages/vim-idevim] Rel 11
arekm
arekm at pld-linux.org
Sun Apr 5 13:13:04 CEST 2026
commit 5213f61833d2a7735faf9e9a985a3d1dec6c50f2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Apr 5 13:12:57 2026 +0200
Rel 11
vim-idevim-stdlib.patch | 23 +++++++++++++++++++++++
vim-idevim.spec | 4 +++-
2 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/vim-idevim.spec b/vim-idevim.spec
index 36cefab..1b64380 100644
--- a/vim-idevim.spec
+++ b/vim-idevim.spec
@@ -2,7 +2,7 @@ Summary: Control Gdb from inside Vim
Summary(pl.UTF-8): Obsługa gdb z VIMa
Name: vim-idevim
Version: 0.8
-Release: 10
+Release: 11
License: GPL
Group: Applications/Editors/Vim
#Source0: http://vim.sourceforge.net/scripts/download.php?src_id=428
@@ -10,6 +10,7 @@ Source0: idevim.tgz
# Source0-md5: b63be71c432a7b67db75dde0afaaefc3
Patch0: %{name}-Makefile.patch
Patch1: %{name}-posix.patch
+Patch2: %{name}-stdlib.patch
URL: http://vim.sourceforge.net/scripts/script.php?script_id=168
Requires(post,postun): /sbin/ldconfig
Requires(post,postun): vim
@@ -36,6 +37,7 @@ pokazana jest w górnym oknie, a dane są wyświetlane w dolnym.
%setup -qn gdbvim
%patch -P0 -p1
%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
diff --git a/vim-idevim-stdlib.patch b/vim-idevim-stdlib.patch
new file mode 100644
index 0000000..b0c931b
--- /dev/null
+++ b/vim-idevim-stdlib.patch
@@ -0,0 +1,23 @@
+--- gdbvim/gdbv.h.orig 2001-12-17 00:00:00.000000000 +0000
++++ gdbvim/gdbv.h 2026-04-05 00:00:00.000000000 +0000
+@@ -1,6 +1,9 @@
+ #ifndef _GDBV_H
+ #define _GDBV_H
+
++#include <stdlib.h>
++#include <time.h>
++
+ #include <stdio.h>
+ #include <strings.h>
+ #include <string.h>
+--- gdbvim/gdbvcl.c.orig 2001-12-17 00:00:00.000000000 +0000
++++ gdbvim/gdbvcl.c 2026-04-05 00:00:00.000000000 +0000
+@@ -200,7 +200,7 @@
+
+
+
+-main(int argc, char **argv)
++int main(int argc, char **argv)
+ {
+
+ char *val;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim-idevim.git/commitdiff/5213f61833d2a7735faf9e9a985a3d1dec6c50f2
More information about the pld-cvs-commit
mailing list