diff --git a/gimp.spec b/gimp.spec index d6bba34..81337b2 100644 --- a/gimp.spec +++ b/gimp.spec @@ -11,8 +11,8 @@ Name: gimp Epoch: 1 -Version: 2.10.12 -Release: 1mamba +Version: 2.10.14 +Release: 2mamba Summary: The GNU Image Manipulation Program Group: Graphical Desktop/Applications/Graphics Vendor: openmamba @@ -94,12 +94,14 @@ BuildRequires: libbabl-devel BuildRequires: libjasper-devel BuildRequires: intltool >= 0.40.1 BuildRequires: libmypaint-devel -BuildRequires: mypaint-brushes -Requires: mypaint-brushes +BuildRequires: mypaint-brushes1 +Requires: mypaint-brushes1 Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} +Requires: python-gimp = %{?epoch:%epoch:}%{version}-%{release} #Requires: gimp-print >= 4.2.5 Requires: libtiff >= 3.5.7 Requires: dbus-tools +Requires: iso-codes BuildRoot: %{_tmppath}/%{name}-%{version}-root #==================================================== # warning FIXME: "reverse" hardcoded to FALSE. @@ -188,6 +190,10 @@ This is similar to script-fu, except that you can use the full set of Python ext %build export CFLAGS="%{optflags} -ffast-math" +%ifarch arm +export LDFLAGS="-lm" +%endif + %configure \ --enable-gimp-console \ --with-bug-report-url=https://openmamba.org/ \ @@ -302,6 +308,12 @@ done %endif %changelog +* Wed Nov 06 2019 Silvan Calarco 2.10.14-2mamba +- require python-gimp and iso-codes + +* Wed Nov 06 2019 Automatic Build System 2.10.14-1mamba +- automatic version update by autodist + * Sat Jul 06 2019 Automatic Build System 2.10.12-1mamba - automatic version update by autodist