rpms/hardinfo/devel fix_crash.patch, 1.1, 1.2 hardinfo.spec, 1.15, 1.16

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Wed Aug 15 10:45:36 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/hardinfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24694

Modified Files:
	fix_crash.patch hardinfo.spec 
Log Message:
patch for bug 249794

fix_crash.patch:

Index: fix_crash.patch
===================================================================
RCS file: /cvs/pkgs/rpms/hardinfo/devel/fix_crash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fix_crash.patch	15 Aug 2007 07:43:19 -0000	1.1
+++ fix_crash.patch	15 Aug 2007 10:45:29 -0000	1.2
@@ -1,12 +1,14 @@
 diff -upNr hardinfo-0.4.2.2.orign/shell.c hardinfo-0.4.2.2/shell.c
 --- hardinfo-0.4.2.2.orign/shell.c	2007-07-20 16:45:08.000000000 +0200
-+++ hardinfo-0.4.2.2/shell.c	2007-08-15 09:36:50.000000000 +0200
-@@ -1021,7 +1021,7 @@ module_selected_show_info(ShellModuleEnt
++++ hardinfo-0.4.2.2/shell.c	2007-08-15 12:38:03.000000000 +0200
+@@ -1021,8 +1021,8 @@ module_selected_show_info(ShellModuleEnt
  					NULL);
  	} else {
  	    update_tbl =
 -		g_hash_table_new_full(g_str_hash, g_str_equal, g_free,
+-				      g_free);
 +		g_hash_table_new_full(g_str_hash, g_str_equal, NULL,
- 				      g_free);
++				      NULL);
  	}
      }
+ 


Index: hardinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hardinfo/devel/hardinfo.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hardinfo.spec	15 Aug 2007 07:43:19 -0000	1.15
+++ hardinfo.spec	15 Aug 2007 10:45:29 -0000	1.16
@@ -1,6 +1,6 @@
 Name: hardinfo
 Version: 0.4.2.2
-Release: 15%{?dist}
+Release: 16%{?dist}
 Summary: System Profiler and Benchmark      
 
 Group: Applications/System     
@@ -69,6 +69,9 @@
 
 
 %changelog
+* Wed Aug 15 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.2-16
+- New fix for RH #249794
+
 * Wed Aug 15 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.2-15
 - New fix for RH #249794
 




More information about the fedora-extras-commits mailing list