public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeff Johnston <jjohnstn@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/stringtemplate] epel10: Update to build under Java 11
Date: Thu, 20 Aug 2026 11:50:46 GMT	[thread overview]
Message-ID: <178722664607.1.2713682761703266827.rpms-stringtemplate-9ca05fab8cff@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-08-20 11:50 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=178722664607.1.2713682761703266827.rpms-stringtemplate-9ca05fab8cff@fedoraproject.org \
    --to=jjohnstn@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