Add reproducible.patch to drop build date (boo#1047218) OBS-URL: https://build.opensuse.org/request/show/1119260 OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs-packages?expand=0&rev=61
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
Index: xemacs-packages-20130822/xemacs-packages/psgml/psgml-dtd.el
|
|
===================================================================
|
|
--- xemacs-packages-20130822.orig/xemacs-packages/psgml/psgml-dtd.el
|
|
+++ xemacs-packages-20130822/xemacs-packages/psgml/psgml-dtd.el
|
|
@@ -1006,7 +1006,7 @@ FORMS should produce the binary coding o
|
|
Construct the binary coded DTD (bdtd) in the current buffer."
|
|
(sgml-set-buffer-multibyte nil)
|
|
(insert
|
|
- ";;; This file was created by psgml on " (current-time-string)
|
|
+ ";;; This file was created by psgml"
|
|
" -*-coding:binary-*-\n"
|
|
"(sgml-saved-dtd-version 7)\n")
|
|
(let ((print-escape-multibyte t))
|
|
Index: xemacs-packages-20130822/xemacs-packages/calc/calc-macs.el
|
|
===================================================================
|
|
--- xemacs-packages-20130822.orig/xemacs-packages/calc/calc-macs.el
|
|
+++ xemacs-packages-20130822/xemacs-packages/calc/calc-macs.el
|
|
@@ -26,9 +26,7 @@
|
|
|
|
|
|
(defmacro calc-record-compilation-date-macro ()
|
|
- (` (setq calc-installed-date (, (concat (current-time-string)
|
|
- " by "
|
|
- (user-full-name)))))
|
|
+ (` (setq calc-installed-date "reproducible" ))
|
|
)
|
|
|
|
|