From 9c5434c0ab479693206c4213bac70aad1b871dde Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mar 23 2021 19:51:17 +0000 Subject: Update to latest git snapshot for autoconf + glib updates. - Fix broken symlinks in the full set. --- diff --git a/clisp.spec b/clisp.spec index 9a7eec6..27da532 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,4 +1,4 @@ -%global commit a9aeb8030714ae97ef7f8e01c2ee68b6f297e749 +%global commit d9cbf22d18680f9b9c84579be6bc363e4bd1090c %global shortcommit %(c=%{commit}; echo ${c:0:7}) # There is a plus on the end for unreleased versions, not for released versions @@ -7,7 +7,7 @@ Name: clisp Summary: ANSI Common Lisp implementation Version: 2.49.93 -Release: 17.%{shortcommit}git%{?dist} +Release: 18.%{shortcommit}git%{?dist} License: GPLv2+ URL: http://www.clisp.org/ # The source for this package was pulled from upstream's git repository. @@ -27,6 +27,7 @@ Patch3: %{name}-pari.patch Patch4: %{name}-register-volatile.patch BuildRequires: dbus-devel +BuildRequires: diffutils BuildRequires: emacs BuildRequires: fcgi-devel BuildRequires: ffcall-devel @@ -227,7 +228,7 @@ chmod 0755 %{buildroot}%{_libdir}/%{instdir}/full/lisp.run # Fix broken symlinks in the full set pushd %{buildroot}%{_libdir}/%{instdir}/full -for obj in bogomips calls gettext readline regexi; do +for obj in calls gettext readline regexi; do rm -f ${obj}.o ln -s ../base/${obj}.o ${obj}.o done @@ -239,6 +240,10 @@ for obj in fastcgi fastcgi_wrappers; do rm -f ${obj}.o ln -s ../fastcgi/${obj}.o ${obj}.o done +for obj in cpari pari; do + rm -f ${obj}.o + ln -s ../pari/${obj}.o ${obj}.o +done rm -f bdb.o ln -s ../berkeley-db/bdb.o bdb.o rm -f clx.o @@ -409,6 +414,10 @@ ln -s ../../src/modules.c build/full/modules.c %changelog +* Tue Mar 23 2021 Jerry James - 2.49.93-18.d9cbf22git +- Update to latest git snapshot for autoconf + glib updates +- Fix broken symlinks in the full set + * Mon Feb 08 2021 Pavel Raiskup - 2.49.93-17.a9aeb80git - rebuild for libpq ABI fix rhbz#1908268 diff --git a/sources b/sources index 61b84d4..8fe623f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (clisp-a9aeb80.tar.gz) = 6d326c4b14777dae54562954702b1642639bc53bd3704074727cb325b074318392c28262331436ae257d415d71fb72919bdff8021c061f3cd32c14136837e044 +SHA512 (clisp-d9cbf22.tar.gz) = 80260a22f999c5af26bfec5a69fce1dfd639855feb18e079fea80b8e43cb2dae2ad5ed75db9031e9452470e7b741c3a7868c2aee15dfd716a710d9938f4978d0