public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jemalloc] rawhide: New upstream release
@ 2026-09-18 22:50 Ingvar Hagelund
  0 siblings, 0 replies; 2+ messages in thread
From: Ingvar Hagelund @ 2026-09-18 22:50 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jemalloc
            Branch : rawhide
            Commit : aeeb3bc3cf282ca47d3fa0fd141820973082878a
            Author : Ingvar Hagelund <ingvar@redpill-linpro.com>
            Date   : 2026-09-19T00:50:34+02:00
            Stats  : +2/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/jemalloc/c/aeeb3bc3cf282ca47d3fa0fd141820973082878a?branch=rawhide

            Log:
            New upstream release

Moved jeprof to main package, closing rhbz#2157051
Converted license tag to new standard. Included BSD 3-clause for jeprof script

---
diff --git a/.gitignore b/.gitignore
index 252620f..1f19ff0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /jemalloc-5.2.1.tar.bz2
 /jemalloc-5.3.0.tar.bz2
 /jemalloc-5.3.1.tar.bz2
+/5.4.0.tar.gz

diff --git a/sources b/sources
index 160f6c7..5fc2b0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jemalloc-5.3.1.tar.bz2) = 46e4829c88078618860cb75aff074f281306eeb9fa624b7457dd9464d811723f80c27af1c3648e04c9fa74df5c087ae4e415c3b611602fd849f83f37f8cd4f9d
+SHA512 (5.4.0.tar.gz) = b94281ae172c5743bfddd459e3c8ba5cc1cf95d826cdcf9f54ae04181ff88a0c8a0f3937c41831713b452a1d1831d11e244e487211a14df8cdbcf70fd4c03d9c

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/jemalloc] rawhide: New upstream release
@ 2026-09-18 22:50 Ingvar Hagelund
  0 siblings, 0 replies; 2+ messages in thread
From: Ingvar Hagelund @ 2026-09-18 22:50 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jemalloc
            Branch : rawhide
            Commit : 3c93f766e1c1c8279f12d75d7a3ae7af20dd1e55
            Author : Ingvar Hagelund <ingvar@redpill-linpro.com>
            Date   : 2026-09-19T00:49:28+02:00
            Stats  : +12/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/jemalloc/c/3c93f766e1c1c8279f12d75d7a3ae7af20dd1e55?branch=rawhide

            Log:
            New upstream release

Moved jeprof to main package, closing rhbz#2157051
Converted license tag to new standard. Included BSD 3-clause for jeprof script

---
diff --git a/jemalloc.spec b/jemalloc.spec
index 8aebefd..3d935d5 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -1,16 +1,16 @@
 %global forgeurl https://github.com/jemalloc/jemalloc
 
 Name:           jemalloc
-Version:        5.3.1
+Version:        5.4.0
 
 Release:        2%{?dist}
 Summary:        General-purpose scalable concurrent malloc implementation
 
 # Automatically converted from old format: BSD - review is highly recommended.
-License:        LicenseRef-Callaway-BSD
+License:        BSD-2-Clause AND BSD-3-Clause
 URL:            https://jemalloc.net/
 VCS:            git:%{forgeurl}
-Source0:        %{forgeurl}/releases/download/%{version}/%{name}-%{version}.tar.bz2
+Source0:	%{forgeurl}/archive/refs/tags/%{version}.tar.gz
 
 BuildRequires:  gcc
 BuildRequires:  /usr/bin/xsltproc
@@ -19,6 +19,8 @@ BuildRequires:  perl-generators
 BuildRequires:  valgrind-devel
 %endif
 BuildRequires: make
+BuildRequires: autoconf
+BuildRequires: automake
 
 %description
 General-purpose scalable concurrent malloc(3) implementation.
@@ -71,6 +73,7 @@ cat /sys/kernel/mm/transparent_hugepage/enabled || true
 echo "What kernel version and config is this?"
 uname -a
 
+autoreconf -vfi
 %configure %{?disable_thp} %{?lg_page} --enable-prof
 make %{?_smp_mflags}
 
@@ -95,18 +98,23 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
 %{_bindir}/jemalloc.sh
 %doc COPYING README VERSION
 %doc doc/jemalloc.html
+%{_bindir}/jeprof
 
 %files devel
 %{_includedir}/jemalloc
 %{_bindir}/jemalloc-config
 %{_libdir}/pkgconfig/jemalloc.pc
-%{_bindir}/jeprof
 %{_libdir}/libjemalloc.so
 %{_mandir}/man3/jemalloc.3*
 
 %ldconfig_scriptlets
 
 %changelog
+* Thu Sep 17 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.4.0-1
+- New upstream release
+- Moved jeprof to main package, closing rhbz#2157051
+- Converted license tag to new standard. Included BSD 3-clause for jeprof script
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-18 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 22:50 [rpms/jemalloc] rawhide: New upstream release Ingvar Hagelund
  -- strict thread matches above, loose matches on Subject: below --
2026-09-18 22:50 Ingvar Hagelund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox