From 23b6ef742a5e7ec9b42849bb51e7c28bfaba9113c7849a3460a93470d120ea5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 16 Sep 2015 08:53:50 +0000 Subject: [PATCH] - Update to version 4.0.1 * See included ChangeLog for complete changes. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=25 --- jemalloc-3.6.0.tar.bz2 | 3 --- jemalloc-4.0.1.tar.bz2 | 3 +++ jemalloc.changes | 6 ++++++ jemalloc.spec | 18 ++++++++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 jemalloc-3.6.0.tar.bz2 create mode 100644 jemalloc-4.0.1.tar.bz2 diff --git a/jemalloc-3.6.0.tar.bz2 b/jemalloc-3.6.0.tar.bz2 deleted file mode 100644 index 1e95ce2..0000000 --- a/jemalloc-3.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe -size 338964 diff --git a/jemalloc-4.0.1.tar.bz2 b/jemalloc-4.0.1.tar.bz2 new file mode 100644 index 0000000..e6392a6 --- /dev/null +++ b/jemalloc-4.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05898b6116224fae945949909f3860d9a1a4a0d06da05154e8dc87ad854a70a +size 388935 diff --git a/jemalloc.changes b/jemalloc.changes index 02d06ee..148dd88 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 16 08:43:08 UTC 2015 - idonmez@suse.com + +- Update to version 4.0.1 + * See included ChangeLog for complete changes. + ------------------------------------------------------------------- Mon Mar 31 16:53:49 UTC 2014 - idonmez@suse.com diff --git a/jemalloc.spec b/jemalloc.spec index 042d456..d8aebe5 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ # # spec file for package jemalloc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ Name: jemalloc -Version: 3.6.0 +Version: 4.0.1 Release: 0 -%define lname libjemalloc1 +%define lname libjemalloc2 Summary: General-purpose scalable concurrent malloc implementation License: BSD-2-Clause Group: Development/Libraries/C and C++ @@ -29,6 +29,7 @@ Url: http://canonware.com/jemalloc/ Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2 BuildRequires: docbook-xsl-stylesheets BuildRequires: libxslt +BuildRequires: pkgconfig Requires: %lname = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -83,8 +84,6 @@ if [ "%_docdir" != "%{_datadir}/doc" ]; then mv "$b/%{_datadir}/doc/jemalloc" "$b/%_docdir/%{name}"; fi; -mv %{buildroot}/%{_bindir}/pprof %{buildroot}/%{_bindir}/pprof-jemalloc - %check export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH make check @@ -92,18 +91,21 @@ make check %files %defattr(-,root,root) %{_bindir}/jemalloc.sh -%{_bindir}/pprof-jemalloc +%{_bindir}/jemalloc-config +%{_bindir}/jeprof %{_mandir}/man*/* %_docdir/%{name} -%files -n %lname +%files -n %{lname} %defattr(-,root,root) -%{_libdir}/libjemalloc.so.1* +%doc ChangeLog COPYING README +%{_libdir}/libjemalloc.so.2* %files devel %defattr(-,root,root,-) %{_includedir}/jemalloc %{_libdir}/libjemalloc.so +%{_libdir}/pkgconfig/jemalloc.pc %files devel-static %defattr(-,root,root,-)