public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Remove i686 support.
Date: Wed, 22 Jul 2026 19:37:48 GMT	[thread overview]
Message-ID: <178474906835.1.16687184051591912392.rpms-antlr3-a3b806b253b2@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-22 19:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178474906835.1.16687184051591912392.rpms-antlr3-a3b806b253b2@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox