From c39e39aca69ddb72da349456e2f17e5fe9085d6a9e073b4e1334d9919cd79a2a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 23 Nov 2018 07:41:03 +0000 Subject: [PATCH] Accepting request 651180 from home:jengelh:branches:science yesterday's new is today's old OBS-URL: https://build.opensuse.org/request/show/651180 OBS-URL: https://build.opensuse.org/package/show/science/metis?expand=0&rev=6 --- metis.changes | 5 +++++ metis.spec | 22 +++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/metis.changes b/metis.changes index 63e2ff7..e071662 100644 --- a/metis.changes +++ b/metis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 16:27:05 UTC 2018 - Jan Engelhardt + +- Edit description to put time-sensitive wording into context. + ------------------------------------------------------------------- Fri Oct 26 09:27:45 UTC 2018 - eich@suse.com diff --git a/metis.spec b/metis.spec index 9fbd58c..ca5ac36 100644 --- a/metis.spec +++ b/metis.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/ # @@ -105,14 +105,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description METIS is a family of programs for partitioning unstructured graphs and hypergraph and computing fill-reducing orderings of sparse matrices. The underlying algorithms -used by METIS are based on the state-of-the-art multilevel paradigm that has been -shown to produce high quality results and scale to very large problems. +used by METIS are based on a multilevel paradigm that, at the time, had been +shown to produce quality results and scale to large problems. %{?with_hpc:%{hpc_master_package}} %package -n %{libname} Summary: Serial Graph Partitioning and Fill-reducing Matrix Ordering library -License: Apache-2.0 Group: System/Libraries Obsoletes: %libname < %{version} %{?with_hpc:Requires: %{name}-module = %version} @@ -120,14 +119,13 @@ Obsoletes: %libname < %{version} %description -n %{libname} METIS library provides to partitioning unstructured graphs and hypergraph and computing fill-reducing orderings of sparse matrices. The underlying algorithms -used by METIS are based on the state-of-the-art multilevel paradigm that has been -shown to produce high quality results and scale to very large problems. +used by METIS are based on a multilevel paradigm that, at the time, had been +shown to produce quality results and scale to large problems. %{?with_hpc:%{hpc_master_package -l -L}} %package devel Summary: Metis development files -License: Apache-2.0 Group: Development/Libraries/C and C++ Requires: %libname = %{version} %{?with_hpc:%hpc_requires_devel} @@ -135,8 +133,8 @@ Requires: %libname = %{version} %description devel METIS library provides to partitioning unstructured graphs and hypergraph and computing fill-reducing orderings of sparse matrices. The underlying algorithms -used by METIS are based on the state-of-the-art multilevel paradigm that has been -shown to produce high quality results and scale to very large problems. +used by METIS are based on a multilevel paradigm that, at the time, had been +shown to produce quality results and scale to large problems. This package provides development files. @@ -144,19 +142,17 @@ This package provides development files. %package doc Summary: Metis documentation -License: Apache-2.0 Group: Documentation/Other BuildArch: noarch %description doc METIS is a family of programs for partitioning unstructured graphs and hypergraph and computing fill-reducing orderings of sparse matrices. The underlying algorithms -used by METIS are based on the state-of-the-art multilevel paradigm that has been -shown to produce high quality results and scale to very large problems. +used by METIS are based on a multilevel paradigm that, at the time, had been +shown to produce quality results and scale to large problems. %{?with_hpc:%{hpc_master_package doc}} - %prep %{?with_hpc: %hpc_debug} %setup -q -n %{pname}-%{version}