2009-01-12 17:53:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 12 11:35:11 CET 2009 - rguenther@suse.de
|
|
|
|
|
|
|
|
- Add patch to include <cstdio> in the C++ header section. Fixes
|
|
|
|
the C++ parts of the testsuite with GCC 4.4.
|
|
|
|
|
2008-12-15 12:30:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
|
|
|
|
|
|
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
|
|
|
(bnc#437293)
|
|
|
|
|
2008-04-10 14:13:09 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-11-02 15:40:21 +01:00
|
|
|
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
|
|
|
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-04-10 14:13:09 +02:00
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
2008-03-07 20:24:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 29 15:44:21 CET 2008 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- updated to 2.5.35
|
|
|
|
* includes previous fixes
|
|
|
|
* translation updates
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 19 11:19:58 CET 2008 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- updated with fixes from flex CVS to fix following bugs in 2.5.34:
|
|
|
|
#1849809, #1849805, #1628314, #1849812 (details at
|
|
|
|
http://sourceforge.net/tracker/?group_id=97492&atid=618177 )
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 15 14:55:38 CET 2008 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- updated to 2.5.34
|
|
|
|
* introduce yylex_init_extra; see the manual for details
|
|
|
|
* introduce %option extra-type="your_type *"
|
|
|
|
* The flex program now parses multiple short concatenated options
|
|
|
|
Thanks to Petr Machata of Red Hat on this issue.
|
|
|
|
* Expose YY_BUF_SIZE in the header file.
|
|
|
|
* pattern language expanded; see the manual for details on the
|
|
|
|
below highlights
|
|
|
|
* pattern options added to specify patterns as case-insensitive
|
|
|
|
or case-sensitive
|
|
|
|
* pattern options to specify whether the "." character should
|
|
|
|
match the newline character
|
|
|
|
* pattern options added to allow ignoring of whitespace in
|
|
|
|
patterns
|
|
|
|
* POSIX character classes may be negated in patterns
|
|
|
|
* patterns may now use set difference, union operators
|
|
|
|
* the manual now contains an appendix listing various common
|
|
|
|
patterns which may be useful when writing scanners
|
|
|
|
* c++ scanners can now use yywrap
|
|
|
|
* flex man page and flex manual in pdf now distributed in the
|
|
|
|
flex distribution
|
|
|
|
* bugfixes and translation updates
|
|
|
|
|
2007-03-29 00:32:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 26 15:47:02 CEST 2007 - rguenther@suse.de
|
|
|
|
|
|
|
|
- Add bison BuildRequires.
|
|
|
|
|
2006-12-19 00:15:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 17 15:59:20 CEST 2006 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- update to 2.5.33
|
|
|
|
* bugfix release
|
|
|
|
* obsoleted patches:
|
|
|
|
- YY_DECL.patch
|
|
|
|
- array-yymore.patch
|
|
|
|
- double-free.patch
|
|
|
|
- keep-macros.patch
|
|
|
|
- overflow.patch
|
|
|
|
* kept fPIC.patch, yylineno.patch and doc-fix.diff
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 16 10:20:19 CEST 2006 - agruen@suse.de
|
|
|
|
|
|
|
|
- A minor fix in the documentation.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 9 18:19:09 CET 2006 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- keep YY_* macros in the generated C file (backport from 2.5.33)
|
|
|
|
[#141964#c6] (keep-yytext_ptr.patch -> keep-macros.patch)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 8 12:37:52 CET 2006 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- removed unneeded part of last fix (C++ scanners weren't affected)
|
|
|
|
[#151087] (overflow.patch)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 17 13:49:57 CET 2006 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- fix buffer overflow in some generated scanners
|
|
|
|
[#151087] (overflow.patch)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:30:12 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 20 11:27:08 CET 2005 - mmj@suse.de
|
|
|
|
|
|
|
|
- don't package /usr/share/info/dir
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 15 17:13:44 CET 2005 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- added README.SUSE, packaged some %%doc files
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 5 13:23:11 CET 2005 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- don't declare int yylineno in non-reentrant scanners without
|
|
|
|
%option yylineno -- programs declaring their own yylineno should
|
|
|
|
build now
|
|
|
|
(yylineno.patch)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 28 11:01:11 CET 2005 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- test-noansi-r didn't pass on 64bit, fix from CVS
|
|
|
|
(YY_DECL.patch)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 22 14:20:26 CET 2005 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- update to version 2.5.31 once again...
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 7 09:48:54 CET 2005 - mmarek@suse.cz
|
|
|
|
|
|
|
|
- compile libfl.a with -fPIC
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 11 11:41:29 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- add %defattr
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 15 13:35:36 CEST 2003 - tcrhak@suse.cz
|
|
|
|
|
|
|
|
- Use <iostream> and std namespace in flex.skl [bug #30427]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 1 15:39:14 CEST 2003 - coolo@suse.de
|
|
|
|
|
|
|
|
- don't strip explicitly
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- fix install_info --delete call and move from preun to postun
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 7 01:22:11 CET 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- added install_info macros
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- removed bogus self-provides
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 27 22:05:42 CEST 2002 - kukuk@suse.de
|
|
|
|
|
|
|
|
- remove yacc from neededforbuild, bison is used
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 26 17:46:54 CEST 2002 - tcrhak@suse.cz
|
|
|
|
|
|
|
|
- update to 2.5.4a (slight change in license only)
|
|
|
|
- bzipped sources
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 8 22:28:39 CET 2002 - schwab@suse.de
|
|
|
|
|
|
|
|
- Use <iostream> and std namespace in FlexLexer.h.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 31 15:01:50 CEST 2001 - nadvornik@suse.cz
|
|
|
|
|
|
|
|
- installed info pages [bug #9566]
|
|
|
|
- added buildroot
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 14:20:06 CEST 2001 - nadvornik@suse.cz
|
|
|
|
|
|
|
|
- declaration of isatty replaced with include<unistd.h>
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 2 18:06:36 CEST 2001 - schwab@suse.de
|
|
|
|
|
|
|
|
- Don't try to forward declare class istream, just include <iostream.h>.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 21 17:27:02 CET 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Use macros to support multilib plattforms
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 4 17:59:29 CEST 2000 - bk@suse.de
|
|
|
|
|
|
|
|
- flex needs yacc for building on s390
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 25 16:21:14 CET 2000 - schwab@suse.de
|
|
|
|
|
|
|
|
- Specfile cleanup, get rid of Makefile.Linux
|
|
|
|
- /usr/man -> /usr/share/man
|
|
|
|
- Add group tag
|
|
|
|
- Fix lex script
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Thu Feb 6 11:56:09 CET 1997 - rj@suse.de
|
|
|
|
|
|
|
|
- new version 2.5.4
|