Ana Guerrero 2024-10-15 12:57:47 +00:00 committed by Git OBS Bridge
commit cdd9cb3be4
2 changed files with 10 additions and 1 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 13 10:16:37 UTC 2024 - ecsos <ecsos@opensuse.org>
- Fix build error under Leap.
-------------------------------------------------------------------
Sat Jul 27 23:57:36 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

@ -27,9 +27,13 @@ Source0: https://download.flashrom.org/releases/%{name}-%{version}.tar.xz
Source1: https://download.flashrom.org/releases/%{name}-%{version}.tar.xz.asc#/%{name}-%{version}.tar.bz2.sig
# Got the key from David Hendricks
Source2: %{name}.keyring
BuildRequires: meson >= 0.53.0
BuildRequires: meson >= 0.56.0
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1600
BuildRequires: python3-Sphinx
%else
BuildRequires: python311-Sphinx
%endif
BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libftdi1)
BuildRequires: pkgconfig(libjaylink)