Accepting request 177890 from devel:libraries:c_c++
- Rename pprof to pprof-jemalloc to prevent conflict with gperftools - Update to version 3.4.0 * Support for aarch64 * Fix race-triggered deadlocks in chunk_record() OBS-URL: https://build.opensuse.org/request/show/177890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=5
This commit is contained in:
commit
ebfbc55cbf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35c433cc1df5cdf9eb58b7980338552fc1d7aa64f89fe5643a972ccedb7cf20a
|
|
||||||
size 252997
|
|
3
jemalloc-3.4.0.tar.bz2
Normal file
3
jemalloc-3.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0
|
||||||
|
size 253698
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 6 10:52:02 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Rename pprof to pprof-jemalloc to prevent conflict with gperftools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 14:49:45 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.4.0
|
||||||
|
* Support for aarch64
|
||||||
|
* Fix race-triggered deadlocks in chunk_record()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 7 20:50:35 UTC 2013 - idonmez@suse.com
|
Thu Mar 7 20:50:35 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jemalloc
|
Name: jemalloc
|
||||||
Version: 3.3.1
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define lname libjemalloc1
|
%define lname libjemalloc1
|
||||||
Summary: General-purpose scalable concurrent malloc implementation
|
Summary: General-purpose scalable concurrent malloc implementation
|
||||||
@ -73,6 +73,7 @@ make %{?_smp_mflags};
|
|||||||
%install
|
%install
|
||||||
b=%{buildroot};
|
b=%{buildroot};
|
||||||
make install DESTDIR="$b";
|
make install DESTDIR="$b";
|
||||||
|
|
||||||
chmod -x "%{buildroot}/%{_libdir}"/*.a;
|
chmod -x "%{buildroot}/%{_libdir}"/*.a;
|
||||||
if [ "%_docdir" != "%{_datadir}/doc" ]; then
|
if [ "%_docdir" != "%{_datadir}/doc" ]; then
|
||||||
# stupid Makefile does not allow to set it
|
# stupid Makefile does not allow to set it
|
||||||
@ -80,13 +81,15 @@ if [ "%_docdir" != "%{_datadir}/doc" ]; then
|
|||||||
mv "$b/%{_datadir}/doc/jemalloc" "$b/%_docdir/%{name}";
|
mv "$b/%{_datadir}/doc/jemalloc" "$b/%_docdir/%{name}";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
mv %{buildroot}/%{_bindir}/pprof %{buildroot}/%{_bindir}/pprof-jemalloc
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/jemalloc.sh
|
%{_bindir}/jemalloc.sh
|
||||||
%{_bindir}/pprof
|
%{_bindir}/pprof-jemalloc
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%_docdir/%{name}
|
%_docdir/%{name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user