public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tbb] rawhide: Version 2023.0.0
@ 2026-06-10 21:50 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-10 21:50 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 21:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 21:50 [rpms/tbb] rawhide: Version 2023.0.0 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox