diff --git a/clisp-test.patch b/clisp-test.patch deleted file mode 100644 index ba89ae1..0000000 --- a/clisp-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/streams.tst.orig 2021-06-28 14:32:42.000000000 -0600 -+++ tests/streams.tst 2021-07-16 16:59:50.530422810 -0600 -@@ -1290,7 +1290,7 @@ T - (write-line "foo" s) "foo" - (let ((*reopen-open-file* nil)) ; stdout can be a file, it will be detected! - (with-open-file (copy s :direction :output) (streamp copy))) --#.(if (member (ext:operating-system-type) '("AIX" "Haiku" "HP-UX" "Minix" "Windows") :test #'equal) 'ERROR 'T) -+#.(if (member (ext:operating-system-type) '("AIX" "Haiku" "HP-UX" "Linux" "Minix" "Windows") :test #'equal) 'ERROR 'T) - - #+clisp - (progn diff --git a/clisp.spec b/clisp.spec index 0977c6c..a40598f 100644 --- a/clisp.spec +++ b/clisp.spec @@ -26,12 +26,10 @@ Source3: http://translationproject.org/latest/clisp/de.po Patch0: %{name}-db.patch # https://sourceforge.net/p/clisp/patches/32/ Patch1: %{name}-format.patch -# Work around for a test that fails with permission denied -Patch2: %{name}-test.patch # Adapt to changes in pari 2.11.0 -Patch3: %{name}-pari.patch +Patch2: %{name}-pari.patch # The combination of register and volatile is nonsensical -Patch4: %{name}-register-volatile.patch +Patch3: %{name}-register-volatile.patch BuildRequires: dbus-devel BuildRequires: diffutils