diff --git a/gimp-layer-via-copy-cut.spec b/gimp-layer-via-copy-cut.spec index 60a63ad..44a356e 100644 --- a/gimp-layer-via-copy-cut.spec +++ b/gimp-layer-via-copy-cut.spec @@ -2,14 +2,14 @@ Name: gimp-%{addon} Version: 1.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Layer via copy/cut plug-in for GIMP License: GPLv3+ URL: http://some-gimp-plugins.com/contents/en/ Source0: http://some-gimp-plugins.com/contents/en/extensions/002/%{addon}.zip Source1: %{name}.metainfo.xml Source2: LICENSE.txt -BuildRequires: python3 +BuildRequires: python2 # Needed to resolve shebang issue BuildRequires: /usr/bin/pathfix.py %if 0%{?fedora} >= 21 @@ -27,7 +27,7 @@ Copy and move the selected area to a new layer in the same position. cp -p %{SOURCE2} . # Fix Python shebangs -pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{addon}.py +pathfix.py -pni "%{__python2} %{py2_shbang_opts}" %{addon}.py %build @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.m %endif %changelog +* Tue Mar 19 2019 Luya Tshimbalanga - 1.6-13 +- Revert to Python 2 dependency + * Thu Feb 14 2019 Fedora Release Engineering - 1.6-12 - Switch to Python 3 as dependency