From fa99be6ec87df05a3379974448c8d670a790451a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 8 Mar 2018 13:36:09 +0100 Subject: [PATCH] fixed release number --- jemalloc.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index 3247953..f423f96 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 4.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -35,8 +35,7 @@ developing applications that use %{name}. %prep %setup -q -# Disable thp on systems not supporting this, trusting that Fedora will enable -# this on the build servers when ready for installed systems. +# Disable thp on systems not supporting this for now %ifarch %ix86 %arm aarch64 s390x %define disable_thp --disable-thp %patch5 @@ -115,7 +114,7 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -* Wed Mar 07 2018 Ingvar Hagelund - 4.5.0-2 +* Wed Mar 07 2018 Ingvar Hagelund - 4.5.0-5 - Hard code pagesize for different arches, closes bz #1545539 * Wed Aug 16 2017 Ingvar Hagelund - 4.5.0-4