New upstream release

This commit is contained in:
Ingvar Hagelund 2014-03-31 23:43:11 +02:00
parent d777f7cf07
commit 09c8dc0be1
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ingvar@redpill-linpro.com> - 3.6.0-1
- New upstream release
* Fri Mar 28 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.5.1-1
- New upstream release
- Updated nopprof patch to match new release

View File

@ -1 +1 @@
43a6ce2f60d14d58c4b28b73b8b70cd2 jemalloc-3.5.1.tar.bz2
e76665b63a8fddf4c9f26d2fa67afdf2 jemalloc-3.6.0.tar.bz2