Rebuild with regenerated Requires on Java

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-19 21:42:01 +01:00
parent b1dc60394e
commit d292d335b3

View File

@ -4,7 +4,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr
Version: 2.7.7
Release: 68%{?dist}
Release: 69%{?dist}
License: ANTLR-PD
URL: http://www.antlr2.org/
# ./generate-tarball.sh
@ -70,7 +70,7 @@ This package provides a static C++ library for parsers generated by ANTLR2.
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
cp -p %{SOURCE1} build.xml
%patch1
%patch 1
# CRLF->LF
sed -i 's/\r//' LICENSE.txt
@ -127,6 +127,9 @@ install -p -m 755 scripts/antlr-config $RPM_BUILD_ROOT%{_bindir}
%license LICENSE.txt
%changelog
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.7.7-69
- Rebuild with regenerated Requires on Java
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.7.7-68
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688