|
2 | 2 | ## (rpmautospec version 0.8.3) |
3 | 3 | ## RPMAUTOSPEC: autorelease, autochangelog |
4 | 4 | %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: |
5 | | - release_number = 11; |
| 5 | + release_number = 12; |
6 | 6 | base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); |
7 | 7 | print(release_number + base_release_number - 1); |
8 | 8 | }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} |
|
11 | 11 | # This spec file has been modified by azldev to include build configuration overlays. |
12 | 12 | # Do not edit manually; changes may be overwritten. |
13 | 13 |
|
| 14 | +# All Azure Linux specs with overlays include this macro file, irrespective of whether new macros have been added. |
| 15 | +%{load:%{_sourcedir}/antlr4-project.azl.macros} |
| 16 | + |
14 | 17 | # OTHER LANGUAGE RUNTIMES: |
15 | 18 | # - A PHP runtime is available as a separate project: |
16 | 19 | # https://github.com/antlr/antlr-php-runtime/ |
@@ -39,6 +42,7 @@ License: BSD-3-Clause |
39 | 42 | URL: https://www.antlr.org/ |
40 | 43 | VCS: git:%{giturl}.git |
41 | 44 | Source: %{giturl}/archive/%{version}/antlr4-%{version}.tar.gz |
| 45 | +Source9999: antlr4-project.azl.macros |
42 | 46 | # Fix some javadoc problems |
43 | 47 | # https://github.com/antlr/antlr4/pull/2960 |
44 | 48 | Patch: antlr4-javadoc.patch |
@@ -413,6 +417,9 @@ rm -fr %{buildroot}%{_docdir}/libantlr4 |
413 | 417 |
|
414 | 418 | %changelog |
415 | 419 | ## START: Generated by rpmautospec |
| 420 | +* Thu Jul 02 2026 Tobias Brick <tobiasb@microsoft.com> - 4.13.2-12 |
| 421 | +- fix(antlr4-project): remove subpackage swift-antlr4-runtime |
| 422 | + |
416 | 423 | * Thu Apr 30 2026 Daniel McIlvaney <damcilva@microsoft.com> - 4.13.2-11 |
417 | 424 | - feat: introduce deterministic commit resolution via Azure Linux lock file |
418 | 425 |
|
|
0 commit comments