Hello community,

here is the log from the commit of package pveclib for openSUSE:Factory checked 
in at 2020-12-16 11:01:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pveclib (Old)
 and      /work/SRC/openSUSE:Factory/.pveclib.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pveclib"

Wed Dec 16 11:01:37 2020 rev:2 rq:856094 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/pveclib/pveclib.changes  2020-09-22 
21:02:14.123459956 +0200
+++ /work/SRC/openSUSE:Factory/.pveclib.new.2328/pveclib.changes        
2020-12-16 11:01:39.007638417 +0100
@@ -1,0 +2,7 @@
+Tue Dec 15 17:41:28 UTC 2020 - Gabriel F. T. Gomes <gago...@suse.de>
+
+- add fix-build-with-newer-toolchain.diff: patch a file from the test
+  suite so that it builds with newer versions of the toolchain (no user
+  visible effects).
+
+-------------------------------------------------------------------

New:
----
  fix-build-with-newer-toolchain.diff

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

Other differences:
------------------
++++++ pveclib.spec ++++++
--- /var/tmp/diff_new_pack.5zfGtT/_old  2020-12-16 11:01:39.607639006 +0100
+++ /var/tmp/diff_new_pack.5zfGtT/_new  2020-12-16 11:01:39.615639014 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pveclib
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,14 +22,20 @@
 Summary:        Power Vector Library
 License:        Apache-2.0
 
-Url:            https://github.com/open-power-sdk/pveclib
+URL:            https://github.com/open-power-sdk/pveclib
 Source:         
https://github.com/open-power-sdk/pveclib/archive/v%{version}.tar.gz
 ExclusiveArch:  ppc64le
-BuildRequires:  glibc-devel doxygen graphviz fdupes
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  glibc-devel
+BuildRequires:  graphviz
 
 # Link the tests against the shared library.
 Patch1: test-shared-library.diff
 
+# Fix for build error with newer toolchain.
+Patch2:         fix-build-with-newer-toolchain.diff
+
 %description
 See description for libpvec1
 

++++++ fix-build-with-newer-toolchain.diff ++++++
diff --git a/src/testsuite/vec_perf_f64.c b/src/testsuite/vec_perf_f64.c
index 63521dc..6756974 100644
--- a/src/testsuite/vec_perf_f64.c
+++ b/src/testsuite/vec_perf_f64.c
@@ -76,7 +76,7 @@ int timed_is_f64 (void)
 int timed_fpclassify_f64 (void)
 {
 #ifndef PVECLIB_DISABLE_F128MATH
-  vb64_t accum = {0,0};
+  vui64_t accum = {0,0};
   int i;
 
   for (i=0; i<N; i++)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to