diff --git a/.gitignore b/.gitignore index b4a9b77..594249d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /jemalloc-4.1.1.tar.bz2 /jemalloc-4.2.1.tar.bz2 /jemalloc-4.3.1.tar.bz2 +/jemalloc-4.4.0.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index 943ffb9..bbe14b5 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,5 +1,5 @@ Name: jemalloc -Version: 4.3.1 +Version: 4.4.0 Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation @@ -104,6 +104,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Fri Dec 09 2016 Ingvar Hagelund - 4.4.0-1 +- New upstream release + * Wed Nov 09 2016 Ingvar Hagelund - 4.3.1-1 - New upstream release - Removed patches from upstream that are merged diff --git a/sources b/sources index 91a0fd5..ee7c7c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f204c0ea1aef92fbb339dc640de338a6 jemalloc-4.3.1.tar.bz2 +81b59778e19696d99e2f7922820671b0 jemalloc-4.4.0.tar.bz2