rpms/libsmbios/devel .cvsignore, 1.2, 1.3 libsmbios.spec, 1.1, 1.2 sources, 1.2, 1.3

Michael E Brown (mebrown) fedora-extras-commits at redhat.com
Tue Mar 13 16:42:35 UTC 2007


Author: mebrown

Update of /cvs/extras/rpms/libsmbios/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9081

Modified Files:
	.cvsignore libsmbios.spec sources 
Log Message:
update to upstream 0.13.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Feb 2007 22:09:37 -0000	1.2
+++ .cvsignore	13 Mar 2007 16:42:02 -0000	1.3
@@ -1 +1 @@
-libsmbios-0.13.2.tar.gz
+libsmbios-0.13.4.tar.gz


Index: libsmbios.spec
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/devel/libsmbios.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsmbios.spec	23 Feb 2007 22:09:37 -0000	1.1
+++ libsmbios.spec	13 Mar 2007 16:42:03 -0000	1.2
@@ -18,7 +18,7 @@
 # START = Do not edit manually
 %define major 0
 %define minor 13
-%define sub 2
+%define sub 4
 %define extralevel %{nil}
 %define release_name libsmbios
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -170,6 +170,7 @@
 %{_bindir}/verifySmiPassword
 %{_bindir}/wakeupCtl
 %{_bindir}/dellLcdBrightness
+%{_bindir}/dellWirelessCtl
 
 %files unsupported-bin 
 %defattr(-,root,root)
@@ -189,6 +190,24 @@
 #%{_bindir}/sysid
 
 %changelog
+* Mon Mar 12 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.4-1
+- Added dellWirelessCtl binary
+- Added 'static' makefile target to build static binaries and clean them as well
+- fix for signed/unsigned bug in probes binary. CPU temp misreported
+- simplify interface for DELL_CALLING_INTERFACE_SMI, autodetect Port/Magic
+- document all of the tokens for controlling wireless on dell notebooks
+- enums for SMI args/res to make code match docs better (cbRES1 = res[0], which 
+  was confusing.
+- helper functions isTokenActive() and activateToken() to simplify token API.
+- Added missing windows .cpp files to the dist tarball for those who compile 
+  windows from dist tarball vs source control
+- Add support for EFI based machines without backwards compatible smbios table
+  entry point in 0xF0000 block.
+- Added wirelessSwitchControl() and wirelessRadioControl() API for newer 
+  laptops.
+- fixed bug in TokenDA activate() code where it wasnt properly using SMI 
+  (never worked, but apparently wasnt used until now.)
+
 * Tue Sep 26 2006 Michael E Brown <michael_e_brown at dell.com> - 0.12.4-1
 - Changes per Fedora Packaging Guidelines to prepare to submit to Extras.
 - Add in a changelog entry per Fedora Packaging Guidelines...


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Feb 2007 22:09:37 -0000	1.2
+++ sources	13 Mar 2007 16:42:03 -0000	1.3
@@ -1 +1 @@
-5e77488b0aec32d7fe62a2cbc62a1d7f  libsmbios-0.13.2.tar.gz
+fa6e98339093b3321bffdbfb4613c7f2  libsmbios-0.13.4.tar.gz




More information about the scm-commits mailing list