update to 4.0.0 [release 4.0.0-1mamba;Thu Jan 02 2025]

This commit is contained in:
Silvan Calarco 2025-01-04 10:36:21 +01:00
parent 30687de8b0
commit 2c5605c41f

View File

@ -1,14 +1,15 @@
Name: gnu-efi
Version: 3.0.18
Version: 4.0.0
Release: 1mamba
Summary: GNU toolchain for building applications that can run in Intel's EFI environment
Group: Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/gnu-efi/
Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2
URL: https://github.com/ncroxon/gnu-efi
Source: https://github.com/ncroxon/gnu-efi.git/%{version}/gnu-efi-%{version}.tar.bz2
License: GPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
@ -34,7 +35,7 @@ make CC=%{__cc}
%dir %{_includedir}/efi
%{_includedir}/efi/*
%{_libdir}/crt0-efi-*.o
%{_libdir}/elf_*_efi.lds
%{_libdir}/elf_*.lds
%{_libdir}/libefi.a
%{_libdir}/libgnuefi.a
%dir %{_libdir}/gnuefi/apps
@ -43,6 +44,9 @@ make CC=%{__cc}
#%doc ChangeLog README.efilib README.elilo README.gnuefi
%changelog
* Thu Jan 02 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
- update to 4.0.0
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 3.0.18-1mamba
- automatic version update by autodist