diff --git a/README.md b/README.md index ce320b3..d22a125 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions. + diff --git a/sbcl.spec b/sbcl.spec index 1b18bed..175a351 100644 --- a/sbcl.spec +++ b/sbcl.spec @@ -1,5 +1,5 @@ Name: sbcl -Version: 2.4.11 +Version: 2.5.0 Release: 1mamba Summary: Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler Group: Applications/Development @@ -18,7 +18,6 @@ BuildRequires: clisp %description Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions. -%debug_package %prep %setup -q @@ -75,6 +74,9 @@ rm %{buildroot}%{_infodir}/dir %doc COPYING CREDITS %changelog +* Mon Dec 30 2024 Automatic Build System 2.5.0-1mamba +- automatic version update by autodist + * Tue Dec 03 2024 Automatic Build System 2.4.11-1mamba - automatic version update by autodist