From aab5cfa41be764e7a0000cb129eac044f5fabcfe2d0881edc77e98124134edac Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Wed, 18 Oct 2017 12:11:51 +0000 Subject: [PATCH] Accepting request 534940 from home:eeich:hpc_alt - Fix some summaries and a Requires: of devel-static. OBS-URL: https://build.opensuse.org/request/show/534940 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=49 --- hdf5.changes | 1 + hdf5.spec | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hdf5.changes b/hdf5.changes index c4d63f3..0a546b6 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -4,6 +4,7 @@ Tue Oct 17 14:07:15 UTC 2017 - eich@suse.com - Add magic to limit the number of flavors built in the OBS ring to non-HPC and mvapich2 builds. - Fix %libname() for non-HPC builds. +- Fix some summaries and a Requires: of devel-static. ------------------------------------------------------------------- Fri Sep 8 14:35:32 UTC 2017 - eich@suse.com diff --git a/hdf5.spec b/hdf5.spec index 2eec40d..d6c2124 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -432,7 +432,7 @@ This package contains generic files needed to create projects that use any version of HDF5. %package devel -Summary: Development files for %{name}%{?my_suffix} +Summary: Development files for %{name} Group: Development/Libraries/Parallel %if %{without mpi} Requires: %{libname -l _cpp -s %{sonum_CXX}} = %{version} @@ -474,9 +474,9 @@ the %{flavor} version of HDF5. %{?with_hpc:%{hpc_master_package devel}} %package devel-static -Summary: Static development files for %{name}%{?my_suffix} +Summary: Static development files for %{name} Group: Development/Libraries/Parallel -Requires: %{name}%{?my_suffix}-devel = %{version} +Requires: %{name}-devel = %{version} %description devel-static HDF5 is a data model, library, and file format for storing and @@ -530,7 +530,7 @@ This package provides examples of HDF5 library use. %if %{with hpc} %package module -Summary: Module files for %{name}%{?my_suffix} +Summary: Module files for %{name} Group: Development/Libraries/Parallel Provides: %{name}-module = %version BuildArch: noarch