public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Jakubicek <xjakub@fi.muni.cz>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572
Date: Wed, 22 Jul 2026 19:37:20 GMT	[thread overview]
Message-ID: <178474904056.1.3608167319067849292.rpms-antlr3-64b103ee659c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/antlr3
Branch : epel10
Commit : 64b103ee659cf1856d876d10eb184eacc62e08b7
Author : Milos Jakubicek <xjakub@fi.muni.cz>
Date   : 2012-08-18T16:58:33+02:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/antlr3/c/64b103ee659cf1856d876d10eb184eacc62e08b7?branch=epel10

Log:
Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572

---
diff --git a/antlr3.spec b/antlr3.spec
index b1549e1..f4f3606 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
 Summary:            ANother Tool for Language Recognition
 Name:               antlr3
 Version:            %{antlr_version}
-Release:            9%{?dist}
+Release:            10%{?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
@@ -176,9 +176,9 @@ cp %{SOURCE8} $MAVEN_REPO_LOCAL/org.antlr/antlr3-maven-plugin.jar
 
 # Build antlr
 %if %{with_bootstrap}
-mvn-rpmbuild -s $(pwd)/settings.xml -Dmaven.repo.local=$MAVEN_REPO_LOCAL -Dmaven.test.skip=true install
+mvn-rpmbuild -s $(pwd)/settings.xml -Dmaven.repo.local=$MAVEN_REPO_LOCAL -Dmaven.test.skip=true -Dmaven.compile.target=1.5 install
 %else
-mvn-rpmbuild -Dmaven.repo.local=$MAVEN_REPO_LOCAL -Dmaven.test.skip=true install
+mvn-rpmbuild -Dmaven.repo.local=$MAVEN_REPO_LOCAL -Dmaven.test.skip=true -Dmaven.compile.target=1.5 install
 %endif
 
 # Build the plugin
@@ -313,6 +313,9 @@ popd
 %{_datadir}/antlr/
 
 %changelog
+* Sat Aug 18 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-10
+- Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572
+
 * Mon Aug 6 2012 Alexander Kurtakov <akurtako@redhat.com> 3.4-9
 - Inject org.antlr.runtime OSGi metadata.
 - Update BRs to newer versions.

                 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=178474904056.1.3608167319067849292.rpms-antlr3-64b103ee659c@fedoraproject.org \
    --to=xjakub@fi.muni.cz \
    --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