Package Release Info

flex-2.6.4-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libfl-devel-32bit
libfl2-32bit

Change Logs

* Mon Feb 26 2024 dimstar@opensuse.org
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  PatchN.
* Sat May 01 2021 dmueller@suse.com
- stop installing COPYING into docdir (already in licensedir)
* Mon Feb 15 2021 mpluskal@suse.com
- Update project url
* Wed Aug 14 2019 mpluskal@suse.com
- Enable profile guided optimization during build
* Mon Sep 11 2017 jengelh@inai.de
- Fix RPM categories.
* Mon Jul 31 2017 schwab@suse.de
- use-extensions.patch: add AC_USE_SYSTEM_EXTENSIONS to get missing
  declaration
* Mon Jul 03 2017 mpluskal@suse.com
- Explicitly require m4 and library devel package
- Do not ship static library
* Sun Jun 25 2017 astieger@suse.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 dimstar@opensuse.org
- Fix de-registration of the info files.
* Thu Jul 14 2016 mpluskal@suse.com
- Small spec file cleanup