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@bin/pprof + CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \ + @objroot@include/jemalloc/jemalloc_defs@install_suffix@.h + CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/atomic.c \ +@@ -141,13 +140,6 @@ + $(CC) -o $@ $< -L@objroot@lib -ljemalloc@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 - 2.2.2-1 +- New upstream release, closes #727103 +- Updated no_pprof patch for 2.2.2 + * Tue Mar 31 2011 Ingvar Hagelund - 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