Fridrich Strba 2023-09-25 16:53:09 +00:00 committed by Git OBS Bridge
parent 38c6f22417
commit 9682d8165a

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 25 16:49:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- 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 <pmonreal@suse.com>