diff --git a/re2c-0.13.1.tar.bz2 b/re2c-0.13.1.tar.bz2 deleted file mode 100644 index 5db138c..0000000 --- a/re2c-0.13.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b55bd35bd50bf69ddce0cbeb88d267b7e023dbbe82de746a03d6cf771647dc2 -size 448133 diff --git a/re2c-0.13.3.tar.bz2 b/re2c-0.13.3.tar.bz2 new file mode 100644 index 0000000..5cdba79 --- /dev/null +++ b/re2c-0.13.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756c4f0c26f2e2af99d56c9ef50c1aaebb32d69d9a72721eb8219e5de5522d78 +size 494367 diff --git a/re2c.changes b/re2c.changes index f4f644b..9ab9fba 100644 --- a/re2c.changes +++ b/re2c.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 17 20:33:16 CET 2008 - crrodriguez@suse.de + +- update to version 0.13.3 , required for new PHP language parser + * Added -r flag to allow reuse of scanner definitions. + * Added -F flag to support flex syntax in rules. + * Fixed SEGV in scanner that occurs with very large blocks. + * Fixed issue with unused yybm. + * Partial support for flex syntax. + * Changed to allow /* comments with -c switch. + * Added flag -D/--emit-dot. + ------------------------------------------------------------------- Mon Feb 4 14:20:48 CET 2008 - mmarek@suse.cz diff --git a/re2c.spec b/re2c.spec index a1724dd..cf8ba77 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,5 +1,5 @@ # -# spec file for package re2c (Version 0.13.1) +# spec file for package re2c (Version 0.13.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,9 +10,10 @@ # norootforbuild + Name: re2c BuildRequires: gcc-c++ -Version: 0.13.1 +Version: 0.13.3 Release: 1 # License: Public Domain, Freeware @@ -39,7 +40,7 @@ Authors: Dan Nuffer %prep -%setup +%setup -q find -type d -name .svn -print0 | xargs -r0 rm -rf find CHANGELOG lessons examples -type f -print0 \ | xargs -r0 chmod -v a-x @@ -52,6 +53,8 @@ find CHANGELOG lessons examples -type f -print0 \ ./re2c scanner.re > scanner.cc %{__rm} -f re2c scanner.o %{__make} + +%check %{__make} test %install @@ -69,6 +72,15 @@ find CHANGELOG lessons examples -type f -print0 \ %doc lessons/ examples/ %changelog +* Mon Mar 17 2008 crrodriguez@suse.de +- update to version 0.13.3 , required for new PHP language parser + * Added -r flag to allow reuse of scanner definitions. + * Added -F flag to support flex syntax in rules. + * Fixed SEGV in scanner that occurs with very large blocks. + * Fixed issue with unused yybm. + * Partial support for flex syntax. + * Changed to allow /* comments with -c switch. + * Added flag -D/--emit-dot. * Mon Feb 04 2008 mmarek@suse.cz - updated to version 0.13.1 * build fixes for non-linux platforms only