public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Add back requires on stringtemplate for java subpackage
Date: Wed, 22 Jul 2026 19:37:19 GMT	[thread overview]
Message-ID: <178474903907.1.15982290010212113942.rpms-antlr3-d36f212de9d8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/antlr3
            Branch : epel10
            Commit : d36f212de9d889c9f7660f56d745e2e97fe4a8f3
            Author : Stanislav Ochotnicky <sochotnicky@redhat.com>
            Date   : 2012-07-24T16:35:07+02:00
            Stats  : +6/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/antlr3/c/d36f212de9d889c9f7660f56d745e2e97fe4a8f3?branch=epel10

            Log:
            Add back requires on stringtemplate for java subpackage

This is needed because tree/DOTTreeGenerator class uses stringtemplate
3.x classes. However this class is not used in other parts and could
likely be removed. This would produce jar incompatible with upstream
so we should probably avoid doing that.

---
diff --git a/antlr3.spec b/antlr3.spec
index 092a68f..697de31 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
 Summary:            ANother Tool for Language Recognition
 Name:               antlr3
 Version:            %{antlr_version}
-Release:            7%{?dist}
+Release:            8%{?dist}
 URL:                http://www.antlr.org/
 Source0:            http://www.antlr.org/download/antlr-%{antlr_version}.tar.gz
 Source1:            http://www.antlr.org/download/C/libantlr3c-%{antlr_version}.tar.gz
@@ -36,6 +36,7 @@ BuildRequires:      junit4
 BuildRequires:      tomcat6-servlet-2.5-api
 BuildRequires:      tomcat6
 BuildRequires:      stringtemplate4
+BuildRequires:      stringtemplate
 BuildRequires:      felix-parent
 %if ! %{with_bootstrap}
 BuildRequires:      antlr3-tool >= 3.2
@@ -72,6 +73,7 @@ Group:       Development/Libraries
 Summary:     Java run-time support for ANTLR-generated parsers
 BuildArch:   noarch
 Requires:    stringtemplate4
+Requires:    stringtemplate
 Requires:    jpackage-utils
 Requires:    java >= 1:1.6.0
 
@@ -304,6 +306,9 @@ popd
 %{_datadir}/antlr/
 
 %changelog
+* Tue Jul 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-8
+- Add back requires on stringtemplate for java subpackage
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 

                 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=178474903907.1.15982290010212113942.rpms-antlr3-d36f212de9d8@fedoraproject.org \
    --to=sochotnicky@redhat.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