From 3ae9b90ac159f0bc183f650ecc9e7086ae7600973ab351cbcd69d15f8771f7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 9 Sep 2011 20:20:16 +0000 Subject: [PATCH] Accepting request 81736 from home:aturrini:branches:devel:tools:compiler Fixed typo in re2c.spec OBS-URL: https://build.opensuse.org/request/show/81736 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=5 --- re2c.changes | 5 +++++ re2c.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/re2c.changes b/re2c.changes index cd14a13..d322bb5 100644 --- a/re2c.changes +++ b/re2c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 9 20:17:36 UTC 2011 - andrea.turrini@gmail.com + +- Fixed typo in re2c.spec + ------------------------------------------------------------------- Tue Nov 23 12:52:50 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/re2c.spec b/re2c.spec index 3a5813f..a9f60db 100644 --- a/re2c.spec +++ b/re2c.spec @@ -32,7 +32,7 @@ Summary: Tool for generating C-based recognizers from regular expressions %description re2c is a tool for writing fast and flexible lexers. Unlike other such tools, it concentrates solely on generating efficient code for matching -regular expressions. This make it suitable for a wide variety of +regular expressions. This makes it suitable for a wide variety of applications. The generated scanners approach hand-crafted ones in terms of size and speed.