SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libfl2-2.6.4-8.3.i586.rpm :

* Sat May 01 2021 Dirk Müller - stop installing COPYING into docdir (already in licensedir)
* Mon Feb 15 2021 Martin Pluskal - Update project url
* Wed Aug 14 2019 Martin Pluskal - Enable profile guided optimization during build
* Mon Sep 11 2017 jengelhAATTinai.de- Fix RPM categories.
* Mon Jul 31 2017 schwabAATTsuse.de- use-extensions.patch: add AC_USE_SYSTEM_EXTENSIONS to get missing declaration
* Mon Jul 03 2017 mpluskalAATTsuse.com- Explicitly require m4 and library devel package- Do not ship static library
* Sun Jun 25 2017 astiegerAATTsuse.com- flex 2.6.4:
* Some minor performance enhancements
* honor user defined yy_
* macros again- includes changes from 2.6.3:
* several bug fixes resolved problems introduced in recent flex versions regarding processing of comments, literals and various quoting scenarios.
* fix buffer overflow through long path (bsc#1026047)- includes changes from 2.6.2:
* a segfalt involving yyrestart(NULL) has been fixed
* flex should now handle quoting when mixed with m4 processing correctly
* flex handles `[[\' and `]]\' correctly
* flex no longer generates non-ANSI code
* more compilation warnings were squashed in generated scanners
* prevented a buffer overflow that could occur when input buffers were the exact wrong size- drop flex-2.6.1-fPIC.patch- build the shared library and split libfl
* Tue Feb 07 2017 dimstarAATTopensuse.org- Fix de-registration of the info files.
* Thu Jul 14 2016 mpluskalAATTsuse.com- Small spec file cleanup
* Tue Apr 26 2016 idonmezAATTsuse.com- Update to version 2.6.1
* A number of compiler warnings have been remedied.
* Line directives should now work as expected and be absent when that is expected.
* Resolved github issues #53, #54, #55, #61.
* Resolved sf bugs #128, #129, #155, #160, #184, #187, #195.- Refresh flex-2.5.34-fPIC.patch -> flex-2.6.1-fPIC.patch- Drop upstream patches: config-guess-sub-update.patch, flex-2.5.37-bison-2.6.1-1.patch, flex-compatible-with-bison3.patch, flex-yyleng.patch- Drop unneeded patch flex-2.5.37-notex.patch
* Sun Feb 15 2015 schwabAATTlinux-m68k.org- flex-yyleng.patch: fix type of yyleng to be int as mandated by POSIX. Fixes perl-SystemPerl, for example.
* Mon Jan 05 2015 mlinAATTsuse.com- Add flex-compatible-with-bison3.patch
* fix tests with bison3, see http://sourceforge.net/p/flex/flex/ci/c376be574e99b5f64a7dad71cfc7c0b1f71b747b/
* Mon Feb 18 2013 schwabAATTsuse.de- config-guess-sub-update.patch: Update config.guess/sub for aarch64
* Tue Oct 16 2012 cooloAATTsuse.com- update to 2.5.37
*
* Import flex into git. See git://flex.git.sourceforge.net/gitroot/flex/flex.
*
* Fix make install target to not fail when the flex++ program is already installed
*
* New translations from the translation project: de, fi, pl, vi
*
* various portability fixes that quiet compiler warnings on 64-bit hosts
*
* various manual fixes, including correcting the name of a %option and updating some simple examples to use ANSI C syntax
*
* various bug fixes that prevent certain error conditions from persisting when they should not persist
*
* improvements to the test suite so it behaves better when linking compiled files
*
* new translations from the translation project: ca, da, es, fi, fr, ga, ko, pt_br, ro, ru, sv, tr, zh_cn
*
* the flex distribution is now built with automake 1.10.1 and automake 2.61- add patch flex-2.5.37-notex.patch to compile without texlive- remove patches no longer required: flex-2.5.33-yylineno.patch flex-2.5.34-doc-fix.diff flex-2.5.34-g++44.diff
* Fri Dec 02 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency
* Mon Oct 03 2011 dmuellerAATTsuse.de- fix compile failure outside ARM
* Fri Sep 30 2011 maxAATTsuse.com- Skip the test suite when building in qemu userspace emulation to fix and speedup build on ARM.
* Sun Sep 18 2011 jengelhAATTmedozas.de- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.)
* Sun Dec 13 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Sat Jun 13 2009 cooloAATTnovell.com- fix link line
* Mon Jan 12 2009 rguentherAATTsuse.de- Add patch to include in the C++ header section. Fixes the C++ parts of the testsuite with GCC 4.4.
* Wed Dec 10 2008 olhAATTsuse.de- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293)
* Thu Oct 30 2008 olhAATTsuse.de- obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Fri Feb 29 2008 mmarekAATTsuse.cz- updated to 2.5.35
* includes previous fixes
* translation updates
* Tue Feb 19 2008 mmarekAATTsuse.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 2008 mmarekAATTsuse.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
* Mon Mar 26 2007 rguentherAATTsuse.de- Add bison BuildRequires.
* Wed May 17 2006 mmarekAATTsuse.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 2006 agruenAATTsuse.de- A minor fix in the documentation.
* Thu Mar 09 2006 mmarekAATTsuse.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 08 2006 mmarekAATTsuse.cz- removed unneeded part of last fix (C++ scanners weren\'t affected) [#151087] (overflow.patch)
* Fri Feb 17 2006 mmarekAATTsuse.cz- fix buffer overflow in some generated scanners [#151087] (overflow.patch)
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Dec 20 2005 mmjAATTsuse.de- don\'t package /usr/share/info/dir
* Thu Dec 15 2005 mmarekAATTsuse.cz- added README.SUSE, packaged some %%doc files
* Mon Dec 05 2005 mmarekAATTsuse.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 2005 mmarekAATTsuse.cz- test-noansi-r didn\'t pass on 64bit, fix from CVS (YY_DECL.patch)
* Tue Nov 22 2005 mmarekAATTsuse.cz- update to version 2.5.31 once again...
* Mon Nov 07 2005 mmarekAATTsuse.cz- compile libfl.a with -fPIC
* Sun Jan 11 2004 adrianAATTsuse.de- add %defattr
* Mon Sep 15 2003 tcrhakAATTsuse.cz- Use and std namespace in flex.skl [bug #30427]
* Fri Aug 01 2003 cooloAATTsuse.de- don\'t strip explicitly
* Thu Apr 24 2003 roAATTsuse.de- fix install_info --delete call and move from preun to postun
* Fri Feb 07 2003 roAATTsuse.de- added install_info macros
* Tue Sep 17 2002 roAATTsuse.de- removed bogus self-provides
* Sat Jul 27 2002 kukukAATTsuse.de- remove yacc from neededforbuild, bison is used
* Wed Jun 26 2002 tcrhakAATTsuse.cz- update to 2.5.4a (slight change in license only)- bzipped sources
* Tue Jan 08 2002 schwabAATTsuse.de- Use and std namespace in FlexLexer.h.
* Tue Jul 31 2001 nadvornikAATTsuse.cz- installed info pages [bug #9566]- added buildroot
* Wed Apr 11 2001 nadvornikAATTsuse.cz- declaration of isatty replaced with include
* Mon Apr 02 2001 schwabAATTsuse.de- Don\'t try to forward declare class istream, just include .
* Tue Nov 21 2000 kukukAATTsuse.de- Use macros to support multilib plattforms
* Tue Apr 04 2000 bkAATTsuse.de- flex needs yacc for building on s390
* Fri Feb 25 2000 schwabAATTsuse.de- Specfile cleanup, get rid of Makefile.Linux- /usr/man -> /usr/share/man- Add group tag- Fix lex script
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Thu Feb 06 1997 rjAATTsuse.de- new version 2.5.4
 
ICM