[jemalloc] New upstream release

Ingvar Hagelund ingvar at fedoraproject.org
Wed Oct 24 08:26:14 UTC 2012


commit 3ef76c94a2686a61c300e34ce5f1caade2bec24a
Author: Ingvar Hagelund <ingvar at redpill-linpro.com>
Date:   Wed Oct 24 10:25:53 2012 +0200

    New upstream release

 .gitignore    |    1 +
 jemalloc.spec |   11 ++++++-----
 sources       |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f1112f..9028109 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /jemalloc-2.2.4.tar.bz2
 /jemalloc-2.2.5.tar.bz2
 /jemalloc-3.0.0.tar.bz2
+/jemalloc-3.1.0.tar.bz2
diff --git a/jemalloc.spec b/jemalloc.spec
index a47335e..0e88466 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -1,7 +1,7 @@
 Name:           jemalloc
-Version:        3.0.0
+Version:        3.1.0
 
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        General-purpose scalable concurrent malloc implementation
 
 Group:          System Environment/Libraries
@@ -18,8 +18,6 @@ Patch1:         jemalloc-3.0.0-s390.patch
 Patch2:         jemalloc-armv5-force-atomic.patch
 # RHEL5/POWER has no atomic operations
 Patch3:         jemalloc-3.0.0.atomic_h_ppc_32bit_operations.patch
-# Fixes a crash in ptmalloc_lock_all_crash, bz #824646
-Patch4:         jemalloc-3.0.0.fixes_ptmalloc_lock_all_crash.patch
 BuildRequires:  /usr/bin/xsltproc
 
 %description
@@ -45,7 +43,6 @@ developing applications that use %{name}.
 %patch3 -b .ppc
 %endif
 %endif
-%patch4
 
 %build
 %configure
@@ -93,6 +90,10 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 23 2012 Ingvar Hagelund <ingvar at redpill-linpro.com> - 3.1.0-1
+  - New upstream release
+  - Removed ptmalloc_lock_all patch, it is merged upstream
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 47a1415..920def9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f487fdf847c9834b22c2b7832cadc56f  jemalloc-3.0.0.tar.bz2
+97fe0f804409bbcb6b74c3d1c4699dec  jemalloc-3.1.0.tar.bz2


More information about the scm-commits mailing list