From 9682d8165a87f1cf29d4805301c84feb51f36e9271d6a65394a628ef04632d07 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 25 Sep 2023 16:53:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jython?expand=0&rev=46 --- jython.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jython.changes b/jython.changes index 184d55f..975a745 100644 --- a/jython.changes +++ b/jython.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 25 16:49:29 UTC 2023 - Fridrich Strba + +- Added patches: + * jython-java8compat.patch + + use release=8 on compilers that support it + * jython-reproducible-builds.patch + + preserve mtimes of files since they get embedded in the + resultiong class files + + use relative paths of files that get included in antlr + getGrammar* methods + * jython-reproducible-now.patch + + use SOURCE_DATE_EPOCH for "now" if the variable is set + ------------------------------------------------------------------- Wed Jun 28 10:40:43 UTC 2023 - Pedro Monreal