automatic version update by autodist [release 2.1-1mamba;Sat Mar 27 2021]

This commit is contained in:
Automatic Build System 2024-01-05 17:22:56 +01:00
parent 59937165f4
commit ae6f925111

View File

@ -1,12 +1,12 @@
Name: re2c
Version: 2.0.3
Version: 2.1
Release: 1mamba
Summary: A tool for writing very fast and very flexible scanners
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://re2c.org/
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
@ -15,7 +15,6 @@ BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
@ -45,6 +44,9 @@ re2c is a tool for writing very fast and very flexible scanners. Unlike any othe
%{_mandir}/man1/re2go.1*
%changelog
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 2.1-1mamba
- automatic version update by autodist
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
- automatic version update by autodist