rpms/hardinfo/devel debug.patch,NONE,1.1 hardinfo.spec,1.10,1.11

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Tue Jul 31 07:24:38 UTC 2007


Author: drago01

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

Modified Files:
	hardinfo.spec 
Added Files:
	debug.patch 
Log Message:
enable debug

debug.patch:

--- NEW FILE debug.patch ---
diff -upNr hardinfo-0.4.2.2.orign/configure hardinfo-0.4.2.2/configure
--- hardinfo-0.4.2.2.orign/configure	2007-07-20 16:45:08.000000000 +0200
+++ hardinfo-0.4.2.2/configure	2007-07-31 09:20:42.000000000 +0200
@@ -30,6 +30,8 @@ else
 	RELEASE=1
 fi
 
+RELEASE=0
+
 echo "ToscoConf (version 0.04) for $PACKAGE version $VERSION"
 
 # ---------------------------------------------------------------------------


Index: hardinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hardinfo/devel/hardinfo.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hardinfo.spec	30 Jul 2007 10:20:55 -0000	1.10
+++ hardinfo.spec	31 Jul 2007 07:24:05 -0000	1.11
@@ -1,6 +1,6 @@
 Name: hardinfo
 Version: 0.4.2.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 Summary: System Profiler and Benchmark      
 
 Group: Applications/System     
@@ -11,6 +11,7 @@
 Patch1: fixsensors.patch
 Patch2: fixuserdsp.patch
 Patch3: fixcrash.patch
+Patch4: debug.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -35,6 +36,8 @@
 %patch2 -p1 -b .fixuserdsp
 #crash fix (#249794)
 %patch3 -p1 -b .fixcrash
+#enable debug output
+%patch4 -p1 -b .debug
 
 %build
 export LIBDIR=%{_libdir}
@@ -66,6 +69,9 @@
 
 
 %changelog
+* Tue Jul 31 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.2-11
+- Enable debug output
+
 * Mon Jul 30 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.2-10
 - Fix changelog date ....
 




More information about the fedora-extras-commits mailing list