diff --git a/libsmbios-0.13.4.tar.bz2 b/libsmbios-0.13.4.tar.bz2 deleted file mode 100644 index 732ae36..0000000 --- a/libsmbios-0.13.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25a3ff9d60dbf61d01c67388a33162489767c62ec9dfd0e3e308301108a2aa67 -size 3205023 diff --git a/libsmbios-0.13.6.tar.bz2 b/libsmbios-0.13.6.tar.bz2 new file mode 100644 index 0000000..b3820d5 --- /dev/null +++ b/libsmbios-0.13.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b38f9b6c75252c2b4e73593007b1178f03eae0036f125488539ee46b6d27e6 +size 3447619 diff --git a/libsmbios.changes b/libsmbios.changes index 2436dac..b1db6c1 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 2 13:55:51 CEST 2007 - dkukawka@suse.de + +- updated to new version 0.13.6: + - critical bugfix to dellBiosUpdate utility to fix packet mode + - autoconf/automake support for automatically building docs + - more readable 'make' lines by splitting out env vars + - remove run_cppunit option... always run unit tests. + - update autoconf/automake utilities to latest version + - fix LDFLAGS to not overwrite user entered LDFLAGS + - add automatic doxygen build of docs + - fix urls of public repos + - remove yum repo page in favor of official page from docs + - split dmi table entry point from smbios table entry point + - support legacy _DMI_ tables + - fix support for EFI-based imacs without proper _SM_ anchor + ------------------------------------------------------------------- Mon Mar 26 14:56:54 CEST 2007 - dkukawka@suse.de diff --git a/libsmbios.spec b/libsmbios.spec index 4810810..5ff8375 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -1,5 +1,5 @@ # -# spec file for package libsmbios (Version 0.13.4) +# spec file for package libsmbios (Version 0.13.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -25,11 +25,11 @@ URL: http://linux.dell.com/libsmbios/main/index.html %{?_with_cppunit: %{expand: %%define run_cppunit 1}} %define major 0 %define minor 13 -%define sub 4 +%define sub 6 %define extralevel %{nil} %define release_name libsmbios %define release_version %{major}.%{minor}.%{sub}%{extralevel} -Version: 0.13.4 +Version: 0.13.6 Release: 1 License: BSD License and BSD-like, GNU General Public License (GPL) Source: %{name}-%{version}.tar.bz2 @@ -159,7 +159,7 @@ Authors: %prep %setup find . -type d -exec chmod -f 755 {} \; -find doc include libraries bins build supported-bins cppunit -type f -exec chmod -f 644 {} \; +find doc include libraries bin-supported bin-unsupported build cppunit -type f -exec chmod -f 644 {} \; %build %configure @@ -177,6 +177,7 @@ make install DESTDIR=%{buildroot} mkdir -p %{buildroot}/usr/include cp -a include/smbios %{buildroot}/usr/include/ rm -f %{buildroot}/%{_libdir}/lib*.la +rm -f %{buildroot}/%{_libdir}/lib*.a %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf ${RPM_BUILD_ROOT} @@ -199,7 +200,7 @@ ldconfig %files devel %defattr(-,root,root) -%doc COPYING-GPL COPYING-OSL README bins/getopts_LICENSE.txt +%doc COPYING-GPL COPYING-OSL README bin-unsupported/getopts_LICENSE.txt %if %{build_docs} %doc doc/full/html %endif @@ -225,12 +226,13 @@ ldconfig %files unsupported-bin %defattr(555,root,root) -%doc COPYING-GPL COPYING-OSL README include/smbios/config/boost_LICENSE_1_0_txt bins/getopts_LICENSE.txt +%doc COPYING-GPL COPYING-OSL README include/smbios/config/boost_LICENSE_1_0_txt bin-unsupported/getopts_LICENSE.txt %{_bindir}/activateCmosToken %{_bindir}/ascii2enUS_scancode %{_bindir}/createUnitTestFiles %{_bindir}/disable_console_redir %{_bindir}/dumpCmos +%{_bindir}/dellLEDCtl %{_bindir}/getPasswordFormat %{_bindir}/isCmosTokenActive %{_bindir}/probes @@ -251,6 +253,20 @@ ldconfig %endif %changelog +* Wed May 02 2007 - dkukawka@suse.de +- updated to new version 0.13.6: + - critical bugfix to dellBiosUpdate utility to fix packet mode + - autoconf/automake support for automatically building docs + - more readable 'make' lines by splitting out env vars + - remove run_cppunit option... always run unit tests. + - update autoconf/automake utilities to latest version + - fix LDFLAGS to not overwrite user entered LDFLAGS + - add automatic doxygen build of docs + - fix urls of public repos + - remove yum repo page in favor of official page from docs + - split dmi table entry point from smbios table entry point + - support legacy _DMI_ tables + - fix support for EFI-based imacs without proper _SM_ anchor * Mon Mar 26 2007 - dkukawka@suse.de - updated to new version 0.13.4 as requested by DELL maintainer - autotools conversion