public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/tbb] rawhide: Version 2023.0.0
Date: Wed, 10 Jun 2026 21:50:02 GMT	[thread overview]
Message-ID: <178112820281.1.12887366293014398942.rpms-tbb-9bf2b98f1092@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/tbb
            Branch : rawhide
            Commit : 9bf2b98f1092cb1fa343d9d7c42c6fb424fb3396
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-09T12:04:56-06:00
            Stats  : +10/-9 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/tbb/c/9bf2b98f1092cb1fa343d9d7c42c6fb424fb3396?branch=rawhide

            Log:
            Version 2023.0.0

- Use new -d argument to %pyproject macros

---
diff --git a/sources b/sources
index b089ff6..84ed6ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tbb-2022.3.0.tar.gz) = fdc50589785b1949ca1dd4429bbcedb180be4b8966da5243ddd1f8e9f97310dd603681e0bb83c1d6c2d3e27932f577ef6739e4e82f3c54af147f4d6d906b39f1
+SHA512 (tbb-2023.0.0.tar.gz) = 7db4a41e3b0e34a559299451f7eef633190e7e4be1819f609f773ac6b7f3d31ff5e45f3cfabd3606e280adb930d47a77a31377e5ef72c85dcb37a354d8b87e55

diff --git a/tbb.spec b/tbb.spec
index a49ef83..fdb26f6 100644
--- a/tbb.spec
+++ b/tbb.spec
@@ -1,12 +1,12 @@
 # Python docs can no longer be built as of version 2022.1.0 due to requiring
-# sphinx_book_theme, which is not available in Fedora or RHEL
+# sphinx_book_theme, which is not available in RHEL
 
 %global giturl https://github.com/uxlfoundation/oneTBB
 
 Name:    tbb
 Summary: The Threading Building Blocks library abstracts low-level threading details
-Version: 2022.3.0
-Release: 4%{?dist}
+Version: 2023.0.0
+Release: 1%{?dist}
 License: Apache-2.0 AND BSD-3-Clause
 URL:     https://uxlfoundation.github.io/oneTBB/
 VCS:     git:%{giturl}.git
@@ -79,8 +79,7 @@ Python 3 TBB module.
 %autosetup -p1 -n oneTBB-%{version}
 
 %generate_buildrequires
-cd python
-%pyproject_buildrequires
+%pyproject_buildrequires -d python
 
 %build
 export TBBROOT=$PWD
@@ -95,9 +94,7 @@ export PYTHONPATH=$(sed "s,%{_prefix},$PWD/%{_vpath_builddir}/python/build," <<<
 unset PYTHONPATH
 export LD_LIBRARY_PATH=$(ls -1d $PWD/%{_vpath_builddir}/*relwithdebinfo)
 export LDFLAGS="-L $LD_LIBRARY_PATH %{build_ldflags}"
-cd python
-%pyproject_wheel
-cd -
+%pyproject_wheel -d python
 
 %install
 %cmake_install
@@ -153,6 +150,10 @@ ctest --output-on-failure --force-new-ctest-process
 %doc python/README.md
 
 %changelog
+* Tue Jun 09 2026 Jerry James <loganjerry@gmail.com> - 2023.0.0-1
+- Version 2023.0.0
+- Use new -d argument to %%pyproject macros
+
 * Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 2022.3.0-4
 - Rebuilt for Python 3.15
 

                 reply	other threads:[~2026-06-10 21:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178112820281.1.12887366293014398942.rpms-tbb-9bf2b98f1092@fedoraproject.org \
    --to=loganjerry@gmail.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