Hello community, here is the log from the commit of package opensm for openSUSE:Factory checked in at Thu May 28 04:16:45 CEST 2009. -------- --- opensm/opensm.changes 2009-05-19 16:20:29.000000000 +0200 +++ opensm/opensm.changes 2009-05-27 02:11:08.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 27 02:10:37 CEST 2009 - ro@suse.de + +- fix build with gcc-4.4 (#elif "" -> #else) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- opensm-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opensm.spec ++++++ --- /var/tmp/diff_new_pack.Z23569/_old 2009-05-28 04:12:38.000000000 +0200 +++ /var/tmp/diff_new_pack.Z23569/_new 2009-05-28 04:12:38.000000000 +0200 @@ -21,7 +21,7 @@ Name: opensm Summary: Infiniband Subnet Manager Version: 3.2.3_20081117_b70e2d2 -Release: 4 +Release: 5 License: BSD 3-Clause; GPL v2 or later Group: System/Libraries Source0: %{name}-%{version}.tar.bz2 @@ -29,6 +29,7 @@ Source2: sldd.sh Source3: opensmd Patch0: opensm-init-script.patch +Patch1: opensm-gcc44.patch # Patch0: opensm-automake_foreign.patch # Patch1: opensm-configure.patch # Patch2: opensm-no_srcdir_in_rpath.patch @@ -90,6 +91,7 @@ %prep %setup -q %patch0 +%patch1 # %patch1 # %patch2 cp %{S:1} %{S:2} %{S:3} . @@ -152,6 +154,8 @@ %_libdir/libosmvendor.so %changelog +* Wed May 27 2009 ro@suse.de +- fix build with gcc-4.4 (#elif "" -> #else) * Tue May 19 2009 jjolly@suse.de - Switch to patching the opensmd in the build area. - Rewrote opensmd script to be SUSE style compliant ++++++ opensm-gcc44.patch ++++++ --- include/vendor/osm_vendor.h +++ include/vendor/osm_vendor.h @@ -65,7 +65,7 @@ #include <vendor/osm_vendor_ibumad.h> #elif defined( OSM_VENDOR_INTF_AL ) #include <vendor/osm_vendor_al.h> -#elif +#else #error No MAD Interface selected! #error Choose an interface in osm_config.h #endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de