Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2017-06-04 01:49:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi"

Sun Jun  4 01:49:05 2017 rev:61 rq:500418 version:1.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes        
2017-06-01 16:27:57.091588174 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2017-06-04 01:49:14.481950582 +0200
@@ -1,0 +2,11 @@
+Tue May 30 14:20:20 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add openmpi-config package which contains runtime configuration
+  files for OpenMPI 1 and/or 2
+
+-------------------------------------------------------------------
+Tue May 30 12:38:14 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Remove execution rights from NEWS doc file
+
+-------------------------------------------------------------------
openmpi.changes: same change

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

Other differences:
------------------
++++++ openmpi-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.Vak1sJ/_old  2017-06-04 01:49:15.701778232 +0200
+++ /var/tmp/diff_new_pack.Vak1sJ/_new  2017-06-04 01:49:15.705777667 +0200
@@ -71,6 +71,9 @@
 %endif
 Requires:       mpi-selector
 Requires(preun): mpi-selector
+Requires:       openmpi-runtime-config
+Recommends:     openmpi-config
+
 %define mpi_prefix %{_libdir}/mpi/gcc/openmpi
 
 %define mpi_bindir %{mpi_prefix}/bin
@@ -141,6 +144,20 @@
 the dynamic library and headers.
 %endif
 
+%package        config
+Summary:        OpenMPI runtime configuration files
+Group:          Development/Libraries/Parallel
+Provides:       openmpi-runtime-config = %{version}
+Conflicts:      otherproviders(openmpi-runtime-config)
+
+%description config
+OpenMPI is an implementation of the Message Passing Interface, a
+standardized API typically used for parallel and/or distributed
+computing. OpenMPI is the merged result of four prior implementations
+where the team found for them to excel in one or more areas,
+such as latency or throughput.
+
+This RPM contains the configuration files for OpenMPI runtime (Version 1 or 2).
 %endif # !openmpi-testsuite
 
 %prep
@@ -154,6 +171,8 @@
 # To force rebuilding Makefile.in
 rm -f ompi/debuggers/Makefile.in
 ./autogen.sh
+#Remove bad +x rights on NEWS
+chmod 644 NEWS
 
 %configure --prefix="%{mpi_prefix}" \
            --exec-prefix="%{mpi_prefix}" \
@@ -294,8 +313,6 @@
 %dir %{mpi_datadir}
 %dir %{mpi_mandir}
 #
-%config %{_sysconfdir}/openmpi-default-hostfile
-%config %{_sysconfdir}/openmpi-mca-params.conf
 #
 %dir /usr/share/modules/gnu-openmpi
 /usr/share/modules/gnu-openmpi/.version
@@ -576,6 +593,10 @@
 %{mpi_libdir}/openmpi/*.a
 %endif
 
+%files config
+%config %{_sysconfdir}/openmpi-default-hostfile
+%config %{_sysconfdir}/openmpi-mca-params.conf
+
 %else
 
 %files

++++++ openmpi.spec ++++++
--- /var/tmp/diff_new_pack.Vak1sJ/_old  2017-06-04 01:49:15.729774277 +0200
+++ /var/tmp/diff_new_pack.Vak1sJ/_new  2017-06-04 01:49:15.729774277 +0200
@@ -71,6 +71,9 @@
 %endif
 Requires:       mpi-selector
 Requires(preun): mpi-selector
+Requires:       openmpi-runtime-config
+Recommends:     openmpi-config
+
 %define mpi_prefix %{_libdir}/mpi/gcc/openmpi
 
 %define mpi_bindir %{mpi_prefix}/bin
@@ -141,6 +144,20 @@
 the dynamic library and headers.
 %endif
 
+%package        config
+Summary:        OpenMPI runtime configuration files
+Group:          Development/Libraries/Parallel
+Provides:       openmpi-runtime-config = %{version}
+Conflicts:      otherproviders(openmpi-runtime-config)
+
+%description config
+OpenMPI is an implementation of the Message Passing Interface, a
+standardized API typically used for parallel and/or distributed
+computing. OpenMPI is the merged result of four prior implementations
+where the team found for them to excel in one or more areas,
+such as latency or throughput.
+
+This RPM contains the configuration files for OpenMPI runtime (Version 1 or 2).
 %endif # !openmpi-testsuite
 
 %prep
@@ -154,6 +171,8 @@
 # To force rebuilding Makefile.in
 rm -f ompi/debuggers/Makefile.in
 ./autogen.sh
+#Remove bad +x rights on NEWS
+chmod 644 NEWS
 
 %configure --prefix="%{mpi_prefix}" \
            --exec-prefix="%{mpi_prefix}" \
@@ -294,8 +313,6 @@
 %dir %{mpi_datadir}
 %dir %{mpi_mandir}
 #
-%config %{_sysconfdir}/openmpi-default-hostfile
-%config %{_sysconfdir}/openmpi-mca-params.conf
 #
 %dir /usr/share/modules/gnu-openmpi
 /usr/share/modules/gnu-openmpi/.version
@@ -576,6 +593,10 @@
 %{mpi_libdir}/openmpi/*.a
 %endif
 
+%files config
+%config %{_sysconfdir}/openmpi-default-hostfile
+%config %{_sysconfdir}/openmpi-mca-params.conf
+
 %else
 
 %files


Reply via email to