Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gluegen2 for openSUSE:Factory checked in at 2025-07-21 20:01:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gluegen2 (Old) and /work/SRC/openSUSE:Factory/.gluegen2.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gluegen2" Mon Jul 21 20:01:36 2025 rev:18 rq:1294782 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gluegen2/gluegen2.changes 2024-02-21 17:58:36.348053521 +0100 +++ /work/SRC/openSUSE:Factory/.gluegen2.new.8875/gluegen2.changes 2025-07-21 20:03:02.157916363 +0200 @@ -1,0 +2,8 @@ +Mon Jul 21 10:01:44 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * gluegen2-notimestamp.patch + + for reproducible builds, do not add timestamps to generated + files + +------------------------------------------------------------------- New: ---- gluegen2-notimestamp.patch ----------(New B)---------- New:- Added patch: * gluegen2-notimestamp.patch + for reproducible builds, do not add timestamps to generated ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gluegen2.spec ++++++ --- /var/tmp/diff_new_pack.Drt0kO/_old 2025-07-21 20:03:04.994034388 +0200 +++ /var/tmp/diff_new_pack.Drt0kO/_new 2025-07-21 20:03:05.006034887 +0200 @@ -1,7 +1,7 @@ # # spec file for package gluegen2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,7 @@ Patch9: gluegen2-jdk9.patch Patch10: gluegen2-jdk10.patch Patch11: gluegen2-riscv64.patch +Patch12: gluegen2-notimestamp.patch BuildRequires: ant >= 1.9.8 BuildRequires: ant-antlr BuildRequires: ant-contrib ++++++ gluegen2-notimestamp.patch ++++++ --- gluegen-v2.3.2/src/java/com/jogamp/gluegen/CodeGenUtils.java 2025-07-17 08:17:37.631827626 +0200 +++ gluegen-v2.3.2/src/java/com/jogamp/gluegen/CodeGenUtils.java 2025-07-17 08:17:46.384507694 +0200 @@ -64,8 +64,6 @@ w.print(packageAsPath(generator.getClass().getName())); w.print(".java "); } - w.print("on "); - w.print((new Date()).toString()); w.println(" ----! */"); w.println(); }