New upstream release

This commit is contained in:
Ingvar Hagelund 2016-08-23 13:27:28 +02:00
parent c01ef3462b
commit ccade2a2ac
4 changed files with 22 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/jemalloc-4.0.4.tar.bz2
/jemalloc-4.1.0.tar.bz2
/jemalloc-4.1.1.tar.bz2
/jemalloc-4.2.1.tar.bz2

View File

@ -0,0 +1,11 @@
--- configure.orig 2016-08-03 12:11:08.927542973 +0200
+++ configure 2016-08-03 12:11:31.087833041 +0200
@@ -7105,7 +7105,7 @@
GetSystemInfo(&si);
result = si.dwPageSize;
#else
- result = sysconf(_SC_PAGESIZE);
+ result = 65536
#endif
if (result == -1) {
return 1;

View File

@ -1,5 +1,5 @@
Name: jemalloc
Version: 4.1.1
Version: 4.2.1
Release: 1%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
@ -18,7 +18,7 @@ Patch4: jemalloc-3.6.0.no_explicit_altivec.patch
BuildRequires: /usr/bin/xsltproc
BuildRequires: perl-generators
%ifnarch s390
%ifnarch s390 %{mips}
BuildRequires: valgrind-devel
%endif
@ -59,6 +59,7 @@ export LDFLAGS="%{?__global_ldflags} -lrt"
%configure
make %{?_smp_mflags}
%check
make check
@ -103,6 +104,12 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Tue Aug 23 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.2.1-1
- New upstream release
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 4.1.1-2
- No valgrind on MIPS (#1366685)
* Wed May 04 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.1.1-1
- New upstream release

View File

@ -1 +1 @@
7184512da1e4d3331f9587036a6c4739 jemalloc-4.1.1.tar.bz2
094b0a7b8c77c464d0dc8f0643fd3901 jemalloc-4.2.1.tar.bz2