From fafd51cc0d637bac626665a469d7c42f9e9b427a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Wed, 12 Jul 2023 10:59:22 +0200 Subject: [PATCH] Add BR: gcc --- brltty.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/brltty.spec b/brltty.spec index dbeac14..1f00704 100644 --- a/brltty.spec +++ b/brltty.spec @@ -47,7 +47,7 @@ Name: brltty Version: %{pkg_version} -Release: 16%{?dist} +Release: 17%{?dist} License: LGPL-2.0-or-later URL: http://brltty.app/ Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz @@ -62,6 +62,7 @@ Patch3: brltty-6.5-gettext.patch Summary: Braille display driver for Linux/Unix BuildRequires: byacc BuildRequires: glibc-kernheaders +BuildRequires: gcc BuildRequires: bluez-libs-devel BuildRequires: systemd BuildRequires: gettext @@ -691,6 +692,9 @@ fi %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline %changelog +* Wed Jul 12 2023 Frantisek Zatloukal - 6.5-17 +- Add BR: gcc (ocaml no longer pulls it indirectly on i686) + * Wed Jul 12 2023 Richard W.M. Jones - 6.5-16 - OCaml 5.0 rebuild for Fedora 39