From 1a35fbc3d00d22cc1d5556a8618b5eab71873419810a69d0204afb779af5754e Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 16 Jul 2025 13:44:35 +0000 Subject: [PATCH] Fix build failures due to change in dist-info dir naming scheme. OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=49 --- python-Mathics.changes | 5 +++++ python-Mathics.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Mathics.changes b/python-Mathics.changes index 8e2388e..22427ae 100644 --- a/python-Mathics.changes +++ b/python-Mathics.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 10 12:38:54 UTC 2025 - Atri Bhattacharya + +- Fix build failures due to change in dist-info dir naming scheme. + ------------------------------------------------------------------- Sat Feb 8 15:46:46 UTC 2025 - Atri Bhattacharya diff --git a/python-Mathics.spec b/python-Mathics.spec index 98d9159..32c6216 100644 --- a/python-Mathics.spec +++ b/python-Mathics.spec @@ -134,7 +134,7 @@ export USE_CYTHON=0 %doc README.rst AUTHORS.txt %python_alternative %{_bindir}/mathics %{python_sitelib}/mathics/ -%{python_sitelib}/%{pyname}-%{version}*.*-info/ +%{python_sitelib}/mathics3-%{version}*.*-info/ %endif %changelog