New upstream release

This commit is contained in:
Ingvar Hagelund 2011-08-01 22:16:41 +02:00
parent b86cdf22b8
commit c5a3ca256a
4 changed files with 32 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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

View File

@ -1 +1 @@
4ef866a2ba662e0472bfded760f93ccd jemalloc-2.2.1.tar.bz2
65b2b3f68c9d229246a67f5a4d29ba83 jemalloc-2.2.2.tar.bz2