From 57f28dd574cb8fa15f7d525f9af6ef9674e73af3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:46 +0200 Subject: [PATCH 1/7] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- jemalloc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/jemalloc.spec b/jemalloc.spec index eaa10a1..b1d5378 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -9,6 +9,7 @@ License: BSD URL: http://www.canonware.com/jemalloc/ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 +BuildRequires: gcc BuildRequires: /usr/bin/xsltproc BuildRequires: perl-generators %ifnarch s390 %{mips} From 48136459314ffdeacb7ac893c3f5d98b6c35bb14 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:26:17 -0500 Subject: [PATCH 2/7] Remove needless use of %defattr --- jemalloc.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index b1d5378..fc8d326 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -90,7 +90,6 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %files -%defattr(-,root,root,-) %{_libdir}/libjemalloc.so.* %{_bindir}/jemalloc.sh %{_bindir}/jemalloc-config @@ -99,7 +98,6 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %doc doc/jemalloc.html %files devel -%defattr(-,root,root,-) %{_includedir}/jemalloc %{_bindir}/jeprof %{_libdir}/libjemalloc.so From 5ca2caa54f58d995c60814964014ffdf94321d57 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 06:21:09 +0000 Subject: [PATCH 3/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- jemalloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jemalloc.spec b/jemalloc.spec index fc8d326..b5c443c 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -106,6 +106,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed May 09 2018 Ingvar Hagelund - 5.1.0-1 - New upstream release - Removed patches merged upstream From 51d2105f04d14f8425ce336583bf2a1760894c65 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 12 Jul 2018 07:57:28 +0100 Subject: [PATCH 4/7] move jemalloc.pc and jemalloc-config to -devel (#1593484) --- jemalloc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index b5c443c..78d0d57 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -92,13 +92,13 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %files %{_libdir}/libjemalloc.so.* %{_bindir}/jemalloc.sh -%{_bindir}/jemalloc-config -%{_libdir}/pkgconfig/jemalloc.pc %doc COPYING README VERSION %doc doc/jemalloc.html %files devel %{_includedir}/jemalloc +%{_bindir}/jemalloc-config +%{_libdir}/pkgconfig/jemalloc.pc %{_bindir}/jeprof %{_libdir}/libjemalloc.so %{_mandir}/man3/jemalloc.3* @@ -106,6 +106,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Wed Jul 18 2018 Joe Orton - 5.1.0-3 +- move jemalloc.pc and jemalloc-config to -devel (#1593484) + * Fri Jul 13 2018 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From e8ed2eb77e48aab651a665ec0d68357aa9ce7bfd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:49 +0100 Subject: [PATCH 5/7] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- jemalloc.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index 78d0d57..20648da 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -4,7 +4,6 @@ Version: 5.1.0 Release: 3%{?dist} Summary: General-purpose scalable concurrent malloc implementation -Group: System Environment/Libraries License: BSD URL: http://www.canonware.com/jemalloc/ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 @@ -23,7 +22,6 @@ This distribution is the stand-alone "portable" implementation of %{name}. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} -Group: Development/Libraries %description devel The %{name}-devel package contains libraries and header files for From 15d11c903699b9aac38eb294387ed6d7b8b5cdec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 04:18:58 +0000 Subject: [PATCH 6/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- jemalloc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jemalloc.spec b/jemalloc.spec index 20648da..34d4af8 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: General-purpose scalable concurrent malloc implementation License: BSD @@ -104,6 +104,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Jul 18 2018 Joe Orton - 5.1.0-3 - move jemalloc.pc and jemalloc-config to -devel (#1593484) From 1996e164e32b2df9ecb3b7980aeec901d2c3a69a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 3 Apr 2019 11:13:59 +0200 Subject: [PATCH 7/7] New upstream release --- .gitignore | 1 + jemalloc.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8611068..e24dacf 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /jemalloc-4.5.0.tar.bz2 /jemalloc-5.0.1.tar.bz2 /jemalloc-5.1.0.tar.bz2 +/jemalloc-5.2.0.tar.bz2 diff --git a/jemalloc.spec b/jemalloc.spec index 34d4af8..8460873 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc -Version: 5.1.0 +Version: 5.2.0 -Release: 4%{?dist} +Release: 1%{?dist} Summary: General-purpose scalable concurrent malloc implementation License: BSD @@ -104,6 +104,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Wed Apr 03 2019 Ingvar Hagelund - 5.2.0-1 +- New upstream release + * Fri Feb 01 2019 Fedora Release Engineering - 5.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 8bf31c2..edf1906 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (jemalloc-5.1.0.tar.bz2) = d9abebe54d303ca931b8c31c1033f23ff5fb060f2377ec8386f4d79c352e65c78ed34f680c352dac14f7d7115d10245782d553d988bc13df2eb34a2f0942ef6f +SHA512 (jemalloc-5.2.0.tar.bz2) = e3be4d534770126caf10f2684aed9fe4ba1422dd47625fe50343cfb750f26eff869fcc7d1e30a96dd6c73f6614c4bbcd560fd24fc26b55ac731c43e60fd05234