- Add feature to turn on debugging printf()'s without recompiling by

setting certain environment variables: LIBSMBIOS_C_DEBUG_OUTPUT_ALL --
    all debugging output or, per module: LIBSMBIOS_C_DEBUG_CONSTRUCTOR_C
    LIBSMBIOS_C_DEBUG_SYSINFO_C LIBSMBIOS_C_DEBUG_SMBIOS_C
    LIBSMBIOS_C_DEBUG_TOKEN_C LIBSMBIOS_C_DEBUG_MEMORY_C
    LIBSMBIOS_C_DEBUG_CMOS_C LIBSMBIOS_C_DEBUG_SMI_C
This commit is contained in:
Michael E Brown 2009-02-03 21:53:28 +00:00
parent bc5ef6fdd8
commit c21d90a555
3 changed files with 17 additions and 4 deletions

View File

@ -1 +1 @@
libsmbios-2.2.12.tar.bz2 libsmbios-2.2.13.tar.bz2

View File

@ -3,7 +3,7 @@
# these are all substituted by autoconf # these are all substituted by autoconf
%define major 2 %define major 2
%define minor 2 %define minor 2
%define micro 12 %define micro 13
%define extra %{nil} %define extra %{nil}
%define lang_dom libsmbios-2.2 %define lang_dom libsmbios-2.2
%define release_version %{major}.%{minor}.%{micro}%{extra} %define release_version %{major}.%{minor}.%{micro}%{extra}
@ -325,7 +325,20 @@ rm -rf %{buildroot}
%{_datadir}/smbios-utils %{_datadir}/smbios-utils
%changelog %changelog
* Thu Feb 2 2009 Michael E Brown <michael_e_brown at dell.com> - 2.2.12-1 * Tue Feb 3 2009 Michael E Brown <michael_e_brown at dell.com> - 2.2.12-1
- Add feature to turn on debugging printf()'s without recompiling by setting
certain environment variables:
LIBSMBIOS_C_DEBUG_OUTPUT_ALL -- all debugging output
or, per module:
LIBSMBIOS_C_DEBUG_CONSTRUCTOR_C
LIBSMBIOS_C_DEBUG_SYSINFO_C
LIBSMBIOS_C_DEBUG_SMBIOS_C
LIBSMBIOS_C_DEBUG_TOKEN_C
LIBSMBIOS_C_DEBUG_MEMORY_C
LIBSMBIOS_C_DEBUG_CMOS_C
LIBSMBIOS_C_DEBUG_SMI_C
* Mon Feb 2 2009 Michael E Brown <michael_e_brown at dell.com> - 2.2.12-1
- Add pkgconfig files to -devel - Add pkgconfig files to -devel
- fixup yum plugin to not parse certain data that causes a crash on some machines (Optiplex 755, others may be affected) - fixup yum plugin to not parse certain data that causes a crash on some machines (Optiplex 755, others may be affected)

View File

@ -1 +1 @@
d62b367c8c68f89d58afb278948b58f6 libsmbios-2.2.12.tar.bz2 d4dbde23ede9095b64bc7d91d9b6b629 libsmbios-2.2.13.tar.bz2