Skip to content

Commit c191fe8

Browse files
authored
Build Fix for javacc-bootstrap. (#15143)
1 parent b804a3d commit c191fe8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SPECS-EXTENDED/javacc/javacc-bootstrap.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Distribution: Azure Linux
2323
Summary: A bootstrap package for building '%{base_name}'.
2424
Name: %{base_name}-bootstrap
2525
Version: 7.0.4
26-
Release: 3%{?dist}
26+
Release: 4%{?dist}
2727
License: BSD-3-Clause
2828
Group: Development/Libraries/Java
2929
URL: http://javacc.org
@@ -52,7 +52,7 @@ rm -f lib/*.jar
5252

5353
%build
5454
%{ant} \
55-
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
55+
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
5656
jar
5757

5858
%install
@@ -66,6 +66,10 @@ install -pm 0644 target/%{base_name}-%{version}.jar %{buildroot}%{_javadir}/%{ba
6666
%doc README
6767

6868
%changelog
69+
* Thu Nov 20 2025 Akarsh Chaudhary <v-akarshc@microsoft.com> - 7.0.4-4
70+
- Setting compiler.source to value 1.8 to fix the Build.
71+
- License verified
72+
6973
* Sat Jul 24 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 7.0.4-3
7074
- Splitting as separate 'javacc-bootstrap' package.
7175
- Switching to using single digit 'Release' tags.

0 commit comments

Comments
 (0)