diff --git a/re2c.spec b/re2c.spec index 84e84e2..cae99f0 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,5 +1,5 @@ Name: re2c -Version: 1.0.1 +Version: 1.2 Release: 1mamba Summary: A tool for writing very fast and very flexible scanners Group: System/Tools @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://re2c.org/ -Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz +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 @@ -37,9 +38,11 @@ re2c is a tool for writing very fast and very flexible scanners. Unlike any othe %defattr(-,root,root) %{_bindir}/re2c %{_mandir}/man1/re2c.1* -%doc README %changelog +* Fri Aug 02 2019 Silvan Calarco 1.2-1mamba +- update to 1.2 + * Wed Aug 16 2017 Automatic Build System 1.0.1-1mamba - automatic version update by autodist