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.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.lam.new/lam.changes     2013-05-27 
09:51:23.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 21 08:24:07 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.MvcVqx/_new  2013-05-27 09:51:24.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.MvcVqx/_new  2013-05-27 09:51:24.000000000 +0200
@@ -150,111 +150,6 @@
  EOF
  
      ../libtool --mode=compile $CC foo.c -o foo.lo -c > /dev/null 2>&1
-Index: config/lam_ansi_protos.m4
-===================================================================
---- config/lam_ansi_protos.m4.orig     2006-06-24 22:42:44.000000000 +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 1>&5 2>&1
-Index: config/lam_check_bsd44_fd_passing.m4
-===================================================================
---- config/lam_check_bsd44_fd_passing.m4.orig  2006-06-24 22:42:44.000000000 
+0200
-+++ config/lam_check_bsd44_fd_passing.m4       2007-10-19 16:58:39.515041412 
+0200
-@@ -87,7 +87,7 @@ int sfh_send_fd(int stream, int fd);
- int sfh_recv_fd(int stream);
- 
- int
--main(int argc, char **argv)
-+main(int argc, char *argv)
- {
-   int fd[2];
-   int status = 0;
-@@ -145,7 +145,7 @@ LAM_TRY_RUN_FD_PASSING([#include <sys/ty
- pid_t child_pid = 0;
- 
- int
--main(int argc, char **argv)
-+main(int argc, char *argv)
- {
-   int fd[2];
-   int status = 0;
-Index: config/lam_check_prototype.m4
-===================================================================
---- config/lam_check_prototype.m4.orig 2006-06-24 22:42:44.000000000 +0200
-+++ config/lam_check_prototype.m4      2007-10-19 16:58:39.563044325 +0200
-@@ -28,7 +28,7 @@ cat > conftest.c <<EOF
- #include <netdb.h>
- #include <unistd.h>
- 
--int main(int argc, char **argv)
-+int main(int argc, char *argv)
- { return 0; }
- EOF
- 
-Index: config/lam_check_svr4_fd_passing.m4
-===================================================================
---- config/lam_check_svr4_fd_passing.m4.orig   2006-06-24 22:42:44.000000000 
+0200
-+++ config/lam_check_svr4_fd_passing.m4        2007-10-19 16:58:39.599046509 
+0200
-@@ -77,7 +77,7 @@ LAM_TRY_RUN_FD_PASSING([#include <sys/ty
- pid_t child_pid = 0;
- 
- int
--main(int argc, char **argv)
-+main(int argc, char *argv)
- {
-   int fd[2];
-   int status = 0;
-Index: config/lam_check_sysv_semaphores.m4
-===================================================================
---- config/lam_check_sysv_semaphores.m4.orig   2006-06-24 22:42:44.000000000 
+0200
-+++ config/lam_check_sysv_semaphores.m4        2007-10-19 16:58:39.611047237 
+0200
-@@ -34,7 +34,7 @@ static union {
- } semctl_arg;
- #endif
- 
--int main(int argc, char **argv){
-+int main(int argc, char *argv){
-   int semid, ret;
-   /* Create a private semaphore set */
-   semid = semget (IPC_PRIVATE, 1, 0777);
-@@ -71,7 +71,7 @@ static union {
- } semctl_arg;
- #endif
- 
--int main(int argc, char **argv){
-+int main(int argc, char *argv){
-   int semid, ret;
-   /* Create a private semaphore set */
-   semid = semget (IPC_PRIVATE, 1, 0777);
-@@ -121,7 +121,7 @@ static union {
- } semctl_arg;
- #endif
- 
--int main(int argc, char **argv){
-+int main(int argc, char *argv){
-   int semid, ret;
-   /* Create a private semaphore set */
-   semid = semget (IPC_PRIVATE, 1, 0777);
-Index: config/lam_check_sysv_shmem.m4
-===================================================================
---- config/lam_check_sysv_shmem.m4.orig        2006-06-24 22:42:44.000000000 
+0200
-+++ config/lam_check_sysv_shmem.m4     2007-10-19 16:58:39.619047722 +0200
-@@ -28,7 +28,7 @@ AC_TRY_RUN([#include <sys/types.h>
- #define PAGE_SIZE 512
- #endif
- 
--int main(int argc, char **argv){
-+int main(int argc, char *argv){
-   int shmid;
-   struct shmid_ds *buf;
- 
 Index: config/cxx_find_template_repository.m4
 ===================================================================
 --- config/cxx_find_template_repository.m4.orig        2006-06-24 
22:42:44.000000000 +0200

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to