]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- updated to 2.49
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 12 Dec 2012 11:43:27 +0000 (12:43 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 12 Dec 2012 11:43:27 +0000 (12:43 +0100)
- gcc4 not needed
- fix building with glibc 2.16

clisp-gcc4.patch [deleted file]
clisp-glibc2.16.patch [new file with mode: 0644]
clisp.spec

diff --git a/clisp-gcc4.patch b/clisp-gcc4.patch
deleted file mode 100644 (file)
index c8a9845..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- clisp-2.47/src/time.d.orig 2008-07-22 19:10:25.000000000 +0200
-+++ clisp-2.47/src/time.d      2009-06-30 10:53:19.000000000 +0200
-@@ -302,7 +302,7 @@
-  #ifdef TIME_WIN32
-   return L2_to_I(tp->dwHighDateTime,tp->dwLowDateTime);
-  #endif
--#elif TIME_METHOD = 1
-+#elif TIME_METHOD == 1
-   return UL_to_I(*tp);
- #else
- #error internal_time_to_I: invalid TIME_METHOD
diff --git a/clisp-glibc2.16.patch b/clisp-glibc2.16.patch
new file mode 100644 (file)
index 0000000..7240a3f
--- /dev/null
@@ -0,0 +1,11 @@
+--- /home/users/baggins/devel/PLD/rpm/BUILD/clisp-2.49/src/bindings/glibc/linux.c~     2012-12-12 12:40:18.710628464 +0100
++++ /home/users/baggins/devel/PLD/rpm/BUILD/clisp-2.49/src/bindings/glibc/linux.c      2012-12-12 12:41:37.060625700 +0100
+@@ -3,7 +3,7 @@
+ extern gcv_object_t module__linux__object_tab[];
+ #include <stddef.h>
+ #include <sys/types.h>
+-#include <bits/ipctypes.h>
++#include <sys/ipc.h>
+ #include <errno.h>
+ static int *clisp_errno_location(void);
+ static int *clisp_errno_location() { return &errno; }
index c46de3ea65051ad8d307127b335d171533b0d408..2168c2ddce4d1652d2868f823d0db3059525b080 100644 (file)
@@ -8,15 +8,15 @@ Summary:      Common Lisp (ANSI CL) implementation
 Summary(pl.UTF-8):     Implementacja Common Lisp (ANSI CL)
 Summary(pt_BR.UTF-8):  Implementação do Common Lisp (ANSI CL)
 Name:          clisp
-Version:       2.47
-Release:       7
+Version:       2.49
+Release:       1
 License:       GPL
 Group:         Development/Languages
-Source0:       http://dl.sourceforge.net/clisp/%{name}-%{version}.tar.bz2
-# Source0-md5: 8fa89bb13e865fc7c7150b82682f35af
+Source0:       http://download.sourceforge.net/clisp/%{name}-%{version}.tar.bz2
+# Source0-md5: 1962b99d5e530390ec3829236d168649
 Patch0:                %{name}-shell.patch
 Patch1:                %{name}-alpha.patch
-Patch2:                %{name}-gcc4.patch
+Patch2:                %{name}-glibc2.16.patch
 URL:           http://clisp.cons.org/
 BuildRequires: ffcall-devel
 BuildRequires: gettext-devel
This page took 0.113691 seconds and 4 git commands to generate.