From 59b806de2a2f691a5023bf060795795ecfda8b5be5d197d0419a8a9f501926c6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 13:08:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=4 --- gegl-0.0.18.tar.bz2 | 3 --- gegl-0.0.20.tar.bz2 | 3 +++ gegl-strict-compile-fix.diff | 24 ------------------------ gegl.changes | 18 ++++++++++++++++++ gegl.spec | 24 ++++++++++++++++++------ 5 files changed, 39 insertions(+), 33 deletions(-) delete mode 100644 gegl-0.0.18.tar.bz2 create mode 100644 gegl-0.0.20.tar.bz2 delete mode 100644 gegl-strict-compile-fix.diff diff --git a/gegl-0.0.18.tar.bz2 b/gegl-0.0.18.tar.bz2 deleted file mode 100644 index 7580e70..0000000 --- a/gegl-0.0.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58d5c2c415684f5744dd8dec80a1c230fc4b02ecea6c9edf3b5ef3ed4046ef93 -size 1204867 diff --git a/gegl-0.0.20.tar.bz2 b/gegl-0.0.20.tar.bz2 new file mode 100644 index 0000000..ee1253a --- /dev/null +++ b/gegl-0.0.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708bb6afef9dc896caeaa618238bd67dd8548be5b774ce3c67664b716b550db7 +size 1224221 diff --git a/gegl-strict-compile-fix.diff b/gegl-strict-compile-fix.diff deleted file mode 100644 index 7ab7728..0000000 --- a/gegl-strict-compile-fix.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur gegl-0.0.18.orig/gegl/buffer/gegl-buffer.h gegl-0.0.18/gegl/buffer/gegl-buffer.h ---- gegl-0.0.18.orig/gegl/buffer/gegl-buffer.h 2008-06-14 12:40:06.000000000 -0400 -+++ gegl-0.0.18/gegl/buffer/gegl-buffer.h 2008-06-22 01:08:19.000000000 -0400 -@@ -287,7 +287,7 @@ - GEGL_INTERPOLATION_NEAREST = 0, - GEGL_INTERPOLATION_LINEAR, - GEGL_INTERPOLATION_CUBIC, -- GEGL_INTERPOLATION_LANCZOS, -+ GEGL_INTERPOLATION_LANCZOS - } GeglInterpolation; - - /** -diff -ur gegl-0.0.18.orig/gegl/gegl.h.in gegl-0.0.18/gegl/gegl.h.in ---- gegl-0.0.18.orig/gegl/gegl.h.in 2008-06-14 12:40:06.000000000 -0400 -+++ gegl-0.0.18/gegl/gegl.h.in 2008-06-22 01:07:35.000000000 -0400 -@@ -404,7 +404,7 @@ - { - GEGL_BLIT_DEFAULT = 0, - GEGL_BLIT_CACHE = 1 << 0, -- GEGL_BLIT_DIRTY = 1 << 1, -+ GEGL_BLIT_DIRTY = 1 << 1 - } GeglBlitFlags; - #endif - diff --git a/gegl.changes b/gegl.changes index 8cf0e56..7cddab6 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 3 12:26:50 CET 2008 - sbrabec@suse.cz + +- Updated to version 0.0.20: + * Build and code cleanups and fixes. + * RAW loader using libopenraw. + * GeglBuffer + * Linear buffer support, amongst other things enabling + GeglBuffer API access to external linear buffers in memory. + * Reworked samplers using a shared caching neighbourhood + infrastructure. + * YAFR - a new resampler. + * GeglVector + * Added SVG parsing capability (no serialisation yet). + * GeglOperations + * Marked user visible strings for translation. + * Added a fill operation that renders a path. + ------------------------------------------------------------------- Wed Oct 1 12:49:31 EDT 2008 - hfiguiere@suse.de diff --git a/gegl.spec b/gegl.spec index 7df4408..e7b7ca9 100644 --- a/gegl.spec +++ b/gegl.spec @@ -1,5 +1,5 @@ # -# spec file for package gegl (Version 0.0.18) +# spec file for package gegl (Version 0.0.20) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -40,14 +40,12 @@ Provides: patched_subset %endif Requires: glib2 >= 2.14.0 Url: http://gegl.org/ -Version: 0.0.18 -Release: 4 +Version: 0.0.20 +Release: 1 License: GPL v3 or later; LGPL v3 or later Group: System/Libraries Summary: Generic Graphics Library Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gegl-strict-compile-fix.diff - hfiguiere@novell.com -Patch0: gegl-strict-compile-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libgegl-0_0-0 = %{version}-%{release} @@ -353,7 +351,6 @@ Authors: %prep %setup -q -%patch0 -p1 %build autoreconf -f -i @@ -415,6 +412,21 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/gegl %changelog +* Mon Nov 03 2008 sbrabec@suse.cz +- Updated to version 0.0.20: + * Build and code cleanups and fixes. + * RAW loader using libopenraw. + * GeglBuffer + * Linear buffer support, amongst other things enabling + GeglBuffer API access to external linear buffers in memory. + * Reworked samplers using a shared caching neighbourhood + infrastructure. + * YAFR - a new resampler. + * GeglVector + * Added SVG parsing capability (no serialisation yet). + * GeglOperations + * Marked user visible strings for translation. + * Added a fill operation that renders a path. * Wed Oct 01 2008 hfiguiere@suse.de - Add patch gegl-strict-compile-fix.diff: *Fix header for stricter compilation