#4 actually apply Patch7
Merged 4 years ago by jjames. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+5 -1
@@ -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 @@

  %patch4 -p1

  %patch5 -p1

  %patch6 -p1

+ %patch7 -p1

  

  # remove pre-built artifacts

  find -type f -a -name *.jar -delete
@@ -274,6 +275,9 @@

  %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