public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/stringtemplate] epel10: Update to build under Java 11
@ 2026-08-20 11:50 Jeff Johnston
0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2026-08-20 11:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/stringtemplate
Branch : epel10
Commit : 9ca05fab8cffd90d580f6e5ec8eda9561d65aab1
Author : Jeff Johnston <jjohnstn@redhat.com>
Date : 2020-06-25T15:29:05-04:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/stringtemplate/c/9ca05fab8cffd90d580f6e5ec8eda9561d65aab1?branch=epel10
Log:
Update to build under Java 11
---
diff --git a/stringtemplate.spec b/stringtemplate.spec
index 3c99622..be69b96 100644
--- a/stringtemplate.spec
+++ b/stringtemplate.spec
@@ -1,7 +1,7 @@
Summary: A Java template engine
Name: stringtemplate
Version: 3.2.1
-Release: 21%{?dist}
+Release: 22%{?dist}
URL: http://www.stringtemplate.org/
Source0: http://www.stringtemplate.org/download/stringtemplate-%{version}.tar.gz
# Build jUnit tests + make the antlr2 generated code before preparing sources
@@ -32,6 +32,8 @@ API documentation for %{name}.
%prep
%setup -q
%patch0
+sed -i -e 's/source="1.4"/source="1.8"/g' build.xml
+sed -i -e 's/target="1.4"/target="1.8"/g' build.xml
%build
rm -rf lib target
@@ -52,6 +54,9 @@ ant javadocs -Dpackages= -Djavadocs.additionalparam="-Xdoclint:none"
%{_javadocdir}/%{name}
%changelog
+* Thu Jun 25 2020 Jeff Johnston <jjohnstn@redhat.com> - 3.2.1-22
+- Update to build under Java 11
+
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 11:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 11:50 [rpms/stringtemplate] epel10: Update to build under Java 11 Jeff Johnston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox