Hello community, here is the log from the commit of package lsvpd for openSUSE:Factory checked in at 2012-12-14 09:42:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-06-05 15:33:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2012-12-14 09:42:42.000000000 +0100 @@ -1,0 +2,13 @@ +Wed Dec 5 18:12:11 UTC 2012 - [email protected] + +- update to 1.7.0: + Added new tool - invscout (written by Aravinda Prasad) + Better support for SCSI enclosures and SCSI devices + Dynamic system firmware level from RTAS for lsmcode. +- fix gcc4.7 build (gcc47-fix.patch) +- fix no return in non void function (invscout) + (invscout-no-return-fix.patch) +- Don't run autoreconf +- Remove automake, autoconf, libtool from BuildRequires + +------------------------------------------------------------------- Old: ---- lsvpd-1.6.12.tar.gz New: ---- gcc47-fix.patch invscout-no-return-fix.patch lsvpd-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsvpd.spec ++++++ --- /var/tmp/diff_new_pack.7YhofN/_old 2012-12-14 09:42:45.000000000 +0100 +++ /var/tmp/diff_new_pack.7YhofN/_new 2012-12-14 09:42:45.000000000 +0100 @@ -17,18 +17,17 @@ Name: lsvpd -Version: 1.6.12 +Version: 1.7.0 Release: 0 Summary: VPD Hardware Inventory Utilities for Linux License: GPL-2.0+ Group: System/Monitoring Url: http://sourceforge.net/projects/linux-diag/ Source0: %{name}-%{version}.tar.gz -BuildRequires: autoconf -BuildRequires: automake +Patch0: gcc47-fix.patch +Patch1: invscout-no-return-fix.patch BuildRequires: gcc-c++ BuildRequires: librtas-devel -BuildRequires: libtool BuildRequires: libvpd2-devel BuildRequires: sg3_utils-devel BuildRequires: zlib-devel @@ -50,9 +49,10 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build -autoreconf -fi export CFLAGS="%{optflags} -UPCI_IDS -DPCI_IDS='\"/usr/share/pci.ids\"' -UUSB_IDS -DUSB_IDS='\"/usr/share/usb.ids\"'" export CXXFLAGS="%{optflags} -UPCI_IDS -DPCI_IDS='\"/usr/share/pci.ids\"' -UUSB_IDS -DUSB_IDS='\"/usr/share/usb.ids\"'" %configure ++++++ gcc47-fix.patch ++++++ Index: lsvpd-1.7.0/src/internal/sys_interface/rtascollector.cpp =================================================================== --- lsvpd-1.7.0.orig/src/internal/sys_interface/rtascollector.cpp +++ lsvpd-1.7.0/src/internal/sys_interface/rtascollector.cpp @@ -25,6 +25,7 @@ #include <stdlib.h> #include <vector> +#include <unistd.h> #ifdef HAVE_LIBRTAS #include <librtas.h> ++++++ invscout-no-return-fix.patch ++++++ Index: lsvpd-1.7.0/src/output/invscout.cpp =================================================================== --- lsvpd-1.7.0.orig/src/output/invscout.cpp +++ lsvpd-1.7.0/src/output/invscout.cpp @@ -571,6 +571,8 @@ int writeData( System *root, std::ofstre tab--; insertCloseTag( xmlSurveyFile, tab, RESOURCE ); + + return 0; } int writeHeader( std::ofstream &xmlSurveyFile ) ++++++ lsvpd-1.6.12.tar.gz -> lsvpd-1.7.0.tar.gz ++++++ ++++ 43603 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
