diff --git a/.gitignore b/.gitignore index 37026ef..d1d1fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /jemalloc-2.2.0.tar.bz2 /jemalloc-2.2.1.tar.bz2 /jemalloc-2.2.2.tar.bz2 +/jemalloc-2.2.3.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index ab963fb..023f246 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,5 +1,5 @@ Name: jemalloc -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation @@ -74,6 +74,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Thu Oct 13 2011 Ingvar Hagelund - 2.2.3-1 +- New upstream release, closes #735057 + * Mon Aug 01 2011 Ingvar Hagelund - 2.2.2-1 - New upstream release, closes #727103 - Updated no_pprof patch for 2.2.2 diff --git a/sources b/sources index c5a5eb6..a94d113 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65b2b3f68c9d229246a67f5a4d29ba83 jemalloc-2.2.2.tar.bz2 +9da87786f2cb399913daa01f95ad6b91 jemalloc-2.2.3.tar.bz2