automatic version update by autodist [release 1.5.0-1mamba;Thu Dec 05 2024]

This commit is contained in:
Automatic Build System 2024-12-10 20:09:09 +01:00
parent 1c789ec1ba
commit 295554bd8c

View File

@ -1,5 +1,5 @@
Name: flashrom
Version: 1.4.0
Version: 1.5.0
Release: 1mamba
Summary: A utility for detecting, reading, writing, verifying and erasing flash chips
Group: System/Kernel and Hardware
@ -12,6 +12,7 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libftdi1-devel
BuildRequires: libopenssl-devel
BuildRequires: libpci-devel
BuildRequires: libusb-devel
## AUTOBUILDREQ-END
@ -43,7 +44,11 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%meson
%meson \
%ifarch %{ix86}
-Dtests=disabled
%endif
%meson_build
%install
@ -77,5 +82,8 @@ This package contains libraries and header files for developing applications tha
%doc README.rst
%changelog
* Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.0-1mamba
- automatic version update by autodist
* Wed Oct 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
- package created using the webbuild interface