rpms/hardinfo/devel fixsensors.patch,1.2,1.3 hardinfo.spec,1.7,1.8

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Fri Jul 27 08:33:04 UTC 2007


Author: drago01

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

Modified Files:
	fixsensors.patch hardinfo.spec 
Log Message:
buildfix

fixsensors.patch:

Index: fixsensors.patch
===================================================================
RCS file: /cvs/pkgs/rpms/hardinfo/devel/fixsensors.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fixsensors.patch	27 Jul 2007 08:10:02 -0000	1.2
+++ fixsensors.patch	27 Jul 2007 08:33:02 -0000	1.3
@@ -1,13 +1,10 @@
-Index: arch/linux/common/sensors.h
-=================================================================== 
---- arch/linux/common/sensors.h (revision 144)
-+++ arch/linux/common/sensors.h (working copy)
-@@ -254,7 +254,7 @@
+diff -upNr hardinfo-0.4.2.2.orign/arch/linux/common/sensors.h hardinfo-0.4.2.2/arch/linux/common/sensors.h
+--- hardinfo-0.4.2.2.orign/arch/linux/common/sensors.h	2007-07-20 16:44:57.000000000 +0200
++++ hardinfo-0.4.2.2/arch/linux/common/sensors.h	2007-07-27 10:30:58.000000000 +0200
+@@ -254,7 +254,7 @@ static void read_sensors_acpi(void)
+ 
+ 	if ((tz = g_dir_open(path_tz, 0, NULL))) {
+ 	    const gchar *entry;
+-	    gchar *temp = "";
++	    gchar *temp = g_strdup(""); 
 
-       if ((tz = g_dir_open(path_tz, 0, NULL))) {
-           const gchar *entry;
--           gchar *temp = "";
-+           gchar *temp = g_strdup("");
-
-
-           while ((entry = g_dir_read_name(tz))) { 


Index: hardinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hardinfo/devel/hardinfo.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hardinfo.spec	27 Jul 2007 08:20:55 -0000	1.7
+++ hardinfo.spec	27 Jul 2007 08:33:02 -0000	1.8
@@ -1,6 +1,6 @@
 Name: hardinfo
 Version: 0.4.2.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: System Profiler and Benchmark      
 
 Group: Applications/System     
@@ -63,6 +63,9 @@
 
 
 %changelog
+* Fri Jul 27 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.2-8
+- Fix build
+
 * Fri Jul 27 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.2-7
 - bump release
 




More information about the scm-commits mailing list