diff --git a/lensfun.spec b/lensfun.spec index 803f619..ed75993 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -6,7 +6,7 @@ Name: lensfun Version: 0.3.3 Summary: Library to rectify defects introduced by photographic lenses -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv3 and CC-BY-SA URL: https://lensfun.github.io/ @@ -149,12 +149,14 @@ export CTEST_OUTPUT_ON_FAILURE=1 %{_mandir}/man1/lensfun-update-data.1* %files -n %{python3}-lensfun -%{python3_sitelib}/lensfun/ -%{python3_sitelib}/lensfun*.egg-info +%{python3_sitelib}/lensfun*.egg %endif %changelog +* Sun Jul 9 2023 Tom Rix - 0.3.3-5 +- Fix *.egg-info to *.egg + * Wed Jun 28 2023 Michael J Gruber - 0.3.3-4 - fix FTBFS pre py 3.12