diff --git a/.gitignore b/.gitignore index 9028109..0312e3b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /jemalloc-2.2.5.tar.bz2 /jemalloc-3.0.0.tar.bz2 /jemalloc-3.1.0.tar.bz2 +/jemalloc-3.2.0.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index 0e88466..b51f53a 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,5 +1,5 @@ Name: jemalloc -Version: 3.1.0 +Version: 3.2.0 Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation @@ -90,9 +90,12 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Mon Nov 19 2012 Ingavr Hagelund - 3.2.0-1 +- New upstream release + * Tue Oct 23 2012 Ingvar Hagelund - 3.1.0-1 - - New upstream release - - Removed ptmalloc_lock_all patch, it is merged upstream +- New upstream release +- Removed ptmalloc_lock_all patch, it is merged upstream * Thu Jul 19 2012 Fedora Release Engineering - 3.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 920def9..1847278 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97fe0f804409bbcb6b74c3d1c4699dec jemalloc-3.1.0.tar.bz2 +1f7b2099a0d33b803c67e8a9a8c2615e jemalloc-3.2.0.tar.bz2