Accepting request 334344 from devel:libraries:c_c++

- Update to version 4.0.3
  * See included ChangeLog for complete changes.

OBS-URL: https://build.opensuse.org/request/show/334344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2015-09-30 03:52:57 +00:00 committed by Git OBS Bridge
commit 0c3528371b
4 changed files with 19 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe
size 338964

3
jemalloc-4.0.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1f7686c30eebf58261ae235752a0251d092ca13184b7fe0447b7915ad72f6d6
size 390286

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 25 08:31:08 UTC 2015 - idonmez@suse.com
- Update to version 4.0.3
* See included ChangeLog for complete changes.
-------------------------------------------------------------------
Mon Mar 31 16:53:49 UTC 2014 - idonmez@suse.com

View File

@ -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.3
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,-)