From aa7fa6fb9b1e7b8a8ca5e1f77f0a8defb76c849e81ca8e37191cc15d370a4d60 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 14 Feb 2019 11:13:19 +0000 Subject: [PATCH] Accepting request 674899 from home:jengelh:branches:science - Update RPM groups. OBS-URL: https://build.opensuse.org/request/show/674899 OBS-URL: https://build.opensuse.org/package/show/science/mumps?expand=0&rev=19 --- mumps.changes | 24 ++++++++++++++---------- mumps.spec | 8 ++++---- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/mumps.changes b/mumps.changes index 2aa1c2a..63aeb52 100644 --- a/mumps.changes +++ b/mumps.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 09:11:45 UTC 2019 - Jan Engelhardt + +- Update RPM groups. + ------------------------------------------------------------------- Tue Feb 12 07:24:57 UTC 2019 - Egbert Eich @@ -65,22 +70,22 @@ Sat Nov 21 14:23:53 UTC 2015 - scorot@free.fr ------------------------------------------------------------------- Wed May 22 20:20:13 UTC 2013 - scorot@free.fr -- fix build for Factory and recent openmpi +- fix build for Factory and recent openmpi ------------------------------------------------------------------- Wed Sep 19 21:08:02 UTC 2012 - scorot@free.fr -- install missing headers for the sequential version +- install missing headers for the sequential version ------------------------------------------------------------------- Wed Sep 19 19:40:07 UTC 2012 - scorot@free.fr -- fix broken requirements of mpi devel packages +- fix broken requirements of mpi devel packages ------------------------------------------------------------------- Tue Aug 21 17:40:15 UTC 2012 - scorot@free.fr -- split devel packages with devel and scotch-devel +- split devel packages with devel and scotch-devel - devel packages don't require scotch-devel anymore ------------------------------------------------------------------- @@ -91,22 +96,22 @@ Mon Aug 20 23:09:48 UTC 2012 - scorot@free.fr ------------------------------------------------------------------- Mon Aug 20 21:08:35 UTC 2012 - scorot@free.fr -- minor spec file changes +- minor spec file changes ------------------------------------------------------------------- Fri Aug 3 21:47:55 UTC 2012 - scorot@free.fr -- remove atlas deps and link againt ref blas +- remove atlas deps and link againt ref blas ------------------------------------------------------------------- Sun May 13 14:11:40 UTC 2012 - scorot@free.fr -- fix build on i586 +- fix build on i586 ------------------------------------------------------------------- Sun May 13 11:33:35 UTC 2012 - scorot@free.fr -- spec file cleanup and formating +- spec file cleanup and formating - remove mpich2 stuff ------------------------------------------------------------------- @@ -114,5 +119,4 @@ Tue May 8 19:22:00 UTC 2012 - scorot@free.fr - specfile cleanup and update with scotch changes - link with ATLAS shared libs libsatlas.so -- bulid parallel libs for openmpi and mvapich2 - +- build parallel libs for openmpi and mvapich2 diff --git a/mumps.spec b/mumps.spec index 17f6f0e..0661541 100644 --- a/mumps.spec +++ b/mumps.spec @@ -245,7 +245,7 @@ C interfaces, and can interface with ordering tools such as Scotch. %package -n %{libname} Summary: A MUltifrontal Massively Parallel Sparse direct Solver -Group: Productivity/Scientific/Math +Group: System/Libraries %if %{without hpc} %{?with_mpi:Recommends: %{name}-%{so_ver}-compat = %{version}} %else @@ -268,7 +268,7 @@ This package contains the parallel library%{?with_mpi: with %{mpi_family}%{?mpi_ %package %{so_ver}-compat Summary: A MUltifrontal Massively Parallel Sparse direct Solver -Group: Productivity/Scientific/Math +Group: System/Libraries Requires: lib%{pname}%{?scotch:-scotch}%{so_ver} = %{version} %if %{without hpc} && %{with mpi} # Install link targets for non-HPC MPI compat links from the MPI libdir - see below. @@ -367,8 +367,8 @@ This package provides links to the static serial libraries from the MPI library directory MUMPS built for %{mpi_family}%{?mpi_ver}. %package examples -Summary: Simple test programs and examples for mumps -Group: Productivity/Scientific/Math +Summary: Test programs and examples for mumps +Group: Documentation/Other Requires: %{libname} = %version %description examples