diff --git a/python-Pillow.spec b/python-Pillow.spec index 787bd1f..0def72c 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -1,13 +1,13 @@ Name: python-Pillow -Version: 10.1.0 +Version: 10.3.0 Release: 1mamba Summary: Python Imaging Library (Fork) Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://pypi.org/project/Pillow/ -Source: http://pypi.debian.net/Pillow/Pillow-%{version}.tar.gz +URL: https://pypi.org/project/pillow/ +Source: http://pypi.debian.net/Pillow/pillow-%{version}.tar.gz License: Standard PIL License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -32,7 +32,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n Pillow-%{version} +%setup -q -n pillow-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -56,17 +56,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%{python_sitearch}/PIL/_imagingcms*.so -%{python_sitearch}/PIL/_imagingft*.so -%{python_sitearch}/PIL/_imagingmath*.so -%{python_sitearch}/PIL/_imagingmorph*.so -%{python_sitearch}/PIL/_imagingtk*.so -%{python_sitearch}/PIL/_webp*.so -%dir %{python_sitearch}/Pillow-%{version}-py*.egg-info -%{python_sitearch}/Pillow-%{version}-py*.egg-info/* +%dir %{python_sitearch}/pillow-%{version}-py*.egg-info +%{python_sitearch}/pillow-%{version}-py*.egg-info/* %doc docs/COPYING %changelog +* Thu May 09 2024 Silvan Calarco 10.3.0-1mamba +- update to 10.3.0 + * Mon Oct 16 2023 Automatic Build System 10.1.0-1mamba - automatic version update by autodist