10
0
2025-07-17 15:18:28 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 10 12:38:54 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Fix build failures due to change in dist-info dir naming scheme.
-------------------------------------------------------------------
Sat Feb 8 15:46:46 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -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