From 780c845681976b508f4efcedf11ead91c2a56321afd399465379cf9b515cc424 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 9 Nov 2017 15:22:22 +0000 Subject: [PATCH] Accepting request 540245 from home:avindra - Update to version 1.0.3: * Fixes build failure on Mac OS X 10.5.8 with gcc 4.2.1 * Documentation fix * 2 examples removed OBS-URL: https://build.opensuse.org/request/show/540245 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=26 --- re2c-1.0.2.tar.gz | 3 --- re2c-1.0.3.tar.gz | 3 +++ re2c.changes | 8 ++++++++ re2c.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 re2c-1.0.2.tar.gz create mode 100644 re2c-1.0.3.tar.gz diff --git a/re2c-1.0.2.tar.gz b/re2c-1.0.2.tar.gz deleted file mode 100644 index ad322eb..0000000 --- a/re2c-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0919585b50095a00e55b99212a81bc67c5fab61d877aca0d9d061aff3093f52 -size 5805526 diff --git a/re2c-1.0.3.tar.gz b/re2c-1.0.3.tar.gz new file mode 100644 index 0000000..90c2ed7 --- /dev/null +++ b/re2c-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf56e0de3f335f6a22d3e8c06b8b450d858a4e7875ea1b01c9233e084b90cb52 +size 5806555 diff --git a/re2c.changes b/re2c.changes index 2a0138d..a07c945 100644 --- a/re2c.changes +++ b/re2c.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 9 15:02:34 UTC 2017 - aavindraa@gmail.com + +- Update to version 1.0.3: + * Fixes build failure on Mac OS X 10.5.8 with gcc 4.2.1 + * Documentation fix + * 2 examples removed + ------------------------------------------------------------------- Mon Sep 4 12:02:10 UTC 2017 - mpluskal@suse.com diff --git a/re2c.spec b/re2c.spec index afb74ea..1a9c662 100644 --- a/re2c.spec +++ b/re2c.spec @@ -17,7 +17,7 @@ Name: re2c -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Tool for generating C-based recognizers from regular expressions License: SUSE-Public-Domain