New upstream release

- Removed oom test patch, it has been fixed upstream
This commit is contained in:
Ingvar Hagelund 2015-09-25 13:45:51 +02:00
parent 08241b12b9
commit fbeb7c8898
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/jemalloc-3.6.0.tar.bz2
/jemalloc-4.0.0.tar.bz2
/jemalloc-4.0.2.tar.bz2
/jemalloc-4.0.3.tar.bz2

View File

@ -1,7 +1,7 @@
Name: jemalloc
Version: 4.0.2
Version: 4.0.3
Release: 2%{?dist}
Release: 1%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
Group: System Environment/Libraries
@ -15,8 +15,6 @@ Patch2: jemalloc-armv5-force-atomic.patch
# RHEL5/POWER has no atomic operations
Patch3: jemalloc-3.0.0.atomic_h_ppc_32bit_operations.patch
Patch4: jemalloc-3.6.0.no_explicit_altivec.patch
# According to upstream, this test is non-critical. It also only fails on i386 and ppc
Patch6: jemalloc-4.0.2.test.oom.patch
BuildRequires: /usr/bin/xsltproc
%ifnarch s390
@ -46,9 +44,6 @@ developing applications that use %{name}.
%patch4 -b .ppc
%endif
%endif
%ifarch i386 i486 i586 i686 ppc
%patch6 -p1 -R -b .test.oom
%endif
%build
%ifarch i686
@ -107,6 +102,10 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Fri Sep 25 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.3-1
- New upstream release
- Removed oom test patch, it has been fixed upstream
* Thu Sep 24 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.2-2
- oom test also fails on 32bit ppc, so patch it out there as well

View File

@ -1 +1 @@
e1b40f75a5a8a08e8f76eb3a6ec67073 jemalloc-4.0.2.tar.bz2
b8eb650528d60b4772c4ec92c5fcc474 jemalloc-4.0.3.tar.bz2