From 7e5a91a4e512048a48fb236f83b036ca1e25dc43 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Jul 12 2010 09:33:40 +0000 Subject: Update to 0.13.5. --- diff --git a/.cvsignore b/.cvsignore index 80c3514..bb47edb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -re2c-0.12.3.tar.gz +re2c-0.13.5.tar.gz diff --git a/re2c.spec b/re2c.spec index 1c9fa09..e76dfdc 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,10 +1,10 @@ Summary: Tool for generating C-based recognizers from regular expressions Name: re2c -Version: 0.12.3 -Release: 4%{?dist} +Version: 0.13.5 +Release: 1%{?dist} License: Public Domain Group: Development/Tools -URL: http://re2c.sourceforge.net/ +URL: http://re2c.org/ Source: http://downloads.sf.net/re2c/re2c-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -27,7 +27,8 @@ find . -type f -exec chmod -x {} \; %build %configure # Build re2c, then our own scanner.cc, then rebuild the final re2c with it -%{__make} %{?_smp_mflags} +%{__make} %{?_smp_mflags} re2c +%{__rm} -f scanner.cc ./re2c -b -o scanner.cc scanner.re %{__rm} -f re2c scanner.o %{__make} %{?_smp_mflags} @@ -51,6 +52,10 @@ find . -type f -exec chmod -x {} \; %changelog +* Mon Jul 12 2010 Matthias Saou 0.13.5-1 +- Update to 0.13.5. +- Update URL to the one used in the included spec file. + * Sun Jul 26 2009 Fedora Release Engineering - 0.12.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 0fc6edf..a19abab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b8d6317c2a5ccc68ee54de19cf9893b re2c-0.12.3.tar.gz +4a97d8f77ed6d2c76c8bd840a43f5633 re2c-0.13.5.tar.gz