From af3cc9914826417621a95962b342a52ce0f31468 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:22:56 +0100 Subject: [PATCH] automatic version update by autodist [release 3.0-1mamba;Sat Jan 29 2022] --- re2c.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/re2c.spec b/re2c.spec index 8bd9c7f..762ca60 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,5 +1,5 @@ Name: re2c -Version: 2.2 +Version: 3.0 Release: 1mamba Summary: A tool for writing very fast and very flexible scanners Group: System/Tools @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://re2c.org/ Source: https://github.com/skvadrik/re2c/releases/download/%{version}/re2c-%{version}.tar.xz -#Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -19,6 +18,8 @@ BuildRequires: libstdc++6-devel %description re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality. +%debug_package + %prep %setup -q @@ -37,13 +38,18 @@ re2c is a tool for writing very fast and very flexible scanners. Unlike any othe %defattr(-,root,root) %{_bindir}/re2c %{_bindir}/re2go +%{_bindir}/re2rust %dir %{_datadir}/re2c %dir %{_datadir}/re2c/stdlib %{_datadir}/re2c/stdlib/unicode_categories.re %{_mandir}/man1/re2c.1* %{_mandir}/man1/re2go.1* +%{_mandir}/man1/re2rust.1* %changelog +* Sat Jan 29 2022 Automatic Build System 3.0-1mamba +- automatic version update by autodist + * Sun Aug 01 2021 Automatic Build System 2.2-1mamba - automatic version update by autodist