[packages/gperftools] - updated to 2.1 - removed obsolete glibc216-siginfo_t patch
qboosh
qboosh at pld-linux.org
Sat Aug 24 07:52:42 CEST 2013
commit dd6ea5632f8cfa7f7af70154a05c57ebddaa7d6c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 24 07:52:04 2013 +0200
- updated to 2.1
- removed obsolete glibc216-siginfo_t patch
gperftools-glibc216-siginfo_t.patch | 34 ----------------------------------
gperftools.spec | 9 +++------
2 files changed, 3 insertions(+), 40 deletions(-)
---
diff --git a/gperftools.spec b/gperftools.spec
index 4ab7c33..69cb0d1 100644
--- a/gperftools.spec
+++ b/gperftools.spec
@@ -3,17 +3,15 @@
Summary: Fast, multi-threaded malloc and performance analysis tools
Summary(pl.UTF-8): Szybka, wielowątkowa implementacja malloc i narzędzia do analizy wydajności
Name: gperftools
-Version: 2.0
-Release: 2
+Version: 2.1
+Release: 1
License: BSD
Group: Libraries
# Source0Download: http://code.google.com/p/gperftools/downloads/list
Source0: http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 13f6e8961bc6a26749783137995786b6
-Patch0: %{name}-glibc216-siginfo_t.patch
+# Source0-md5: 5e5a981caf9baa9b4afe90a82dcf9882
URL: http://code.google.com/p/gperftools/
BuildRequires: libstdc++-devel
-BuildRequires: libtool
%ifarch %{x8664} ia64
BuildRequires: libunwind-devel >= 0.98.6
%endif
@@ -104,7 +102,6 @@ statyczne.
%prep
%setup -q
-%patch0 -p1
%build
%configure \
diff --git a/gperftools-glibc216-siginfo_t.patch b/gperftools-glibc216-siginfo_t.patch
deleted file mode 100644
index 77e96f2..0000000
--- a/gperftools-glibc216-siginfo_t.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- gperftools-2.0/src/base/linux_syscall_support.h.siginfo 2013-02-14 17:32:25.296428346 +0100
-+++ gperftools-2.0/src/base/linux_syscall_support.h 2013-02-14 17:34:46.582329601 +0100
-@@ -243,14 +243,13 @@ struct kernel_rusage {
- long ru_nivcsw;
- };
-
--struct siginfo;
- #if defined(__i386__) || defined(__arm__) || defined(__PPC__)
-
- /* include/asm-{arm,i386,mips,ppc}/signal.h */
- struct kernel_old_sigaction {
- union {
- void (*sa_handler_)(int);
-- void (*sa_sigaction_)(int, struct siginfo *, void *);
-+ void (*sa_sigaction_)(int, siginfo_t *, void *);
- };
- unsigned long sa_mask;
- unsigned long sa_flags;
-@@ -287,13 +286,13 @@ struct kernel_sigaction {
- unsigned long sa_flags;
- union {
- void (*sa_handler_)(int);
-- void (*sa_sigaction_)(int, struct siginfo *, void *);
-+ void (*sa_sigaction_)(int, siginfo_t *, void *);
- };
- struct kernel_sigset_t sa_mask;
- #else
- union {
- void (*sa_handler_)(int);
-- void (*sa_sigaction_)(int, struct siginfo *, void *);
-+ void (*sa_sigaction_)(int, siginfo_t *, void *);
- };
- unsigned long sa_flags;
- void (*sa_restorer)(void);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gperftools.git/commitdiff/dd6ea5632f8cfa7f7af70154a05c57ebddaa7d6c
More information about the pld-cvs-commit
mailing list