Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2026-08-13 13:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gri (Old)
 and      /work/SRC/openSUSE:Factory/.gri.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gri"

Thu Aug 13 13:16:31 2026 rev:21 rq:1370882 version:2.12.27+git20240405.4d93a4e

Changes:
--------
--- /work/SRC/openSUSE:Factory/gri/gri.changes  2026-05-23 23:24:43.006195310 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new.17972/gri.changes       2026-08-13 
13:17:17.121265531 +0200
@@ -1,0 +2,6 @@
+Fri Aug  7 18:05:13 UTC 2026 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible-refcard.patch to drop the TeX build date from the
+  installed refcard.ps and cmdrefcard.ps (boo#1047218)
+
+-------------------------------------------------------------------

New:
----
  reproducible-refcard.patch

----------(New B)----------
  New:
- Add reproducible-refcard.patch to drop the TeX build date from the
  installed refcard.ps and cmdrefcard.ps (boo#1047218)
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gri.spec ++++++
--- /var/tmp/diff_new_pack.NjA2qJ/_old  2026-08-13 13:17:17.733293314 +0200
+++ /var/tmp/diff_new_pack.NjA2qJ/_new  2026-08-13 13:17:17.737293496 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/Scientific/Other
 URL:            http://gri.sourceforge.net
 Source:         %{name}-%{version}.tar.zst
+# PATCH-FIX-UPSTREAM reproducible-refcard.patch -- drop TeX build date from 
refcard.ps
+Patch0:         reproducible-refcard.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ reproducible-refcard.patch ++++++
>From c263f73dc9dbecf92a2a9e4e281b8ffabec92e03 Mon Sep 17 00:00:00 2001
From: "Bernhard M. Wiedemann" <[email protected]>
Date: Fri, 7 Aug 2026 19:49:46 +0200
Subject: [PATCH] Make refcard PostScript files reproducible

TeX writes the build date into the DVI comment, dvips copies it into the
generated PostScript, and refcard.ps and cmdrefcard.ps are installed, so
two builds of the same source never match.  Unlike pdftex, plain tex does
not honour SOURCE_DATE_EPOCH, but it offers -output-comment to replace the
date with a fixed string.
---
 doc/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 20b8285..cee872d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -47,7 +47,9 @@ endif
      HTML_LONG_NAME = gri-long
 #   INFO_DIR_SOLARIS = $(DESTDIR)$(prefix)/info
 
-TEX = ${SHELL} ../missing --run tex
+# -output-comment replaces the build date that TeX stores in the DVI comment
+# and that dvips then copies into the installed PostScript files
+TEX = ${SHELL} ../missing --run tex -output-comment='Gri documentation'
 TEXINDEX = ${SHELL} ../missing --run texindex
 
 
-- 
2.54.0

Reply via email to