Files
librep/librep-remove-build_date.patch
Togan Muftuoglu c0745d5e2e Accepting request 139609 from home:toganm:branches:X11:windowmanagers
- 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
2012-10-28 14:03:08 +00:00

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");