public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Remove i686 support.
@ 2026-07-22 19:37 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : a3b806b253b27cf0e0ea938be40c65c25f55ca05
Author : Jerry James <loganjerry@gmail.com>
Date : 2022-07-19T16:33:32-06:00
Stats : +14/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/a3b806b253b27cf0e0ea938be40c65c25f55ca05?branch=epel10
Log:
Remove i686 support.
See https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs.
---
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d572416
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# antlr3
+
+[ANTLR version 3](https://www.antlr3.org/), ANother Tool for Language
+Recognition, is a language tool that provides a framework for constructing
+recognizers, interpreters, compilers, and translators from grammatical
+descriptions containing actions in a variety of target languages.
diff --git a/antlr3.spec b/antlr3.spec
index 13e2787..273d647 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -1,7 +1,7 @@
%global antlr_version 3.5.3
%global c_runtime_version 3.4
%global javascript_runtime_version 3.1
-%global baserelease 1
+%global baserelease 2
# This package needs itself to build. Use this to bootstrap on a new system.
%bcond_with bootstrap
@@ -19,7 +19,7 @@ Epoch: 1
Version: %{antlr_version}
Release: %{baserelease}%{?dist}
License: BSD
-URL: http://www.antlr3.org/
+URL: https://www.antlr3.org/
Source0: https://github.com/antlr/antlr3/archive/%{antlr_version}/%{name}-%{antlr_version}.tar.gz
Source1: http://www.antlr3.org/download/antlr-javascript-runtime-%{javascript_runtime_version}.zip
@@ -79,6 +79,9 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
+# https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
+ExclusiveArch: %{java_arches}
+
%description
ANother Tool for Language Recognition, is a language tool
that provides a framework for constructing recognizers,
@@ -317,6 +320,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%doc tool/LICENSE.txt
%changelog
+* Tue Jul 19 2022 Jerry James <loganjerry@gmail.com> - 1:3.5.3-2
+- Remove i686 support (https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs)
+
* Sun Apr 10 2022 Jerry James <loganjerry@gmail.com> - 1:3.5.3-1
- Version 3.5.3
- Drop ancient obsoletes
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: Remove i686 support Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox