OBS User unknown 2008-11-03 13:08:45 +00:00 committed by Git OBS Bridge
parent df15ee01f4
commit 59b806de2a
5 changed files with 39 additions and 33 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58d5c2c415684f5744dd8dec80a1c230fc4b02ecea6c9edf3b5ef3ed4046ef93
size 1204867

3
gegl-0.0.20.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:708bb6afef9dc896caeaa618238bd67dd8548be5b774ce3c67664b716b550db7
size 1224221

View File

@ -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

View File

@ -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

View File

@ -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