diff --git a/.gitignore b/.gitignore index f9ddb0b..f4b2108 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /jemalloc-3.1.0.tar.bz2 /jemalloc-3.2.0.tar.bz2 /jemalloc-3.3.0.tar.bz2 +/jemalloc-3.3.1.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index 995319e..5571272 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,5 +1,5 @@ Name: jemalloc -Version: 3.3.0 +Version: 3.3.1 Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation @@ -12,8 +12,6 @@ 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 -# check for __s390__ as it's defined on both s390 and s390x -Patch1: jemalloc-3.0.0-s390.patch # ARMv5tel has no atomic operations Patch2: jemalloc-armv5-force-atomic.patch # RHEL5/POWER has no atomic operations @@ -36,7 +34,7 @@ developing applications that use %{name}. %prep %setup -q %patch0 -%patch1 -p0 -b .s390 + %patch2 -p1 -b .armv5tel %ifarch ppc ppc64 %if 0%{?rhel} == 5 @@ -90,6 +88,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Wed Mar 11 2013 Ingvar Hagelund - 3.3.1-1 +- New upstream release +- Dropped s390 patch, it's in upstream now. + * Fri Jan 25 2013 Ingvar Hagelund - 3.3.0-1 - New upstream release diff --git a/sources b/sources index 8b8c1e0..3a94595 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f95cd3ca9a189cc95f3aef8545f0e6ac jemalloc-3.3.0.tar.bz2 +a899c330f6cd69e150bfe7bca276a291 jemalloc-3.3.1.tar.bz2