Hello community,

here is the log from the commit of package ipmitool for openSUSE:Factory 
checked in at 2013-07-16 16:36:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipmitool (Old)
 and      /work/SRC/openSUSE:Factory/.ipmitool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipmitool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipmitool/ipmitool.changes        2013-03-20 
11:38:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ipmitool.new/ipmitool.changes   2013-07-16 
16:36:36.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Jul 16 13:36:07 UTC 2013 - [email protected]
+
+- Run format_spec_file so it is up par with others.
+
+-------------------------------------------------------------------
+Wed May 15 12:04:25 UTC 2013 - [email protected]
+
+- fix GCC 4.3 build
+  * Adds patch: old-gcc-options.patch
+
+-------------------------------------------------------------------

New:
----
  old-gcc-options.patch

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

Other differences:
------------------
++++++ ipmitool.spec ++++++
--- /var/tmp/diff_new_pack.Hkk2lC/_old  2013-07-16 16:36:36.000000000 +0200
+++ /var/tmp/diff_new_pack.Hkk2lC/_new  2013-07-16 16:36:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ipmitool
 #
-# 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
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ipmitool
-BuildRequires:  openssl-devel readline-devel
 BuildRequires:  libtool
+BuildRequires:  openssl-devel
+BuildRequires:  readline-devel
 Url:            http://ipmitool.sourceforge.net/
 Summary:        Utility for IPMI Control
-Version:        1.8.12
-Release:        9
 License:        BSD-3-Clause
 Group:          System/Management
+Version:        1.8.12
+Release:        0
 Source:         
http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Patch:          compile-fixes
 Patch1:         ipmitool-1.8.10-implicit-fortify-decl.patch
@@ -39,6 +38,8 @@
 Patch9:         automake-1.13.patch
 #PATCH-FIX-UPSTREAM 
https://sourceforge.net/tracker/?func=detail&aid=3578022&group_id=95200&atid=610550
 Patch10:        ipmitool-bigendian.patch
+#PATCH-FIX-SUSE gcc 4.3 does not like -Wno-unused-result 
-Wno-packed-bitfield-compat, [email protected]
+Patch11:        old-gcc-options.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,6 +72,9 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%if 0%{?suse_version} < 1140
+%patch11 -p1
+%endif
 
 %build
 touch INSTALL NEWS

++++++ old-gcc-options.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile 
../orig-ipmitool-1.8.12/configure.in ./configure.in
--- ../orig-ipmitool-1.8.12/configure.in        2013-02-28 13:52:11.893152359 
+0100
+++ ./configure.in      2013-05-15 14:01:22.874811257 +0200
@@ -34,7 +34,7 @@
 AC_CHECK_FUNCS([memmove memset strchr strdup strerror])
 AC_CHECK_FUNCS([getpassphrase])
 
-CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type -Wno-unused-result 
-Wno-packed-bitfield-compat"
+CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type"
 
 AM_PROG_LIBTOOL
 LIBTOOL="$LIBTOOL --silent"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to