commit lam for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package lam for openSUSE:Factory checked in 
at 2013-05-27 09:51:22

Comparing /work/SRC/openSUSE:Factory/lam (Old)
 and  /work/SRC/openSUSE:Factory/.lam.new (New)


Package is lam

Changes:

--- /work/SRC/openSUSE:Factory/lam/lam.changes  2012-01-27 15:21:31.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lam.new/lam.changes 2013-05-27 
09:51:23.0 +0200
@@ -1,0 +2,7 @@
+Tue May 21 08:24:07 UTC 2013 - sch...@suse.de
+
+- Force building totalview module
+- Don't remove executable bit from totalview module, it has no effect
+- lam-7.1.4_gcc43_building.patch: Remove bogus hunks
+
+---



Other differences:
--
++ lam.spec ++
--- /var/tmp/diff_new_pack.MvcVqx/_old  2013-05-27 09:51:24.0 +0200
+++ /var/tmp/diff_new_pack.MvcVqx/_new  2013-05-27 09:51:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lam
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,11 @@
 #
 
 
-
 Name:   lam
-BuildRequires:  gcc-c++ gcc-fortran gmp-devel libtool
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-fortran
+BuildRequires:  gmp-devel
+BuildRequires:  libtool
 %define _sysconfdir /etc/lam
 %define _romiodocdir /usr/share/lam/doc
 # Other values may be passed in via:
@@ -34,11 +36,11 @@
 %{!?config_options: %define config_options }
 %{!?rpi: %define rpi --with-rpi=usysv}
 Summary:Local Area Multicomputer
-Version:7.1.4
-Release:81
 License:Apache-1.1
 Group:  Development/Libraries/Parallel
-URL:http://www.lam-mpi.org/
+Version:7.1.4
+Release:0
+Url:http://www.lam-mpi.org/
 Source0:http://www.lam-mpi.org/download/files/lam-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,9 +70,12 @@
 Conflicts:  mpich-manpages
 Summary:Local Area Multicomputer
 Group:  Development/Libraries/Parallel
-Obsoletes:  lamman lam-manpages
-Provides:   lamman lam-manpages
-Requires:   glibc-devel libstdc++-devel
+Obsoletes:  lam-manpages
+Obsoletes:  lamman
+Provides:   lam-manpages
+Provides:   lamman
+Requires:   glibc-devel
+Requires:   libstdc++-devel
 
 %description devel
 LAM (Local Area Multicomputer) is an MPI programming environment and
@@ -82,7 +87,6 @@
 cycle and peak performance for production applications. LAM features a
 full implementation of the MPI (Message Passing Interface)
 communication standard.  The documentation will be installed in
-
 /usr/share/doc/packages/lam/
 
 %prep
@@ -105,6 +109,7 @@
 %{rpi} \
 --with-purify \
 --enable-shared \
+--enable-tv-dll-force \
 --with-rsh=%{_bindir}/ssh -x
 make %{?_smp_mflags} all
 
@@ -118,11 +123,6 @@
 rm -f %{buildroot}%{_datadir}/lam/lam-shell-setup.csh
 rm -f %{buildroot}%{_datadir}/lam/lam_module.tcl
 rm -f %{buildroot}%{_mandir}/man1/wipe.1*
-# Turn  off the  x bit  on the  totalview shared  library so  that rpm
-# doesn't strip it.  #$%@#$%!!!
-%ifarch %ix86 ppc s390 %arm
-chmod a-x %{buildroot}%{_libdir}/lam/liblam_totalview*so
-%endif
 rm -f %{buildroot}%{_bindir}/wipe
 find examples -name .deps | xargs rm -rfv
 %{__rm} -f %{buildroot}%{_libdir}/*.la
@@ -151,9 +151,7 @@
 %{_bindir}/tkill
 %{_bindir}/tping
 %dir %{_libdir}/lam
-%ifarch %ix86 ppc s390 %arm sparc sparcv9 hppa
 %{_libdir}/lam/*
-%endif
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 %{_mandir}/man7/*

++ lam-7.1.4_gcc43_building.patch ++
--- /var/tmp/diff_new_pack.MvcVqx/_old  2013-05-27 09:51:24.0 +0200
+++ /var/tmp/diff_new_pack.MvcVqx/_new  2013-05-27 09:51:24.0 +0200
@@ -150,111 +150,6 @@
  EOF
  
  ../libtool --mode=compile $CC foo.c -o foo.lo -c  /dev/null 21
-Index: config/lam_ansi_protos.m4
-===
 config/lam_ansi_protos.m4.orig 2006-06-24 22:42:44.0 +0200
-+++ config/lam_ansi_protos.m4  2007-10-19 16:58:39.479039228 +0200
-@@ -19,7 +19,7 @@ define(LAM_ANSI_PROTOS,[
- AC_MSG_CHECKING([whether the C compiler ($CC $CFLAGS) accepts ANSI 
prototypes])
- cat  conftest.c EOF
- static double foo(double bar) { return(2.0*bar); }
--int main(int argc, char **argv)
-+int main(int argc, char *argv)
- { double x; x = foo(2.0); return(0); }
- EOF
- $CC $CFLAGS -o conftest conftest.c 15 21
-Index: config/lam_check_bsd44_fd_passing.m4

commit lam for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package lam for openSUSE:Factory checked in 
at 2012-01-27 15:21:18

Comparing /work/SRC/openSUSE:Factory/lam (Old)
 and  /work/SRC/openSUSE:Factory/.lam.new (New)


Package is lam, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lam/lam.changes  2011-11-21 15:45:53.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lam.new/lam.changes 2012-01-27 
15:21:31.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 26 14:19:24 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-1.1
+  The LAM license corresponds most closely to the Apache-1.1 (though there
+  are minor differences). You should state CLEARLY in the spec file as a
+  comment (directly above the License: line) that whereas the LAM license
+  is very similar to the Apache license, there are some differences. The
+  user should inspect the License file carefully
+
+---



Other differences:
--
++ lam.spec ++
--- /var/tmp/diff_new_pack.EwSBXl/_old  2012-01-27 15:21:32.0 +0100
+++ /var/tmp/diff_new_pack.EwSBXl/_new  2012-01-27 15:21:32.0 +0100
@@ -36,7 +36,7 @@
 Summary:Local Area Multicomputer
 Version:7.1.4
 Release:81
-License:Other uncritical OpenSource License
+License:Apache-1.1
 Group:  Development/Libraries/Parallel
 URL:http://www.lam-mpi.org/
 Source0:http://www.lam-mpi.org/download/files/lam-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lam for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package lam for openSUSE:Factory checked in 
at 2011-11-21 15:45:35

Comparing /work/SRC/openSUSE:Factory/lam (Old)
 and  /work/SRC/openSUSE:Factory/.lam.new (New)


Package is lam, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lam/lam.changes  2011-11-14 11:56:53.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lam.new/lam.changes 2011-11-21 
15:45:53.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 13 13:51:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ lam.spec ++
--- /var/tmp/diff_new_pack.aoFyLL/_old  2011-11-21 15:45:54.0 +0100
+++ /var/tmp/diff_new_pack.aoFyLL/_new  2011-11-21 15:45:54.0 +0100
@@ -38,7 +38,7 @@
 Release:81
 License:Other uncritical OpenSource License
 Group:  Development/Libraries/Parallel
-Url:http://www.lam-mpi.org/
+URL:http://www.lam-mpi.org/
 Source0:http://www.lam-mpi.org/download/files/lam-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,7 +64,6 @@
 /usr/share/doc/packages/lam/.
 
 %package devel
-License:Other uncritical OpenSource License
 Requires:   lam = %{version}
 Conflicts:  mpich-manpages
 Summary:Local Area Multicomputer
@@ -107,7 +106,7 @@
 --with-purify \
 --enable-shared \
 --with-rsh=%{_bindir}/ssh -x
-make %{?jobs:-j%jobs} all
+make %{?_smp_mflags} all
 
 %install
 %makeinstall
@@ -128,9 +127,6 @@
 find examples -name .deps | xargs rm -rfv
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lam for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package lam for openSUSE:Factory checked in 
at 2011-11-14 11:56:51

Comparing /work/SRC/openSUSE:Factory/lam (Old)
 and  /work/SRC/openSUSE:Factory/.lam.new (New)


Package is lam, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lam/lam.changes  2011-09-23 02:07:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lam.new/lam.changes 2011-11-14 
11:56:53.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 09:12:11 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---



Other differences:
--
++ lam.spec ++
--- /var/tmp/diff_new_pack.KTGJD8/_old  2011-11-14 11:56:55.0 +0100
+++ /var/tmp/diff_new_pack.KTGJD8/_new  2011-11-14 11:56:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lam (Version 7.1.4)
+# spec file for package lam
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   lam
-BuildRequires:  gcc-c++ gcc-fortran gmp-devel
+BuildRequires:  gcc-c++ gcc-fortran gmp-devel libtool
 %define _sysconfdir /etc/lam
 %define _romiodocdir /usr/share/lam/doc
 # Other values may be passed in via:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org