From cf5a98dae3dbd208e2f4b9db4f7a3a02da7840f20af22b23546f33db3eb19be6 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 26 Nov 2010 15:55:43 +0000 Subject: [PATCH] Autobuild autoformatter for 53922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=14 --- re2c.spec | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) diff --git a/re2c.spec b/re2c.spec index 371fd8d..3a5813f 100644 --- a/re2c.spec +++ b/re2c.spec @@ -1,7 +1,7 @@ # # spec file for package re2c (Version 0.13.5) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: re2c BuildRequires: gcc-c++ Version: 0.13.5 -Release: 25 +Release: 32 License: Public Domain, Freeware Group: Development/Libraries/C and C++ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -75,44 +75,3 @@ find CHANGELOG lessons examples -type f -print0 \ %doc lessons/ examples/ %changelog -* Thu Jun 26 2008 mmarek@suse.cz -- updated to version 0.13.5 - * Fixed sf#1952896 Segfault in re2c::Scanner::scan. - * Fixed sf#1952842 Regression. -* Mon Apr 07 2008 mmarek@suse.cz -- updated to version 0.13.4 - * Added transparent handling of #line directives in input files. - * Added re2c:yyfill:check inplace configuration. - * Added re2c:define:YYSETSTATE:naked inplace configuration. - * Added re2c:flags:w and re2c:flags:u inplace configurations. - * Added the ability to add rules in 'use:re2c' blocks. - * Changed -r flag to accept only 'rules:re2c' and 'use:re2c' - blocks. -* 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 -* Mon Jun 25 2007 dmueller@suse.de -- add gcc-c++ buildrequires -* Mon Jun 25 2007 dmueller@suse.de -- update to versoin 0.13.0: - * Fixed issue with short form of switches and parameter if not first switch. - * Fixed #1708378 segfault in actions.cc. - * Added -c and -t to generate scanners with (f)lex-like condition support. -* Fri May 04 2007 dmueller@suse.de -- update to version 0.12.0 -* Sun Apr 01 2007 mrueckert@suse.de -- update to version 0.11.3 -* Sun Mar 04 2007 mrueckert@suse.de -- update to version 0.11.2 -* Tue Feb 20 2007 mrueckert@suse.de -- This version fixes a warning in the generated code that some - compilers issue. No other changes have been made.