From d6b59940717e6a76bc3e48f610d29c604a2267a5 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 1 Aug 2019 11:38:18 -0600 Subject: [PATCH] BR ant to fix FTBFS. Thanks to Fabio Valentini for the hint. --- antlr3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/antlr3.spec b/antlr3.spec index 22fb2b1..3dd2458 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 23 +%global baserelease 24 Summary: ANother Tool for Language Recognition Name: antlr3 @@ -28,6 +28,7 @@ Patch4: 0004-eof-token.patch # Make parsers reproducible. Patch from Debian. Patch5: 0005-reproducible-parsers.patch +BuildRequires: ant BuildRequires: maven-local BuildRequires: mvn(org.antlr:antlr) BuildRequires: mvn(org.antlr:antlr3-maven-plugin) @@ -276,6 +277,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/ %doc tool/LICENSE.txt %changelog +* Thu Aug 1 2019 Jerry James - 1:3.5.2-24 +- BR ant to fix FTBFS. Thanks to Fabio Valentini for the hint. + * Wed Jul 24 2019 Fedora Release Engineering - 1:3.5.2-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild