Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lapack for openSUSE:Factory checked 
in at 2024-03-14 17:42:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lapack (Old)
 and      /work/SRC/openSUSE:Factory/.lapack.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lapack"

Thu Mar 14 17:42:55 2024 rev:57 rq:1157203 version:3.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lapack/lapack.changes    2023-05-07 
18:54:34.452122423 +0200
+++ /work/SRC/openSUSE:Factory/.lapack.new.1905/lapack.changes  2024-03-14 
17:43:08.993176409 +0100
@@ -1,0 +2,6 @@
+Mon Mar 11 11:42:31 UTC 2024 - Richard Biener <rguent...@suse.com>
+
+- Add Fix-testing-input.patch to remove stray ';' in the input data
+  for TESTING/dgebal.in now rejected with the GFortran 14 runtime.
+
+-------------------------------------------------------------------

New:
----
  Fix-testing-input.patch

BETA DEBUG BEGIN:
  New:
- Add Fix-testing-input.patch to remove stray ';' in the input data
  for TESTING/dgebal.in now rejected with the GFortran 14 runtime.
BETA DEBUG END:

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

Other differences:
------------------
++++++ lapack-man.spec ++++++
--- /var/tmp/diff_new_pack.iORGG3/_old  2024-03-14 17:43:09.917210286 +0100
+++ /var/tmp/diff_new_pack.iORGG3/_new  2024-03-14 17:43:09.921210433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lapack-man
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ lapack.spec ++++++
--- /var/tmp/diff_new_pack.iORGG3/_old  2024-03-14 17:43:09.949211460 +0100
+++ /var/tmp/diff_new_pack.iORGG3/_new  2024-03-14 17:43:09.949211460 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lapack
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,8 @@
 Patch5:         Fix-out-of-bounds-read.patch
 # PATCH-FIX-UPSTREAM
 Patch6:         
https://github.com/Reference-LAPACK/lapack/commit/87536aa3c8bb.patch#/Restore_missing_deprecated_prototypes.patch
+# PATCH-FIX-UPSTREAM -- 
https://github.com/Reference-LAPACK/lapack/commit/64e8a7500d817869e5fcde35afd39af8bc7a8086
+Patch7:         Fix-testing-input.patch
 
 BuildRequires:  gcc-fortran
 BuildRequires:  python3-base

++++++ Fix-testing-input.patch ++++++
--- lapack-3.9.0/TESTING/dbal.in.orig   2024-03-11 12:38:32.951363866 +0100
+++ lapack-3.9.0/TESTING/dbal.in        2024-03-11 12:38:39.239363717 +0100
@@ -209,6 +209,6 @@
 0.00000000000000000000D+00 0.00000000000000000000D+00 
0.00000000000000000000D+00 0.63043209914231165391D-03 
0.10000000000000000000D+01 0.79310682416114036641D+03
 0.00000000000000000000D+00 0.00000000000000000000D+00 
0.00000000000000000000D+00 0.00000000000000000000D+00 
0.12608641982846233078D-02 0.10000000000000000000D+01
 
-  2.494800386918399765D+291  1.582914569427869018D+175  
1.004336277661868922D+59  3.186183822264904554D-58  5.053968264940243633D-175  
0.40083367200179455560D-291;
+  2.494800386918399765D+291  1.582914569427869018D+175  
1.004336277661868922D+59  3.186183822264904554D-58  5.053968264940243633D-175  
0.40083367200179455560D-291
 
 0

++++++ Restore_missing_deprecated_prototypes.patch ++++++
--- /var/tmp/diff_new_pack.iORGG3/_old  2024-03-14 17:43:09.989212927 +0100
+++ /var/tmp/diff_new_pack.iORGG3/_new  2024-03-14 17:43:09.993213073 +0100
@@ -12,7 +12,7 @@
  1 file changed, 100 insertions(+)
 
 diff --git a/LAPACKE/include/lapack.h b/LAPACKE/include/lapack.h
-index 3f425325f..5c131d844 100644
+index 3f425325f4..5c131d8444 100644
 --- a/LAPACKE/include/lapack.h
 +++ b/LAPACKE/include/lapack.h
 @@ -1842,6 +1842,28 @@ void LAPACK_zgeqlf(

Reply via email to