[jemalloc] New upstream release. Also updated no_pprof patch to 2.2.0.

Ingvar Hagelund ingvar at fedoraproject.org
Tue Mar 29 19:01:19 UTC 2011


commit 2fc04b25d9d53a7aaf2aaae0daea6fb134596518
Author: Ingvar Hagelund <ingvar at redpill-linpro.com>
Date:   Tue Mar 29 20:59:42 2011 +0200

    New upstream release. Also updated no_pprof patch to 2.2.0.

 .gitignore                    |    1 +
 jemalloc-2.2.0.no_pprof.patch |   25 +++++++++++++++++++++++++
 jemalloc.spec                 |   10 +++++++---
 sources                       |    2 +-
 4 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7f4d5c..8fcad1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /jemalloc-2.1.0.tar.bz2
 /jemalloc-2.1.1.tar.bz2
 /jemalloc-2.1.3.tar.bz2
+/jemalloc-2.2.0.tar.bz2
diff --git a/jemalloc-2.2.0.no_pprof.patch b/jemalloc-2.2.0.no_pprof.patch
new file mode 100644
index 0000000..0f285f3
--- /dev/null
+++ b/jemalloc-2.2.0.no_pprof.patch
@@ -0,0 +1,25 @@
+diff -Naur ../jemalloc-2.2.0.orig/Makefile.in ./Makefile.in
+--- ../jemalloc-2.2.0.orig/Makefile.in	2011-03-23 01:03:58.000000000 +0100
++++ ./Makefile.in	2011-03-28 23:56:21.000000000 +0200
+@@ -42,7 +42,6 @@
+ endif
+ 
+ # Lists of files.
+-BINS := @srcroot at bin/pprof
+ CHDRS := @objroot at include/jemalloc/jemalloc at install_suffix@.h \
+ 	@objroot at include/jemalloc/jemalloc_defs at install_suffix@.h
+ CSRCS := @srcroot at src/jemalloc.c @srcroot at src/arena.c @srcroot at src/atomic.c \
+@@ -141,13 +140,6 @@
+ 	$(CC) -o $@ $< -L at objroot@lib -ljemalloc at install_suffix@
+ endif
+ 
+-install_bin:
+-	install -d $(BINDIR)
+-	@for b in $(BINS); do \
+-	echo "install -m 755 $$b $(BINDIR)"; \
+-	install -m 755 $$b $(BINDIR); \
+-done
+-
+ install_include:
+ 	install -d $(INCLUDEDIR)/jemalloc
+ 	@for h in $(CHDRS); do \
diff --git a/jemalloc.spec b/jemalloc.spec
index d0e6414..632d15d 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -1,7 +1,7 @@
 Name:           jemalloc
-Version:        2.1.3
+Version:        2.2.0
 
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        General-purpose scalable concurrent malloc implementation
 
 Group:          System Environment/Libraries
@@ -11,7 +11,7 @@ Source0:        http://www.canonware.com/download/jemalloc/%{name}-%{version}.ta
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Remove pprof, as it already exists in google-perftools
-Patch0:         jemalloc-2.1.0.no_pprof.patch
+Patch0:         jemalloc-2.2.0.no_pprof.patch
 # check for __s390__ as it's defined on both s390 and s390x
 Patch1:         jemalloc-2.0.1-s390.patch
 
@@ -74,6 +74,10 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Mar 27 2011 Ingvar Hagelund <ingvar at redpill-linpro.com> - 2.2.0-1
+- New upstream release
+- Updated no_pprof patch for 2.2.0
+
 * Tue Mar 15 2011 Ingvar Hagelund <ingvar at redpill-linpro.com> - 2.1.3-2
 - New upstream release
 
diff --git a/sources b/sources
index 01c6600..aee676c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b18d33c6db1997ed274c67c679def70  jemalloc-2.1.3.tar.bz2
+f7166362cce65b4c96fedbd2e74f418d  jemalloc-2.2.0.tar.bz2


More information about the scm-commits mailing list