New upstream release. Also updated no_pprof patch to 2.2.0.

This commit is contained in:
Ingvar Hagelund 2011-03-29 20:59:42 +02:00
parent dab3879a14
commit 2fc04b25d9
4 changed files with 34 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@
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 \

View File

@ -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@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@redpill-linpro.com> - 2.1.3-2
- New upstream release

View File

@ -1 +1 @@
9b18d33c6db1997ed274c67c679def70 jemalloc-2.1.3.tar.bz2
f7166362cce65b4c96fedbd2e74f418d jemalloc-2.2.0.tar.bz2