diff --git a/gegl.changes b/gegl.changes index 4444bba..e2454be 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,7 +1,16 @@ ------------------------------------------------------------------- Mon Jun 20 09:42:30 UTC 2011 - jw@novell.com -- update to 0.1.6 (gimp-2.7.2 needs this version) +- update to 0.1.6 (see NEWS) + • New operations: max-rgb, pixelise, motion blur. + + • Fixed a bugs in matting-levin that made GEGL halt due to errors + detected by babl sanity code, this made 0.1.4 be unusable if you had + all dependendency when building. + • build/test improvements. + • Buffer: + Added API to use external tile backends, allowing to plug-in alien + tilebackends, for GIMP/Krita/OSM or similar. - remove upstreamed patches bgo609706 bgo610680 (thanks, Vincent) ------------------------------------------------------------------- diff --git a/gegl.spec b/gegl.spec index dc12a99..72486fd 100644 --- a/gegl.spec +++ b/gegl.spec @@ -46,8 +46,8 @@ Release: 10 License: GPLv3+ ; LGPLv3+ Group: System/Libraries Summary: Generic Graphics Library -Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2 -Patch2: docs-build-fix.diff +Source: ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2 +Patch2: docs-build-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libgegl-0_1-0 = %{version}-%{release} @@ -128,15 +128,13 @@ input and output. %patch2 -p1 %build -## nice idea, but it does not work. Rpmlint still complains about not useing rpm-opt-flags. -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -export CXXFLAGS="$CFLAGS" +export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ## do not use autogen.sh, it intentionally fails, if there is no ruby. ## so why use autogen, when you do not want portability? # ./autogen.sh %configure\ --enable-workshop=yes\ - --disable-static + --disable-static --disable-silent-rules make %{?jobs:-j%jobs} %install