[packages/jemalloc] up to 5.3.0
atler
atler at pld-linux.org
Sun May 8 13:17:07 CEST 2022
commit 5becb1527745a009419197de295b11399fdd11c6
Author: Jan Palus <atler at pld-linux.org>
Date: Sun May 8 13:16:44 2022 +0200
up to 5.3.0
- x32 patch seems no longer required
jemalloc-x32.patch | 18 ------------------
jemalloc.spec | 6 ++----
2 files changed, 2 insertions(+), 22 deletions(-)
---
diff --git a/jemalloc.spec b/jemalloc.spec
index d7993a9..d130aef 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -1,14 +1,13 @@
Summary: General-purpose scalable concurrent malloc implementation
Summary(pl.UTF-8): Ogólnego przeznaczenia, skalowalna, współbieżna implementacja funkcji malloc
Name: jemalloc
-Version: 5.2.1
+Version: 5.3.0
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/jemalloc/jemalloc/releases
Source0: https://github.com/jemalloc/jemalloc/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 3d41fbf006e6ebffd489bdb304d009ae
-Patch0: %{name}-x32.patch
+# Source0-md5: 09a8328574dab22a7df848eae6dbbf53
URL: http://jemalloc.net/
BuildRequires: libxslt-progs
BuildRequires: sed >= 4.0
@@ -58,7 +57,6 @@ Statyczna biblioteka jemalloc.
%prep
%setup -q
-%patch0 -p1
# This is truncated during build. Seems interesting to save.
cp -p VERSION version
diff --git a/jemalloc-x32.patch b/jemalloc-x32.patch
deleted file mode 100644
index 82c460d..0000000
--- a/jemalloc-x32.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- jemalloc-5.2.0/include/jemalloc/internal/bit_util.h.orig 2019-04-28 14:32:25.888211875 +0200
-+++ jemalloc-5.2.0/include/jemalloc/internal/bit_util.h 2019-04-28 14:32:29.508401674 +0200
-@@ -86,13 +86,14 @@
- if(unlikely(x <= 1)) {
- return x;
- }
-- size_t msb_on_index;
- #if (defined(__amd64__) || defined(__x86_64__))
-+ uint64_t msb_on_index;
- asm ("bsrq %1, %0"
- : "=r"(msb_on_index) // Outputs.
- : "r"(x-1) // Inputs.
- );
- #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ))
-+ size_t msb_on_index;
- msb_on_index = (63 ^ __builtin_clzll(x - 1));
- #endif
- assert(msb_on_index < 63);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jemalloc.git/commitdiff/5becb1527745a009419197de295b11399fdd11c6
More information about the pld-cvs-commit
mailing list