Hello community,

here is the log from the commit of package mstflint for openSUSE:Factory 
checked in at 2015-03-11 09:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mstflint (Old)
 and      /work/SRC/openSUSE:Factory/.mstflint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mstflint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes        2014-08-11 
10:07:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mstflint.new/mstflint.changes   2015-03-11 
09:57:40.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Mar  8 10:46:01 UTC 2015 - [email protected]
+
+- Update to version 4.0.0
+  * No changelog available
+- Use download Url as source
+- Update mstflint-autotools.patch 
+
+-------------------------------------------------------------------

Old:
----
  mstflint-3.6.0-1.8.g7d4dede.tar.gz

New:
----
  mstflint-4.0.0-1.30.g00eb005.tar.gz

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

Other differences:
------------------
++++++ mstflint.spec ++++++
--- /var/tmp/diff_new_pack.4ZXZsW/_old  2015-03-11 09:57:41.000000000 +0100
+++ /var/tmp/diff_new_pack.4ZXZsW/_new  2015-03-11 09:57:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mstflint
 #
-# Copyright (c) 2014 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
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define extra_version -1.8.g7d4dede
+%define extra_version -1.30.g00eb005
 
 Name:           mstflint
 Summary:        Mellanox Firmware Burning and Diagnostics Tools
 License:        GPL-2.0 or BSD-2-Clause
 Group:          System/Console
-Version:        3.6.0
+Version:        4.0.0
 Release:        0
-Source0:        %{name}-%{version}%{extra_version}.tar.gz
+Source0:        
https://www.openfabrics.org/downloads/mstflint/%{name}-%{version}%{extra_version}.tar.gz
 # PATCH-FIX-UPSTREAM Declare package as foreign and other autotools stuff 
[email protected]
 Patch0:         mstflint-autotools.patch
 # PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
@@ -67,7 +67,7 @@
 
 %install
 make DESTDIR=%{buildroot} install
-rm -ff %{buildroot}%{_includedir}/mtcr_ul/mtcr.h
+rm -f %{buildroot}%{_includedir}/mtcr_ul/mtcr.h
 rm -f  %{buildroot}%{_libdir}/libmtcr_ul.a
 
 #%%post -p /sbin/ldconfig

++++++ mstflint-3.6.0-1.8.g7d4dede.tar.gz -> 
mstflint-4.0.0-1.30.g00eb005.tar.gz ++++++
++++ 109826 lines of diff (skipped)

++++++ mstflint-autotools.patch ++++++
--- /var/tmp/diff_new_pack.4ZXZsW/_old  2015-03-11 09:57:42.000000000 +0100
+++ /var/tmp/diff_new_pack.4ZXZsW/_new  2015-03-11 09:57:42.000000000 +0100
@@ -6,19 +6,11 @@
 ===================================================================
 --- configure.ac.orig  2014-05-14 04:09:28.079178181 +0200
 +++ configure.ac       2014-05-14 04:13:35.515332301 +0200
-@@ -1,6 +1,6 @@
- dnl Process this file with autoconf to produce a configure script.
- 
--AC_INIT(mstflint, 3.6.0, [email protected])
-+AC_INIT([mstflint], [3.6.0], [[email protected]])
- 
- AC_DEFINE_UNQUOTED([PROJECT], ["mstflint"], [Define the project name.])
- AC_SUBST([PROJECT])
-@@ -10,13 +10,13 @@ AC_SUBST([VERSION])
+@@ -10,13 +10,13 @@
  
  AC_CONFIG_AUX_DIR(config)
  AC_CONFIG_SRCDIR([README])
--AM_INIT_AUTOMAKE(mstflint, 3.6.0)
+-AM_INIT_AUTOMAKE(mstflint, 4.0.0)
 +AM_INIT_AUTOMAKE([-Wall foreign])
  
  dnl Checks for programs
@@ -31,9 +23,9 @@
 +AC_PROG_LIBTOOL()
 +AC_CONFIG_HEADERS([config.h])
  
- AC_MSG_CHECKING(--enable-dc argument)
- AC_ARG_ENABLE(dc,
-@@ -47,9 +47,23 @@ AM_CONDITIONAL(ENABLE_INBAND, [test  "x$
+ dnl Checks for headers
+ AC_CHECK_HEADER(termios.h,[CXXFLAGS="${CXXFLAGS} -DHAVE_TERMIOS_H"])
+@@ -50,9 +50,24 @@
  CFLAGS="$CFLAGS -Werror -DMST_UL"
  CXXFLAGS="$CXXFLAGS -Werror -DMST_UL"
  
@@ -45,6 +37,7 @@
 +                 dev_mgt/Makefile \
 +                 tools_layouts/Makefile \
 +                 reg_access/Makefile \
++                 cmdif/Makefile \
 +                 mlxconfig/Makefile \
 +                 mflash/Makefile \
 +                 mlxfwops/Makefile \
@@ -56,7 +49,7 @@
 +                 mstdump/crd_main/Makefile  \
 +                 mstdump/mstdump_dbs/Makefile )
  
--AC_OUTPUT( Makefile mft_utils/Makefile mtcr_ul/Makefile dev_mgt/Makefile 
tools_layouts/Makefile reg_access/Makefile mlxconfig/Makefile \
+-AC_OUTPUT( Makefile mft_utils/Makefile mtcr_ul/Makefile dev_mgt/Makefile 
tools_layouts/Makefile reg_access/Makefile cmdif/Makefile mlxconfig/Makefile \
 -              mflash/Makefile mlxfwops/Makefile mlxfwops/lib/Makefile 
cmdparser/Makefile flint/Makefile \
 -              small_utils/Makefile mstdump/Makefile mstdump/crd_lib/Makefile 
mstdump/crd_main/Makefile  mstdump/mstdump_dbs/Makefile )
 +AC_OUTPUT()

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

Reply via email to