diff --git a/.gitignore b/.gitignore index b60bb62..b4a9b77 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /jemalloc-4.1.0.tar.bz2 /jemalloc-4.1.1.tar.bz2 /jemalloc-4.2.1.tar.bz2 +/jemalloc-4.3.1.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index ee37e55..943ffb9 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc -Version: 4.2.1 +Version: 4.3.1 -Release: 2%{?dist} +Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -16,11 +16,6 @@ Patch2: jemalloc-armv5-force-atomic.patch Patch3: jemalloc-3.0.0.atomic_h_ppc_32bit_operations.patch Patch4: jemalloc-3.6.0.no_explicit_altivec.patch -# Upstream bug #393, fixes for memory usage in integration tests -Patch10: jemalloc-4.2.1.upstream_bug393_1.patch -Patch11: jemalloc-4.2.1.upstream_bug393_2.patch -Patch12: jemalloc-4.2.1.upstream_bug393_3.patch - BuildRequires: /usr/bin/xsltproc BuildRequires: perl-generators %ifnarch s390 %{mips} @@ -50,9 +45,6 @@ developing applications that use %{name}. %patch4 -b .ppc %endif %endif -%patch10 -p1 -%patch11 -p1 -%patch12 -p1 %build %ifarch i686 @@ -112,6 +104,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Wed Nov 09 2016 Ingvar Hagelund - 4.3.1-1 +- New upstream release +- Removed patches from upstream that are merged + * Tue Nov 01 2016 Ingvar Hagelund - 4.2.1-2 - Fixes for upstream bug #392. Package will now build on el5/ppc, el5/i386 and el6/i386 diff --git a/sources b/sources index f8994f3..91a0fd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -094b0a7b8c77c464d0dc8f0643fd3901 jemalloc-4.2.1.tar.bz2 +f204c0ea1aef92fbb339dc640de338a6 jemalloc-4.3.1.tar.bz2