Hello community, here is the log from the commit of package lsvpd checked in at Tue May 22 01:02:07 CEST 2007. -------- --- lsvpd/lsvpd.changes 2007-03-29 11:21:55.000000000 +0200 +++ /mounts/work_src_done/STABLE/lsvpd/lsvpd.changes 2007-05-21 23:31:12.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 21 23:31:06 CEST 2007 - dmueller@suse.de + +- build against db 4.3 + +------------------------------------------------------------------- New: ---- db43.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsvpd.spec ++++++ --- /var/tmp/diff_new_pack.lT9529/_old 2007-05-22 01:01:45.000000000 +0200 +++ /var/tmp/diff_new_pack.lT9529/_new 2007-05-22 01:01:45.000000000 +0200 @@ -11,11 +11,11 @@ # norootforbuild Name: lsvpd -BuildRequires: db42-devel gcc-c++ pciutils scsi usbutils zlib-devel +BuildRequires: db43-devel gcc-c++ pciutils scsi usbutils zlib-devel URL: http://sourceforge.net/projects/linux-diag/ Summary: VPD Hardware Inventory Utilities for Linux Version: 1.0.3 -Release: 9 +Release: 23 License: GNU General Public License (GPL) Group: System/Monitoring BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -25,6 +25,7 @@ Patch2: lsvpd.include-path.patch Patch3: lsvpd.non-void-function.patch Patch4: lsvpd.sgutils_dep.patch +Patch5: db43.diff %description The lsvpd package contains both the lsvpd, lscfg and lsmcode commands. @@ -47,6 +48,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 %build autoreconf -fi @@ -95,6 +97,8 @@ %{_mandir}/*/* %changelog +* Mon May 21 2007 - dmueller@suse.de +- build against db 4.3 * Thu Mar 29 2007 - olh@suse.de - add zlib-devel to buildrequires * Wed Feb 14 2007 - olh@suse.de ++++++ db43.diff ++++++ --- Makefile.am +++ Makefile.am @@ -71,15 +71,15 @@ lsvio_SOURCES = src/output/lsvio.cpp \ lsmcode_SOURCES = src/output/lsmcode.cpp \ $(lib_h_files) -vpdupdate_LDADD = -L. -ldb_cxx-4.2 -lstdc++ -lz -lsgutils ./libvpd-1.0.la +vpdupdate_LDADD = -L. -ldb_cxx-4.3 -lstdc++ -lz -lsgutils ./libvpd-1.0.la vpdupdate_LDFLAGS = -Wall -lsvpd_LDADD = -L. -ldb_cxx-4.2 -lstdc++ -lz ./libvpd-1.0.la +lsvpd_LDADD = -L. -ldb_cxx-4.3 -lstdc++ -lz ./libvpd-1.0.la lsvpd_LDFLAGS = -Wall -lscfg_LDADD = -L. -ldb_cxx-4.2 -lstdc++ -lz ./libvpd-1.0.la +lscfg_LDADD = -L. -ldb_cxx-4.3 -lstdc++ -lz ./libvpd-1.0.la lscfg_LDFLAGS = -Wall -lsvio_LDADD = -L. -ldb_cxx-4.2 -lstdc++ -lz ./libvpd-1.0.la +lsvio_LDADD = -L. -ldb_cxx-4.3 -lstdc++ -lz ./libvpd-1.0.la lsvio_LDFLAGS = -Wall -lsmcode_LDADD = -L. -ldb_cxx-4.2 -lstdc++ -lz ./libvpd-1.0.la +lsmcode_LDADD = -L. -ldb_cxx-4.3 -lstdc++ -lz ./libvpd-1.0.la lsmcode_LDFLAGS = -Wall libvpd_1_0_la_LDFLAGS = -module @@ -98,11 +98,11 @@ else AM_CXXFLAGS += -DUSB_IDS='"/usr/share/misc/usb.ids"' endif -if DB_CXX_H4_2 -AM_CXXFLAGS += -DDB_CXX='<db4.2/db_cxx.h>' +if DB_CXX_H4_3 +AM_CXXFLAGS += -DDB_CXX='<db4.3/db_cxx.h>' else -if DB_CXX_H42 -AM_CXXFLAGS += -DDB_CXX='<db42/db_cxx.h>' +if DB_CXX_H43 +AM_CXXFLAGS += -DDB_CXX='<db43/db_cxx.h>' else if DB_CXX_H AM_CXXFLAGS += -DDB_CXX='<db_cxx.h>' --- configure.in +++ configure.in @@ -41,8 +41,8 @@ AM_CONDITIONAL(PCI_IDS_LOC, [test -e /usr/share/pci.ids ]) AM_CONDITIONAL(USB_IDS_LOC, [test -e /usr/share/usb.ids ]) #db_cxx.h location conditional. AM_CONDITIONAL(DB_CXX_H, [ test -e /usr/include/db_cxx.h ]) -AM_CONDITIONAL(DB_CXX_H42, [ test -e /usr/include/db42/db_cxx.h ]) -AM_CONDITIONAL(DB_CXX_H4_2, [ test -e /usr/include/db4.2/db_cxx.h ]) +AM_CONDITIONAL(DB_CXX_H43, [ test -e /usr/include/db43/db_cxx.h ]) +AM_CONDITIONAL(DB_CXX_H4_3, [ test -e /usr/include/db4.3/db_cxx.h ]) #finished AC_CONFIG_FILES([Makefile lsvpd.spec debian/changelog]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de