Hello community,

here is the log from the commit of package ibutils for openSUSE:Factory checked 
in at 2015-02-16 21:14:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibutils (Old)
 and      /work/SRC/openSUSE:Factory/.ibutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibutils/ibutils.changes  2014-08-11 
12:30:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ibutils.new/ibutils.changes     2015-02-16 
21:14:34.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb 13 15:37:06 UTC 2015 - [email protected]
+
+- Update to version 1.5.7-0.2
+  * No changelog available
+- Remove ibutils-add_shebang.patch; not needed anymore
+- Use download Url as source
+
+-------------------------------------------------------------------

Old:
----
  ibutils-1.5.7-0.1.g05a9d1a.tar.bz2
  ibutils-add_shebang.patch

New:
----
  ibutils-1.5.7-0.2.gbd7e502.tar.gz

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

Other differences:
------------------
++++++ ibutils.spec ++++++
--- /var/tmp/diff_new_pack.hKIXae/_old  2015-02-16 21:14:35.000000000 +0100
+++ /var/tmp/diff_new_pack.hKIXae/_new  2015-02-16 21:14:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ibutils (Version 1.5.7)
+# spec file for package ibutils 
 #
-# Copyright (c) 2010-2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,21 +16,21 @@
 #
 
 %define ibdm_major 1
+%define upstream_ver 1.5.7
+%define tar_rel 0.2
 
 Name:           ibutils
 Summary:        OpenIB Mellanox InfiniBand Diagnostic Tools
-Version:        1.5.7
+Version:        %{upstream_ver}.%{tar_rel}
 Release:        1
 License:        BSD-3-Clause or GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
-Source0:        %{name}-%{version}-0.1.g05a9d1a.tar.bz2
+Source0:        
https://www.openfabrics.org/downloads/ibutils/%{name}-%{upstream_ver}-%{tar_rel}.gbd7e502.tar.gz
 Source1:        ibutils-rpmlintrc
 #PATCH-FIX-UPSTREAM Fix non-void functions returning no value
 Patch1:         ibutils-1.2-retval.patch
 #PATCH-FIX-UPSTREAM Extend the check to include tk 8.6
 Patch2:         ibutils-tk-8.6.patch
-#PATCH-FIX-UPSTREAM Add a sebang to the script in /usr/bin
-Patch3:         ibutils-add_shebang.patch
 #PATCH-FIX-UPSTREAM Prepare for autoreconf run
 Patch4:         ibutils-autotools.patch
 #PATCH-FIX-UPSTREAM Do not link ibdmsh statically and remove rpath
@@ -81,24 +81,21 @@
 This package contains shared libraries for the IB utils.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{upstream_ver}
 %patch1
 %patch2
-%patch3
 %patch4
 %patch5
 
 %build
 autoreconf -fi
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure --with-graphviz-lib=%{_libdir} --disable-static
 make %{?_smp_mflags}
 
 %install
 export NO_BRP_TCL_INDEX_CHECK=true
 %makeinstall 
-# It's empty, so just get rid of it
-rm -f %{buildroot}%{_libdir}/libibdmcom.la
 %fdupes -s %{buildroot}%{_libdir}
 
 rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a
@@ -109,11 +106,11 @@
 %files
 %defattr(-, root, root)
 %_bindir/*
-%_libdir/ibdiagnet%{version}
-%_libdir/ibdiagpath%{version}
-%_libdir/ibdiagui%{version}
-%_libdir/ibdm%{version}
-%_libdir/ibis%{version}
+%_libdir/ibdiagnet%{upstream_ver}
+%_libdir/ibdiagpath%{upstream_ver}
+%_libdir/ibdiagui%{upstream_ver}
+%_libdir/ibdm%{upstream_ver}
+%_libdir/ibis%{upstream_ver}
 %_mandir/man1/*
 
 %files -n libibdm%{ibdm_major}

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

Reply via email to