File antlr4.changes of Package antlr4.28016
-------------------------------------------------------------------
Fri Apr 8 12:53:28 UTC 2022 - Mykola Krachkovsky <w01dnick@gmail.com>
- Upgrade to version 4.9.3
* changes https://github.com/antlr/antlr4/releases/tag/4.9.3
- Removed patch:
* utf8cpp-from-system.patch
+ merged upstream in 4.9.3
- Updated patch:
* antlr4-install-path.patch.in
+ removed space at line ending to match current code
-------------------------------------------------------------------
Wed Jul 28 07:26:49 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Small fixes to allow to build on SLE12-SP5
-------------------------------------------------------------------
Thu Apr 1 14:37:39 UTC 2021 - Mykola Krachkovsky <w01dnick@gmail.com>
- Upgrade to version 4.9.2
* changes https://github.com/antlr/antlr4/releases/tag/4.9.2
-------------------------------------------------------------------
Wed Feb 10 07:30:44 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
- Upgrade to version 4.9.1
- Added patch:
* utf8cpp-from-system.patch -- 4.9.1 tries to download utfcpp from
github, so avoid that.
-------------------------------------------------------------------
Thu Apr 2 21:41:40 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 4.8
- Removed patch:
* antlr4-install-path.patch
+ replaced by antlr4-install-path.patch.in which allows us to
patch the right library version with a new release
- Added patch:
* unicodedata.patch
+ The UnicodeData.java generated from unicodedata.st with newer
icu versions hits the limit of 64k for the size of a bytecode
function. It is due to increase in number of unicode codes.
This prevents upgrades of icu4j. So, we take the
UnicodeData.java generated using icu4j 63.1 and patch it into
the source tree instead of generating the file during the
build. This is a temporary solution before we find a proper
solution in the template itself.
-------------------------------------------------------------------
Sat Nov 2 21:55:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Added Java build
* antlr4-java -> Java runtime package
* antlr4-tool -> antlr4 grammar compiler
* antlr4-maven-plugin -> plugin to generate antlr4 parsers in
maven build
* antlr4-javadoc -> documentation
-------------------------------------------------------------------
Thu Oct 17 13:11:57 UTC 2019 - Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Sun Jun 2 18:10:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition in summaries.
- Fix RPM groups.
- Trim bias from descriptions.
-------------------------------------------------------------------
Sun Feb 17 08:16:47 UTC 2019 - Mykola Krachkovsky <w01dnick@gmail.com>
- Updated to 4.7.2
* release notes:
https://github.com/antlr/antlr4/releases/tag/4.7.2
- Change installation paths for docs&libs to openSUSE default:
* antlr4-install-path.patch
-------------------------------------------------------------------
Sun Sep 9 20:28:18 UTC 2018 - Mykola Krachkovsky <w01dnick@gmail.com>
- ANTLR4 packages
* complete JAR isn't built ATM, as
1) Maven hasn't come oficially to openSUSE yet
2) ANTLR4 needs bootstrap package
* Runtime C++ library package