Changelog for
alex-3.2.4-6.1.x86_64.rpm :
Wed Nov 28 13:00:00 2018 Guillaume GARDET
- Disable tests on aarch64 as they are broken.
See: https://github.com/simonmar/alex/issues/130
Sat Oct 20 14:00:00 2018 Peter Simons
- Use https URL to refer to bugs.opensuse.org.
Mon Jul 30 14:00:00 2018 bwiedemannAATTsuse.com
- Drop config.log from doc to fix build-compare
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Tue Jun 5 14:00:00 2018 psimonsAATTsuse.com
- Run the test suite by default.
- Build and install the man page and the documentation.
Mon May 14 14:00:00 2018 psimonsAATTsuse.com
- Update alex to version 3.2.4.
* Remove dependency on QuickCheck
* Change the way that bootstrapping is done: see README.md for build
instructions
* fix issue when using cpphs (#116)
* Manage line length in generated files [GH-84]
* Fix issue when identifier with multiple single quotes, e.g. `foo\'\'` was used
* Allow omitting spaces around `=` in macro definitions
* Include pre-generated Parser.hs and Scan.hs in the Hackage upload, to
make bootstrapping easier.
Wed Aug 9 14:00:00 2017 bwiedemannAATTsuse.com
- Drop autom4te.cache/requests from doc to fix build-compare
Thu Aug 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Sat Apr 29 14:00:00 2017 psimonsAATTsuse.com
- Update to version 3.2.1 revision 1 with cabal2obs.
Sun Feb 12 13:00:00 2017 psimonsAATTsuse.com
- Update to version 3.2.1 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 3.1.7 revision 0 with cabal2obs.
Mon Jan 11 13:00:00 2016 mimi.vxAATTgmail.com
- update to 3.1.7
* Add support for %encoding directive (allows to control --latin1 from inside
Alex scripts)
* Make code forward-compatible with in-progress proposals
* Suppress more warnings
Mon Dec 7 13:00:00 2015 mimi.vxAATTgmail.com
- update to 3.1.6
* drop dependency on happy
Sun Nov 29 13:00:00 2015 mimi.vxAATTgmail.com
- update to 3.1.5
- drop alex-3.1.4-ghc-7.10.patch, merged by upstream
* Generate less warning-laden code, and suppress other warnings.
* Bug fixes.
Wed May 13 14:00:00 2015 mimi.vxAATTgmail.com
- add alex-3.1.4-ghc-7.10.patch
* temporary disable tests
Fri Apr 10 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.1.4
* Add Applicative/Functor instances for GHC 7.10
Mon Sep 8 14:00:00 2014 peter.trommlerAATTohm-hochschule.de
- update to 3.1.3
* fix ghc 7.8 builds
* needed by Haskell Platform 2014.2.0.0
Tue Sep 2 14:00:00 2014 peter.trommlerAATTohm-hochschule.de
- package examples
- cleanup spec file
Fri Aug 22 14:00:00 2014 peter.trommlerAATTohm-hochschule.de
- enable PowerPC builds
Tue May 7 14:00:00 2013 peter.trommlerAATTohm-hochschule.de
- update to 3.0.5 from upstream
* performance improvement with certain grammars ~30%
- part of Haskell Platform 2013.2
Sat Nov 17 13:00:00 2012 peter.trommlerAATTohm-hochschule.de
- service localonly for Factory submission
Mon Oct 1 14:00:00 2012 peter.trommlerAATTohm-hochschule.de
- update to 3.0.2 from upstream
- needed by Haskell Platform 2012.4.0.0
Mon Jun 4 14:00:00 2012 peter.trommlerAATTohm-hochschule.de
- update to 3.0.1 from upstream
* Unicode support (contributed mostly by Jean-Philippe Bernardy,
with help from Alan Zimmerman).
* An Alex lexer now takes a UTF-8 encoded byte sequence as input
(see Section 5.1, “Unicode and UTF-8”. If you are using the
\"basic\" wrapper or one of the other wrappers that takes a
Haskell String as input, the string is automatically encoded
into UTF-8 by Alex. If your input is a ByteString, you are
responsible for ensuring that the input is UTF-8 encoded. The
old 8-bit behaviour is still available via the --latin1
option.
* Alex source files are asumed to be in UTF-8, like Haskell
source files. The lexer specification can use Unicode
characters and ranges.
* alexGetChar is renamed to alexGetByte in the generated code.
* There is a new option, --latin1, that restores the old
behaviour.
* Alex now does DFA minimization, which helps to reduce the size
of the generated tables, especially for lexers that use Unicode.
- dropped patch alex-2.3.5-generate-man-page.patch
- required by Haskell Platform 2012.2.0.0
Mon May 7 14:00:00 2012 peter.trommlerAATTohm-hochschule.de
- add patch to enable man page generation
- generate, install and package man page alex.1
Thu Dec 29 13:00:00 2011 peter.trommlerAATTohm-hochschule.de
- Clean up install section
- Add three word to description to make rpmlint happier
Wed Dec 28 13:00:00 2011 peter.trommlerAATTohm-hochschule.de
- Adjusted version for platform 2011.4
Sat Dec 10 13:00:00 2011 peter.trommlerAATTohm-hochschule.de
- Added /usr/share/alex-3.0.1 files
- Fixed file owner
- Deleted additional LICENSE file
Mon Dec 5 13:00:00 2011 peter.trommlerAATTohm-hochschule.de
- Added QuickCheck BR
Sat Nov 19 13:00:00 2011 peter.trommlerAATTohm-hochschule.de
- enabled i586 build
Tue Oct 11 14:00:00 2011 peter.trommlerAATTohm-hochschule.de
- created new package