]> git.pld-linux.org Git - packages/jemalloc.git/commitdiff
up to 5.3.0 master auto/th/jemalloc-5.3.0-1
authorJan Palus <atler@pld-linux.org>
Sun, 8 May 2022 11:16:44 +0000 (13:16 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 8 May 2022 11:16:44 +0000 (13:16 +0200)
- x32 patch seems no longer required

jemalloc-x32.patch [deleted file]
jemalloc.spec

diff --git a/jemalloc-x32.patch b/jemalloc-x32.patch
deleted file mode 100644 (file)
index 82c460d..0000000
+++ /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);
index d7993a9211dbae999c91c4dee7318bb68e1bc3a7..d130aefb7188dda5731f277e32296c9ada5f73a9 100644 (file)
@@ -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
This page took 0.493504 seconds and 4 git commands to generate.