Hello community, here is the log from the commit of package lsvpd for openSUSE:Factory checked in at 2014-03-20 07:06:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsvpd (Old) and /work/SRC/openSUSE:Factory/.lsvpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsvpd" Changes: -------- --- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes 2014-02-02 07:36:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2014-03-20 07:06:42.000000000 +0100 @@ -1,0 +2,9 @@ +Mon Mar 17 15:25:18 UTC 2014 - [email protected] + +- version update to 1.7.4 (BNC#868688) + - see changelog for changes + - fix version number typo in changelog (in tarball) + - added new patch: lsvpd.no-return-in-nonvoid-function.patch + final 'else' part is missing, 'return 0;' should do the trick + +------------------------------------------------------------------- Old: ---- lsvpd-1.7.3.tar.gz New: ---- lsvpd-1.7.4.tar.gz lsvpd.no-return-in-nonvoid-function.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsvpd.spec ++++++ --- /var/tmp/diff_new_pack.eRWm7N/_old 2014-03-20 07:06:43.000000000 +0100 +++ /var/tmp/diff_new_pack.eRWm7N/_new 2014-03-20 07:06:43.000000000 +0100 @@ -17,7 +17,7 @@ Name: lsvpd -Version: 1.7.3 +Version: 1.7.4 Release: 0 Summary: VPD Hardware Inventory Utilities for Linux License: GPL-2.0+ @@ -34,6 +34,7 @@ Requires: /bin/sed BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: ppc ppc64 ppc64le +Patch0: lsvpd.no-return-in-nonvoid-function.patch %description The lsvpd package contains both the lsvpd, lscfg and lsmcode commands. @@ -47,6 +48,7 @@ %prep %setup -q +%patch0 -p1 %build export CFLAGS="%{optflags} -UPCI_IDS -DPCI_IDS='\"/usr/share/pci.ids\"' -UUSB_IDS -DUSB_IDS='\"/usr/share/usb.ids\"'" ++++++ lsvpd-1.7.3.tar.gz -> lsvpd-1.7.4.tar.gz ++++++ ++++ 2434 lines of diff (skipped) ++++++ lsvpd.no-return-in-nonvoid-function.patch ++++++ Index: lsvpd-1.7.4/src/internal/sys_interface/devicetreecollector.cpp =================================================================== --- lsvpd-1.7.4.orig/src/internal/sys_interface/devicetreecollector.cpp +++ lsvpd-1.7.4/src/internal/sys_interface/devicetreecollector.cpp @@ -395,6 +395,8 @@ error: return parseRtasVPDHeader(buf, fruName, recordStart); else if (isPlatformOPAL()) return parseOpalVPDHeader(buf, fruName, recordStart); + else + return 0; } /** -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
