File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Distribution: Azure Linux
2323Summary: A bootstrap package for building '%{base_name }'.
2424Name: %{base_name }-bootstrap
2525Version: 7.0.4
26- Release: 3 %{?dist }
26+ Release: 4 %{?dist }
2727License: BSD-3-Clause
2828Group: Development/Libraries/Java
2929URL: 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.
You can’t perform that action at this time.
0 commit comments