New upstream release 3.4.0

This commit is contained in:
Ingvar Hagelund 2013-06-07 09:49:38 +02:00
parent 5be70fccdc
commit 9bec7262f0
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/jemalloc-3.2.0.tar.bz2
/jemalloc-3.3.0.tar.bz2
/jemalloc-3.3.1.tar.bz2
/jemalloc-3.4.0.tar.bz2

View File

@ -1,5 +1,5 @@
Name: jemalloc
Version: 3.3.1
Version: 3.4.0
Release: 1%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
@ -88,6 +88,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Fri Jun 07 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.4.0-1
- New upstream release
* Wed Mar 11 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.1-1
- New upstream release
- Dropped s390 patch, it's in upstream now.

View File

@ -1 +1 @@
a899c330f6cd69e150bfe7bca276a291 jemalloc-3.3.1.tar.bz2
c4fa3da0096d5280924a5f7ebc8dbb1c jemalloc-3.4.0.tar.bz2