diff --git a/sdcc.spec b/sdcc.spec index a33cf09..3c642fd 100644 --- a/sdcc.spec +++ b/sdcc.spec @@ -1,5 +1,5 @@ Name: sdcc -Version: 4.4.0 +Version: 4.5.0 Release: 1mamba Summary: Small Device C Compiler Group: Applications/Development @@ -14,6 +14,7 @@ BuildRequires: glibc-devel BuildRequires: libfl-devel BuildRequires: libgcc BuildRequires: libisl-devel +BuildRequires: libncurses-devel BuildRequires: libreadline-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel @@ -58,10 +59,9 @@ SDCC is a C compiler for 8051 class and similar microcontrollers. The package includes the compiler, assemblers and linkers, a device simulator and a core library. The processors supported (to a varying degree) include the 8051, ds390, z80, hc08, and PIC. -%debug_package - # Don't strip unrecognized static object files %define __brp_strip_static_archive /bin/true +%define __brp_strip_lto /bin/true %prep %setup -q @@ -111,6 +111,9 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0 #%{_infodir}/bfd.info.gz %changelog +* Tue Feb 18 2025 Automatic Build System 4.5.0-1mamba +- automatic version update by autodist + * Wed Jan 31 2024 Automatic Build System 4.4.0-1mamba - automatic version update by autodist