From ceaaa15b6b52e301a62d8a3ee17a8a7c1f6b7426 Mon Sep 17 00:00:00 2001 From: Dmitry Samoylik Date: Fri, 20 Sep 2024 14:49:30 +0300 Subject: [PATCH] Update to 5.3.79-1.inferit --- .belr.metadata | 2 +- .gitignore | 2 +- SPECS/belr.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.belr.metadata b/.belr.metadata index 7807f49..67c42e7 100644 --- a/.belr.metadata +++ b/.belr.metadata @@ -1 +1 @@ -23d4122e512ad47853757d11c622542dd163b78a SOURCES/belr-5.3.54.tar.gz +88fcfdcfd0c295d99c98f10c9c0ecd25051ba295 SOURCES/belr-5.3.79.tar.gz diff --git a/.gitignore b/.gitignore index 2955a16..c36ad59 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/belr-5.3.54.tar.gz +SOURCES/belr-5.3.79.tar.gz diff --git a/SPECS/belr.spec b/SPECS/belr.spec index 0b54748..5bdcd8d 100644 --- a/SPECS/belr.spec +++ b/SPECS/belr.spec @@ -1,6 +1,6 @@ Summary: Language recognition library Name: belr -Version: 5.3.54 +Version: 5.3.79 Release: 1%{?dist}.inferit License: GPLv3 @@ -13,6 +13,8 @@ BuildRequires: cmake BuildRequires: cmake(BCToolbox) >= %{version} BuildRequires: ninja-build BuildRequires: pkgconfig(udev) +BuildRequires: gcc +BuildRequires: gcc-c++ %description Belr aims at parsing any input formatted according to a language defined by @@ -70,6 +72,9 @@ find %{buildroot} -name "*.la" -delete %changelog +* Fri Sep 20 2024 Dmitriy Samoylik - 5.3.79-1.inferit +- Update to 5.3.79-1.inferit + * Fri May 31 2024 Arkady L. Shane - 5.3.54-1.inferit - Update to 5.3.54 - Clean up spec