From e9d53af12bd620ec4911bfd15aa58752cfbbc20e79da823088f50f9fdbc8b8da Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 21 Sep 2024 15:21:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/stringtemplate4?expand=0&rev=23 --- stringtemplate4.changes | 8 ++++++++ stringtemplate4.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/stringtemplate4.changes b/stringtemplate4.changes index 8b1c117..cc60ba4 100644 --- a/stringtemplate4.changes +++ b/stringtemplate4.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Sep 21 15:19:50 UTC 2024 - Fridrich Strba + +- Modified patch: + * stringtemplate4-generated-sources.patch + + regenerate to account for latest antlr3 changes +- Use SOURCE_DATE_EPOCH timestamp for reproducible builds + ------------------------------------------------------------------- Wed Feb 21 10:54:02 UTC 2024 - Gus Kenion diff --git a/stringtemplate4.spec b/stringtemplate4.spec index 75ef9f6..1a07214 100644 --- a/stringtemplate4.spec +++ b/stringtemplate4.spec @@ -86,6 +86,7 @@ rm -r test/org/stringtemplate/v4/test/TestEarlyEvaluation.java -j \ %endif -- \ + -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -Dmaven.compiler.release=8 \ %endif