Hello community,

here is the log from the commit of package iprutils for openSUSE:Factory 
checked in at 2012-03-22 12:33:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iprutils (Old)
 and      /work/SRC/openSUSE:Factory/.iprutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iprutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes        2011-10-04 
18:12:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes   2012-03-22 
12:33:42.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Mar 20 14:18:19 UTC 2012 - [email protected]
+
+- update to 2.3.9 
+  dropped iprutils-noswab.patch (merged upstream)
+  Long time no update, so many changes:
+  - Adds support for FPGA updates.
+  - Only uses primary adapter for initialize and format disk task.
+  - Fixes segmentation fault when qac is not available.
+  - Increases maximum dump size.
+  - Adds initial support for sis64 asymmetric access changes.
+  - Fixes segmentation faults when trying to display certain information.
+  - Fixes code incompatibility with libsysfs version 1.
+  - Adds Resource Path display for SIS64 devices.
+  - Adds support for the new live dump functionality.
+  - Fixes battery info for little endian architectures.
+  - Fixes buffer overflow when the SCSI Host ID is equal or greater than 1000.
+  - Fixes firmware image files left open after getting firmware level.
+  - Changes IOA DRAM size display from hex to decimal base.
+  - Handles SG_IO ioctl error with older distros which caused disk microcode
+    download to fail with JBOD's.
+  - Fixes platform location display on blades.
+  - Fixes the Platform Location Information display for hotplug adapters and
+    displays the information for non-hotplug adapters.
+  - Fixes a NULL pointer dereference which caused the daemons to silently fail.
+  - Fixes several potential memory leak problems.
+  - Add support for SSD drives.
+
+-------------------------------------------------------------------

Old:
----
  iprutils-2.2.13-src.tar.bz2
  iprutils-noswab.patch

New:
----
  iprutils-2.3.9-src.tgz

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

Other differences:
------------------
++++++ iprutils.spec ++++++
--- /var/tmp/diff_new_pack.bKMm3M/_old  2012-03-22 12:33:45.000000000 +0100
+++ /var/tmp/diff_new_pack.bKMm3M/_new  2012-03-22 12:33:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iprutils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 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
@@ -23,7 +23,9 @@
 BuildRequires:  glib2-devel pkg-config
 BuildRequires:  sysfsutils-devel
 Summary:        Utilities for the IBM Power Linux RAID Adapters
-Version:        2.2.13
+# NOTE: package's changelog is hidden in % changelog section
+# in file iprutils/spec/iprutils.spec
+Version:        2.3.9
 Release:        13
 License:        CPL-1.0
 Url:            http://sourceforge.net/projects/iprdd/
@@ -31,11 +33,10 @@
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 %arm
-Source0:        iprutils-%{version}-src.tar.bz2
+Source0:        iprutils-%{version}-src.tgz
 Patch0:         iprconfig.usr-sbin.patch
 Patch1:         iprutils.install-man.patch
 Patch2:         iprutils.runlevel.patch
-Patch3:         iprutils-noswab.patch
 Patch4:         iprutils-close.diff
 
 %description
@@ -53,7 +54,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3
 %patch4 -p1
 
 %build

++++++ iprutils-close.diff ++++++
--- /var/tmp/diff_new_pack.bKMm3M/_old  2012-03-22 12:33:45.000000000 +0100
+++ /var/tmp/diff_new_pack.bKMm3M/_new  2012-03-22 12:33:45.000000000 +0100
@@ -1,22 +1,10 @@
-Index: iprutils/iprdump.c
-===================================================================
---- iprutils.orig/iprdump.c
-+++ iprutils/iprdump.c
-@@ -139,6 +139,7 @@ static void disable_dump(struct ipr_ioa
-               return;
-       }
- 
-+      close(fd);
-       sysfs_close_class_device(class_device);
- }
- 
 Index: iprutils/iprlib.c
 ===================================================================
---- iprutils.orig/iprlib.c
-+++ iprutils/iprlib.c
-@@ -7387,15 +7387,16 @@ int ipr_update_ioa_fw(struct ipr_ioa *io
-               tmp = strrchr(image->file, '/');
-               tmp++;
+--- iprutils.orig/iprlib.c     2011-12-16 18:04:00.000000000 +0100
++++ iprutils/iprlib.c  2012-03-20 15:16:59.828322879 +0100
+@@ -8171,15 +8171,16 @@ int ipr_update_ioa_fw(struct ipr_ioa *io
+               }
+ 
                dir = opendir(hotplug_dir);
 -              if (!dir)
 +              if (!dir) {

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

Reply via email to