diff --git a/.cvsignore b/.cvsignore index 16f4aea..37a9b12 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libsmbios-2.2.12.tar.bz2 +libsmbios-2.2.13.tar.bz2 diff --git a/libsmbios.spec b/libsmbios.spec index 181ff0b..7dcdfc8 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -3,7 +3,7 @@ # these are all substituted by autoconf %define major 2 %define minor 2 -%define micro 12 +%define micro 13 %define extra %{nil} %define lang_dom libsmbios-2.2 %define release_version %{major}.%{minor}.%{micro}%{extra} @@ -325,7 +325,20 @@ rm -rf %{buildroot} %{_datadir}/smbios-utils %changelog -* Thu Feb 2 2009 Michael E Brown - 2.2.12-1 +* Tue Feb 3 2009 Michael E Brown - 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 - 2.2.12-1 - 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) diff --git a/sources b/sources index eb4a1a2..1bb2721 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d62b367c8c68f89d58afb278948b58f6 libsmbios-2.2.12.tar.bz2 +d4dbde23ede9095b64bc7d91d9b6b629 libsmbios-2.2.13.tar.bz2