New upstream release 3.3.1

This commit is contained in:
Ingvar Hagelund 2013-03-18 14:32:46 +01:00
parent a5963301b3
commit 5be70fccdc
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ingvar@redpill-linpro.com> - 3.3.1-1
- New upstream release
- Dropped s390 patch, it's in upstream now.
* Fri Jan 25 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.0-1
- New upstream release

View File

@ -1 +1 @@
f95cd3ca9a189cc95f3aef8545f0e6ac jemalloc-3.3.0.tar.bz2
a899c330f6cd69e150bfe7bca276a291 jemalloc-3.3.1.tar.bz2