public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ingvar Hagelund <ingvar@redpill-linpro.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jemalloc] rawhide: New upstream release
Date: Fri, 18 Sep 2026 22:50:40 GMT	[thread overview]
Message-ID: <178977184082.1.14803718913299380824.rpms-jemalloc-3c93f766e1c1@fedoraproject.org> (raw)

            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
 

             reply	other threads:[~2026-09-18 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-18 22:50 Ingvar Hagelund [this message]
2026-09-18 22:50 [rpms/jemalloc] rawhide: New upstream release Ingvar Hagelund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178977184082.1.14803718913299380824.rpms-jemalloc-3c93f766e1c1@fedoraproject.org \
    --to=ingvar@redpill-linpro.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox