diff --git a/.gitignore b/.gitignore index 0312e3b..f9ddb0b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /jemalloc-3.0.0.tar.bz2 /jemalloc-3.1.0.tar.bz2 /jemalloc-3.2.0.tar.bz2 +/jemalloc-3.3.0.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index b51f53a..995319e 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,5 +1,5 @@ Name: jemalloc -Version: 3.2.0 +Version: 3.3.0 Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation @@ -90,7 +90,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -* Mon Nov 19 2012 Ingavr Hagelund - 3.2.0-1 +* Fri Jan 25 2013 Ingvar Hagelund - 3.3.0-1 +- New upstream release + +* Mon Nov 19 2012 Ingvar Hagelund - 3.2.0-1 - New upstream release * Tue Oct 23 2012 Ingvar Hagelund - 3.1.0-1 diff --git a/sources b/sources index 1847278..8b8c1e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f7b2099a0d33b803c67e8a9a8c2615e jemalloc-3.2.0.tar.bz2 +f95cd3ca9a189cc95f3aef8545f0e6ac jemalloc-3.3.0.tar.bz2