Hello community, here is the log from the commit of package openmpi for openSUSE:Factory checked in at 2012-04-23 09:16:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi (Old) and /work/SRC/openSUSE:Factory/.openmpi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes 2012-04-17 22:00:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2012-04-23 09:16:15.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Apr 19 17:29:51 UTC 2012 - [email protected] + +- Require mpi-selector in the "preun" instead of the "post" section as needed + by the spec file. + +------------------------------------------------------------------- +Thu Apr 19 15:33:20 UTC 2012 - [email protected] + +- change the soname of the internal libotf to avoid mismatches between + the font library and this one + +------------------------------------------------------------------- New: ---- change-otf-soname.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi.spec ++++++ --- /var/tmp/diff_new_pack.aOb6O9/_old 2012-04-23 09:16:17.000000000 +0200 +++ /var/tmp/diff_new_pack.aOb6O9/_new 2012-04-23 09:16:17.000000000 +0200 @@ -29,6 +29,7 @@ Source1: mpivars.sh Source2: mpivars.csh Source3: baselibs.conf +Patch0: change-otf-soname.diff Url: http://www.open-mpi.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: Modules @@ -48,7 +49,7 @@ %endif Requires: mpi-selector Requires: openmpi-devel -Requires(post): mpi-selector +Requires(preun): mpi-selector %define _prefix /usr/%_lib/mpi/gcc/%name %description @@ -81,6 +82,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ change-otf-soname.diff ++++++ Index: openmpi-1.5.4/ompi/contrib/vt/vt/extlib/otf/configure =================================================================== --- openmpi-1.5.4.orig/ompi/contrib/vt/vt/extlib/otf/configure 2011-08-18 15:44:49.000000000 +0200 +++ openmpi-1.5.4/ompi/contrib/vt/vt/extlib/otf/configure 2012-04-19 17:07:04.842223839 +0200 @@ -3426,7 +3426,7 @@ AM_BACKSLASH='\' # Get library version -OTF_VERSION_LIBRARY=0:1:0 +OTF_VERSION_LIBRARY=1:1:0 # Checks for programs. Index: openmpi-1.5.4/ompi/contrib/vt/vt/extlib/otf/VERSION =================================================================== --- openmpi-1.5.4.orig/ompi/contrib/vt/vt/extlib/otf/VERSION 2010-06-03 19:27:42.000000000 +0200 +++ openmpi-1.5.4/ompi/contrib/vt/vt/extlib/otf/VERSION 2012-04-19 16:49:45.313229272 +0200 @@ -44,5 +44,5 @@ string=openmpi # release, age must be incremented. Otherwise, reset age # to '0'. -library=0:1:0 +library=1:1:0 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
