From 45e3634570c2cb1174b94ad894ce76aa4a954b1a5f19dd729ae88a6ce1b95c10 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 28 Jan 2019 12:06:39 +0000 Subject: [PATCH 1/3] - Fix a word in a comment. - Remove some colloquialism from a package description. OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=12 --- superlu.changes | 6 ++++++ superlu.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/superlu.changes b/superlu.changes index 60775f0..5e28412 100644 --- a/superlu.changes +++ b/superlu.changes @@ -3,6 +3,12 @@ Tue Jan 22 11:58:01 UTC 2019 - eich@suse.com - Disable HPC builds for ring testing on Factory submissions. +------------------------------------------------------------------- +Mon Jan 21 15:09:13 UTC 2019 - eich@suse.com + +- Fix a word in a comment. +- Remove some colloquialism from a package description. + ------------------------------------------------------------------- Fri Jan 18 14:46:44 UTC 2019 - eich@suse.com diff --git a/superlu.spec b/superlu.spec index 6336e00..a3344d1 100644 --- a/superlu.spec +++ b/superlu.spec @@ -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/ # @@ -96,7 +96,8 @@ BuildRequires: suse-hpc >= 0.3 SuperLU is an algorithm that uses group theory to optimize LU decomposition of sparse matrices. -Docu can be found in the %{name}-doc package or on http://www.netlib.org. +Documentation can be found in the %{name}-doc package or on +http://www.netlib.org. %package -n lib%{name}%{?_sover} Summary: SuperLU matrix solver @@ -148,7 +149,7 @@ decomposition of sparse matrices. %patch2 -p1 %patch3 -p1 cp %SOURCE1 %SOURCE2 ./ -# Create baselib.conf dynamically (non-HPC build only). +# Create baselibs.conf dynamically (non-HPC build only). %if %{without hpc} cat > %{_sourcedir}/baselibs.conf < Date: Mon, 28 Jan 2019 12:08:09 +0000 Subject: [PATCH 2/3] - Fix %package_name for OBS checker OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=13 --- superlu.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/superlu.spec b/superlu.spec index a3344d1..d6ea78a 100644 --- a/superlu.spec +++ b/superlu.spec @@ -26,6 +26,7 @@ %if "%flavor" == "" ExclusiveArch: do_not_build +%define package_name %pname %endif %if "%{flavor}" == "serial" From 21c0a689add3a887ef95166de6928b30f4b5b11a200eafd97f70cee47a98fc35 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 28 Jan 2019 12:11:08 +0000 Subject: [PATCH 3/3] - Remove previous fix, a fix existed already, checker script still triggers. OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=14 --- superlu.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/superlu.spec b/superlu.spec index d6ea78a..a3344d1 100644 --- a/superlu.spec +++ b/superlu.spec @@ -26,7 +26,6 @@ %if "%flavor" == "" ExclusiveArch: do_not_build -%define package_name %pname %endif %if "%{flavor}" == "serial"