From 3da09e31273951145c002a6f4d36b787d09d37ad Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Jun 03 2020 12:20:51 +0000 Subject: actually apply Patch7 --- diff --git a/antlr3.spec b/antlr3.spec index d656bee..55c9425 100644 --- a/antlr3.spec +++ b/antlr3.spec @@ -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 - 1:3.5.2-28 +- Actually apply Patch7. + * Tue May 12 2020 Jerry James - 1:3.5.2-27 - Add 0007-update-java-target.patch to fix JDK 11 build