rpms/google-perftools/EL-4 google-perftools.spec, 1.8, 1.9 sources, 1.3, 1.4

Tom Callaway spot at fedoraproject.org
Fri Jun 11 15:09:16 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/google-perftools/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12619/EL-4

Modified Files:
	google-perftools.spec sources 
Log Message:
update EPEL


Index: google-perftools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/google-perftools/EL-4/google-perftools.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- google-perftools.spec	1 Aug 2007 20:20:31 -0000	1.8
+++ google-perftools.spec	11 Jun 2010 15:09:15 -0000	1.9
@@ -1,17 +1,16 @@
 Name:		google-perftools
-Version:	0.92
-Release:	1%{?dist}.2
+Version:	1.5
+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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# No support for PPC yet. Bugzilla 238390
-ExcludeArch:	ppc ppc64
-# No libunwind
+# Still broken, bz 238390
+ExcludeArch:	ppc64
+# x86_64 needs libunwind, which is not in EPEL
 ExcludeArch:	x86_64
-Patch0:		google-perftools-0.92-norpath.patch
 
 %description
 Perf Tools is a collection of performance analysis tools, including a 
@@ -29,7 +28,6 @@ Libraries and headers for developing app
 
 %prep
 %setup -q
-%patch0 -p1 -b .norpath
 
 %build
 %configure --disable-static
@@ -51,9 +49,11 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 rm -rf $RPM_BUILD_ROOT
 
 %check
-# The libraries aren't installed on the system yet. :P
-# The tests work fine for me locally, but some of them fail inside mock.
+# http://code.google.com/p/google-perftools/issues/detail?id=153
+%ifnarch ppc
+# Their test suite is junk. Disabling.
 # LD_LIBRARY_PATH=./.libs make check
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -72,6 +72,61 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Wed Jan 20 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.5-1
+- update to 1.5
+- disable broken test suite
+
+* Sat Sep 12 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.4-1
+- update to 1.4
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-2
+- disable tests for ppc, upstream ticket #153
+
+* Thu Jul  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-1
+- update to 1.3
+
+* Wed May 20 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.2-1
+- update to 1.2
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Sep 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.99.1-1
+- update to 0.99.1
+- previous patches in 0.98-1 were taken upstream
+
+* 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
+
 * Wed Aug  1 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.92-1
 - bump to 0.92
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/google-perftools/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	1 Aug 2007 20:09:29 -0000	1.3
+++ sources	11 Jun 2010 15:09:16 -0000	1.4
@@ -1 +1 @@
-ce7731b9112adb060540ec4d207d5ccb  google-perftools-0.92.tar.gz
+cab3841f23fb93f8c69aedf60afcc43f  google-perftools-1.5.tar.gz



More information about the scm-commits mailing list