Mailinglist Archive: opensuse-commit (999 mails)
| < Previous | Next > |
commit google-perftools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 04 Jul 2009 10:25:00 +0200
- Message-id: <20090704082500.A77EF678154@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package google-perftools for openSUSE:Factory
checked in at Sat Jul 4 10:25:00 CEST 2009.
--------
--- google-perftools/google-perftools.changes 2009-04-04 17:41:18.000000000
+0200
+++ google-perftools/google-perftools.changes 2009-06-20 13:50:32.000000000
+0200
@@ -1,0 +2,5 @@
+Sat Jun 20 13:50:14 CEST 2009 - coolo@xxxxxxxxxx
+
+- fix build with automake 1.11
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-perftools.spec ++++++
--- /var/tmp/diff_new_pack.A24531/_old 2009-07-04 10:24:09.000000000 +0200
+++ /var/tmp/diff_new_pack.A24531/_new 2009-07-04 10:24:09.000000000 +0200
@@ -20,9 +20,9 @@
Name: google-perftools
Version: 0.98
-Release: 2
+Release: 3
Group: System/Libraries
-License: BSD 3-Clause
+License: BSD 3-clause (or similar)
Url: http://goog-perftools.sourceforge.net
Source0: %{name}-%{version}.tar.bz2
# Source1: google.m4
@@ -57,7 +57,7 @@
%package devel
-License: BSD 3-Clause
+License: BSD 3-clause (or similar)
Group: System/Libraries
Summary: Performance tools for C++
Requires: libstdc++-devel, google-perftools = %{version}
@@ -181,24 +181,3 @@
%_libdir/libtcmalloc_minimal.so
%changelog
-* Sat Apr 04 2009 crrodriguez@xxxxxxx
-- remove static libraries and "la" files
-* Fri Sep 19 2008 cgardner@xxxxxxx
-- Update to 0.98. Builds and runs only on ix86, x86_64 and ppc.
-* Wed Oct 24 2007 cgardner@xxxxxxx
-- Fix memset calls in test programs for gcc 4.3
-* Sun Jun 10 2007 schwab@xxxxxxx
-- Fix dependencies.
-* Sat Jun 09 2007 cgardner@xxxxxxx
-- Fixed build for gcc 4.2 for x86_64.
-* Wed Apr 18 2007 cgardner@xxxxxxx
-- Fixed build on s390 and s390x.
-* Thu Apr 05 2007 cgardner@xxxxxxxxxx
-- Bug#260744: Fix location of docs
-* Mon Feb 26 2007 cgardner@xxxxxxx
-- Fixed errors regarding strcmp()
-- Fixed warnings about strict-aliasing
-- Fixed _syscallN() to build on x86_64 10.3
-- Near Fix to sigcontext struct to build on s390{,x}
-* Wed Feb 21 2007 cgardner@xxxxxxxxxx
-- Initial submission of 0.8
++++++ google-perftools-fix_docdir.patch ++++++
--- /var/tmp/diff_new_pack.A24531/_old 2009-07-04 10:24:10.000000000 +0200
+++ /var/tmp/diff_new_pack.A24531/_new 2009-07-04 10:24:10.000000000 +0200
@@ -1,13 +1,47 @@
-Index: google-perftools-0.8/Makefile.am
+Index: google-perftools-0.98/Makefile.am
===================================================================
---- google-perftools-0.8.orig/Makefile.am
-+++ google-perftools-0.8/Makefile.am
-@@ -21,7 +21,7 @@ perftoolsincludedir = $(googleincludedir
+--- google-perftools-0.98.orig/Makefile.am
++++ google-perftools-0.98/Makefile.am
+@@ -35,7 +35,7 @@ googleincludedir = $(includedir)/google
# We'll add to this later, on a library-by-library basis
- perftoolsinclude_HEADERS =
+ googleinclude_HEADERS =
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
+docdir = $(prefix)/share/doc/packages/$(PACKAGE)
# This is for HTML and other documentation you want to install.
# Add your documentation files (in doc/) in addition to these
# top-level boilerplate files. Also add a TODO file if you have one.
+@@ -240,8 +240,7 @@ S_TCMALLOC_MINIMAL_INCLUDES = src/intern
+ src/malloc_hook-inl.h \
+ src/maybe_threads.h
+ SG_TCMALLOC_MINIMAL_INCLUDES = src/google/malloc_hook.h \
+- src/google/malloc_extension.h \
+- src/google/stacktrace.h
++ src/google/malloc_extension.h
+ TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES)
$(SG_TCMALLOC_MINIMAL_INCLUDES)
+ googleinclude_HEADERS += $(SG_TCMALLOC_MINIMAL_INCLUDES)
+
+@@ -460,11 +459,8 @@ S_TCMALLOC_INCLUDES = src/internal_loggi
+ src/maybe_threads.h \
+ $(SPINLOCK_INCLUDES) \
+ $(LOGGING_INCLUDES)
+-SG_TCMALLOC_INCLUDES = src/google/malloc_hook.h \
+- src/google/malloc_extension.h \
+- src/google/heap-profiler.h \
+- src/google/heap-checker.h \
+- src/google/stacktrace.h
++SG_TCMALLOC_INCLUDES = src/google/heap-profiler.h \
++ src/google/heap-checker.h
+ TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $(SG_TCMALLOC_INCLUDES)
+ googleinclude_HEADERS += $(SG_TCMALLOC_INCLUDES)
+
+@@ -611,8 +607,7 @@ S_CPU_PROFILER_INCLUDES = src/profiledat
+ src/base/sysinfo.h \
+ $(SPINLOCK_INCLUDES) \
+ $(LOGGING_INCLUDES)
+-SG_CPU_PROFILER_INCLUDES = src/google/profiler.h \
+- src/google/stacktrace.h
++SG_CPU_PROFILER_INCLUDES = src/google/profiler.h
+ CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_CPU_PROFILER_INCLUDES)
+ googleinclude_HEADERS += $(SG_CPU_PROFILER_INCLUDES)
+
++++++ google-perftools-memcmp_from_string_h.patch ++++++
--- /var/tmp/diff_new_pack.A24531/_old 2009-07-04 10:24:10.000000000 +0200
+++ /var/tmp/diff_new_pack.A24531/_new 2009-07-04 10:24:10.000000000 +0200
@@ -1,8 +1,8 @@
-Index: google-perftools-0.94.1/src/maybe_threads.cc
+Index: google-perftools-0.98/src/maybe_threads.cc
===================================================================
---- google-perftools-0.94.1.orig/src/maybe_threads.cc
-+++ google-perftools-0.94.1/src/maybe_threads.cc
-@@ -46,6 +46,10 @@
+--- google-perftools-0.98.orig/src/maybe_threads.cc
++++ google-perftools-0.98/src/maybe_threads.cc
+@@ -47,6 +47,10 @@
#include "maybe_threads.h"
#include "base/basictypes.h"
@@ -13,10 +13,10 @@
// __THROW is defined in glibc systems. It means, counter-intuitively,
// "This function will never throw an exception." It's an optional
// optimization tool, but we may need to use it to match glibc prototypes.
-Index: google-perftools-0.94.1/src/base/logging.cc
+Index: google-perftools-0.98/src/base/logging.cc
===================================================================
---- google-perftools-0.94.1.orig/src/base/logging.cc
-+++ google-perftools-0.94.1/src/base/logging.cc
+--- google-perftools-0.98.orig/src/base/logging.cc
++++ google-perftools-0.98/src/base/logging.cc
@@ -31,6 +31,7 @@
// This file just provides storage for FLAGS_verbose.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |