diff --git a/.gitignore b/.gitignore index 814f065..0735677 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /jemalloc-3.3.1.tar.bz2 /jemalloc-3.4.0.tar.bz2 /jemalloc-3.5.1.tar.bz2 +/jemalloc-3.6.0.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index 145b11f..bebf470 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,5 +1,5 @@ Name: jemalloc -Version: 3.5.1 +Version: 3.6.0 Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation @@ -88,6 +88,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Mon Mar 31 2014 Ingvar Hagelund - 3.6.0-1 +- New upstream release + * Fri Mar 28 2014 Ingvar Hagelund - 3.5.1-1 - New upstream release - Updated nopprof patch to match new release diff --git a/sources b/sources index 34d8836..5d58f07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43a6ce2f60d14d58c4b28b73b8b70cd2 jemalloc-3.5.1.tar.bz2 +e76665b63a8fddf4c9f26d2fa67afdf2 jemalloc-3.6.0.tar.bz2