Hello community, here is the log from the commit of package ddskk for openSUSE:Factory checked in at 2017-08-12 20:29:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddskk (Old) and /work/SRC/openSUSE:Factory/.ddskk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddskk" Sat Aug 12 20:29:29 2017 rev:24 rq:516260 version:20150816 Changes: -------- --- /work/SRC/openSUSE:Factory/ddskk/ddskk.changes 2015-08-27 08:55:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ddskk.new/ddskk.changes 2017-08-12 20:29:33.412228741 +0200 @@ -1,0 +2,5 @@ +Sat Aug 12 06:12:08 UTC 2017 - [email protected] + +- Add ddskk-drop-build-date.patch to fix build-compare (boo#1047218) + +------------------------------------------------------------------- New: ---- ddskk-drop-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddskk.spec ++++++ --- /var/tmp/diff_new_pack.q91zmR/_old 2017-08-12 20:29:34.392091383 +0200 +++ /var/tmp/diff_new_pack.q91zmR/_new 2017-08-12 20:29:34.396090822 +0200 @@ -34,6 +34,8 @@ Source100: skkdic-20150821.tar.xz Source200: SKK-JISYO.wiki.20150326.bz2 Patch2: bugzilla-141756-workaround.patch +# PATCH-FIX-OPENSUSE or UPSTREAM -- drop build date to make build reproducible +Patch3: ddskk-drop-build-date.patch BuildRequires: compface BuildRequires: emacs-x11 BuildRequires: flim @@ -96,6 +98,7 @@ %prep %setup -q %patch2 -p1 +%patch3 -p1 tar --strip-components=1 --xz -xf %{S:100} -C dic pushd dic ln -sf zipcode/SKK-JISYO.* . ++++++ ddskk-drop-build-date.patch ++++++ http://bugzilla.suse.com/show_bug.cgi?id=1047218 Index: ddskk-20150816/SKK-MK =================================================================== --- ddskk-20150816.orig/SKK-MK +++ ddskk-20150816/SKK-MK @@ -427,8 +427,7 @@ This version of SKK requires MULE featur (point)))) (when (search-forward ";;; skk-setup.el --- initial setup for SKK") (forward-line 1) - (insert ";; This file was generated automatically by SKK-MK at " - (current-time-string) + (insert ";; This file was generated automatically by SKK-MK " "\n")) (while spec (goto-char (point-min)) @@ -911,8 +910,7 @@ SKK tutorials: (insert "\ ;;; skk-autoloads.el --- autoload settings for SKK -*- coding: iso-2022-jp -*- -;; This file was generated automatically by SKK-MK at " - (current-time-string) +;; This file was generated automatically by SKK-MK " ". ;; This file is part of Daredevil SKK.
