Hello community,

here is the log from the commit of package givaro for openSUSE:Factory checked 
in at 2018-07-17 09:40:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/givaro (Old)
 and      /work/SRC/openSUSE:Factory/.givaro.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "givaro"

Tue Jul 17 09:40:39 2018 rev:7 rq:622804 version:4.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/givaro/givaro.changes    2018-01-23 
13:52:12.859786667 +0100
+++ /work/SRC/openSUSE:Factory/.givaro.new/givaro.changes       2018-07-17 
09:40:46.509647571 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 03:15:55 UTC 2018 - [email protected]
+
+- Add reproducible.patch to disable compile-time CPU detection (boo#1100677)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ givaro.spec ++++++
--- /var/tmp/diff_new_pack.jzaWB5/_old  2018-07-17 09:40:47.025645675 +0200
+++ /var/tmp/diff_new_pack.jzaWB5/_new  2018-07-17 09:40:47.029645661 +0200
@@ -28,6 +28,7 @@
 #Git-Clone:    https://github.com/linbox-team/givaro
 Source:         https://github.com/linbox-team/givaro/archive/v%version.tar.gz
 Patch1:         givaro-doc-no-build-time.patch
+Patch2:         reproducible.patch
 # Old doxygen does not properly handle symlink recursion
 BuildRequires:  doxygen >= 1.5.7.1
 BuildRequires:  fdupes
@@ -106,6 +107,7 @@
 %prep
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++++++ reproducible.patch ++++++
Author: Bernhard M. Wiedemann <bwiedemann suse de>
Date: 2018-07-13

disable compile-time CPU detection because of
https://bugzilla.opensuse.org/show_bug.cgi?id=1100677

Index: givaro-4.0.4/configure.ac
===================================================================
--- givaro-4.0.4.orig/configure.ac
+++ givaro-4.0.4/configure.ac
@@ -156,9 +156,6 @@ echo "----------------------------------
 echo "        START  GIVARO CONFIG                   "
 echo "-----------------------------------------------"
 
-# Checks which SIMD optimization flags to use and set SIMD_CFLAGS accordingly
-INSTR_SET
-AC_SUBST(SIMD_FLAGS)
 
 # Veltkamp Split in modular-extended.inl requires to use the SSE floating 
point multiplier and not the fp87
 # This is by default on x86_64 but not on i386.

Reply via email to