Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pmix for openSUSE:Factory checked in 
at 2022-07-11 19:10:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pmix (Old)
 and      /work/SRC/openSUSE:Factory/.pmix.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pmix"

Mon Jul 11 19:10:14 2022 rev:10 rq:988411 version:3.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pmix/pmix.changes        2022-07-02 
15:34:52.699048007 +0200
+++ /work/SRC/openSUSE:Factory/.pmix.new.1523/pmix.changes      2022-07-11 
19:11:26.687786976 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 08:48:43 UTC 2022 - Nicolas Morey-Chaisemartin 
<nmoreychaisemar...@suse.com>
+
+- Enable build on i686 and armv7
+- Move test files to %{_libexecdir}/pmix/tests to avoid conflicts
+  on 32 bits systems
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pmix.spec ++++++
--- /var/tmp/diff_new_pack.DeXYFn/_old  2022-07-11 19:11:27.003787435 +0200
+++ /var/tmp/diff_new_pack.DeXYFn/_new  2022-07-11 19:11:27.011787447 +0200
@@ -41,9 +41,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       pmix-runtime-config
 Recommends:     pmix-mca-params
-%ifarch i586 %armv7
-ExclusiveArch:  do_not_build
-%endif
 
 %description
 The Process Management Interface (PMI) has been used for quite some time as a
@@ -139,9 +136,9 @@
 %make_install
 # removed static libaries
 rm -v %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/pmix/*.la
-mkdir -p %{buildroot}/%{_prefix}/lib/pmix/test
+mkdir -p %{buildroot}/%{_libexecdir}/%{name}/test
 for i in pmix_test pmix_client pmix_regex; do
-    cp test/.libs/$i %{buildroot}/%{_prefix}/lib/pmix/test
+    cp test/.libs/$i %{buildroot}/%{_libexecdir}/%{name}/test
 done
 %fdupes %{buildroot}/%{_datadir}
 
@@ -190,7 +187,7 @@
 %{_includedir}/pmix/*
 
 %files test
-%dir %{_prefix}/lib/pmix
-%{_prefix}/lib/pmix/*
+%dir %{_libexecdir}/%{name}
+%{_libexecdir}/%{name}/test
 
 %changelog

Reply via email to