Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tbb for openSUSE:Factory checked in 
at 2022-04-12 00:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tbb (Old)
 and      /work/SRC/openSUSE:Factory/.tbb.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tbb"

Tue Apr 12 00:13:50 2022 rev:25 rq:968030 version:2021.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tbb/tbb.changes  2021-11-20 02:38:49.772841657 
+0100
+++ /work/SRC/openSUSE:Factory/.tbb.new.1900/tbb.changes        2022-04-12 
00:13:52.041345366 +0200
@@ -1,0 +2,8 @@
+Tue Apr  5 14:34:05 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- For 32-bit systems, rename tbb32.pc (default upstream for
+  32-bit) to tbb.pc (same as 64-bit) so that applications
+  depending on tbb do not have to call different pkgconfig modules
+  based on arch.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tbb.spec ++++++
--- /var/tmp/diff_new_pack.xjR4wN/_old  2022-04-12 00:13:52.713337412 +0200
+++ /var/tmp/diff_new_pack.xjR4wN/_new  2022-04-12 00:13:52.717337365 +0200
@@ -223,6 +223,10 @@
 # we install it into the devel package docdir
 rm -r %{buildroot}%{_datadir}/doc/TBB
 
+# 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
+test -f %{buildroot}%{_libdir}/pkgconfig/tbb32.pc && mv 
%{buildroot}%{_libdir}/pkgconfig/tbb32.pc 
%{buildroot}%{_libdir}/pkgconfig/tbb.pc 
+
 %check
 %if %{with test}
 %ctest --exclude-regex python_test
@@ -262,7 +266,7 @@
 %{_includedir}/tbb/
 %{_includedir}/oneapi/
 %{_libdir}/cmake/TBB
-%{_libdir}/pkgconfig/tbb*.pc
+%{_libdir}/pkgconfig/tbb.pc
 %{_libdir}/libtbb.so
 %{_libdir}/libtbbmalloc.so
 %{_libdir}/libtbbmalloc_proxy.so

Reply via email to