rpms/libsmbios/EL-5 .cvsignore, 1.6, 1.7 libsmbios.spec, 1.7, 1.8 sources, 1.6, 1.7

Michael E Brown (mebrown) fedora-extras-commits at redhat.com
Tue Aug 28 05:55:57 UTC 2007


Author: mebrown

Update of /cvs/extras/rpms/libsmbios/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv680

Modified Files:
	.cvsignore libsmbios.spec sources 
Log Message:
* Mon Aug 28 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.10-1
- Fix one instance where return code to fread was incorrectly checked.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	23 Aug 2007 04:18:45 -0000	1.6
+++ .cvsignore	28 Aug 2007 05:55:24 -0000	1.7
@@ -1 +1 @@
-libsmbios-0.13.9.tar.gz
+libsmbios-0.13.10.tar.gz


Index: libsmbios.spec
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/EL-5/libsmbios.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsmbios.spec	23 Aug 2007 04:18:45 -0000	1.7
+++ libsmbios.spec	28 Aug 2007 05:55:24 -0000	1.8
@@ -1,7 +1,7 @@
 # these are all substituted by autoconf
 %define major 0
 %define minor 13
-%define sub 9
+%define sub 10
 %define extralevel %{nil}
 %define release_name libsmbios
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -168,8 +168,15 @@
 
 # ./ChangeLog is appended by configure
 %changelog
+* Mon Aug 28 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.10-1
+- Fix one instance where return code to fread was incorrectly checked.
+
 * Wed Aug 22 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.9
-- new upstream
+- Fix a couple of failure-to-check-return on fread. most were unit-test code
+  only, but two or three were in regular code.
+- Add hinting to the memory class, so that it can intelligently close /dev/mem
+  file handle when it is not needed (which is most of the time). it only
+  leaves it open when it is scanning, so speed is not impacted.
 
 * Tue Aug 6 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.8
 - new upstream


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	23 Aug 2007 04:18:45 -0000	1.6
+++ sources	28 Aug 2007 05:55:24 -0000	1.7
@@ -1 +1 @@
-937337f441006d9508448c677188ae5e  libsmbios-0.13.9.tar.gz
+23faf207803e7249be7662697f8218a9  libsmbios-0.13.10.tar.gz




More information about the fedora-extras-commits mailing list