The package rpms/libpoly.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/libpoly.git/commit/?id=a424e164dfbaa....
Change: -%ifnarch %{ix86} %{arm}
Thanks.
Full change: ============
commit a424e164dfbaa57a7c4fd5ee1a7d6dfd963868a1 Author: Jerry James loganjerry@gmail.com Date: Mon Oct 25 07:59:29 2021 -0600
Version 0.1.11. Enable tests for 32-bit platforms.
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e302bfd --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# libpoly + +[LibPoly](https://sri-csl.github.io/libpoly/) is a C library for manipulating +polynomials. The target applications are symbolic reasoning engines, such as +SMT solvers, that need to reason about polynomial constraints. It is research +software under development, so the features and the API might change rapidly. diff --git a/libpoly.spec b/libpoly.spec index fee0565..30d070e 100644 --- a/libpoly.spec +++ b/libpoly.spec @@ -1,5 +1,5 @@ Name: libpoly -Version: 0.1.10 +Version: 0.1.11 Release: 1%{?dist} Summary: C library for manipulating polynomials
@@ -59,11 +59,9 @@ find . -name .gitignore -delete mkdir -p %{buildroot}%{python3_sitearch} cp -p %{_vpath_builddir}/python/polypy.so %{buildroot}%{python3_sitearch}
-%ifnarch %{ix86} %{arm} %check export LD_LIBRARY_PATH=$PWD/%{_vpath_builddir}/src %ctest -%endif
%files %license LICENCE @@ -80,6 +78,10 @@ export LD_LIBRARY_PATH=$PWD/%{_vpath_builddir}/src %{python3_sitearch}/polypy.so
%changelog +* Mon Oct 25 2021 Jerry James loganjerry@gmail.com - 0.1.11-1 +- Version 0.1.11 +- Enable tests for 32-bit platforms + * Mon Jul 26 2021 Jerry James loganjerry@gmail.com - 0.1.10-1 - Version 0.1.10
diff --git a/sources b/sources index 3e4c1ef..39b2c94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libpoly-0.1.10.tar.gz) = 58de238926b76e797d50effafe5207c771b80dec73689d4315e2aea15abf9fc9c889b4f72107ff914d0988a6e931171b82d2665d465e6277c0a9d5dfcac0adfa +SHA512 (libpoly-0.1.11.tar.gz) = df08a6bab33e27023316972e2496801cea4959faf403b5df8314fa45b4541cd1352583a44084bea130c1e3ca4ed86de032f7f96eeb915599f178e80976a68f7a
arch-excludes@lists.fedoraproject.org