rpms/hardinfo/devel hardinfo-0.4.2.3-gthread.patch, NONE, 1.1 hardinfo.spec, 1.25, 1.26

Adel Gadllah drago01 at fedoraproject.org
Sat Oct 4 09:55:25 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/hardinfo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25291

Modified Files:
	hardinfo.spec 
Added Files:
	hardinfo-0.4.2.3-gthread.patch 
Log Message:
fix ftbs bug

hardinfo-0.4.2.3-gthread.patch:

--- NEW FILE hardinfo-0.4.2.3-gthread.patch ---
diff -upNr hardinfo-0.4.2.3.orign/configure hardinfo-0.4.2.3/configure
--- hardinfo-0.4.2.3.orign/configure	2007-11-04 14:14:47.000000000 +0100
+++ hardinfo-0.4.2.3/configure	2008-10-04 11:52:07.000000000 +0200
@@ -126,8 +126,8 @@ for i in `which pkg-config`; do
 		--atleast-version=$MIN_VERSION > /dev/null
 	case $? in
 		0)
-			GTK_FLAGS=`pkg-config gtk+-2.0 --cflags`
-			GTK_LIBS=`pkg-config gtk+-2.0 --libs`
+			GTK_FLAGS=`pkg-config gtk+-2.0 gthread-2.0 --cflags`
+			GTK_LIBS=`pkg-config gtk+-2.0 gthread-2.0 --libs`
 			echo "found `pkg-config gtk+-2.0 --modversion`"
 			GTK2=1
 			break ;;


Index: hardinfo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hardinfo/devel/hardinfo.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- hardinfo.spec	4 Jul 2008 13:32:19 -0000	1.25
+++ hardinfo.spec	4 Oct 2008 09:54:54 -0000	1.26
@@ -1,6 +1,6 @@
 Name: hardinfo
 Version: 0.4.2.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: System Profiler and Benchmark      
 
 Group: Applications/System     
@@ -10,6 +10,7 @@
 Patch0: fixuserdsp.patch
 Patch1: libzfix.patch
 Patch2: hardinfo-0.4.2.3-libsoup24.patch
+Patch3: hardinfo-0.4.2.3-gthread.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -60,6 +61,9 @@
 
 
 %changelog
+* Sat Oct 04 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.3-7
+- Fix build RH #465047
+
 * Fri Jul 04 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.4.2.3-6
 - Rebuild for new gnutls
 




More information about the scm-commits mailing list