public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572
@ 2026-07-22 19:37 Milos Jakubicek
  0 siblings, 0 replies; only message in thread
From: Milos Jakubicek @ 2026-07-22 19:37 UTC (permalink / raw)
  To: git-commits

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.

^ 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: Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572 Milos Jakubicek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox