New upstream release
- Updated nopprof patch to match new release - Fixed a few bogus changelog entries
This commit is contained in:
parent
9bec7262f0
commit
a4692697b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/jemalloc-3.3.0.tar.bz2
|
||||
/jemalloc-3.3.1.tar.bz2
|
||||
/jemalloc-3.4.0.tar.bz2
|
||||
/jemalloc-3.5.1.tar.bz2
|
||||
|
11
jemalloc-3.5.1.no_pprof.patch
Normal file
11
jemalloc-3.5.1.no_pprof.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig 2014-02-26 01:49:15.000000000 +0100
|
||||
+++ Makefile.in 2014-03-28 08:48:56.682371135 +0100
|
||||
@@ -73,7 +73,7 @@
|
||||
LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix)
|
||||
|
||||
# Lists of files.
|
||||
-BINS := $(srcroot)bin/pprof $(objroot)bin/jemalloc.sh
|
||||
+BINS := $(objroot)bin/jemalloc.sh
|
||||
C_HDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h
|
||||
C_SRCS := $(srcroot)src/jemalloc.c $(srcroot)src/arena.c \
|
||||
$(srcroot)src/atomic.c $(srcroot)src/base.c $(srcroot)src/bitmap.c \
|
@ -1,5 +1,5 @@
|
||||
Name: jemalloc
|
||||
Version: 3.4.0
|
||||
Version: 3.5.1
|
||||
|
||||
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-3.0.0.no_pprof.patch
|
||||
Patch0: jemalloc-3.5.1.no_pprof.patch
|
||||
# ARMv5tel has no atomic operations
|
||||
Patch2: jemalloc-armv5-force-atomic.patch
|
||||
# RHEL5/POWER has no atomic operations
|
||||
@ -88,10 +88,15 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Mar 28 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.5.1-1
|
||||
- New upstream release
|
||||
- Updated nopprof patch to match new release
|
||||
- Fixed a few bogus changelog entries
|
||||
|
||||
* Fri Jun 07 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.4.0-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Mar 11 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.1-1
|
||||
* Mon Mar 11 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.1-1
|
||||
- New upstream release
|
||||
- Dropped s390 patch, it's in upstream now.
|
||||
|
||||
@ -145,10 +150,10 @@ rm -rf %{buildroot}
|
||||
- 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
|
||||
* Thu Mar 31 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.1-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Mar 27 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.0-1
|
||||
* Sun Mar 27 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.0-1
|
||||
- New upstream release
|
||||
- Updated no_pprof patch for 2.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user