Hello community,

here is the log from the commit of package libibcm for openSUSE:Factory checked 
in at 2014-07-04 09:34:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libibcm (Old)
 and      /work/SRC/openSUSE:Factory/.libibcm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libibcm"

Changes:
--------
New Changes file:

--- /dev/null   2014-06-12 08:28:52.960034756 +0200
+++ /work/SRC/openSUSE:Factory/.libibcm.new/libibcm.changes     2014-07-04 
09:34:34.000000000 +0200
@@ -0,0 +1,99 @@
+-------------------------------------------------------------------
+Thu Jun 26 12:58:03 CEST 2014 - p...@suse.de
+
+- Add baselibs.conf as source
+- Don't package the static library.
+
+-------------------------------------------------------------------
+Tue Jun 24 19:20:16 CEST 2014 - p...@suse.de
+
+- Fix source URL
+
+-------------------------------------------------------------------
+Tue Jun  3 11:24:34 CEST 2014 - p...@suse.de
+
+- Update to OFED 3.12 final.
+
+-------------------------------------------------------------------
+Tue Apr 22 18:02:39 CEST 2014 - p...@suse.de
+
+- Build for s390(x).
+
+-------------------------------------------------------------------
+Wed Jan 29 19:21:46 CET 2014 - p...@suse.de
+
+- License is GPL-2.0 not GPL-2.0+.
+- Add COPYING do docs. 
+
+-------------------------------------------------------------------
+Wed Jan 29 15:05:45 CET 2014 - p...@suse.de
+
+- Don't recompress tarball.
+- Use complete source URI.
+
+-------------------------------------------------------------------
+Fri Jan 17 17:44:23 CET 2014 - p...@suse.de
+
+- Update to OFED 3.12 daily
+
+-------------------------------------------------------------------
+Wed Sep  5 19:09:56 UTC 2012 - jeng...@inai.de
+
+- Remove redundant sections from specfile
+- Parallel build with %_smp_mflags
+
+-------------------------------------------------------------------
+Wed Sep  5 12:26:56 CEST 2012 - p...@suse.de
+
+- Move runtime library into separate package named according to
+  the shared library policy.
+- Move static library into its own sub package.
+- Fix License tag to conform to the SPDX mapping.
+
+-------------------------------------------------------------------
+Tue May  8 18:30:10 CEST 2012 - p...@suse.de
+
+- BuildRequire automake, autoconf and libtool.
+
+-------------------------------------------------------------------
+Mon Oct 25 13:49:35 UTC 2010 - jjo...@novell.com
+
+- Update to v1.0.5 from OFED 1.5.2
+
+-------------------------------------------------------------------
+Wed Jan  7 12:34:56 CET 2009 - o...@suse.de
+
+- obsolete old -XXbit packages (bnc#437293)
+
+-------------------------------------------------------------------
+Thu Dec 11 08:28:38 CET 2008 - jjo...@suse.de
+
+- Updated to package from OFED 1.4 GA
+  - version updated
+
+-------------------------------------------------------------------
+Fri Nov  7 00:34:40 CET 2008 - i...@suse.de
+
+- adding ExcludeArch for s390 s390x
+- adding baselibs.conf
+
+-------------------------------------------------------------------
+Tue Oct 28 06:23:05 CET 2008 - jjo...@suse.de
+
+- Updated to version 1.0.4 from OFED 1.4 rc3
+
+-------------------------------------------------------------------
+Thu Sep 11 16:28:59 CEST 2008 - jjo...@suse.de
+
+- Updated to version 1.0.3 found in OFED 1.4 RC1
+
+-------------------------------------------------------------------
+Tue Aug 21 12:13:29 CEST 2007 - hvo...@suse.de
+
+- Update to version from OFED 1.2.5
+
+-------------------------------------------------------------------
+Wed Jun 20 13:08:48 CEST 2007 - hvo...@suse.de
+
+- Initial Package, Version 1.0
+

New:
----
  baselibs.conf
  libibcm-1.0.5.tar.gz
  libibcm.changes
  libibcm.spec

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

Other differences:
------------------
++++++ libibcm.spec ++++++
#
# spec file for package libibcm (Version 1.0.5)
#
# Copyright (c) 2009-2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           libibcm
Summary:        Userspace Infiniband Connection Management API
Version:        1.0.5
Release:        5
License:        GPL-2.0 or BSD-2-Clause
Group:          Productivity/Networking/System
Source0:        
https://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
Source1:        baselibs.conf
Url:            http://www.openfabrics.org
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libibverbs-devel
BuildRequires:  automake autoconf libtool
# bug437293
%ifarch ppc64
Obsoletes:      libibcm-64bit
%endif
#

%define so_major 1
%define lib_name %{name}%{so_major}

%description
Along with the OpenIB kernel drivers, libibcm provides a userspace
InfiniBand Connection Managment API.


%package     -n %{lib_name}
Summary:        Infiniband Connection Management runtime library
Group:          System/Libraries
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libibverbs-devel
# bug437293
%ifarch ppc64
Obsoletes:      libibcm-64bit
%endif
#

%description -n %lib_name
Along with the OpenIB kernel drivers, libibcm provides a userspace
InfiniBand Connection Managment API.


%package        devel
Group:          Development/Libraries/C and C++
Summary:        Development files for the libibcm library
Requires:       %{lib_name} = %{version} libibverbs-devel
# bug437293
%ifarch ppc64
Obsoletes:      libibcm-devel-64bit
%endif

%description    devel
Development files for the libibcm library.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install
rm -f %{buildroot}%{_libdir}/*.la


%post -n %{lib_name} -p /sbin/ldconfig

%postun -n %{lib_name} -p /sbin/ldconfig

%files -n %{lib_name}
%defattr(-, root, root)
%doc COPYING
%_libdir/libibcm.so.*

%files devel
%defattr(-,root,root)
%_includedir/infiniband/cm.h
%_includedir/infiniband/cm_abi.h
%_libdir/libibcm.so

%changelog
++++++ baselibs.conf ++++++
libibcm1
libibcm-devel
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to