Hello community,

here is the log from the commit of package oyranos for openSUSE:Factory checked 
in at 2019-06-19 21:13:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oyranos (Old)
 and      /work/SRC/openSUSE:Factory/.oyranos.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oyranos"

Wed Jun 19 21:13:08 2019 rev:24 rq:710685 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/oyranos/oyranos.changes  2019-02-01 
11:46:51.316465610 +0100
+++ /work/SRC/openSUSE:Factory/.oyranos.new.4811/oyranos.changes        
2019-06-19 21:13:49.238827077 +0200
@@ -1,0 +2,5 @@
+Wed Jun  5 09:21:59 UTC 2019 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Add reproducible.patch to not include build kernel version (boo#1101107)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ oyranos.spec ++++++
--- /var/tmp/diff_new_pack.Q5Uwhb/_old  2019-06-19 21:13:50.374828235 +0200
+++ /var/tmp/diff_new_pack.Q5Uwhb/_new  2019-06-19 21:13:50.378828239 +0200
@@ -47,6 +47,8 @@
 Patch6:         0007-No-undefined.patch
 # PATCH-FIX-UPSTREAM -- 
https://github.com/oyranos-cms/oyranos/commit/ac7bdc35ea376f938ad223b0156a04a2af6d2eff
 Patch7:         exmpl-update-GLee.h-to-Mesa-18.3.1.patch
+# PATCH-FIX-UPSTREAM -- https://github.com/oyranos-cms/oyranos/pull/52
+Patch8:         reproducible.patch
 BuildRequires:  cmake
 BuildRequires:  color-filesystem
 BuildRequires:  cups-devel

++++++ reproducible.patch ++++++
https://github.com/oyranos-cms/oyranos/pull/52.patch

>From 87483d149ea3a30b6da7276a931ac5665d56b70b Mon Sep 17 00:00:00 2001
From: "Bernhard M. Wiedemann" <bwiedem...@suse.de>
Date: Thu, 4 Apr 2019 02:02:05 +0200
Subject: [PATCH] Drop build host kernel version

This caused variations in build results
when building in a chroot or container on hosts with different
Linux kernel versions.

For openSUSE Tumbleweed we also update the kernel often,
but do not want to publish new oyranos binaries that
did not differ otherwise.

See also https://reproducible-builds.org/ for why this matters.
---
 src/include_private/config.log.h.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include_private/config.log.h.in 
b/src/include_private/config.log.h.in
index adc2842b..c3cd807e 100644
--- a/src/include_private/config.log.h.in
+++ b/src/include_private/config.log.h.in
@@ -12,7 +12,6 @@ OY_LOCALEDIR = OY_DATADIR/locale \n\
  \n\
  \n\
 CMAKE_SYSTEM_NAME: @CMAKE_SYSTEM_NAME@ \n\
-CMAKE_SYSTEM: @CMAKE_SYSTEM@ \n\
 CMAKE_SYSTEM_PROCESSOR: @CMAKE_SYSTEM_PROCESSOR@ \n\
 \n\
 HAVE_OPENMP: @HAVE_OPENMP@ \n\

Reply via email to