public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bsh] epel10: - Build with -source 1.5.
@ 2026-07-15  9:36 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-15  9:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/bsh
Branch : epel10
Commit : 0b04f32426230ed2ff8073571f73a118c9c119a4
Author : Ville Skyttä <ville.skytta@iki.fi>
Date   : 2010-11-26T00:12:25+02:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/bsh/c/0b04f32426230ed2ff8073571f73a118c9c119a4?branch=epel10

Log:
- Build with -source 1.5.

---
diff --git a/bsh.spec b/bsh.spec
index 7ef5f19..106535c 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -133,10 +133,11 @@ pushd lib
 ln -sf $(build-classpath bsf)
 ln -sf $(build-classpath servlet)
 popd
-ant  -Dant.build.javac.source=1.4 dist
+ant="ant -Dant.build.javac.source=1.5"
+$ant dist
 %ifnarch ppc64 s390x
-(cd docs/faq && ant  -Dant.build.javac.source=1.5)
-(cd docs/manual && ant  -Dant.build.javac.source=1.5)
+(cd docs/faq && $ant)
+(cd docs/manual && $ant)
 %endif
 
 %install
@@ -332,6 +333,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Bring icon cache scriptlets up to date with current guidelines.
 - Use jline in bsh script for command history support.
 - Prefer JRE over SDK when finding JVM to invoke in scripts.
+- Build with -source 1.5.
 
 * Thu Nov 25 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.3.0-16
 - Fix pom filenames (Resolves rhbz#655791)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  9:36 [rpms/bsh] epel10: - Build with -source 1.5 

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