From 7c0a6f9b81ebcd35ad7636d8a7a75d5b6537fa637a3f395b86c2ff8009a12cbd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Jan 2024 09:35:15 +0000 Subject: [PATCH] Accepting request 1141559 from home:anag+factory:Staging - Fix build to handle changes in (open)SUSE specific cmake macros, no user visible changes OBS-URL: https://build.opensuse.org/request/show/1141559 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=93 --- tbb.changes | 6 ++++++ tbb.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tbb.changes b/tbb.changes index 69d492b..b41560c 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 25 16:31:59 UTC 2024 - Ana Guerrero + +- Fix build to handle changes in (open)SUSE specific cmake macros, + no user visible changes + ------------------------------------------------------------------- Fri Dec 1 08:24:32 UTC 2023 - Atri Bhattacharya diff --git a/tbb.spec b/tbb.spec index 0fe98da..03567c8 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,7 +1,7 @@ # # spec file for package tbb # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A. CABELO) # # All modifications and additions to the file contributed by third parties @@ -244,7 +244,7 @@ popd %endif # we install it into the devel package docdir -rm -r %{buildroot}%{_datadir}/doc/TBB +rm -rf %{buildroot}%{_datadir}/doc/ # Rename tbb32.pc to tbb.pc (same as 64-bit) so that applications depending on tbb # do not have to call different pkgconfig modules based on arch