actually apply Patch7

This commit is contained in:
Fabio Valentini 2020-06-03 14:20:51 +02:00
parent 05c26cb870
commit 3da09e3127
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global antlr_version 3.5.2
%global c_runtime_version 3.4
%global javascript_runtime_version 3.1
%global baserelease 27
%global baserelease 28
Summary: ANother Tool for Language Recognition
Name: antlr3
@ -148,6 +148,7 @@ sed -i "s,\${buildNumber},`cat %{_sysconfdir}/fedora-release` `date`," tool/src/
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
# remove pre-built artifacts
find -type f -a -name *.jar -delete
@ -274,6 +275,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%doc tool/LICENSE.txt
%changelog
* Wed Jun 03 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.5.2-28
- Actually apply Patch7.
* Tue May 12 2020 Jerry James <loganjerry@gmail.com> - 1:3.5.2-27
- Add 0007-update-java-target.patch to fix JDK 11 build