New upstream release
- Removed patches from upstream that are merged
This commit is contained in:
parent
9c7bf44d0b
commit
b299e9a756
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <ingvar@redpill-linpro.com> - 4.3.1-1
|
||||
- New upstream release
|
||||
- Removed patches from upstream that are merged
|
||||
|
||||
* Tue Nov 01 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.2.1-2
|
||||
- Fixes for upstream bug #392. Package will now build on el5/ppc,
|
||||
el5/i386 and el6/i386
|
||||
|
Loading…
Reference in New Issue
Block a user