[jemalloc] New upstream release

Ingvar Hagelund ingvar at fedoraproject.org
Mon Aug 1 20:17:14 UTC 2011


commit c5a3ca256ae83cc3c755bd0b71861e6de4453f0b
Author: Ingvar Hagelund <ingvar at redpill-linpro.com>
Date:   Mon Aug 1 22:16:41 2011 +0200

    New upstream release

 .gitignore                    |    1 +
 jemalloc-2.2.2.no_pprof.patch |   24 ++++++++++++++++++++++++
 jemalloc.spec                 |    8 ++++++--
 sources                       |    2 +-
 4 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72db2c7..37026ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /jemalloc-2.1.3.tar.bz2
 /jemalloc-2.2.0.tar.bz2
 /jemalloc-2.2.1.tar.bz2
+/jemalloc-2.2.2.tar.bz2
diff --git a/jemalloc-2.2.2.no_pprof.patch b/jemalloc-2.2.2.no_pprof.patch
new file mode 100644
index 0000000..9270078
--- /dev/null
+++ b/jemalloc-2.2.2.no_pprof.patch
@@ -0,0 +1,24 @@
+--- Makefile.in.orig	2011-08-01 22:03:28.000000000 +0200
++++ Makefile.in	2011-08-01 22:02:33.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@ -lpthread
+ 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 6d01f73..ab963fb 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -1,5 +1,5 @@
 Name:           jemalloc
-Version:        2.2.1
+Version:        2.2.2
 
 Release:        1%{?dist}
 Summary:        General-purpose scalable concurrent malloc implementation
@@ -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.2.0.no_pprof.patch
+Patch0:         jemalloc-2.2.2.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
+* Mon Aug 01 2011 Ingvar Hagelund <ingvar at redpill-linpro.com> - 2.2.2-1
+- New upstream release, closes #727103
+- Updated no_pprof patch for 2.2.2
+
 * Tue Mar 31 2011 Ingvar Hagelund <ingvar at redpill-linpro.com> - 2.2.1-1
 - New upstream release
 
diff --git a/sources b/sources
index 04faa08..c5a5eb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ef866a2ba662e0472bfded760f93ccd  jemalloc-2.2.1.tar.bz2
+65b2b3f68c9d229246a67f5a4d29ba83  jemalloc-2.2.2.tar.bz2


More information about the scm-commits mailing list