[info=2c25770743517889420a99d677d5f4224d9ba552a0c23b81160e6586bd17b430]
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=92
This commit is contained in:
parent
f10f1e8ceb
commit
dc4d5d536a
@ -1,4 +1,4 @@
|
|||||||
mtime: 1738785192
|
mtime: 1738830136
|
||||||
commit: 8b529ab9221bf3c27bcacb7ddf3b4a67109ec0cf1552070e8422a7e0e52e3749
|
commit: 2c25770743517889420a99d677d5f4224d9ba552a0c23b81160e6586bd17b430
|
||||||
url: https://src.opensuse.org/jengelh/schismtracker
|
url: https://src.opensuse.org/jengelh/schismtracker
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1ba526207a588ccac8dbe73bed0c5e2e50c54b11889023a1a4b1d5c984794485
|
oid sha256:98584971c7aefbe626be6de919e3ec440d153e79ba0fb287c3afdeff80d84298
|
||||||
size 256
|
size 256
|
||||||
|
@ -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
|
|
||||||
;
|
|
||||||
|
|
@ -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>
|
Wed Feb 5 19:51:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
|
|||||||
URL: https://schismtracker.org/
|
URL: https://schismtracker.org/
|
||||||
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
||||||
Source2: %name.desktop
|
Source2: %name.desktop
|
||||||
Patch2: schism-nodate.diff
|
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user