Hello community,

here is the log from the commit of package lsvpd for openSUSE:Factory checked 
in at 2011-11-07 14:21:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsvpd (Old)
 and      /work/SRC/openSUSE:Factory/.lsvpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes      2011-09-23 
02:12:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2011-11-07 
14:21:17.000000000 +0100
@@ -1,0 +2,21 @@
+Wed Nov  2 15:54:13 UTC 2011 - [email protected]
+
+- update to 1.6.11
+- Fixed the way we find devices in /sys.  Many 
+   non-device directories were being identified as devices.
+- Minor update: Changed default lsvpd output to use 
+   "Size" instead of "SZ" for DIMM size output.  This was done 
+   to conform to the way AIX/lsvpd outputs this VPD
+- Minor update: Fixed location code discovery for 
+   storage devices. Previously, a loc-code was generated simply 
+   using the device node within the /proc/device-tree/devices 
+   file-system.  This behavior caused usysident to get a 
+   listing of invalid loc-codes.  This patch is a short-term 
+   fix, causing each port device to use the adapters loc-code.  
+   Longer-term fix will be to take this loc-code and add on 
+   port-specific modifiers queried from the device
+- Fixed the way we find devices in /sys.  Many 
+   non-device directories were being identified as devices. 
+- Switch to ExclusiveArch
+
+-------------------------------------------------------------------

Old:
----
  lsvpd-1.6.5.tar.bz2
  lsvpd.cxx-includes.patch

New:
----
  lsvpd-1.6.11.tar.bz2

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

Other differences:
------------------
++++++ lsvpd.spec ++++++
--- /var/tmp/diff_new_pack.G9pZcp/_old  2011-11-07 14:21:19.000000000 +0100
+++ /var/tmp/diff_new_pack.G9pZcp/_new  2011-11-07 14:21:19.000000000 +0100
@@ -22,14 +22,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libvpd2-devel
 BuildRequires:  sg3_utils-devel
-BuildRequires:  zlib-devel
-%ifarch ppc ppc64
-BuildRequires:  librtas
-%endif
+BuildRequires:  zlib-devel librtas-devel
+ExclusiveArch:  ppc ppc64
 Url:            http://sourceforge.net/projects/linux-diag/
 Summary:        VPD Hardware Inventory Utilities for Linux
-Version:        1.6.5
-Release:        42
+Version:        1.6.11
+Release:        1
 License:        GPLv2+
 Group:          System/Monitoring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +35,6 @@
 Requires:       /bin/sed
 Source0:        %{name}-%{version}.tar.bz2
 Patch2:         sgutils.patch
-Patch3:         lsvpd.cxx-includes.patch       
 
 %description
 The lsvpd package contains both the lsvpd, lscfg and lsmcode commands.
@@ -57,8 +54,7 @@
 
 %prep
 %setup -q
-%patch2 -p0
-%patch3 -p1
+%patch2 
 
 %build
 autoreconf -fi

++++++ lsvpd-1.6.5.tar.bz2 -> lsvpd-1.6.11.tar.bz2 ++++++
++++ 29501 lines of diff (skipped)

++++++ sgutils.patch ++++++
--- /var/tmp/diff_new_pack.G9pZcp/_old  2011-11-07 14:21:19.000000000 +0100
+++ /var/tmp/diff_new_pack.G9pZcp/_new  2011-11-07 14:21:19.000000000 +0100
@@ -1,26 +1,11 @@
-Index: Makefile.in
-===================================================================
---- Makefile.in.orig
-+++ Makefile.in
-@@ -239,7 +239,7 @@ lsvio_SOURCES = src/output/lsvio.cpp \
+--- Makefile.am.orig   2011-11-02 16:51:49.000000000 +0100
++++ Makefile.am        2011-11-02 17:11:27.000000000 +0100
+@@ -40,7 +40,7 @@
  lsmcode_SOURCES = src/output/lsmcode.cpp \
                $(update_h_files)
  
--vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils
-+vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils2
+-vpdupdate_LDADD = -lz -lstdc++ -lvpd_cxx -lsgutils
++vpdupdate_LDADD = -lz -lstdc++ -lvpd_cxx -lsgutils2
  vpdupdate_LDFLAGS = -Wall
- lsvpd_LDADD = -L. -lz -lstdc++ -lvpd_cxx
- lsvpd_LDFLAGS = -Wall
-Index: Makefile.am
-===================================================================
---- Makefile.am.orig
-+++ Makefile.am
-@@ -40,7 +40,7 @@ lsvio_SOURCES = src/output/lsvio.cpp \
- lsmcode_SOURCES = src/output/lsmcode.cpp \
-               $(update_h_files)
- 
--vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils
-+vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils2
- vpdupdate_LDFLAGS = -Wall
- lsvpd_LDADD = -L. -lz -lstdc++ -lvpd_cxx
+ lsvpd_LDADD = -lz -lstdc++ -lvpd_cxx
  lsvpd_LDFLAGS = -Wall

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

Reply via email to