1
0
forked from pool/schismtracker

Drop schism-nodate.diff to make builds reproducible

This commit is contained in:
Bernhard M. Wiedemann 2025-02-06 09:21:11 +01:00
parent 8b529ab922
commit 2c25770743
3 changed files with 5 additions and 27 deletions

View File

@ -1,26 +0,0 @@
From: Jan Engelhardt <jengelh@medozas.de>
Upstream: never
Replace __DATE__ and __TIME__ with static text.
Note: rpmlint will still complain when the static date that was
encoded happens to be the current day. That is ok, since rpmlint
uses just a heuristic - excessive rebuilds should not actually
be happening.
---
schism/version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: schismtracker-20250202/schism/version.c
===================================================================
--- schismtracker-20250202.orig/schism/version.c
+++ schismtracker-20250202/schism/version.c
@@ -54,7 +54,7 @@ Information at our disposal:
#if !defined(EMPTY_VERSION) && defined(VERSION)
# define TOP_BANNER_NORMAL "Schism Tracker " VERSION
#else
-# define TOP_BANNER_NORMAL "Schism Tracker built " __DATE__ " " __TIME__
+# define TOP_BANNER_NORMAL "Schism Tracker built <>"
#endif
;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 6 08:21:31 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.de>
- Drop schism-nodate.diff to make builds reproducible (boo#1047218)
-------------------------------------------------------------------
Wed Feb 5 19:51:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@ -25,7 +25,6 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
URL: https://schismtracker.org/
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
Source2: %name.desktop
Patch2: schism-nodate.diff
BuildRequires: alsa-devel
BuildRequires: autoconf
BuildRequires: automake