diff --git a/gimp-gap.changes b/gimp-gap.changes index be8a323..b8ac9c7 100644 --- a/gimp-gap.changes +++ b/gimp-gap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 31 13:23:16 CEST 2009 - coolo@novell.com + +- do not use 2.00 as boolean + ------------------------------------------------------------------- Thu Aug 20 23:03:44 CEST 2009 - crrodriguez@suse.de diff --git a/gimp-gap.spec b/gimp-gap.spec index 38b0aae..c55a754 100644 --- a/gimp-gap.spec +++ b/gimp-gap.spec @@ -20,7 +20,7 @@ Name: gimp-gap Version: 2.6.0 -Release: 2 +Release: 3 # Patched code is built by default. # Use rpmbuild -D 'BUILD_ORIG 1' to build original code. # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to name original code as -orig. @@ -55,7 +55,7 @@ Patch2: %{name}-warnings.patch Patch3: %{name}-warnings-orig-addon.patch Source1: %{name}-patch-source.sh BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{?gimp_api_version}0 +%if %{?gimp_api_version:1}0 Requires: gimp(abi) = %{gimp_abi_version} Requires: gimp(api) = %{gimp_api_version} %else