automatic version update by autodist [release 3.8.0-1mamba;Sun Dec 09 2018]

This commit is contained in:
Automatic Build System 2024-01-05 17:41:18 +01:00
parent f067dfd062
commit 39658dcaba

View File

@ -1,5 +1,5 @@
Name: sdcc Name: sdcc
Version: 3.6.0 Version: 3.8.0
Release: 1mamba Release: 1mamba
Summary: Small Device C Compiler Summary: Small Device C Compiler
Group: Applications/Development Group: Applications/Development
@ -9,6 +9,15 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sdcc.sourceforge.net/ URL: http://sdcc.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/sdcc/sdcc-src-%{version}.tar.bz2 Source: http://downloads.sourceforge.net/sourceforge/sdcc/sdcc-src-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfl-devel
BuildRequires: libgcc
BuildRequires: libreadline-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtermcap-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: gputils BuildRequires: gputils
Requires: gputils Requires: gputils
Requires: sdcc-common = %{version}-%{release} Requires: sdcc-common = %{version}-%{release}
@ -74,6 +83,7 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
%{_bindir}/shc08 %{_bindir}/shc08
#%{_bindir}/sst7 #%{_bindir}/sst7
%{_bindir}/sstm8 %{_bindir}/sstm8
%{_bindir}/stlcs
%{_bindir}/sz80 %{_bindir}/sz80
%files common %files common
@ -100,9 +110,12 @@ The processors supported (to a varying degree) include the 8051, ds390, z80, hc0
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/doc/sdcc/* %{_datadir}/doc/sdcc/*
%{_datadir}/doc/ucsim/* %{_datadir}/doc/ucsim/*
%{_infodir}/bfd.info.gz #%{_infodir}/bfd.info.gz
%changelog %changelog
* Sun Dec 09 2018 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
- automatic version update by autodist
* Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba * Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
- automatic version update by autodist - automatic version update by autodist