- Add the following patches
* 0001-string-to-number.patch replaces depreciated emacs
function
* librep-remove-build_date.patch remove build date to prevent
unnecessary builds
OBS-URL: https://build.opensuse.org/request/show/139609
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/librep?expand=0&rev=4
19 lines
422 B
Diff
19 lines
422 B
Diff
Remove build date to avoid unnecessary builds
|
|
|
|
|
|
---
|
|
src/misc.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/src/misc.c
|
|
+++ b/src/misc.c
|
|
@@ -36,7 +36,7 @@
|
|
void (*rep_beep_fun)(void);
|
|
|
|
DEFSTRING(build_id_string,
|
|
- BUILD_DATE " by " BUILD_USER "@" BUILD_HOST".");
|
|
+ " by " BUILD_USER "@" BUILD_HOST".");
|
|
DEFSTRING(rep_version_string, REP_VERSION);
|
|
|
|
DEFSYM(operating_system, "operating-system");
|