diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index dba295d..0e985d4 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 10:55:47 UTC 2025 - Markéta Machová + +- Fix packaging with new setuptools + ------------------------------------------------------------------- Mon Mar 17 09:06:01 UTC 2025 - Andreas Schwab diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 8f30f2b..de3cf4a 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -75,7 +75,11 @@ cd /tmp %files %{python_files} %license COPYING %doc README.md -%{python_sitearch}/PyMuPDF-%{version}*-info +%if %{suse_version} > 1600 +%{python_sitearch}/pymupdf-%{version}*info +%else +%{python_sitearch}/PyMuPDF-%{version}*info +%endif %{python_sitearch}/fitz/ %changelog