Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2015-04-28 20:41:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes        
2015-02-12 10:20:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2015-04-28 20:41:54.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Apr 27 20:04:06 UTC 2015 - [email protected]
+
+- don't package test suite logs - noone reads them anyway and it 
+  would require latest automake
+
+-------------------------------------------------------------------
+Sun Apr 26 07:36:08 UTC 2015 - [email protected]
+
+- don't autogen.sh - upstream tar should be enough for anyone
+  (fixes build with latest libtool)
+
+-------------------------------------------------------------------
+Mon Feb 23 13:19:25 UTC 2015 - [email protected]
+
+- Disable Fortran 2008 module and remove mpi_ext.mod which get built
+  automatically when using GCC 5.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2015-02-27 
11:07:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes     2015-04-28 
20:41:54.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Apr 27 20:04:06 UTC 2015 - [email protected]
+
+- don't package test suite logs - noone reads them anyway and it 
+  would require latest automake
+
+-------------------------------------------------------------------
+Sun Apr 26 07:36:08 UTC 2015 - [email protected]
+
+- don't autogen.sh - upstream tar should be enough for anyone
+  (fixes build with latest libtool)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmpi-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.OdP7Bq/_old  2015-04-28 20:41:55.000000000 +0200
+++ /var/tmp/diff_new_pack.OdP7Bq/_new  2015-04-28 20:41:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi-testsuite
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -129,9 +129,6 @@
 %patch3 -p1
 
 %build
-%if 0%suse_version > 1230
-./autogen.sh
-%endif
 %configure --prefix="%{mpi_prefix}" \
            --exec-prefix="%{mpi_prefix}" \
            --bindir="%{mpi_bindir}" \
@@ -152,7 +149,8 @@
 %endif
 %endif
            --with-devel-headers \
-          --with-package-string="Open MPI Distribution for SUSE"
+          --with-package-string="Open MPI Distribution for SUSE" \
+          --enable-mpi-fortran=usempi
 make %{?_smp_mflags} V=1
 
 %if "%{name}" == "openmpi-testsuite"
@@ -194,6 +192,10 @@
 #done
 popd
 
+# GCC 5 builds the ignore-tkr extension and there is no way to
+# turn that off
+rm -f %{buildroot}%{mpi_libdir}/mpi_ext.mod
+
 mkdir -p %{buildroot}%{_datadir}/modules/gnu-openmpi
 %fdupes %{buildroot}%{mpi_mandir} %{buildroot}%{mpi_datadir}
 
@@ -507,11 +509,6 @@
 %{mpi_libdir}/*.so
 %{mpi_libdir}/pkgconfig/*.pc
 
-%else
-
-%files
-%defattr(-, root, root)
-%doc test/util/test-suite.log
 %endif
 
 %changelog

++++++ openmpi.spec ++++++
--- /var/tmp/diff_new_pack.OdP7Bq/_old  2015-04-28 20:41:55.000000000 +0200
+++ /var/tmp/diff_new_pack.OdP7Bq/_new  2015-04-28 20:41:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -129,9 +129,6 @@
 %patch3 -p1
 
 %build
-%if 0%suse_version > 1230
-./autogen.sh
-%endif
 %configure --prefix="%{mpi_prefix}" \
            --exec-prefix="%{mpi_prefix}" \
            --bindir="%{mpi_bindir}" \
@@ -512,11 +509,6 @@
 %{mpi_libdir}/*.so
 %{mpi_libdir}/pkgconfig/*.pc
 
-%else
-
-%files
-%defattr(-, root, root)
-%doc test/util/test-suite.log
 %endif
 
 %changelog


Reply via email to