2025-04-30 04:59:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 29 08:39:49 UTC 2025 - Mykola Krachkovsky <w01dnick@gmail.com>
|
|
|
|
|
|
|
|
- Add new shell script antlr4-test-rig to run with main class
|
|
|
|
org.antlr.v4.gui.TestRig for testing/debugging grammars (boo#1241063)
|
|
|
|
|
2024-12-03 07:02:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 2 15:58:42 UTC 2024 - Christian Goll <cgoll@suse.com>
|
|
|
|
|
|
|
|
- add cmake configuration files
|
|
|
|
|
2024-02-20 12:58:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 20 10:53:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
2023-09-25 09:22:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 25 09:22:43 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Remove dependency on maven2
|
|
|
|
|
2023-09-19 10:57:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 19 10:57:44 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Do not require maven-javadoc-plugin that we don't use
|
|
|
|
|
2023-09-09 09:10:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 9 09:10:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
|
2023-06-11 09:48:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 10 13:35:31 UTC 2023 - marec <marec@detebe.org>
|
|
|
|
|
|
|
|
- Upgrade to version 4.13.0
|
|
|
|
* changes https://github.com/antlr/antlr4/releases/tag/4.13.0
|
|
|
|
- Updated patch:
|
|
|
|
* antlr4-install-path.patch.in
|
|
|
|
+ removed pacth for runtime/Cpp/runtime/CMakeLists.txt
|
|
|
|
- updated spec file
|
|
|
|
|
2022-04-08 14:51:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-07-28 07:27:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 28 07:26:49 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Small fixes to allow to build on SLE12-SP5
|
|
|
|
|
2021-04-04 05:36:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-02-10 11:36:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-04-02 21:47:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2019-11-07 22:19:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2019-06-12 11:12:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|