python-gimp: removed requirements for python 2.6 [release 2.10.22-2mamba;Fri Jan 01 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:01:08 +01:00
parent 1dafe7413e
commit 0f0c19ed55

View File

@ -12,7 +12,7 @@
Name: gimp Name: gimp
Epoch: 1 Epoch: 1
Version: 2.10.22 Version: 2.10.22
Release: 1mamba Release: 2mamba
Summary: The GNU Image Manipulation Program Summary: The GNU Image Manipulation Program
Group: Graphical Desktop/Applications/Graphics Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba Vendor: openmamba
@ -175,7 +175,6 @@ Group: System/Libraries/Python
Provides: %{name}-python = %{?epoch:%epoch:}%{version}-%{release} Provides: %{name}-python = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pygtk Requires: pygtk
%py_requires
%description -n python-%{name} %description -n python-%{name}
This package contains the python modules for GIMP, which act as a wrapper to libgimp allowing the writing of plug-ins for Gimp. This package contains the python modules for GIMP, which act as a wrapper to libgimp allowing the writing of plug-ins for Gimp.
@ -310,6 +309,9 @@ done
%endif %endif
%changelog %changelog
* Fri Jan 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.22-2mamba
- python-gimp: removed requirements for python 2.6
* Thu Oct 08 2020 Automatic Build System <autodist@mambasoft.it> 2.10.22-1mamba * Thu Oct 08 2020 Automatic Build System <autodist@mambasoft.it> 2.10.22-1mamba
- automatic version update by autodist - automatic version update by autodist