From d52e9cd8c4760d5727de52794e2e46f2d7380ea0202c6e21ac79d751ec51ca9c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 29 Mar 2023 10:23:12 +0000 Subject: [PATCH] - Enable --with-system-ffi for non-standard architectures. - SLE-12 builds nis.so as well. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=352 --- python-base.spec | 2 +- python-doc.changes | 10 ++++++++++ python.changes | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/python-base.spec b/python-base.spec index 8502ef2..5f05fbb 100644 --- a/python-base.spec +++ b/python-base.spec @@ -562,7 +562,7 @@ cp Makefile Makefile.pre.in Makefile.pre %{buildroot}%{_libdir}/python%{python_v %{_libdir}/python%{python_version}/lib-dynload/linuxaudiodev.so %{_libdir}/python%{python_version}/lib-dynload/math.so %{_libdir}/python%{python_version}/lib-dynload/mmap.so -%if 0%{?suse_version} && 0%{?suse_version} < 1599 +%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599 %{_libdir}/python%{python_version}/lib-dynload/nis.so %endif %{_libdir}/python%{python_version}/lib-dynload/operator.so diff --git a/python-doc.changes b/python-doc.changes index 8c408a2..080bce5 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl + +- Enable --with-system-ffi for non-standard architectures. + +------------------------------------------------------------------- +Mon Mar 6 15:35:00 UTC 2023 - Matej Cepl + +- SLE-12 builds nis.so as well. + ------------------------------------------------------------------- Wed Mar 1 14:43:31 UTC 2023 - Matej Cepl diff --git a/python.changes b/python.changes index 8c408a2..080bce5 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl + +- Enable --with-system-ffi for non-standard architectures. + +------------------------------------------------------------------- +Mon Mar 6 15:35:00 UTC 2023 - Matej Cepl + +- SLE-12 builds nis.so as well. + ------------------------------------------------------------------- Wed Mar 1 14:43:31 UTC 2023 - Matej Cepl