rpms/google-perftools/F-8 google-perftools-0.98-dirent.patch, NONE, 1.1 google-perftools-0.98-glibc-headers.patch, NONE, 1.1 google-perftools.spec, 1.8, 1.9 sources, 1.4, 1.5

Tom Callaway spot at fedoraproject.org
Mon Aug 25 17:00:03 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/google-perftools/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6443/F-8

Modified Files:
	google-perftools.spec sources 
Added Files:
	google-perftools-0.98-dirent.patch 
	google-perftools-0.98-glibc-headers.patch 
Log Message:
update to 0.98

google-perftools-0.98-dirent.patch:

--- NEW FILE google-perftools-0.98-dirent.patch ---
diff -up google-perftools-0.98/src/base/linuxthreads.c.BAD google-perftools-0.98/src/base/linuxthreads.c
--- google-perftools-0.98/src/base/linuxthreads.c.BAD	2008-08-25 10:10:04.000000000 -0400
+++ google-perftools-0.98/src/base/linuxthreads.c	2008-08-25 10:10:09.000000000 -0400
@@ -49,7 +49,7 @@ extern "C" {
 #include <asm/fcntl.h>
 #include <asm/posix_types.h>
 #include <asm/types.h>
-#include <linux/dirent.h>
+#include <dirent.h>
 
 #include "base/linux_syscall_support.h"
 #include "base/thread_lister.h"

google-perftools-0.98-glibc-headers.patch:

--- NEW FILE google-perftools-0.98-glibc-headers.patch ---
diff -up google-perftools-0.98/src/base/linuxthreads.c.BAD google-perftools-0.98/src/base/linuxthreads.c
--- google-perftools-0.98/src/base/linuxthreads.c.BAD	2008-08-25 10:34:42.000000000 -0400
+++ google-perftools-0.98/src/base/linuxthreads.c	2008-08-25 10:34:51.000000000 -0400
@@ -38,7 +38,7 @@
 extern "C" {
 #endif
 
-#include <asm/stat.h>
+#include <sys/stat.h>
 #include <sched.h>
 #include <signal.h>
 #include <stdlib.h>


Index: google-perftools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/google-perftools/F-8/google-perftools.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- google-perftools.spec	23 Aug 2007 21:48:59 -0000	1.8
+++ google-perftools.spec	25 Aug 2008 16:59:33 -0000	1.9
@@ -1,15 +1,23 @@
 Name:		google-perftools
-Version:	0.93
+Version:	0.98
 Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Very fast malloc and performance analysis tools
 URL:		http://code.google.com/p/google-perftools/
 Source0:	http://google-perftools.googlecode.com/files/google-perftools-%{version}.tar.gz
+# Sent upstream
+# http://code.google.com/p/google-perftools/issues/detail?id=74
+Patch0:		google-perftools-0.98-dirent.patch
+# Sent upstream
+# http://code.google.com/p/google-perftools/issues/detail?id=75
+Patch1:		google-perftools-0.98-glibc-headers.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Still broken, bz 238390
+ExcludeArch:	ppc64
+%ifnarch ppc ppc64
 BuildRequires:	libunwind-devel
-# No support for PPC yet. Bugzilla 238390
-ExcludeArch:	ppc ppc64
+%endif
 
 %description
 Perf Tools is a collection of performance analysis tools, including a 
@@ -27,6 +35,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1 -b .glibc-headers
 
 %build
 %configure --disable-static
@@ -69,6 +79,31 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Aug 25 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.98-1
+- update to 0.98
+- fix linuxthreads.c compile (upstream issue 74)
+- fix ppc compile (upstream issue 75)
+- enable ppc
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.95-4
+- Autorebuild for GCC 4.3
+
+* Tue Feb 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.95-3
+- re-disable ppc/ppc64
+
+* Tue Feb 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.95-2
+- ppc/ppc64 doesn't have libunwind
+
+* Tue Feb 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.95-1
+- 0.95 (all patches taken upstream)
+- enable ppc support
+- workaround broken ptrace header (no typedef for u32)
+
+* Fri Jan  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.94.1-1
+- bump to 0.94.1
+- fix for gcc4.3
+- fix unittest link issue
+
 * Thu Aug 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.93-1
 - upstream merged my patch!
 - rebuild for BuildID


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/google-perftools/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Aug 2007 21:48:59 -0000	1.4
+++ sources	25 Aug 2008 16:59:33 -0000	1.5
@@ -1 +1 @@
-9934d8df6151e891872198b6708c3a6d  google-perftools-0.93.tar.gz
+be6d283bb6177f1febaefd3570f3366d  google-perftools-0.98.tar.gz




More information about the fedora-extras-commits mailing list