Compare commits

..

No commits in common. "rawhide" and "f43" have entirely different histories.

View file

@ -95,7 +95,6 @@ BuildRequires: pari-devel
BuildRequires: pari-gp BuildRequires: pari-gp
BuildRequires: libpq-devel BuildRequires: libpq-devel
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: vim-filesystem
BuildRequires: zlib-devel BuildRequires: zlib-devel
Requires: emacs-filesystem Requires: emacs-filesystem
@ -106,24 +105,25 @@ Requires: vim-filesystem
Provides: bundled(gnulib) Provides: bundled(gnulib)
%description %description
ANSI Common Lisp is a high-level, general-purpose programming language. GNU ANSI Common Lisp is a high-level, general-purpose programming
CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University language. GNU CLISP is a Common Lisp implementation by Bruno Haible
and Michael Stoll of Munich University, both in Germany. It mostly supports of Karlsruhe University and Michael Stoll of Munich University, both
the Lisp described in the ANSI Common Lisp standard. It runs on most Unix in Germany. It mostly supports the Lisp described in the ANSI Common
workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD,
BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and
Windows 95/98/ME) and needs only 4 MiB of RAM. 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 Free Software and may be distributed under the terms of GNU GPL,
it is possible to distribute commercial proprietary applications compiled with while it is possible to distribute commercial proprietary applications
GNU CLISP. compiled with GNU CLISP.
The user interface comes in English, German, French, Spanish, Dutch, Russian The user interface comes in English, German, French, Spanish, Dutch,
and Danish, and can be changed at run time. GNU CLISP includes an Russian and Danish, and can be changed at run time. GNU CLISP
interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign
sockets, i18n, fast bignums and more. An X11 interface is available through language interface, sockets, i18n, fast bignums and more. An X11
CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs
Lisp packages. Maxima, ACL2 and many other Common Lisp packages.
%package devel %package devel
@ -229,7 +229,7 @@ find %{buildroot}%{_libdir} -name '*.dvi' -exec rm -f {} \+
cat %{name}low.lang >> %{name}.lang cat %{name}low.lang >> %{name}.lang
# Compile the Emacs interface # Compile the Emacs interface
pushd %{buildroot}%{_emacs_sitelispdir} pushd %{buildroot}%{_datadir}/emacs/site-lisp
%{_emacs_bytecompile} *.el %{_emacs_bytecompile} *.el
popd popd
@ -362,8 +362,8 @@ make -C build base-mod-check
%{_libdir}/%{instdir}/rawsock/preload.lisp %{_libdir}/%{instdir}/rawsock/preload.lisp
%dir %{_libdir}/%{instdir}/zlib/ %dir %{_libdir}/%{instdir}/zlib/
%{_libdir}/%{instdir}/zlib/*.fas %{_libdir}/%{instdir}/zlib/*.fas
%{_emacs_sitelispdir}/* %{_datadir}/emacs/site-lisp/*
%{vimfiles_root}/after/syntax/* %{_datadir}/vim/vimfiles/after/syntax/*
%files devel %files devel
%doc modules/clx/clx-manual %doc modules/clx/clx-manual
@ -463,7 +463,7 @@ make -C build base-mod-check
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.95-5 * Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.95-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Jerry James <loganjerry@gmail.com> - 2.49.95-4 * Mon Jun 02 2025 Jerry James <loganjerry@gmail.com> - 2.49.95-4
- Update to latest git snapshot - Update to latest git snapshot
- Drop one upstreamed patch to fix undefined behavior - Drop one upstreamed patch to fix undefined behavior