Thu, 06 Jun 2024 22:18:43 UTC | login

Information for build clisp-2.49.93-37.20230718git6692497.fc40

ID295251
Package Nameclisp
Version2.49.93
Release37.20230718git6692497.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/clisp.git#3d02564e3169f4f1f6f8ed0c89c72861fa444639
SummaryANSI Common Lisp implementation
DescriptionANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MiB of RAM. It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast bignums and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 03 Mar 2024 15:33:53 UTC
CompletedSun, 03 Mar 2024 15:37:25 UTC
Taskbuild (f40, /rpms/clisp.git:3d02564e3169f4f1f6f8ed0c89c72861fa444639)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/clisp.git#3d02564e3169f4f1f6f8ed0c89c72861fa444639'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.93-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.93-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Dec 01 2023 Jerry James <loganjerry@gmail.com> - 2.49.93-35 - Fix a mismatched pointer type error with GCC 14 * Wed Aug 16 2023 Jerry James <loganjerry@gmail.com> - 2.49.93-34 - Build without pcre support (rhbz#2128278) * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.93-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 18 2023 Jerry James <loganjerry@gmail.com> - 2.49.93-32 - Update to fix message typos * Mon May 08 2023 Florian Weimer <fweimer@redhat.com> - 2.49.93-31 - Port to C99 * Tue Apr 04 2023 Jerry James <loganjerry@gmail.com> - 2.49.93-30 - Update to allow non-simple strings in FORMAT and FORMATTER - Drop upstreamed ensure-6x patch - Disable gtk2 support for RHEL 10 (thanks to Yaakov Selkowitz) * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.93-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 10 2023 Jerry James <loganjerry@gmail.com> - 2.49.93-29 - Update to latest git snapshot for buffer overflow fix - Drop upstreamed pari patch * Mon Sep 19 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-28 - Rebuild for pari 2.15.0 * Thu Aug 18 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-27 - Rebuild for libsvm 3.3 * Mon Aug 15 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-26 - Convert License tag to SPDX * Wed Aug 10 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-26 - Move preload.lisp files to the main package * Mon Aug 08 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-25 - Add -ensure-6x patch (rhbz#2115476) * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.93-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 18 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-23 - Reduce the impact of the -no-inline patch * Thu Feb 03 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-23 - Add -no-inline patch to workaround bz 2049371 (ppc64le segfault) * Fri Jan 28 2022 Jerry James <loganjerry@gmail.com> - 2.49.93-23 - Add -pts-access patch to fix FTBFS