From a4692697b377edff0cddcf68240ea48ff898cd76 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 28 Mar 2014 10:45:51 +0100 Subject: [PATCH] New upstream release - Updated nopprof patch to match new release - Fixed a few bogus changelog entries --- .gitignore | 1 + jemalloc-3.5.1.no_pprof.patch | 11 +++++++++++ jemalloc.spec | 15 ++++++++++----- sources | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 jemalloc-3.5.1.no_pprof.patch diff --git a/.gitignore b/.gitignore index a344e3e..814f065 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/jemalloc-3.5.1.no_pprof.patch b/jemalloc-3.5.1.no_pprof.patch new file mode 100644 index 0000000..9439220 --- /dev/null +++ b/jemalloc-3.5.1.no_pprof.patch @@ -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 \ diff --git a/jemalloc.spec b/jemalloc.spec index 8be0772..a86e4ec 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -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 - 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 - 3.4.0-1 - New upstream release -* Wed Mar 11 2013 Ingvar Hagelund - 3.3.1-1 +* Mon Mar 11 2013 Ingvar Hagelund - 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 - 2.2.1-1 +* Thu Mar 31 2011 Ingvar Hagelund - 2.2.1-1 - New upstream release -* Tue Mar 27 2011 Ingvar Hagelund - 2.2.0-1 +* Sun Mar 27 2011 Ingvar Hagelund - 2.2.0-1 - New upstream release - Updated no_pprof patch for 2.2.0 diff --git a/sources b/sources index 4e5ae16..34d8836 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4fa3da0096d5280924a5f7ebc8dbb1c jemalloc-3.4.0.tar.bz2 +43a6ce2f60d14d58c4b28b73b8b70cd2 jemalloc-3.5.1.tar.bz2