Hello community,

here is the log from the commit of package judy for openSUSE:Factory checked in 
at 2016-03-26 15:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/judy (Old)
 and      /work/SRC/openSUSE:Factory/.judy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "judy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/judy/judy.changes        2015-04-23 
08:04:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.judy.new/judy.changes   2016-03-26 
15:27:07.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 18 15:10:59 UTC 2016 - [email protected]
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ judy.spec ++++++
--- /var/tmp/diff_new_pack.YqIHYo/_old  2016-03-26 15:27:08.000000000 +0100
+++ /var/tmp/diff_new_pack.YqIHYo/_new  2016-03-26 15:27:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package judy
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source0:        
http://sourceforge.net/projects/judy/files/judy/Judy-%{version}/Judy-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE Judy-test-shared.patch -- use shared library for testing
 Patch0:         Judy-test-shared.patch
+Patch1:         reproducible.patch
 BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -80,6 +81,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++++++ reproducible.patch ++++++
Index: judy-1.0.5/tool/jhton.c
===================================================================
--- judy-1.0.5.orig/tool/jhton.c
+++ judy-1.0.5/tool/jhton.c
@@ -693,8 +693,8 @@ FUNCTION void EmitNroffHeader(
 // Emit file header; note, ctime() output already contains a newline:
 
        (void) time(&currtime);
-       (void) printf(".\\\" Auto-translated to nroff -man from %s by %s at %s",
-                     Filename, gc_myname, ctime(&currtime));
+       (void) printf(".\\\" Auto-translated to nroff -man from %s by %s",
+                     Filename, gc_myname);
 
        (void) printf(".\\\" %s\n",  filerev);
        (void) printf(".TA %c\n",    lcletter);

Reply via email to